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/URS00017C2256/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": [ "Geyer K.M." ], "publication": "Submitted (08-NOV-2017) to the INSDC. Natural Resources & the Environment, University of New Hampshire, 114 James Hall (Campus), 56 College Rd., Durham, NH 03824, USA", "pubmed_id": "", "doi": "", "pub_id": "1015402", "expert_db": false }, { "title": "Unimodal productivity - diversity relationships among bacterial communities in a simple soil ecosystem", "authors": [ "Geyer K.M.", "Barrett J.E." ], "publication": "Unpublished.", "pubmed_id": "", "doi": "", "pub_id": "1013351", "expert_db": false } ] }