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=37250
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=37275",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=37225",
    "results": [
        {
            "id": 37242,
            "identifier": "100996758",
            "identifier_type": "int",
            "name": "CH17-360D5.1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996758",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "neuropeptide Y receptor type 4-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 37243,
            "identifier": "3003",
            "identifier_type": "int",
            "name": "GZMK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3003",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "granzyme K (granzyme 3; tryptase II)"
            },
            "metanode": "Gene"
        },
        {
            "id": 37244,
            "identifier": "132158",
            "identifier_type": "int",
            "name": "GLYCTK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/132158",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "glycerate kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 37245,
            "identifier": "9833",
            "identifier_type": "int",
            "name": "MELK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9833",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "maternal embryonic leucine zipper kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 37246,
            "identifier": "51108",
            "identifier_type": "int",
            "name": "METTL9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51108",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "methyltransferase like 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 37247,
            "identifier": "170463",
            "identifier_type": "int",
            "name": "SSBP4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/170463",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "single stranded DNA binding protein 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 37248,
            "identifier": "441098",
            "identifier_type": "int",
            "name": "LOC441098",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441098",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "putative POM121-like protein 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 37249,
            "identifier": "23411",
            "identifier_type": "int",
            "name": "SIRT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23411",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "sirtuin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37250,
            "identifier": "GO:0070776",
            "identifier_type": "str",
            "name": "MOZ/MORF histone acetyltransferase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070776",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 37251,
            "identifier": "3667",
            "identifier_type": "int",
            "name": "IRS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3667",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "insulin receptor substrate 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37252,
            "identifier": "GO:0051150",
            "identifier_type": "str",
            "name": "regulation of smooth muscle cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051150",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37253,
            "identifier": "DB00166",
            "identifier_type": "str",
            "name": "Lipoic Acid",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00166",
                "inchi": "InChI=1S/C8H14O2S2/c9-8(10)4-2-1-3-7-5-6-11-12-7/h7H,1-6H2,(H,9,10)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=AGBQKNBQESQNJD-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 37254,
            "identifier": "203328",
            "identifier_type": "int",
            "name": "SUSD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/203328",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "sushi domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 37255,
            "identifier": "343035",
            "identifier_type": "int",
            "name": "RD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/343035",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "retinal degeneration 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 37257,
            "identifier": "10531",
            "identifier_type": "int",
            "name": "PITRM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10531",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "pitrilysin metallopeptidase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37258,
            "identifier": "C0015927",
            "identifier_type": "str",
            "name": "Foetal death",
            "properties": {
                "url": "http://identifiers.org/umls/C0015927",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37259,
            "identifier": "GO:0010700",
            "identifier_type": "str",
            "name": "negative regulation of norepinephrine secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010700",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37260,
            "identifier": "GO:0060324",
            "identifier_type": "str",
            "name": "face development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060324",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37261,
            "identifier": "GO:0060397",
            "identifier_type": "str",
            "name": "JAK-STAT cascade involved in growth hormone signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060397",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37262,
            "identifier": "C0029464",
            "identifier_type": "str",
            "name": "Osteosclerosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0029464",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37263,
            "identifier": "51802",
            "identifier_type": "int",
            "name": "ASIC5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51802",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "acid sensing (proton gated) ion channel family member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 37264,
            "identifier": "200373",
            "identifier_type": "int",
            "name": "CFAP221",
            "properties": {
                "url": "http://identifiers.org/ncbigene/200373",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "cilia and flagella associated protein 221"
            },
            "metanode": "Gene"
        },
        {
            "id": 37265,
            "identifier": "GO:0072338",
            "identifier_type": "str",
            "name": "cellular lactam metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072338",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37266,
            "identifier": "GO:0042134",
            "identifier_type": "str",
            "name": "rRNA primary transcript binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042134",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 37267,
            "identifier": "6818",
            "identifier_type": "int",
            "name": "SULT1A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6818",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "sulfotransferase family, cytosolic, 1A, phenol-preferring, member 3"
            },
            "metanode": "Gene"
        }
    ]
}