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=42775
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=42800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42750",
    "results": [
        {
            "id": 42774,
            "identifier": "10140",
            "identifier_type": "int",
            "name": "TOB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10140",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "transducer of ERBB2, 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42775,
            "identifier": "89832",
            "identifier_type": "int",
            "name": "CHRFAM7A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89832",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "CHRNA7 (cholinergic receptor, nicotinic, alpha 7, exons 5-10) and FAM7A (family with sequence similarity 7A, exons A-E) fusion"
            },
            "metanode": "Gene"
        },
        {
            "id": 42776,
            "identifier": "UBERON:0001705",
            "identifier_type": "str",
            "name": "nail",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001705",
                "bto_id": "BTO:0001719",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D009262"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 42777,
            "identifier": "GO:1904751",
            "identifier_type": "str",
            "name": "positive regulation of protein localization to nucleolus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904751",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42778,
            "identifier": "GO:0006457",
            "identifier_type": "str",
            "name": "protein folding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006457",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42779,
            "identifier": "GO:0071256",
            "identifier_type": "str",
            "name": "translocon complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071256",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42780,
            "identifier": "GO:0046540",
            "identifier_type": "str",
            "name": "U4/U6 x U5 tri-snRNP complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046540",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42781,
            "identifier": "8497",
            "identifier_type": "int",
            "name": "PPFIA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8497",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "protein tyrosine phosphatase, receptor type, f polypeptide (PTPRF), interacting protein (liprin), alpha 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 42782,
            "identifier": "254887",
            "identifier_type": "int",
            "name": "ZDHHC23",
            "properties": {
                "url": "http://identifiers.org/ncbigene/254887",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "zinc finger, DHHC-type containing 23"
            },
            "metanode": "Gene"
        },
        {
            "id": 42783,
            "identifier": "GO:0048642",
            "identifier_type": "str",
            "name": "negative regulation of skeletal muscle tissue development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048642",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42784,
            "identifier": "127124",
            "identifier_type": "int",
            "name": "ATP6V1G3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/127124",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ATPase, H+ transporting, lysosomal 13kDa, V1 subunit G3"
            },
            "metanode": "Gene"
        },
        {
            "id": 42785,
            "identifier": "2331",
            "identifier_type": "int",
            "name": "FMOD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2331",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "fibromodulin"
            },
            "metanode": "Gene"
        },
        {
            "id": 42786,
            "identifier": "11094",
            "identifier_type": "int",
            "name": "CACFD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11094",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "calcium channel flower domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42787,
            "identifier": "GO:0015880",
            "identifier_type": "str",
            "name": "coenzyme A transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015880",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42788,
            "identifier": "GO:0032727",
            "identifier_type": "str",
            "name": "positive regulation of interferon-alpha production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032727",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42789,
            "identifier": "GO:0038039",
            "identifier_type": "str",
            "name": "G-protein coupled receptor heterodimeric complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038039",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42790,
            "identifier": "4784",
            "identifier_type": "int",
            "name": "NFIX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4784",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "nuclear factor I/X (CCAAT-binding transcription factor)"
            },
            "metanode": "Gene"
        },
        {
            "id": 42791,
            "identifier": "GO:0008251",
            "identifier_type": "str",
            "name": "tRNA-specific adenosine deaminase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008251",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 42792,
            "identifier": "GO:0048859",
            "identifier_type": "str",
            "name": "formation of anatomical boundary",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048859",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42793,
            "identifier": "C0005694",
            "identifier_type": "str",
            "name": "Bladder neck obstruction",
            "properties": {
                "url": "http://identifiers.org/umls/C0005694",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42794,
            "identifier": "UBERON:0001649",
            "identifier_type": "str",
            "name": "glossopharyngeal nerve",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001649",
                "bto_id": "BTO:0004979",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D005930"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 42795,
            "identifier": "22895",
            "identifier_type": "int",
            "name": "RPH3A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22895",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "rabphilin 3A"
            },
            "metanode": "Gene"
        },
        {
            "id": 42796,
            "identifier": "GO:2001201",
            "identifier_type": "str",
            "name": "regulation of transforming growth factor-beta secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001201",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42797,
            "identifier": "7381",
            "identifier_type": "int",
            "name": "UQCRB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7381",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "ubiquinol-cytochrome c reductase binding protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 42798,
            "identifier": "C0040264",
            "identifier_type": "str",
            "name": "Tinnitus",
            "properties": {
                "url": "http://identifiers.org/umls/C0040264",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}