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/FMAJ01000002.1:220424..220503:misc_RNA/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": "INSDC submission", "authors": [ "Varghese N.", "Submissions Spin" ], "publication": "Submitted (01-AUG-2016) to the INSDC. DOE - JOINT GENOME INSTITUTE, 2800 Mitchell Drive, Walnut Creek, CA 94598, USA", "pubmed_id": "", "doi": "", "pub_id": 935921 }, { "title": "INSDC submission", "authors": [ "Varghese N.", "Submissions Spin" ], "publication": "Submitted (01-AUG-2016) to the INSDC. DOE - JOINT GENOME INSTITUTE, 2800 Mitchell Drive, Walnut Creek, CA 94598, USA", "pubmed_id": null, "doi": null, "pub_id": 458966 } ] }