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/KDAB01105742.1:1..251: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": "Occurrence of magnetotactic bacteria in a tropical estuary near the geomagnetic equator of Colombia, South America", "authors": [ "Erazo Hinestroza P.N.", "Marquez Godoy M.A.", "Villegas-Plazas M.", "Junca H.", "Moreno-Herrera C.X." ], "publication": "Unpublished.", "pubmed_id": "", "doi": "", "pub_id": 1053698 }, { "title": "INSDC submission", "authors": [ "Erazo Hinestroza P.N.", "Marquez Godoy M.A.", "Villegas-Plazas M.", "Junca H.", "Moreno-Herrera C.X." ], "publication": "Submitted (23-MAY-2019) to the INSDC. Grupo de Microdiversidad y Bioprospeccion, Universidad Nacional de Colombia - Medellin, Calle 59A # 63 - 20, Medellin 050034, Colombia", "pubmed_id": "", "doi": "", "pub_id": 1045421 } ] }