https://gerrit.wikimedia.org/r/#/c/mediawiki/services/recommendation-api/+/513340/ adds two new endpoints to the Recommendation API for suggesting Commons images for which to add or translate a structured caption.
https://gerrit.wikimedia.org/r/#/c/mediawiki/services/recommendation-api/+/515116/ adds the same for Wikipedia articles for which the corresponding Wikidata item is missing a description.
These should go live during the week of June 24. Storage is not needed. The proposed endpoint structure aims to follow the pattern set by the existing Recommendation API endpoints.
Existing Recommendation API endpoints
- /article/creation/morelike/{seed}
- /article/creation/translation/{source}{/seed}
Proposed new endpoints
- /caption/addition/{target}
- /caption/translation/from/{source}/to/{target}
- /description/addition/{target}
- /description/translation/from/{source}/to/{target}