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=35675
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=35700",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35650",
    "results": [
        {
            "id": 35671,
            "identifier": "C0009806",
            "identifier_type": "str",
            "name": "Constipation",
            "properties": {
                "url": "http://identifiers.org/umls/C0009806",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35672,
            "identifier": "54960",
            "identifier_type": "int",
            "name": "GEMIN8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54960",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "gem (nuclear organelle) associated protein 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 35673,
            "identifier": "PC7_5551",
            "identifier_type": "str",
            "name": "Muscle contraction",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35674,
            "identifier": "C1096176",
            "identifier_type": "str",
            "name": "Mitochondrial toxicity",
            "properties": {
                "url": "http://identifiers.org/umls/C1096176",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35675,
            "identifier": "C0014358",
            "identifier_type": "str",
            "name": "Pseudomembranous enterocolitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0014358",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35676,
            "identifier": "4668",
            "identifier_type": "int",
            "name": "NAGA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4668",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "N-acetylgalactosaminidase, alpha-"
            },
            "metanode": "Gene"
        },
        {
            "id": 35677,
            "identifier": "GO:0034762",
            "identifier_type": "str",
            "name": "regulation of transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034762",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35678,
            "identifier": "23033",
            "identifier_type": "int",
            "name": "DOPEY1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23033",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "dopey family member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35679,
            "identifier": "C0151476",
            "identifier_type": "str",
            "name": "Alkalosis hypochloraemic",
            "properties": {
                "url": "http://identifiers.org/umls/C0151476",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35680,
            "identifier": "7535",
            "identifier_type": "int",
            "name": "ZAP70",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7535",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "zeta-chain (TCR) associated protein kinase 70kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 35681,
            "identifier": "GO:0001736",
            "identifier_type": "str",
            "name": "establishment of planar polarity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001736",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35682,
            "identifier": "DB00611",
            "identifier_type": "str",
            "name": "Butorphanol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00611",
                "inchi": "InChI=1S/C21H29NO2/c23-17-7-6-16-12-19-21(24)9-2-1-8-20(21,18(16)13-17)10-11-22(19)14-15-4-3-5-15/h6-7,13,15,19,23-24H,1-5,8-12,14H2/t19-,20+,21-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=IFKLAQQSCNILHL-QHAWAJNXSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 35683,
            "identifier": "GO:0072501",
            "identifier_type": "str",
            "name": "cellular divalent inorganic anion homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35684,
            "identifier": "GO:0017146",
            "identifier_type": "str",
            "name": "NMDA selective glutamate receptor complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017146",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 35685,
            "identifier": "55914",
            "identifier_type": "int",
            "name": "ERBB2IP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55914",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "erbb2 interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 35686,
            "identifier": "64421",
            "identifier_type": "int",
            "name": "DCLRE1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64421",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "DNA cross-link repair 1C"
            },
            "metanode": "Gene"
        },
        {
            "id": 35687,
            "identifier": "100885850",
            "identifier_type": "int",
            "name": "PTGES3L-AARSD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100885850",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "PTGES3L-AARSD1 readthrough"
            },
            "metanode": "Gene"
        },
        {
            "id": 35688,
            "identifier": "GO:0051084",
            "identifier_type": "str",
            "name": "'de novo' posttranslational protein folding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051084",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35689,
            "identifier": "151278",
            "identifier_type": "int",
            "name": "CCDC140",
            "properties": {
                "url": "http://identifiers.org/ncbigene/151278",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "coiled-coil domain containing 140"
            },
            "metanode": "Gene"
        },
        {
            "id": 35690,
            "identifier": "596",
            "identifier_type": "int",
            "name": "BCL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/596",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "B-cell CLL/lymphoma 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 35691,
            "identifier": "9103",
            "identifier_type": "int",
            "name": "FCGR2C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9103",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "Fc fragment of IgG, low affinity IIc, receptor for (CD32) (gene/pseudogene)"
            },
            "metanode": "Gene"
        },
        {
            "id": 35692,
            "identifier": "GO:0016421",
            "identifier_type": "str",
            "name": "CoA carboxylase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016421",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35693,
            "identifier": "C0162287",
            "identifier_type": "str",
            "name": "Abnormal faeces",
            "properties": {
                "url": "http://identifiers.org/umls/C0162287",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35694,
            "identifier": "GO:0015108",
            "identifier_type": "str",
            "name": "chloride transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015108",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35695,
            "identifier": "GO:0034440",
            "identifier_type": "str",
            "name": "lipid oxidation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034440",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}