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/URS00008E3F1D/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": "Metagenome-Assembled Genomes uncover a global brackish microbiome", "authors": [ "Hugerth L.W.", "Larsson J.", "Alneberg J.", "Lindh M.V.", "Legrand C.", "Pinhassi J.", "Andersson A.F." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "443117", "expert_db": false }, { "title": "INSDC submission", "authors": [ "Hugerth L.W.", "Larsson J.", "Alneberg J.", "Lindh M.V.", "Legrand C.", "Pinhassi J.", "Andersson A.F." ], "publication": "Submitted (19-OCT-2015) to the INSDC. School of Biotechnology, Kungliga Tekniska Hogskolan, Science for Life Laboratory, Tomtebodavagen 23, Solna 17165, Sweden", "pubmed_id": "", "doi": "", "pub_id": "690450", "expert_db": false } ] }