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/URS0000A37E8B/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": "Bacillus sp. FJAT-27264", "authors": [ "Liu X.", "Pan Z.", "Shi H.", "Ge C.", "Che J.", "Lan J.", "Chen Z.", "Chen Q.", "Zhu Y.", "Liu B.", "Wang J.", "Liu G." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "464546", "expert_db": false }, { "title": "INSDC submission", "authors": [ "Liu X.", "Pan Z.", "Shi H.", "Ge C.", "Che J.", "Lan J.", "Chen Z.", "Chen Q.", "Zhu Y.", "Liu B.", "Wang J.", "Liu G." ], "publication": "Submitted (17-MAY-2016) to the INSDC. Fujian Academy of Agricultural Sciences, Agricultural Biological Resources Research Institute, 247 Wusi Road, Fuzhou, Fujian 350003, China", "pubmed_id": "", "doi": "", "pub_id": "847843", "expert_db": false } ] }