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/URS00017C0CA1/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": [ "rice s.", "Bossa L.", "Kline K.", "McDougald d." ], "publication": "Submitted (02-JUN-2017) to the INSDC. NTU, SCELSE, 60 Nanyang Drive, SBS-01N-27, Singapore 637551, Singapore", "pubmed_id": "", "doi": "", "pub_id": "1004717", "expert_db": false }, { "title": "Urinary catheter-associated microbiota change in accordance with treatment and infection status", "authors": [ "rice s.", "bossa L.", "kline k.", "McDougald d." ], "publication": "PLoS One 0:.", "pubmed_id": "", "doi": "", "pub_id": "1008652", "expert_db": false } ] }