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=40725
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=40750",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=40700",
    "results": [
        {
            "id": 40724,
            "identifier": "54847",
            "identifier_type": "int",
            "name": "SIDT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54847",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "SID1 transmembrane family, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40725,
            "identifier": "C0027441",
            "identifier_type": "str",
            "name": "Nasopharyngitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0027441",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40726,
            "identifier": "GO:0004956",
            "identifier_type": "str",
            "name": "prostaglandin D receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004956",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 40727,
            "identifier": "GO:2000724",
            "identifier_type": "str",
            "name": "positive regulation of cardiac vascular smooth muscle cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000724",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40728,
            "identifier": "22904",
            "identifier_type": "int",
            "name": "SBNO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22904",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "strawberry notch homolog 2 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 40729,
            "identifier": "GO:0072040",
            "identifier_type": "str",
            "name": "negative regulation of mesenchymal cell apoptotic process involved in nephron morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072040",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40730,
            "identifier": "GO:0015864",
            "identifier_type": "str",
            "name": "pyrimidine nucleoside transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015864",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40731,
            "identifier": "GO:0000002",
            "identifier_type": "str",
            "name": "mitochondrial genome maintenance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000002",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40732,
            "identifier": "GO:0010574",
            "identifier_type": "str",
            "name": "regulation of vascular endothelial growth factor production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010574",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40733,
            "identifier": "C0342406",
            "identifier_type": "str",
            "name": "Pituitary haemorrhage",
            "properties": {
                "url": "http://identifiers.org/umls/C0342406",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40734,
            "identifier": "26115",
            "identifier_type": "int",
            "name": "TANC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26115",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "tetratricopeptide repeat, ankyrin repeat and coiled-coil containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 40735,
            "identifier": "GO:0006569",
            "identifier_type": "str",
            "name": "tryptophan catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006569",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40736,
            "identifier": "55785",
            "identifier_type": "int",
            "name": "FGD6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55785",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "FYVE, RhoGEF and PH domain containing 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 40737,
            "identifier": "GO:0070295",
            "identifier_type": "str",
            "name": "renal water absorption",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070295",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40738,
            "identifier": "79334",
            "identifier_type": "int",
            "name": "OR11H2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79334",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "olfactory receptor, family 11, subfamily H, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 40739,
            "identifier": "100128529",
            "identifier_type": "int",
            "name": "LOC100128529",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100128529",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "uncharacterized LOC100128529"
            },
            "metanode": "Gene"
        },
        {
            "id": 40740,
            "identifier": "PC7_6542",
            "identifier_type": "str",
            "name": "Posttranslational regulation of adherens junction stability and dissassembly",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 40741,
            "identifier": "467",
            "identifier_type": "int",
            "name": "ATF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/467",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "activating transcription factor 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 40742,
            "identifier": "8974",
            "identifier_type": "int",
            "name": "P4HA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8974",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "prolyl 4-hydroxylase, alpha polypeptide II"
            },
            "metanode": "Gene"
        },
        {
            "id": 40743,
            "identifier": "GO:0043615",
            "identifier_type": "str",
            "name": "astrocyte cell migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043615",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40744,
            "identifier": "219738",
            "identifier_type": "int",
            "name": "C10orf35",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219738",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "chromosome 10 open reading frame 35"
            },
            "metanode": "Gene"
        },
        {
            "id": 40745,
            "identifier": "C0854372",
            "identifier_type": "str",
            "name": "Mastication disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0854372",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40746,
            "identifier": "PC7_4440",
            "identifier_type": "str",
            "name": "Hedgehog signaling events mediated by Gli proteins",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 40747,
            "identifier": "1515",
            "identifier_type": "int",
            "name": "CTSV",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1515",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "cathepsin V"
            },
            "metanode": "Gene"
        },
        {
            "id": 40748,
            "identifier": "284546",
            "identifier_type": "int",
            "name": "C1orf185",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284546",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chromosome 1 open reading frame 185"
            },
            "metanode": "Gene"
        }
    ]
}