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/URS00008E3C91/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": "Complete mitochondrial genome of the wild goat(Capra aegagrus)", "authors": [ "Zhang K.", "Chen X.", "Zhao S." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "443299", "expert_db": false }, { "title": "INSDC submission", "authors": [ "Zhang K.", "Chen X.", "Zhao S." ], "publication": "Submitted (16-JUL-2015) to the INSDC. BGI Education Center, University of Chinese Academy of Sciences, No. 11 Building, Beishan Industrial Park, Yantian District, Shenzhen, Guangdong 518000, China", "pubmed_id": "", "doi": "", "pub_id": "640548", "expert_db": false } ] }