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=29325
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=29350",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=29300",
    "results": [
        {
            "id": 29318,
            "identifier": "8814",
            "identifier_type": "int",
            "name": "CDKL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8814",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "cyclin-dependent kinase-like 1 (CDC2-related kinase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29319,
            "identifier": "DB00515",
            "identifier_type": "str",
            "name": "Cisplatin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00515",
                "inchi": "InChI=1S/2ClH.2H2N.Pt/h2*1H;2*1H2;/q;;2*-1;+4/p-2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DQLATGHUWYMOKM-UHFFFAOYSA-L"
            },
            "metanode": "Compound"
        },
        {
            "id": 29320,
            "identifier": "WP2643_r74251",
            "identifier_type": "str",
            "name": "Nanoparticle-mediated activation of receptor signaling",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2643_r74251",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 29321,
            "identifier": "GO:0016801",
            "identifier_type": "str",
            "name": "hydrolase activity, acting on ether bonds",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016801",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29322,
            "identifier": "D007024",
            "identifier_type": "str",
            "name": "Hypotension, Orthostatic",
            "properties": {
                "url": "http://identifiers.org/mesh/D007024",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 29323,
            "identifier": "GO:0007099",
            "identifier_type": "str",
            "name": "centriole replication",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007099",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29324,
            "identifier": "C0025312",
            "identifier_type": "str",
            "name": "Meningomyelocele",
            "properties": {
                "url": "http://identifiers.org/umls/C0025312",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29325,
            "identifier": "PC7_4468",
            "identifier_type": "str",
            "name": "Highly calcium permeable nicotinic acetylcholine receptors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 29326,
            "identifier": "100861437",
            "identifier_type": "int",
            "name": "NARR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100861437",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "nine-amino acid residue-repeats"
            },
            "metanode": "Gene"
        },
        {
            "id": 29327,
            "identifier": "3012",
            "identifier_type": "int",
            "name": "HIST1H2AE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3012",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H2ae"
            },
            "metanode": "Gene"
        },
        {
            "id": 29328,
            "identifier": "57573",
            "identifier_type": "int",
            "name": "ZNF471",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57573",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 471"
            },
            "metanode": "Gene"
        },
        {
            "id": 29329,
            "identifier": "DB04896",
            "identifier_type": "str",
            "name": "Milnacipran",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB04896",
                "inchi": "InChI=1S/C15H22N2O/c1-3-17(4-2)14(18)15(10-13(15)11-16)12-8-6-5-7-9-12/h5-9,13H,3-4,10-11,16H2,1-2H3/t13-,15+/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=GJJFMKBJSRMPLA-HIFRSBDPSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 29330,
            "identifier": "C0037286",
            "identifier_type": "str",
            "name": "Neoplasm skin",
            "properties": {
                "url": "http://identifiers.org/umls/C0037286",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29331,
            "identifier": "100129447",
            "identifier_type": "int",
            "name": "LOC100129447",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129447",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "uncharacterized LOC100129447"
            },
            "metanode": "Gene"
        },
        {
            "id": 29332,
            "identifier": "N0000000111",
            "identifier_type": "str",
            "name": "Folic Acid Metabolism Inhibitors",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000000111",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 29333,
            "identifier": "GO:1902455",
            "identifier_type": "str",
            "name": "negative regulation of stem cell population maintenance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902455",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29334,
            "identifier": "5465",
            "identifier_type": "int",
            "name": "PPARA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5465",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "peroxisome proliferator-activated receptor alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 29335,
            "identifier": "DB00444",
            "identifier_type": "str",
            "name": "Teniposide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00444",
                "inchi": "InChI=1S/C32H32O13S/c1-37-19-6-13(7-20(38-2)25(19)33)23-14-8-17-18(42-12-41-17)9-15(14)28(16-10-39-30(36)24(16)23)44-32-27(35)26(34)29-21(43-32)11-40-31(45-29)22-4-3-5-46-22/h3-9,16,21,23-24,26-29,31-35H,10-12H2,1-2H3/t16-,21+,23+,24-,26+,27+,28+,29+,31?,32-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NRUKOCRGYNPUPR-PSZSYXFXSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 29336,
            "identifier": "GO:0060628",
            "identifier_type": "str",
            "name": "regulation of ER to Golgi vesicle-mediated transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060628",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29337,
            "identifier": "C0858249",
            "identifier_type": "str",
            "name": "Increased agitation",
            "properties": {
                "url": "http://identifiers.org/umls/C0858249",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29338,
            "identifier": "284266",
            "identifier_type": "int",
            "name": "SIGLEC15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284266",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "sialic acid binding Ig-like lectin 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 29339,
            "identifier": "84144",
            "identifier_type": "int",
            "name": "SYDE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84144",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "synapse defective 1, Rho GTPase, homolog 2 (C. elegans)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29340,
            "identifier": "GO:0032805",
            "identifier_type": "str",
            "name": "positive regulation of low-density lipoprotein particle receptor catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032805",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29341,
            "identifier": "N0000007658",
            "identifier_type": "str",
            "name": "Nitrofurans",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000007658",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 29342,
            "identifier": "79862",
            "identifier_type": "int",
            "name": "ZNF669",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79862",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "zinc finger protein 669"
            },
            "metanode": "Gene"
        }
    ]
}