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=27950
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=27975",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27925",
    "results": [
        {
            "id": 27942,
            "identifier": "85446",
            "identifier_type": "int",
            "name": "ZFHX2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85446",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "zinc finger homeobox 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 27943,
            "identifier": "C0854431",
            "identifier_type": "str",
            "name": "Injection site vesicles",
            "properties": {
                "url": "http://identifiers.org/umls/C0854431",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27944,
            "identifier": "22835",
            "identifier_type": "int",
            "name": "ZFP30",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22835",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ZFP30 zinc finger protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 27945,
            "identifier": "C0858924",
            "identifier_type": "str",
            "name": "General discomfort",
            "properties": {
                "url": "http://identifiers.org/umls/C0858924",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27946,
            "identifier": "GO:0030532",
            "identifier_type": "str",
            "name": "small nuclear ribonucleoprotein complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030532",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27947,
            "identifier": "GO:0044548",
            "identifier_type": "str",
            "name": "S100 protein binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044548",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27948,
            "identifier": "389090",
            "identifier_type": "int",
            "name": "OR6B2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/389090",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "olfactory receptor, family 6, subfamily B, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 27949,
            "identifier": "GO:0007412",
            "identifier_type": "str",
            "name": "axon target recognition",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007412",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27950,
            "identifier": "C0156308",
            "identifier_type": "str",
            "name": "Penile oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0156308",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27951,
            "identifier": "GO:0070259",
            "identifier_type": "str",
            "name": "tyrosyl-DNA phosphodiesterase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070259",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27952,
            "identifier": "55716",
            "identifier_type": "int",
            "name": "LMBR1L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55716",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "limb development membrane protein 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 27953,
            "identifier": "GO:0031010",
            "identifier_type": "str",
            "name": "ISWI-type complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031010",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27954,
            "identifier": "C0003128",
            "identifier_type": "str",
            "name": "Anovulation",
            "properties": {
                "url": "http://identifiers.org/umls/C0003128",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27955,
            "identifier": "GO:0000077",
            "identifier_type": "str",
            "name": "DNA damage checkpoint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000077",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27956,
            "identifier": "398",
            "identifier_type": "int",
            "name": "ARHGDIG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/398",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "Rho GDP dissociation inhibitor (GDI) gamma"
            },
            "metanode": "Gene"
        },
        {
            "id": 27957,
            "identifier": "GO:0042428",
            "identifier_type": "str",
            "name": "serotonin metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042428",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27958,
            "identifier": "100329135",
            "identifier_type": "int",
            "name": "TRPC5OS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100329135",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "TRPC5 opposite strand"
            },
            "metanode": "Gene"
        },
        {
            "id": 27959,
            "identifier": "GO:0031902",
            "identifier_type": "str",
            "name": "late endosome membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031902",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27960,
            "identifier": "GO:2000564",
            "identifier_type": "str",
            "name": "regulation of CD8-positive, alpha-beta T cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000564",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27961,
            "identifier": "79846",
            "identifier_type": "int",
            "name": "CFAP69",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79846",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "cilia and flagella associated protein 69"
            },
            "metanode": "Gene"
        },
        {
            "id": 27962,
            "identifier": "27112",
            "identifier_type": "int",
            "name": "FAM155B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27112",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "family with sequence similarity 155, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 27963,
            "identifier": "133923",
            "identifier_type": "int",
            "name": "ZNF474",
            "properties": {
                "url": "http://identifiers.org/ncbigene/133923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "zinc finger protein 474"
            },
            "metanode": "Gene"
        },
        {
            "id": 27964,
            "identifier": "142686",
            "identifier_type": "int",
            "name": "ASB14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/142686",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ankyrin repeat and SOCS box containing 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 27965,
            "identifier": "57540",
            "identifier_type": "int",
            "name": "PTCHD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57540",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "patched domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 27966,
            "identifier": "GO:0090025",
            "identifier_type": "str",
            "name": "regulation of monocyte chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090025",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}