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.

Citations

API endpoint that allows the citations associated with a particular cross-reference to be viewed.

API documentation

GET /api/v1/accession/GU786868.1:1..200:rRNA/citations?format=api
HTTP 200 OK Content-Type: text/html; charset=utf-8 Vary: Accept Allow: GET, HEAD, OPTIONS
{ "count": 3, "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 }, { "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 }, { "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": null, "doi": null, "pub_id": 220363 } ] }