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/KX243656.1:1..425: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": [ "Zhao X." ], "publication": "Submitted (16-MAY-2016) to the INSDC. State Key Laboratory of Environmental Criteria and Risk Assessment, Research Academy of Environmental Sciences, Chaoyang District Dayangfang 8, Beijing 100012, China", "pubmed_id": "", "doi": "", "pub_id": 854109 }, { "title": "Humic-reducing bacteria successions and diversity in composts and their association with environmental factors", "authors": [ "Zhao X." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": 474495 }, { "title": "INSDC submission", "authors": [ "Zhao X." ], "publication": "Submitted (16-MAY-2016) to the INSDC. State Key Laboratory of Environmental Criteria and Risk Assessment, Research Academy of Environmental Sciences, Chaoyang District Dayangfang 8, Beijing 100012, China", "pubmed_id": null, "doi": null, "pub_id": 485086 } ] }