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/URS0000A36177/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": "Macellibacteroides sp. HH-ZS whole genome sequence", "authors": [ "Rout S.P.", "Salah Z.", "Humphreys P.N." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "475341", "expert_db": false }, { "title": "INSDC submission", "authors": [ "Rout S.P.", "Salah Z.", "Humphreys P.N." ], "publication": "Submitted (08-JUN-2016) to the INSDC. Dept. of Biological Sciences, University of Huddersfield, Queensgate Campues, Huddersfield HD13DH, United Kingdom", "pubmed_id": "", "doi": "", "pub_id": "742646", "expert_db": false } ] }