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/KU278974.1:1..263: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": [ "Marti R.", "Ribun S.", "Cournoyer B." ], "publication": "Submitted (09-DEC-2015) to the INSDC. BPOE, VetAgro Sup, 1 Avenue Bourgelat, Marcy l'Etoile 69280, France", "pubmed_id": "", "doi": "", "pub_id": 936187 }, { "title": "INSDC submission", "authors": [ "Marti R.", "Ribun S.", "Cournoyer B." ], "publication": "Submitted (09-DEC-2015) to the INSDC. BPOE, VetAgro Sup, 1 Avenue Bourgelat, Marcy l'Etoile 69280, France", "pubmed_id": null, "doi": null, "pub_id": 475365 }, { "title": "Human-driven microbiological contamination of an intermittent peri-urban river assessed from MST markers and rrs high throughput DNA sequencings", "authors": [ "Marti R.", "Ribun S.", "Aubin J.-B.", "Colinon C.", "Petit S.", "Marjolet L.", "Gourmelon M.", "Cottet M.", "Cournoyer B." ], "publication": "Unpublished.", "pubmed_id": null, "doi": null, "pub_id": 458155 } ] }