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/URS0000000001/publications.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": [ "Manter D.K.", "Delgado J.A.", "Holm D.G.", "Stong R." ], "publication": "Submitted (09-FEB-2010) to the INSDC. Soil-Plant-Nutrient Research Unit, USDA-ARS, 2150-D Centre Ave., Fort Collins, CO 80526, USA", "pubmed_id": "", "doi": "", "pub_id": "705833", "expert_db": false }, { "title": "Pyrosequencing reveals a highly diverse and cultivar-specific bacterial endophyte community in potato roots", "authors": [ "Manter D.K.", "Delgado J.A.", "Holm D.G.", "Stong R." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "161603", "expert_db": false } ] }