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/URS0001830A01/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": "A mitochondrial genome phylogeny of Mytilidae (Bivalvia: Mytilida)", "authors": [ "Lee Y", "Kwak H", "Shin J", "Kim SC", "Kim T", "Park JK." ], "publication": "Mol Phylogenet Evol 139:106533 (2019)", "pubmed_id": "31185299", "doi": "10.1016/j.ympev.2019.106533", "pub_id": "1016074", "expert_db": false }, { "title": "INSDC submission", "authors": [ "Lee Y." ], "publication": "Submitted (31-MAR-2019) to the INSDC. Biological Sciences, Sungkyunkwan University, 2066 Seobu-ro, Suwon, Gyeonggi-do 16419, Korea", "pubmed_id": "", "doi": "", "pub_id": "1010540", "expert_db": false } ] }