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=10575
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=10600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=10550",
    "results": [
        {
            "id": 10565,
            "identifier": "PC7_2669",
            "identifier_type": "str",
            "name": "Collagen degradation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 10566,
            "identifier": "374",
            "identifier_type": "int",
            "name": "AREG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/374",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "amphiregulin"
            },
            "metanode": "Gene"
        },
        {
            "id": 10567,
            "identifier": "UBERON:0001143",
            "identifier_type": "str",
            "name": "hepatic vein",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001143",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D006503"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 10568,
            "identifier": "118429",
            "identifier_type": "int",
            "name": "ANTXR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/118429",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "anthrax toxin receptor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 10569,
            "identifier": "81566",
            "identifier_type": "int",
            "name": "CSRNP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81566",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "cysteine-serine-rich nuclear protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 10570,
            "identifier": "C0024440",
            "identifier_type": "str",
            "name": "Cystoid macular oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0024440",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 10572,
            "identifier": "26960",
            "identifier_type": "int",
            "name": "NBEA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26960",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "neurobeachin"
            },
            "metanode": "Gene"
        },
        {
            "id": 10573,
            "identifier": "GO:0047751",
            "identifier_type": "str",
            "name": "cholestenone 5-alpha-reductase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0047751",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 10574,
            "identifier": "GO:0050000",
            "identifier_type": "str",
            "name": "chromosome localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050000",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10575,
            "identifier": "79923",
            "identifier_type": "int",
            "name": "NANOG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "Nanog homeobox"
            },
            "metanode": "Gene"
        },
        {
            "id": 10576,
            "identifier": "GO:0010881",
            "identifier_type": "str",
            "name": "regulation of cardiac muscle contraction by regulation of the release of sequestered calcium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010881",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10577,
            "identifier": "5152",
            "identifier_type": "int",
            "name": "PDE9A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5152",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "phosphodiesterase 9A"
            },
            "metanode": "Gene"
        },
        {
            "id": 10578,
            "identifier": "GO:0015705",
            "identifier_type": "str",
            "name": "iodide transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015705",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10579,
            "identifier": "55190",
            "identifier_type": "int",
            "name": "NUDT11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55190",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "nudix (nucleoside diphosphate linked moiety X)-type motif 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 10580,
            "identifier": "GO:0005929",
            "identifier_type": "str",
            "name": "cilium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005929",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 10581,
            "identifier": "90141",
            "identifier_type": "int",
            "name": "EFCAB11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90141",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "EF-hand calcium binding domain 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 10582,
            "identifier": "PC7_5560",
            "identifier_type": "str",
            "name": "MyD88-independent cascade",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 10583,
            "identifier": "84641",
            "identifier_type": "int",
            "name": "HIATL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84641",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "hippocampus abundant transcript-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 10584,
            "identifier": "GO:2001287",
            "identifier_type": "str",
            "name": "negative regulation of caveolin-mediated endocytosis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001287",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10585,
            "identifier": "23263",
            "identifier_type": "int",
            "name": "MCF2L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23263",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "MCF.2 cell line derived transforming sequence-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 10586,
            "identifier": "GO:0002142",
            "identifier_type": "str",
            "name": "stereocilia ankle link complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002142",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 10587,
            "identifier": "118611",
            "identifier_type": "int",
            "name": "C10orf90",
            "properties": {
                "url": "http://identifiers.org/ncbigene/118611",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "chromosome 10 open reading frame 90"
            },
            "metanode": "Gene"
        },
        {
            "id": 10588,
            "identifier": "647310",
            "identifier_type": "int",
            "name": "TEX22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/647310",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "testis expressed 22"
            },
            "metanode": "Gene"
        },
        {
            "id": 10589,
            "identifier": "26586",
            "identifier_type": "int",
            "name": "CKAP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26586",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "cytoskeleton associated protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 10590,
            "identifier": "GO:0004709",
            "identifier_type": "str",
            "name": "MAP kinase kinase kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004709",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}