This is the RNAcentral Browsable API. When this page is opened in a browser, it is rendered as a human-friendly document, but when the same page is requested programmatically, the response is returned in a machine-readable format. See API documentation for more details.

Citations

API endpoint that allows the citations associated with a particular cross-reference to be viewed.

API documentation

GET /api/v1/accession/MIRGENEDB:Loc-Mir-33-P1_5p/citations?format=api
HTTP 200 OK Content-Type: text/html; charset=utf-8 Vary: Accept Allow: GET, HEAD, OPTIONS
{ "count": 2, "next": null, "previous": null, "results": [ { "title": "MirGeneDB 2.0: the metazoan microRNA complement", "authors": [ "Fromm B", "Domanska D", "Høye E", "Ovchinnikov V", "Kang W", "Aparicio-Puerta E", "Johansen M", "Flatmark K", "Mathelier A", "Hovig E", "Hackenberg M", "Friedländer MR", "Peterson KJ." ], "publication": "Nucleic Acids Res 48(d1):D132-D141 (2020)", "pubmed_id": "31598695", "doi": "10.1093/nar/gkz885", "pub_id": 1296108 }, { "title": "MirGeneDB 2.0: the metazoan microRNA complement", "authors": [ "Fromm B", "Domanska D", "Hoye E", "Ovchinnikov V", "Kang W", "Aparicio-Puerta E", "Johansen M", "Flatmark K", "Mathelier A", "Hovig E", "Hackenberg M", "Friedlander MR", "Peterson KJ." ], "publication": "()", "pubmed_id": "31598695", "doi": "10.1093/nar/gkz885", "pub_id": 1167301 } ] }