Steps to replicate the issue (include links if applicable):
- Query the Action API for the categories prop for a number of articles (example query with 50 titles)
What happens?:
- No continue element is returned, even though categories have not been fully populated for all articles. Example response (Pastebin).
- I also note that that response contains 374 categories, even though cllimit=max in the querystring and "limits: { categories: 500 }" is returned in the response.
What should have happened instead?:
- A continue element should be returned, allowing the user to make follow-up requests to obtain all categories for all requested articles. This was the observed behaviour of my nightly API requests until approximately 27 February 2026.
Software version (on Special:Version page; skip for WMF-hosted wikis like Wikipedia):
Current Wikipedia, 1.46.0-wmf.18
Other information (browser name/version, screenshots, etc.):
Associated question on Meta Wiki - a user advised to create a Phabricator issue
Potentially linked issue: T405812: Migrate categorylinks to virtual domain
Suspect code change