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=6975
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=7000",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=6950",
    "results": [
        {
            "id": 6965,
            "identifier": "PC7_1624",
            "identifier_type": "str",
            "name": "Amine ligand-binding receptors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 6966,
            "identifier": "GO:0061512",
            "identifier_type": "str",
            "name": "protein localization to cilium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061512",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6967,
            "identifier": "GO:0043405",
            "identifier_type": "str",
            "name": "regulation of MAP kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043405",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6968,
            "identifier": "C0392386",
            "identifier_type": "str",
            "name": "Platelet count decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0392386",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6969,
            "identifier": "85440",
            "identifier_type": "int",
            "name": "DOCK7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85440",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "dedicator of cytokinesis 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 6970,
            "identifier": "102723451",
            "identifier_type": "int",
            "name": "LOC102723451",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723451",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "uncharacterized protein C21orf140"
            },
            "metanode": "Gene"
        },
        {
            "id": 6971,
            "identifier": "GO:0009440",
            "identifier_type": "str",
            "name": "cyanate catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009440",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6972,
            "identifier": "100132439",
            "identifier_type": "int",
            "name": "FAM27E4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100132439",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "family with sequence similarity 27, member E4"
            },
            "metanode": "Gene"
        },
        {
            "id": 6973,
            "identifier": "N0000000070",
            "identifier_type": "str",
            "name": "Angiotensin 2 Receptor Antagonists",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000000070",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 6974,
            "identifier": "22845",
            "identifier_type": "int",
            "name": "DOLK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22845",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "dolichol kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 6975,
            "identifier": "147166",
            "identifier_type": "int",
            "name": "TRIM16L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/147166",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "tripartite motif containing 16-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 6976,
            "identifier": "C0750151",
            "identifier_type": "str",
            "name": "Vaso-occlusive crisis",
            "properties": {
                "url": "http://identifiers.org/umls/C0750151",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6977,
            "identifier": "GO:0043005",
            "identifier_type": "str",
            "name": "neuron projection",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043005",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 6978,
            "identifier": "401067",
            "identifier_type": "int",
            "name": "IQCF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401067",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "IQ motif containing F3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6979,
            "identifier": "92304",
            "identifier_type": "int",
            "name": "SCGB3A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/92304",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "secretoglobin, family 3A, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6980,
            "identifier": "105377772",
            "identifier_type": "int",
            "name": "LOC105377772",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377772",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "chromosome alignment-maintaining phosphoprotein 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 6981,
            "identifier": "26168",
            "identifier_type": "int",
            "name": "SENP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26168",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "SUMO1/sentrin/SMT3 specific peptidase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6982,
            "identifier": "C0234962",
            "identifier_type": "str",
            "name": "Pulmonary vasculitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0234962",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6983,
            "identifier": "C1263960",
            "identifier_type": "str",
            "name": "Diabetic coma",
            "properties": {
                "url": "http://identifiers.org/umls/C1263960",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6984,
            "identifier": "442191",
            "identifier_type": "int",
            "name": "OR14J1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/442191",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "olfactory receptor, family 14, subfamily J, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6985,
            "identifier": "GO:0031265",
            "identifier_type": "str",
            "name": "CD95 death-inducing signaling complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031265",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 6986,
            "identifier": "392",
            "identifier_type": "int",
            "name": "ARHGAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/392",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "Rho GTPase activating protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6987,
            "identifier": "10460",
            "identifier_type": "int",
            "name": "TACC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10460",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "transforming, acidic coiled-coil containing protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6988,
            "identifier": "6616",
            "identifier_type": "int",
            "name": "SNAP25",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6616",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "synaptosomal-associated protein, 25kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 6989,
            "identifier": "DB01355",
            "identifier_type": "str",
            "name": "Hexobarbital",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01355",
                "inchi": "InChI=1S/C12H16N2O3/c1-12(8-6-4-3-5-7-8)9(15)13-11(17)14(2)10(12)16/h6H,3-5,7H2,1-2H3,(H,13,15,17)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=UYXAWHWODHRRMR-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        }
    ]
}