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/URS000210972F/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": [ "Bernardes F.S." ], "publication": "Submitted (11-OCT-2019) to the INSDC. 1Faculty of Engineering, Architecture and Urbanism and Geography (FAENG), Federal University of Mato Grosso do Sul, Rua da Graciosa 143, Campo Grande, Mato Grosso do Sul 79041022, Brazil", "pubmed_id": "", "doi": "", "pub_id": "1046196", "expert_db": false }, { "title": "Relationship of microbial community and environmental conditions in a constructed wetland system treating greywater", "authors": [ "Bernardes F.S." ], "publication": "Unpublished.", "pubmed_id": "", "doi": "", "pub_id": "1060387", "expert_db": false } ] }