{ "opencollection": "1.0.0", "info": { "name": "Wikimedia REST Citation API", "version": "1.0.0" }, "items": [ { "info": { "name": "Citation", "type": "folder" }, "items": [ { "info": { "name": "Get citation data given an article identifier.", "type": "http" }, "http": { "method": "GET", "url": "/api/rest_v1/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 }