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=26875
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=26900",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=26850",
    "results": [
        {
            "id": 26868,
            "identifier": "GO:0072357",
            "identifier_type": "str",
            "name": "PTW/PP1 phosphatase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072357",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 26869,
            "identifier": "3988",
            "identifier_type": "int",
            "name": "LIPA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3988",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "lipase A, lysosomal acid, cholesterol esterase"
            },
            "metanode": "Gene"
        },
        {
            "id": 26870,
            "identifier": "8655",
            "identifier_type": "int",
            "name": "DYNLL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8655",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "dynein, light chain, LC8-type 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26871,
            "identifier": "GO:0008385",
            "identifier_type": "str",
            "name": "IkappaB kinase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008385",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 26872,
            "identifier": "11108",
            "identifier_type": "int",
            "name": "PRDM4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11108",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "PR domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 26873,
            "identifier": "WP1984_r82941",
            "identifier_type": "str",
            "name": "Integrated Breast Cancer Pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP1984_r82941",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 26874,
            "identifier": "GO:0046499",
            "identifier_type": "str",
            "name": "S-adenosylmethioninamine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046499",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26875,
            "identifier": "58533",
            "identifier_type": "int",
            "name": "SNX6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/58533",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "sorting nexin 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 26876,
            "identifier": "PC7_3864",
            "identifier_type": "str",
            "name": "FRS2-mediated cascade",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 26877,
            "identifier": "54836",
            "identifier_type": "int",
            "name": "BSPRY",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54836",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "B-box and SPRY domain containing"
            },
            "metanode": "Gene"
        },
        {
            "id": 26878,
            "identifier": "GO:0002695",
            "identifier_type": "str",
            "name": "negative regulation of leukocyte activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002695",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26879,
            "identifier": "GO:0001934",
            "identifier_type": "str",
            "name": "positive regulation of protein phosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001934",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26880,
            "identifier": "100132247",
            "identifier_type": "int",
            "name": "NPIPB5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100132247",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "nuclear pore complex interacting protein family, member B5"
            },
            "metanode": "Gene"
        },
        {
            "id": 26881,
            "identifier": "22909",
            "identifier_type": "int",
            "name": "FAN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22909",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "FANCD2/FANCI-associated nuclease 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26882,
            "identifier": "C0860864",
            "identifier_type": "str",
            "name": "Albumin low",
            "properties": {
                "url": "http://identifiers.org/umls/C0860864",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 26883,
            "identifier": "105379779",
            "identifier_type": "int",
            "name": "LOC105379779",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379779",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "collagen alpha-1(I) chain-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 26884,
            "identifier": "26232",
            "identifier_type": "int",
            "name": "FBXO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26232",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "F-box protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 26885,
            "identifier": "55790",
            "identifier_type": "int",
            "name": "CSGALNACT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55790",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "chondroitin sulfate N-acetylgalactosaminyltransferase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26886,
            "identifier": "57191",
            "identifier_type": "int",
            "name": "VN1R1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57191",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "vomeronasal 1 receptor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26887,
            "identifier": "105371414",
            "identifier_type": "int",
            "name": "LOC105371414",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371414",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "keratin-associated protein 5-2-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 26888,
            "identifier": "GO:0031852",
            "identifier_type": "str",
            "name": "mu-type opioid receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031852",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 26889,
            "identifier": "55350",
            "identifier_type": "int",
            "name": "VNN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55350",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "vanin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 26890,
            "identifier": "219743",
            "identifier_type": "int",
            "name": "TYSND1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219743",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "trypsin domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 26891,
            "identifier": "284083",
            "identifier_type": "int",
            "name": "C17orf47",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284083",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chromosome 17 open reading frame 47"
            },
            "metanode": "Gene"
        },
        {
            "id": 26892,
            "identifier": "GO:0002478",
            "identifier_type": "str",
            "name": "antigen processing and presentation of exogenous peptide antigen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002478",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}