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/URS0000A3302C/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": "Draft genome sequence of Thermococcus celericrescens strain DSM 17994", "authors": [ "Hong S.-J.", "Park C.-E.", "Shin J.-H." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "481514", "expert_db": false }, { "title": "INSDC submission", "authors": [ "Hong S.-J.", "Park C.-E.", "Shin J.-H." ], "publication": "Submitted (16-OCT-2015) to the INSDC. School of Applied Biosciences, College of Agriculture and Life Sciences, 80 Daehakro, Bukgu, Daegu 41566, South Korea", "pubmed_id": "", "doi": "", "pub_id": "679214", "expert_db": false } ] }