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/KR838007.1:1..253: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": "The impact of different cropping systems on soil microbial communities and plant disease", "authors": [ "Niu J.", "Yin H." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": 476185 }, { "title": "INSDC submission", "authors": [ "Niu J.", "Yin H." ], "publication": "Submitted (15-MAY-2015) to the INSDC. School of Minerals Processing and Bioengineering, Central South University, Lushannan Street, Changsha, Hunan 410083, China", "pubmed_id": "", "doi": "", "pub_id": 800098 }, { "title": "INSDC submission", "authors": [ "Niu J.", "Yin H." ], "publication": "Submitted (15-MAY-2015) to the INSDC. School of Minerals Processing and Bioengineering, Central South University, Lushannan Street, Changsha, Hunan 410083, China", "pubmed_id": null, "doi": null, "pub_id": 486349 } ] }