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.

Rna Publications

API endpoint that allows the citations associated with each Unique RNA Sequence to be viewed.

API documentation

GET /api/v1/rna/URS000058C344/publications?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": [], "publication": "Submitted (20-NOV-2013) to the INSDC.", "pubmed_id": "", "doi": "", "pub_id": "740556", "expert_db": false }, { "title": "The tmRNA website: reductive evolution of tmRNA in plastids and other endosymbionts", "authors": [ "Gueneau de Novoa P", "Williams KP." ], "publication": "Nucleic Acids Res 32(database issue):D104-8 (2004)", "pubmed_id": "14681369", "doi": "10.1093/nar/gkh102", "pub_id": "1179663", "expert_db": true } ] }