Skip to content

Heliotrope knowledge base API

Stuart Watt edited this page Aug 27, 2013 · 2 revisions

GET /knowledge/api/genes/FGFR1

Returns information about a named gene. The majority of the data is under data.sections, keyed by a section name.

{  
  "data": {
    "_id": "5093ff1403001ab8a48e7e4f",
    "id": "ENSG00000077782",
    "name": "FGFR1",
    "sections": {
      "description": {
        "data": {
          "fullName": "fibroblast growth factor receptor 1",
          ...
        }
      }
    },
    "type": "gene",
    "version": 13,
    "url": "/genes/FGFR1",
    "serviceUrl": "/knowledge/api/genes/FGFR1",
    "config": {
      "knowledgeUriBase": "/knowledge/api",
      "trackerUriBase": "/tracker/api",
      "baseUrl": "http://localhost:3000"
    }
  }
}
Clone this wiki locally