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/URS0002109BA0/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": [ "Kepler R.M.", "Maul J.E." ], "publication": "Submitted (19-SEP-2019) to the INSDC. Sustainable Agricultural Systems Laboratory, United States Department of Agriculture, 10300 Baltimore Ave, Bldg. 001, Beltsville, MD 20705, USA", "pubmed_id": "", "doi": "", "pub_id": "1064774", "expert_db": false }, { "title": "Soil microbial communities in diverse agroecosystems exposed to the herbicide glyphosate", "authors": [ "Kepler R.M.", "Epp Schmidt D.J.", "Yarwood S.A.", "Cavigelli M.A.", "Reddy K.N.", "Duke S.O.", "Bradley C.A.", "Williams M.M.", "Buyer J.S.", "Maul J.E." ], "publication": "Unpublished.", "pubmed_id": "", "doi": "", "pub_id": "1046958", "expert_db": false } ] }