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/KX567118.1:1..368: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": [ "Correa-Galeote D.", "Bedmar E.J.", "Arone G.J." ], "publication": "Submitted (04-JUL-2016) to the INSDC. Soil Microbiology and Symbiotic Systems, Estacion Experimental del Zaidin, Profesor Albareda, 1, Granada, Granada 18008, Spain", "pubmed_id": null, "doi": null, "pub_id": 475535 }, { "title": "INSDC submission", "authors": [ "Correa-Galeote D.", "Bedmar E.J.", "Arone G.J." ], "publication": "Submitted (04-JUL-2016) to the INSDC. Soil Microbiology and Symbiotic Systems, Estacion Experimental del Zaidin, Profesor Albareda, 1, Granada, Granada 18008, Spain", "pubmed_id": "", "doi": "", "pub_id": 880469 }, { "title": "Bacterial communities in the rhizosphere of amilaceous maize (Zea mays L.) as assessed by pyrosequencing", "authors": [ "Correa-Galeote D.", "Bedmar E.J.", "Arone G.J." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": 462423 } ] }