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/URS0000A3616C/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": [ "Machado L.", "Tomkins N.", "Magnusson M.", "Midgley D.", "de Nys R.", "Rosewarne C." ], "publication": "Submitted (10-JUN-2015) to the INSDC. Food and Nutrition Flagship, CSIRO, 11 Julius Avenue, North Ryde, NSW 2113, Australia", "pubmed_id": "", "doi": "", "pub_id": "715375", "expert_db": false }, { "title": "The red macroalga Asparagopsis taxiformis is a potent and direct inhibitor of methanogenesis in rumen microbial communities", "authors": [ "Machado L.", "Tomkins N.", "Magnusson M.", "Midgley D.", "de Nys R.", "Rosewarne C." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": "482808", "expert_db": false } ] }