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=25400
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=25425",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25375",
    "results": [
        {
            "id": 25392,
            "identifier": "441381",
            "identifier_type": "int",
            "name": "LRRC24",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441381",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "leucine rich repeat containing 24"
            },
            "metanode": "Gene"
        },
        {
            "id": 25393,
            "identifier": "201158",
            "identifier_type": "int",
            "name": "TVP23C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/201158",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "trans-golgi network vesicle protein 23 homolog C (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25394,
            "identifier": "3950",
            "identifier_type": "int",
            "name": "LECT2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3950",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "leukocyte cell-derived chemotaxin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25395,
            "identifier": "8345",
            "identifier_type": "int",
            "name": "HIST1H2BH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8345",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H2bh"
            },
            "metanode": "Gene"
        },
        {
            "id": 25396,
            "identifier": "C0302859",
            "identifier_type": "str",
            "name": "Euthyroid goiter",
            "properties": {
                "url": "http://identifiers.org/umls/C0302859",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25397,
            "identifier": "GO:0005338",
            "identifier_type": "str",
            "name": "nucleotide-sugar transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005338",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25398,
            "identifier": "203611",
            "identifier_type": "int",
            "name": "CDY2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/203611",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "chromodomain protein, Y-linked, 2B"
            },
            "metanode": "Gene"
        },
        {
            "id": 25399,
            "identifier": "C0426959",
            "identifier_type": "str",
            "name": "Akinaesthesia",
            "properties": {
                "url": "http://identifiers.org/umls/C0426959",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25400,
            "identifier": "105373377",
            "identifier_type": "int",
            "name": "LOC105373377",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105373377",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "putative paraneoplastic antigen-like protein 6B-like protein LOC649238"
            },
            "metanode": "Gene"
        },
        {
            "id": 25401,
            "identifier": "283933",
            "identifier_type": "int",
            "name": "ZNF843",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283933",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "zinc finger protein 843"
            },
            "metanode": "Gene"
        },
        {
            "id": 25402,
            "identifier": "10814",
            "identifier_type": "int",
            "name": "CPLX2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10814",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "complexin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25403,
            "identifier": "WP3527_r84571",
            "identifier_type": "str",
            "name": "Preimplantation Embryo",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP3527_r84571",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25404,
            "identifier": "GO:0007200",
            "identifier_type": "str",
            "name": "phospholipase C-activating G-protein coupled receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007200",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25405,
            "identifier": "GO:0003175",
            "identifier_type": "str",
            "name": "tricuspid valve development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003175",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25406,
            "identifier": "C0085641",
            "identifier_type": "str",
            "name": "Rash pustular",
            "properties": {
                "url": "http://identifiers.org/umls/C0085641",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25407,
            "identifier": "GO:1900078",
            "identifier_type": "str",
            "name": "positive regulation of cellular response to insulin stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900078",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25408,
            "identifier": "1139",
            "identifier_type": "int",
            "name": "CHRNA7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1139",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "cholinergic receptor, nicotinic, alpha 7 (neuronal)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25409,
            "identifier": "GO:0090342",
            "identifier_type": "str",
            "name": "regulation of cell aging",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090342",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25410,
            "identifier": "4632",
            "identifier_type": "int",
            "name": "MYL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4632",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "myosin, light chain 1, alkali; skeletal, fast"
            },
            "metanode": "Gene"
        },
        {
            "id": 25411,
            "identifier": "C0745499",
            "identifier_type": "str",
            "name": "Junctional bradycardia",
            "properties": {
                "url": "http://identifiers.org/umls/C0745499",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25412,
            "identifier": "GO:1900019",
            "identifier_type": "str",
            "name": "regulation of protein kinase C activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900019",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25413,
            "identifier": "PC7_3774",
            "identifier_type": "str",
            "name": "Eukaryotic Translation Termination",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25414,
            "identifier": "GO:1901998",
            "identifier_type": "str",
            "name": "toxin transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901998",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25415,
            "identifier": "GO:0004430",
            "identifier_type": "str",
            "name": "1-phosphatidylinositol 4-kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004430",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25416,
            "identifier": "PC7_1520",
            "identifier_type": "str",
            "name": "Activation of AMPA receptors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        }
    ]
}