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=4950
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=4975",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=4925",
    "results": [
        {
            "id": 4939,
            "identifier": "63934",
            "identifier_type": "int",
            "name": "ZNF667",
            "properties": {
                "url": "http://identifiers.org/ncbigene/63934",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 667"
            },
            "metanode": "Gene"
        },
        {
            "id": 4940,
            "identifier": "GO:0002753",
            "identifier_type": "str",
            "name": "cytoplasmic pattern recognition receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002753",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4941,
            "identifier": "GO:0090076",
            "identifier_type": "str",
            "name": "relaxation of skeletal muscle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090076",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4942,
            "identifier": "102723722",
            "identifier_type": "int",
            "name": "LOC102723722",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723722",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "uncharacterized LOC102723722"
            },
            "metanode": "Gene"
        },
        {
            "id": 4943,
            "identifier": "GO:0071062",
            "identifier_type": "str",
            "name": "alphav-beta3 integrin-vitronectin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071062",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 4944,
            "identifier": "23498",
            "identifier_type": "int",
            "name": "HAAO",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23498",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "3-hydroxyanthranilate 3,4-dioxygenase"
            },
            "metanode": "Gene"
        },
        {
            "id": 4945,
            "identifier": "109",
            "identifier_type": "int",
            "name": "ADCY3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/109",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "adenylate cyclase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 4946,
            "identifier": "8600",
            "identifier_type": "int",
            "name": "TNFSF11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8600",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "tumor necrosis factor (ligand) superfamily, member 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 4947,
            "identifier": "GO:0009791",
            "identifier_type": "str",
            "name": "post-embryonic development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009791",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4948,
            "identifier": "C0034951",
            "identifier_type": "str",
            "name": "Refraction disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0034951",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4949,
            "identifier": "GO:0060048",
            "identifier_type": "str",
            "name": "cardiac muscle contraction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060048",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4950,
            "identifier": "GO:2001187",
            "identifier_type": "str",
            "name": "positive regulation of CD8-positive, alpha-beta T cell activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001187",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4951,
            "identifier": "C0233401",
            "identifier_type": "str",
            "name": "Psychiatric symptom",
            "properties": {
                "url": "http://identifiers.org/umls/C0233401",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4952,
            "identifier": "11069",
            "identifier_type": "int",
            "name": "RAPGEF4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11069",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "Rap guanine nucleotide exchange factor (GEF) 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 4953,
            "identifier": "C0239511",
            "identifier_type": "str",
            "name": "Numbness facial",
            "properties": {
                "url": "http://identifiers.org/umls/C0239511",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4954,
            "identifier": "GO:0071987",
            "identifier_type": "str",
            "name": "WD40-repeat domain binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071987",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 4955,
            "identifier": "100129125",
            "identifier_type": "int",
            "name": "LOC100129125",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129125",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "uncharacterized LOC100129125"
            },
            "metanode": "Gene"
        },
        {
            "id": 4956,
            "identifier": "GO:0039692",
            "identifier_type": "str",
            "name": "single stranded viral RNA replication via double stranded DNA intermediate",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0039692",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4957,
            "identifier": "DB00799",
            "identifier_type": "str",
            "name": "Tazarotene",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00799",
                "inchi": "InChI=1S/C21H21NO2S/c1-4-24-20(23)16-7-9-17(22-14-16)8-5-15-6-10-19-18(13-15)21(2,3)11-12-25-19/h6-7,9-10,13-14H,4,11-12H2,1-3H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=OGQICQVSFDPSEI-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 4958,
            "identifier": "54925",
            "identifier_type": "int",
            "name": "ZSCAN32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54925",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "zinc finger and SCAN domain containing 32"
            },
            "metanode": "Gene"
        },
        {
            "id": 4959,
            "identifier": "85465",
            "identifier_type": "int",
            "name": "EPT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85465",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ethanolaminephosphotransferase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4960,
            "identifier": "GO:0061009",
            "identifier_type": "str",
            "name": "common bile duct development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061009",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4961,
            "identifier": "124512",
            "identifier_type": "int",
            "name": "METTL23",
            "properties": {
                "url": "http://identifiers.org/ncbigene/124512",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "methyltransferase like 23"
            },
            "metanode": "Gene"
        },
        {
            "id": 4962,
            "identifier": "22998",
            "identifier_type": "int",
            "name": "LIMCH1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22998",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "LIM and calponin homology domains 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4963,
            "identifier": "7356",
            "identifier_type": "int",
            "name": "SCGB1A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7356",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "secretoglobin, family 1A, member 1 (uteroglobin)"
            },
            "metanode": "Gene"
        }
    ]
}