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/KCJY01224340.1:1..404:rRNA/citations?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": "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 }, { "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 } ] }