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/LncBook:HSALNT0383874/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": "LncRNAWiki: harnessing community knowledge in collaborative curation of human long non-coding RNAs", "authors": [ "Ma L", "Li A", "Zou D", "Xu X", "Xia L", "Yu J", "Bajic VB", "Zhang Z." ], "publication": "Nucleic Acids Res 43(database issue):D187-92 (2015)", "pubmed_id": "25399417", "doi": "10.1093/nar/gku1167", "pub_id": 1170621 } ] }