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=16125
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=16150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=16100",
    "results": [
        {
            "id": 16115,
            "identifier": "C2930821",
            "identifier_type": "str",
            "name": "Keratitis sicca",
            "properties": {
                "url": "http://identifiers.org/umls/C2930821",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16116,
            "identifier": "GO:0030575",
            "identifier_type": "str",
            "name": "nuclear body organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030575",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16117,
            "identifier": "C0007102",
            "identifier_type": "str",
            "name": "Colon cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C0007102",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16118,
            "identifier": "1378",
            "identifier_type": "int",
            "name": "CR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1378",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "complement component (3b/4b) receptor 1 (Knops blood group)"
            },
            "metanode": "Gene"
        },
        {
            "id": 16119,
            "identifier": "9885",
            "identifier_type": "int",
            "name": "OSBPL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9885",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "oxysterol binding protein-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16120,
            "identifier": "GO:0070827",
            "identifier_type": "str",
            "name": "chromatin maintenance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070827",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16121,
            "identifier": "C0860209",
            "identifier_type": "str",
            "name": "Gallbladder sludge",
            "properties": {
                "url": "http://identifiers.org/umls/C0860209",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16122,
            "identifier": "DB00916",
            "identifier_type": "str",
            "name": "Metronidazole",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00916",
                "inchi": "InChI=1S/C6H9N3O3/c1-5-7-4-6(9(11)12)8(5)2-3-10/h4,10H,2-3H2,1H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=VAOCPAMSLUNLGC-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 16123,
            "identifier": "C0036439",
            "identifier_type": "str",
            "name": "Scoliosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0036439",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16124,
            "identifier": "8242",
            "identifier_type": "int",
            "name": "KDM5C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8242",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "lysine (K)-specific demethylase 5C"
            },
            "metanode": "Gene"
        },
        {
            "id": 16125,
            "identifier": "8732",
            "identifier_type": "int",
            "name": "RNGTT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8732",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "RNA guanylyltransferase and 5'-phosphatase"
            },
            "metanode": "Gene"
        },
        {
            "id": 16126,
            "identifier": "GO:0072578",
            "identifier_type": "str",
            "name": "neurotransmitter-gated ion channel clustering",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072578",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16127,
            "identifier": "GO:0070946",
            "identifier_type": "str",
            "name": "neutrophil mediated killing of gram-positive bacterium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070946",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16128,
            "identifier": "105373274",
            "identifier_type": "int",
            "name": "LOC105373274",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105373274",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC105373274"
            },
            "metanode": "Gene"
        },
        {
            "id": 16129,
            "identifier": "GO:1900138",
            "identifier_type": "str",
            "name": "negative regulation of phospholipase A2 activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900138",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16130,
            "identifier": "C0270934",
            "identifier_type": "str",
            "name": "Toxic neuropathy",
            "properties": {
                "url": "http://identifiers.org/umls/C0270934",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16131,
            "identifier": "102724052",
            "identifier_type": "int",
            "name": "LOC102724052",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102724052",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "spidroin-1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 16132,
            "identifier": "GO:0070459",
            "identifier_type": "str",
            "name": "prolactin secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070459",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16133,
            "identifier": "GO:0051490",
            "identifier_type": "str",
            "name": "negative regulation of filopodium assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051490",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16134,
            "identifier": "D020323",
            "identifier_type": "str",
            "name": "Tics",
            "properties": {
                "url": "http://identifiers.org/mesh/D020323",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 16135,
            "identifier": "GO:0071582",
            "identifier_type": "str",
            "name": "negative regulation of zinc ion transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071582",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16136,
            "identifier": "54567",
            "identifier_type": "int",
            "name": "DLL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54567",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "delta-like 4 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 16137,
            "identifier": "PC7_5847",
            "identifier_type": "str",
            "name": "Na+-dependent glucose transporters",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 16138,
            "identifier": "C0016658",
            "identifier_type": "str",
            "name": "Fracture",
            "properties": {
                "url": "http://identifiers.org/umls/C0016658",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16139,
            "identifier": "GO:0050792",
            "identifier_type": "str",
            "name": "regulation of viral process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050792",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}