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=8550
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=8575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=8525",
    "results": [
        {
            "id": 8541,
            "identifier": "2026",
            "identifier_type": "int",
            "name": "ENO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2026",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "enolase 2 (gamma, neuronal)"
            },
            "metanode": "Gene"
        },
        {
            "id": 8542,
            "identifier": "55589",
            "identifier_type": "int",
            "name": "BMP2K",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55589",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "BMP2 inducible kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 8543,
            "identifier": "GO:0002669",
            "identifier_type": "str",
            "name": "positive regulation of T cell anergy",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002669",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8544,
            "identifier": "GO:0004920",
            "identifier_type": "str",
            "name": "interleukin-10 receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004920",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8545,
            "identifier": "GO:0002218",
            "identifier_type": "str",
            "name": "activation of innate immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002218",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8546,
            "identifier": "UBERON:0002040",
            "identifier_type": "str",
            "name": "bronchial artery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002040",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D001981"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 8547,
            "identifier": "271",
            "identifier_type": "int",
            "name": "AMPD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/271",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "adenosine monophosphate deaminase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 8548,
            "identifier": "8890",
            "identifier_type": "int",
            "name": "EIF2B4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "eukaryotic translation initiation factor 2B, subunit 4 delta, 67kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 8549,
            "identifier": "GO:0000059",
            "identifier_type": "str",
            "name": "protein import into nucleus, docking",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000059",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8550,
            "identifier": "PC7_8055",
            "identifier_type": "str",
            "name": "TRAF6 mediated IRF7 activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 8551,
            "identifier": "GO:0009201",
            "identifier_type": "str",
            "name": "ribonucleoside triphosphate biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009201",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8552,
            "identifier": "PC7_3647",
            "identifier_type": "str",
            "name": "Eicosanoids",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 8553,
            "identifier": "GO:0016896",
            "identifier_type": "str",
            "name": "exoribonuclease activity, producing 5'-phosphomonoesters",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016896",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8554,
            "identifier": "26985",
            "identifier_type": "int",
            "name": "AP3M1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26985",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "adaptor-related protein complex 3, mu 1 subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 8555,
            "identifier": "GO:0001733",
            "identifier_type": "str",
            "name": "galactosylceramide sulfotransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001733",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8556,
            "identifier": "57413",
            "identifier_type": "int",
            "name": "TMIGD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57413",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "transmembrane and immunoglobulin domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 8557,
            "identifier": "GO:0007158",
            "identifier_type": "str",
            "name": "neuron cell-cell adhesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007158",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8558,
            "identifier": "222865",
            "identifier_type": "int",
            "name": "TMEM130",
            "properties": {
                "url": "http://identifiers.org/ncbigene/222865",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "transmembrane protein 130"
            },
            "metanode": "Gene"
        },
        {
            "id": 8559,
            "identifier": "GO:0052741",
            "identifier_type": "str",
            "name": "(R)-limonene 6-monooxygenase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052741",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 8560,
            "identifier": "GO:0006925",
            "identifier_type": "str",
            "name": "inflammatory cell apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006925",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8561,
            "identifier": "C0393947",
            "identifier_type": "str",
            "name": "Cholinergic crisis",
            "properties": {
                "url": "http://identifiers.org/umls/C0393947",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8562,
            "identifier": "55215",
            "identifier_type": "int",
            "name": "FANCI",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55215",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "Fanconi anemia, complementation group I"
            },
            "metanode": "Gene"
        },
        {
            "id": 8563,
            "identifier": "GO:1902612",
            "identifier_type": "str",
            "name": "regulation of anti-Mullerian hormone signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902612",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8564,
            "identifier": "7490",
            "identifier_type": "int",
            "name": "WT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7490",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "Wilms tumor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 8565,
            "identifier": "C0948380",
            "identifier_type": "str",
            "name": "Colorectal cancer metastatic",
            "properties": {
                "url": "http://identifiers.org/umls/C0948380",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}