On-Demand Documentation
Query a specific article with the live version on the Wikimedia project. Store identifiers for the projects and namespaces you’ll need to query article titles using the utility endpoints.
Available projects
GET
https://api.enterprise.wikimedia.com/v1/projects
Includes Wikimedia project identifiers, file sizes, and other relevant metadata.
Response
-
application/json
[ { "date_modified": "string", "identifier": "string", "in_language": { "identifier": "string", "name": "string" }, "name": "string", "size": { "unit_text": "string", "value": "number" }, "url": "string", "version": "string" } ]
-
application/json
{ "message": "string", "status": "integer" }
-
application/json
{ "message": "string", "status": "integer" }