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=450
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=475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=425",
    "results": [
        {
            "id": 450,
            "identifier": "WP524_r72112",
            "identifier_type": "str",
            "name": "G13 Signaling Pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP524_r72112",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 451,
            "identifier": "WP2873_r79696",
            "identifier_type": "str",
            "name": "Aryl Hydrocarbon Receptor Pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2873_r79696",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 452,
            "identifier": "6011",
            "identifier_type": "int",
            "name": "GRK1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6011",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "G protein-coupled receptor kinase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 453,
            "identifier": "10422",
            "identifier_type": "int",
            "name": "UBAC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10422",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "UBA domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 454,
            "identifier": "GO:0036452",
            "identifier_type": "str",
            "name": "ESCRT complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036452",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 455,
            "identifier": "GO:1902730",
            "identifier_type": "str",
            "name": "positive regulation of proteoglycan biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902730",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 456,
            "identifier": "55252",
            "identifier_type": "int",
            "name": "ASXL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55252",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "additional sex combs like transcriptional regulator 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 457,
            "identifier": "GO:0004074",
            "identifier_type": "str",
            "name": "biliverdin reductase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004074",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 458,
            "identifier": "C0020532",
            "identifier_type": "str",
            "name": "Hypersplenism",
            "properties": {
                "url": "http://identifiers.org/umls/C0020532",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 459,
            "identifier": "4240",
            "identifier_type": "int",
            "name": "MFGE8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4240",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "milk fat globule-EGF factor 8 protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 460,
            "identifier": "GO:0006516",
            "identifier_type": "str",
            "name": "glycoprotein catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006516",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 461,
            "identifier": "C0232570",
            "identifier_type": "str",
            "name": "Epigastric fullness",
            "properties": {
                "url": "http://identifiers.org/umls/C0232570",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 462,
            "identifier": "84818",
            "identifier_type": "int",
            "name": "IL17RC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84818",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "interleukin 17 receptor C"
            },
            "metanode": "Gene"
        },
        {
            "id": 463,
            "identifier": "GO:0006883",
            "identifier_type": "str",
            "name": "cellular sodium ion homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006883",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 464,
            "identifier": "100131801",
            "identifier_type": "int",
            "name": "PET100",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100131801",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "PET100 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 465,
            "identifier": "GO:0016578",
            "identifier_type": "str",
            "name": "histone deubiquitination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016578",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 466,
            "identifier": "6709",
            "identifier_type": "int",
            "name": "SPTAN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6709",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "spectrin, alpha, non-erythrocytic 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 822,
            "identifier": "PC7_2467",
            "identifier_type": "str",
            "name": "Canonical NF-kappaB pathway",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 467,
            "identifier": "56731",
            "identifier_type": "int",
            "name": "SLC2A4RG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56731",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "SLC2A4 regulator"
            },
            "metanode": "Gene"
        },
        {
            "id": 468,
            "identifier": "GO:2000833",
            "identifier_type": "str",
            "name": "positive regulation of steroid hormone secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000833",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 469,
            "identifier": "C0235013",
            "identifier_type": "str",
            "name": "Hypervigilance",
            "properties": {
                "url": "http://identifiers.org/umls/C0235013",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 470,
            "identifier": "GO:0050509",
            "identifier_type": "str",
            "name": "N-acetylglucosaminyl-proteoglycan 4-beta-glucuronosyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050509",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 471,
            "identifier": "GO:0051036",
            "identifier_type": "str",
            "name": "regulation of endosome size",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051036",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 472,
            "identifier": "102723655",
            "identifier_type": "int",
            "name": "LOC102723655",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723655",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "TP53-target gene 3 protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 473,
            "identifier": "GO:1903233",
            "identifier_type": "str",
            "name": "regulation of calcium ion-dependent exocytosis of neurotransmitter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903233",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}