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=26975
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=27000",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=26950",
    "results": [
        {
            "id": 26968,
            "identifier": "56986",
            "identifier_type": "int",
            "name": "DTWD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56986",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "DTW domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26969,
            "identifier": "C0344431",
            "identifier_type": "str",
            "name": "Monomorphic ventricular tachycardia",
            "properties": {
                "url": "http://identifiers.org/umls/C0344431",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26970,
            "identifier": "GO:0032516",
            "identifier_type": "str",
            "name": "positive regulation of phosphoprotein phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032516",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26971,
            "identifier": "DB08992",
            "identifier_type": "str",
            "name": "Eperisone",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB08992",
                "inchi": "InChI=1/C17H25NO/c1-3-15-7-9-16(10-8-15)17(19)14(2)13-18-11-5-4-6-12-18/h7-10,14H,3-6,11-13H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=SQUNAWUMZGQQJD-UHFFFAOYNA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 26972,
            "identifier": "148254",
            "identifier_type": "int",
            "name": "ZNF555",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148254",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 555"
            },
            "metanode": "Gene"
        },
        {
            "id": 26973,
            "identifier": "25929",
            "identifier_type": "int",
            "name": "GEMIN5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25929",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "gem (nuclear organelle) associated protein 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 26974,
            "identifier": "1668",
            "identifier_type": "int",
            "name": "DEFA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1668",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "defensin, alpha 3, neutrophil-specific"
            },
            "metanode": "Gene"
        },
        {
            "id": 26975,
            "identifier": "55359",
            "identifier_type": "int",
            "name": "STYK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55359",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "serine/threonine/tyrosine kinase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26976,
            "identifier": "64106",
            "identifier_type": "int",
            "name": "NPFFR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64106",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "neuropeptide FF receptor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26977,
            "identifier": "C3544094",
            "identifier_type": "str",
            "name": "Arterial thromboembolism",
            "properties": {
                "url": "http://identifiers.org/umls/C3544094",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26978,
            "identifier": "GO:0046961",
            "identifier_type": "str",
            "name": "proton-transporting ATPase activity, rotational mechanism",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046961",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 26979,
            "identifier": "GO:0043652",
            "identifier_type": "str",
            "name": "engulfment of apoptotic cell",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043652",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26980,
            "identifier": "25",
            "identifier_type": "int",
            "name": "ABL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "ABL proto-oncogene 1, non-receptor tyrosine kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 26981,
            "identifier": "8788",
            "identifier_type": "int",
            "name": "DLK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8788",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "delta-like 1 homolog (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 26982,
            "identifier": "PC7_1544",
            "identifier_type": "str",
            "name": "Activation of PPARGC1A (PGC-1alpha) by phosphorylation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 26983,
            "identifier": "122876",
            "identifier_type": "int",
            "name": "GPHB5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/122876",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "glycoprotein hormone beta 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 26984,
            "identifier": "2494",
            "identifier_type": "int",
            "name": "NR5A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2494",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "nuclear receptor subfamily 5, group A, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 26985,
            "identifier": "GO:0008454",
            "identifier_type": "str",
            "name": "alpha-1,3-mannosylglycoprotein 4-beta-N-acetylglucosaminyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008454",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 26986,
            "identifier": "C0019655",
            "identifier_type": "str",
            "name": "Histoplasmosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0019655",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26987,
            "identifier": "GO:0031393",
            "identifier_type": "str",
            "name": "negative regulation of prostaglandin biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031393",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26988,
            "identifier": "129868",
            "identifier_type": "int",
            "name": "TRIM43",
            "properties": {
                "url": "http://identifiers.org/ncbigene/129868",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "tripartite motif containing 43"
            },
            "metanode": "Gene"
        },
        {
            "id": 26989,
            "identifier": "29080",
            "identifier_type": "int",
            "name": "CCDC59",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29080",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "coiled-coil domain containing 59"
            },
            "metanode": "Gene"
        },
        {
            "id": 26990,
            "identifier": "5075",
            "identifier_type": "int",
            "name": "PAX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5075",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "paired box 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26991,
            "identifier": "GO:2000349",
            "identifier_type": "str",
            "name": "negative regulation of CD40 signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000349",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26992,
            "identifier": "54969",
            "identifier_type": "int",
            "name": "C4orf27",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54969",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "chromosome 4 open reading frame 27"
            },
            "metanode": "Gene"
        }
    ]
}