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/GENECARDS:MIR33A:URS0000483184_9606/citations?format=api
HTTP 200 OK Content-Type: text/html; charset=utf-8 Vary: Accept Allow: GET, HEAD, OPTIONS
{ "count": 1, "next": null, "previous": null, "results": [ { "title": "The GeneCards Suite: From Gene Data Mining to Disease Genome Sequence Analyses", "authors": [ "Stelzer G", "Rosen N", "Plaschkes I", "Zimmerman S", "Twik M", "Fishilevich S", "Stein TI", "Nudel R", "Lieder I", "Mazor Y", "Kaplan S", "Dahary D", "Warshawsky D", "Guan-Golan Y", "Kohn A", "Rappaport N", "Safran M", "Lancet D." ], "publication": "Curr Protoc Bioinformatics 54:1.30.1-1.30.33 (2016)", "pubmed_id": "27322403", "doi": "10.1002/cpbi.5", "pub_id": 1019081 } ] }