Many articles of Wikipedia contains categories, for example article Mathematics
labeled as
I try next API query:
https://en.wikipedia.org/w/api.php?action=query&titles=mathematics&prop=categories
but it returns other categories...
What query to wikimedia api allow to get article categories (topics)?
How I can get information about this categories hierarchy?
You're seeing hidden categories. You can tell the API to not fetch hidden categories using the &clshow=!hidden
option:
https://en.wikipedia.org/w/api.php?action=query&titles=mathematics&prop=categories&clshow=!hidden