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/MT845205.1:8221..8292:tRNA/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": "Organelle genome of Sargassum hemiphyllum var.chinense and its phylogenetic analysis", "authors": [ "Jia X.", "Liu T." ], "publication": "Unpublished.", "pubmed_id": "", "doi": "", "pub_id": 1140122 }, { "title": "INSDC submission", "authors": [ "Liu T.", "Jia X." ], "publication": "Submitted (04-AUG-2020) to the INSDC. College of marine Life science, Ocean University of China, 5, Yushan Road, Qingdao, Shandong 266003, China", "pubmed_id": "", "doi": "", "pub_id": 1174378 } ] }