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=15550
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=15575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=15525",
    "results": [
        {
            "id": 15540,
            "identifier": "C0232808",
            "identifier_type": "str",
            "name": "Shutdown renal",
            "properties": {
                "url": "http://identifiers.org/umls/C0232808",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 15541,
            "identifier": "GO:0008623",
            "identifier_type": "str",
            "name": "CHRAC",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008623",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 15542,
            "identifier": "GO:2000394",
            "identifier_type": "str",
            "name": "positive regulation of lamellipodium morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000394",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15543,
            "identifier": "GO:0034708",
            "identifier_type": "str",
            "name": "methyltransferase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034708",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 15544,
            "identifier": "GO:0061187",
            "identifier_type": "str",
            "name": "regulation of chromatin silencing at rDNA",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061187",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15545,
            "identifier": "C0600104",
            "identifier_type": "str",
            "name": "Compulsions",
            "properties": {
                "url": "http://identifiers.org/umls/C0600104",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 15546,
            "identifier": "GO:0034312",
            "identifier_type": "str",
            "name": "diol biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034312",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15547,
            "identifier": "UBERON:0001322",
            "identifier_type": "str",
            "name": "sciatic nerve",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001322",
                "bto_id": "BTO:0001221",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012584"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 15549,
            "identifier": "374819",
            "identifier_type": "int",
            "name": "LRRC37A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/374819",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "leucine rich repeat containing 37, member A3"
            },
            "metanode": "Gene"
        },
        {
            "id": 15550,
            "identifier": "7620",
            "identifier_type": "int",
            "name": "ZNF69",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7620",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 69"
            },
            "metanode": "Gene"
        },
        {
            "id": 15551,
            "identifier": "GO:0000712",
            "identifier_type": "str",
            "name": "resolution of meiotic recombination intermediates",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000712",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15552,
            "identifier": "GO:0043568",
            "identifier_type": "str",
            "name": "positive regulation of insulin-like growth factor receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043568",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15553,
            "identifier": "GO:0004721",
            "identifier_type": "str",
            "name": "phosphoprotein phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004721",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 15554,
            "identifier": "GO:0031937",
            "identifier_type": "str",
            "name": "positive regulation of chromatin silencing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031937",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15555,
            "identifier": "GO:0007635",
            "identifier_type": "str",
            "name": "chemosensory behavior",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007635",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15556,
            "identifier": "GO:0051373",
            "identifier_type": "str",
            "name": "FATZ binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051373",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 15557,
            "identifier": "GO:0002693",
            "identifier_type": "str",
            "name": "positive regulation of cellular extravasation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002693",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15558,
            "identifier": "GO:0052042",
            "identifier_type": "str",
            "name": "positive regulation by symbiont of host programmed cell death",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052042",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15559,
            "identifier": "GO:0001725",
            "identifier_type": "str",
            "name": "stress fiber",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001725",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 15560,
            "identifier": "GO:2000778",
            "identifier_type": "str",
            "name": "positive regulation of interleukin-6 secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000778",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15561,
            "identifier": "C1510475",
            "identifier_type": "str",
            "name": "Diverticulum intestinal",
            "properties": {
                "url": "http://identifiers.org/umls/C1510475",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 15562,
            "identifier": "GO:0007057",
            "identifier_type": "str",
            "name": "spindle assembly involved in female meiosis I",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007057",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15563,
            "identifier": "553",
            "identifier_type": "int",
            "name": "AVPR1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/553",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "arginine vasopressin receptor 1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 15564,
            "identifier": "GO:0050817",
            "identifier_type": "str",
            "name": "coagulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050817",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15565,
            "identifier": "59338",
            "identifier_type": "int",
            "name": "PLEKHA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59338",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "pleckstrin homology domain containing, family A (phosphoinositide binding specific) member 1"
            },
            "metanode": "Gene"
        }
    ]
}