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/URS00017C28C4/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": [ "Mandal R.K.", "Kwon Y.M." ], "publication": "Submitted (21-AUG-2018) to the INSDC. Microbiology and Immunology, University of Louisville, 505 S. Hancock Street, Louisville, KY 40202, USA", "pubmed_id": "", "doi": "", "pub_id": "1012779", "expert_db": false }, { "title": "Stress-induced translocation of gut microbiota into the extraintestinal sites", "authors": [ "Mandal R.K.", "Kwon Y.M." ], "publication": "Unpublished.", "pubmed_id": "", "doi": "", "pub_id": "1018378", "expert_db": false } ] }