{ "opencollection": "1.0.0", "info": { "name": "Wikimedia Enterprise API spec articles Citation API", "version": "2.0.0" }, "request": { "auth": { "type": "bearer", "token": "{{bearerToken}}" } }, "items": [ { "info": { "name": "Citation", "type": "folder" }, "items": [ { "info": { "name": "Get citation data given an article identifier.", "type": "http" }, "http": { "method": "GET", "url": "https://api.enterprise.wikimedia.com/data/citation/:format/:query", "headers": [ { "name": "Accept-Language", "value": "" } ], "params": [ { "name": "format", "value": "", "type": "path", "description": "The format to use for the resulting citation data" }, { "name": "query", "value": "", "type": "path", "description": "URL of an article, DOI, PMCID or PMID in the URL-encoded format. Note that on the Swagger-UI doc page you don't need to URI-encode the parameter manually, it will be done by the docs engine.\n" } ] }, "docs": "Generates citation data given a URL, DOI, PMID, or PMCID.\n\nAutomated requests can be made at a rate of 1 request per second (rps).\n\nSee more at [Citoid service documentation](https://www.mediawiki.org/wiki/Citoid)\n\nThe citation data can be requested in one of the following formats:\n - `mediawiki`: format designed for MediaWiki to be used with `templateData`.\n Uses [Zotero field names](https://aurimasv.github.io/z2csl/typeMap.xml).\n - `mediawiki-basefields`: `mediawiki` format with Zotero `b" } ] } ], "bundled": true }