I was trying to create a project with an API that I found. which the API is https://consumet-api.herokuapp.com/manga/mangadex/%7Bquery%7D and it have {query} at the end so I try erase the {query} to see what happen. the links now is https://consumet-api.herokuapp.com/manga/mangadex/ . And I found out that there is no difference with query or without query. The object properties stay the same, the only difference is the data of the properties change.
Link with {query} at the end https://consumet-api.herokuapp.com/manga/mangadex/%7Bquery%7D
title : The Legend of Zelda Gaiden: Quark and the Fairy Queen
And
Link without {query} at the end https://consumet-api.herokuapp.com/manga/mangadex/
title : A Good life.
So what is difference between a {query} and non {query} in the APi?
sorry if you find this question stupid, I'm just curious about it.