Return nodes, sorted by similarity to the search term. Use search=<str> to search identifier for prefix match, and name for substring and trigram searches (similarity defaults to 0.3); Use search=<str>&similarity=<value> to set your own similarity value in the range of (0, 1.0]. Set similarity=1.0 to exclude trigram search. Filter for select metanodes using metanodes=<str>, where <str> is a comma-separated list of metanode abbreviations. For example, metanodes=C,D will restrict to Compound and Disease nodes.

Set other-node=<node_id> to return non-null values for metapath_count. metapath_counts measures the number of metapaths stored in the database between the result node and other node. If search and other-node and both specified, results are sorted by search similarity and results with metapath_count == 0 are returned. If other-node is specified but not search, results are sorted by metapath_count (descending) and only results with metapath_count > 0 are returned.

GET /v1/nodes/?format=api&offset=31550
HTTP 200 OK
Allow: GET
Content-Type: application/json
Vary: Accept

{
    "count": 47031,
    "next": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31525",
    "results": [
        {
            "id": 31545,
            "identifier": "UBERON:0001864",
            "identifier_type": "str",
            "name": "scala tympani",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001864",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012533"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 31546,
            "identifier": "100526842",
            "identifier_type": "int",
            "name": "RPL17-C18orf32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100526842",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "RPL17-C18orf32 readthrough"
            },
            "metanode": "Gene"
        },
        {
            "id": 31547,
            "identifier": "GO:0005730",
            "identifier_type": "str",
            "name": "nucleolus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005730",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31548,
            "identifier": "11021",
            "identifier_type": "int",
            "name": "RAB35",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11021",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "RAB35, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 31549,
            "identifier": "GO:2000591",
            "identifier_type": "str",
            "name": "positive regulation of metanephric mesenchymal cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000591",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31550,
            "identifier": "28988",
            "identifier_type": "int",
            "name": "DBNL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/28988",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "drebrin-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 31551,
            "identifier": "4983",
            "identifier_type": "int",
            "name": "OPHN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4983",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "oligophrenin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31552,
            "identifier": "55005",
            "identifier_type": "int",
            "name": "RMND1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55005",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "required for meiotic nuclear division 1 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 31553,
            "identifier": "C1383860",
            "identifier_type": "str",
            "name": "Cardiac hypertrophy",
            "properties": {
                "url": "http://identifiers.org/umls/C1383860",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31554,
            "identifier": "85289",
            "identifier_type": "int",
            "name": "KRTAP4-5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85289",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin associated protein 4-5"
            },
            "metanode": "Gene"
        },
        {
            "id": 31555,
            "identifier": "PC7_1533",
            "identifier_type": "str",
            "name": "Activation of GABAB receptors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 31556,
            "identifier": "GO:0003899",
            "identifier_type": "str",
            "name": "DNA-directed RNA polymerase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003899",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 31557,
            "identifier": "GO:0039526",
            "identifier_type": "str",
            "name": "modulation by virus of host apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0039526",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31558,
            "identifier": "22822",
            "identifier_type": "int",
            "name": "PHLDA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22822",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "pleckstrin homology-like domain, family A, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31559,
            "identifier": "GO:1990182",
            "identifier_type": "str",
            "name": "exosomal secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990182",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31560,
            "identifier": "D059607",
            "identifier_type": "str",
            "name": "Polydipsia, Psychogenic",
            "properties": {
                "url": "http://identifiers.org/mesh/D059607",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 31561,
            "identifier": "GO:0051785",
            "identifier_type": "str",
            "name": "positive regulation of nuclear division",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051785",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31562,
            "identifier": "DB08819",
            "identifier_type": "str",
            "name": "Tafluprost",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB08819",
                "inchi": "InChI=1S/C25H34F2O5/c1-18(2)32-24(30)13-9-4-3-8-12-20-21(23(29)16-22(20)28)14-15-25(26,27)17-31-19-10-6-5-7-11-19/h3,5-8,10-11,14-15,18,20-23,28-29H,4,9,12-13,16-17H2,1-2H3/b8-3-,15-14+/t20-,21-,22+,23-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WSNODXPBBALQOF-VEJSHDCNSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 31563,
            "identifier": "GO:0000118",
            "identifier_type": "str",
            "name": "histone deacetylase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000118",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31564,
            "identifier": "GO:0034381",
            "identifier_type": "str",
            "name": "plasma lipoprotein particle clearance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034381",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31565,
            "identifier": "26145",
            "identifier_type": "int",
            "name": "IRF2BP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26145",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "interferon regulatory factor 2 binding protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31566,
            "identifier": "55703",
            "identifier_type": "int",
            "name": "POLR3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55703",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "polymerase (RNA) III (DNA directed) polypeptide B"
            },
            "metanode": "Gene"
        },
        {
            "id": 31567,
            "identifier": "171389",
            "identifier_type": "int",
            "name": "NLRP6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/171389",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "NLR family, pyrin domain containing 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 31568,
            "identifier": "GO:0097136",
            "identifier_type": "str",
            "name": "Bcl-2 family protein complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097136",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31569,
            "identifier": "GO:0097101",
            "identifier_type": "str",
            "name": "blood vessel endothelial cell fate specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097101",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}