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/KU631729.1:1..485: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": [ "Aires T.", "Engelen A.", "Serrao E.A." ], "publication": "Submitted (26-JAN-2016) to the INSDC. MAREE, University of Algarve- CCMAR, Campus de Gambelas, Faro 8005-139, Portugal", "pubmed_id": "", "doi": "", "pub_id": 686370 }, { "title": "INSDC submission", "authors": [ "Aires T.", "Engelen A.", "Serrao E.A." ], "publication": "Submitted (26-JAN-2016) to the INSDC. MAREE, University of Algarve- CCMAR, Campus de Gambelas, Faro 8005-139, Portugal", "pubmed_id": null, "doi": null, "pub_id": 472229 }, { "title": "Host and environmental specificity in bacterial communities associated to two highly invasive marine species (genus Asparagopsis)", "authors": [ "Aires T.", "Engelen A.", "Serrao E.A." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": 487652 } ] }