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=5200
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=5225",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5175",
    "results": [
        {
            "id": 5189,
            "identifier": "C0024623",
            "identifier_type": "str",
            "name": "Gastric cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C0024623",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5190,
            "identifier": "125168",
            "identifier_type": "int",
            "name": "RIBIN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/125168",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "rRNA promoter binding protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 5191,
            "identifier": "GO:0006971",
            "identifier_type": "str",
            "name": "hypotonic response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006971",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5192,
            "identifier": "GO:0045504",
            "identifier_type": "str",
            "name": "dynein heavy chain binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045504",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5193,
            "identifier": "C0018979",
            "identifier_type": "str",
            "name": "Hemianopia",
            "properties": {
                "url": "http://identifiers.org/umls/C0018979",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5194,
            "identifier": "D012913",
            "identifier_type": "str",
            "name": "Snoring",
            "properties": {
                "url": "http://identifiers.org/mesh/D012913",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 5195,
            "identifier": "GO:0086100",
            "identifier_type": "str",
            "name": "endothelin receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086100",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5196,
            "identifier": "C0238792",
            "identifier_type": "str",
            "name": "Bone lesion",
            "properties": {
                "url": "http://identifiers.org/umls/C0238792",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5197,
            "identifier": "GO:0000972",
            "identifier_type": "str",
            "name": "transcription-dependent tethering of RNA polymerase II gene DNA at nuclear periphery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000972",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5198,
            "identifier": "GO:1902165",
            "identifier_type": "str",
            "name": "regulation of intrinsic apoptotic signaling pathway in response to DNA damage by p53 class mediator",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902165",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5199,
            "identifier": "5169",
            "identifier_type": "int",
            "name": "ENPP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5169",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ectonucleotide pyrophosphatase/phosphodiesterase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 5200,
            "identifier": "55207",
            "identifier_type": "int",
            "name": "ARL8B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55207",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ADP-ribosylation factor-like 8B"
            },
            "metanode": "Gene"
        },
        {
            "id": 5201,
            "identifier": "C1262168",
            "identifier_type": "str",
            "name": "Cholecystitis infective",
            "properties": {
                "url": "http://identifiers.org/umls/C1262168",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5202,
            "identifier": "23264",
            "identifier_type": "int",
            "name": "ZC3H7B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23264",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "zinc finger CCCH-type containing 7B"
            },
            "metanode": "Gene"
        },
        {
            "id": 5203,
            "identifier": "7766",
            "identifier_type": "int",
            "name": "ZNF223",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7766",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 223"
            },
            "metanode": "Gene"
        },
        {
            "id": 5204,
            "identifier": "C0475765",
            "identifier_type": "str",
            "name": "Nasal oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0475765",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5205,
            "identifier": "N0000009269",
            "identifier_type": "str",
            "name": "Increased Cytokine Production",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000009269",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Physiologic Effect"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 5206,
            "identifier": "C0155964",
            "identifier_type": "str",
            "name": "Atrophic glossitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0155964",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5207,
            "identifier": "105369444",
            "identifier_type": "int",
            "name": "LOC105369444",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369444",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "oocyte-secreted protein 2-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 5208,
            "identifier": "GO:0014731",
            "identifier_type": "str",
            "name": "spectrin-associated cytoskeleton",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014731",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 5209,
            "identifier": "56145",
            "identifier_type": "int",
            "name": "PCDHA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56145",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin alpha 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 5210,
            "identifier": "GO:0061525",
            "identifier_type": "str",
            "name": "hindgut development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061525",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5211,
            "identifier": "GO:0072103",
            "identifier_type": "str",
            "name": "glomerulus vasculature morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072103",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5212,
            "identifier": "79694",
            "identifier_type": "int",
            "name": "MANEA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79694",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "mannosidase, endo-alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 5213,
            "identifier": "116985",
            "identifier_type": "int",
            "name": "ARAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116985",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "ArfGAP with RhoGAP domain, ankyrin repeat and PH domain 1"
            },
            "metanode": "Gene"
        }
    ]
}