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=40800
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=40825",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=40775",
    "results": [
        {
            "id": 40799,
            "identifier": "1355",
            "identifier_type": "int",
            "name": "COX15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1355",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "cytochrome c oxidase assembly homolog 15 (yeast)"
            },
            "metanode": "Gene"
        },
        {
            "id": 40800,
            "identifier": "9862",
            "identifier_type": "int",
            "name": "MED24",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9862",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "mediator complex subunit 24"
            },
            "metanode": "Gene"
        },
        {
            "id": 40801,
            "identifier": "D053201",
            "identifier_type": "str",
            "name": "Urinary Bladder, Overactive",
            "properties": {
                "url": "http://identifiers.org/mesh/D053201",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 40802,
            "identifier": "GO:0002347",
            "identifier_type": "str",
            "name": "response to tumor cell",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002347",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40803,
            "identifier": "DB00601",
            "identifier_type": "str",
            "name": "Linezolid",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00601",
                "inchi": "InChI=1S/C16H20FN3O4/c1-11(21)18-9-13-10-20(16(22)24-13)12-2-3-15(14(17)8-12)19-4-6-23-7-5-19/h2-3,8,13H,4-7,9-10H2,1H3,(H,18,21)/t13-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=TYZROVQLWOKYKF-ZDUSSCGKSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 40804,
            "identifier": "GO:0070419",
            "identifier_type": "str",
            "name": "nonhomologous end joining complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070419",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 40805,
            "identifier": "3808",
            "identifier_type": "int",
            "name": "KIR2DS3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3808",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "killer cell immunoglobulin-like receptor, two domains, short cytoplasmic tail, 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 40806,
            "identifier": "PC7_6189",
            "identifier_type": "str",
            "name": "PLK1 signaling events",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 40807,
            "identifier": "GO:1903650",
            "identifier_type": "str",
            "name": "negative regulation of cytoplasmic transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903650",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40808,
            "identifier": "GO:0032006",
            "identifier_type": "str",
            "name": "regulation of TOR signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032006",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40809,
            "identifier": "2053",
            "identifier_type": "int",
            "name": "EPHX2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2053",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "epoxide hydrolase 2, cytoplasmic"
            },
            "metanode": "Gene"
        },
        {
            "id": 40810,
            "identifier": "10672",
            "identifier_type": "int",
            "name": "GNA13",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10672",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "guanine nucleotide binding protein (G protein), alpha 13"
            },
            "metanode": "Gene"
        },
        {
            "id": 40811,
            "identifier": "8449",
            "identifier_type": "int",
            "name": "DHX16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8449",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "DEAH (Asp-Glu-Ala-His) box polypeptide 16"
            },
            "metanode": "Gene"
        },
        {
            "id": 40812,
            "identifier": "C0041601",
            "identifier_type": "str",
            "name": "Ulna fracture",
            "properties": {
                "url": "http://identifiers.org/umls/C0041601",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40813,
            "identifier": "C0854111",
            "identifier_type": "str",
            "name": "Blood triglycerides decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0854111",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40814,
            "identifier": "GO:0033210",
            "identifier_type": "str",
            "name": "leptin-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033210",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40815,
            "identifier": "337880",
            "identifier_type": "int",
            "name": "KRTAP11-1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/337880",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "keratin associated protein 11-1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40816,
            "identifier": "D046089",
            "identifier_type": "str",
            "name": "Hearing Loss, Mixed Conductive-Sensorineural",
            "properties": {
                "url": "http://identifiers.org/mesh/D046089",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 40817,
            "identifier": "GO:0030031",
            "identifier_type": "str",
            "name": "cell projection assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030031",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40818,
            "identifier": "GO:0033121",
            "identifier_type": "str",
            "name": "regulation of purine nucleotide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033121",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40819,
            "identifier": "GO:0045910",
            "identifier_type": "str",
            "name": "negative regulation of DNA recombination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045910",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40820,
            "identifier": "GO:0006470",
            "identifier_type": "str",
            "name": "protein dephosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006470",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40821,
            "identifier": "WP2118_r71265",
            "identifier_type": "str",
            "name": "Arrhythmogenic Right Ventricular Cardiomyopathy",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2118_r71265",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 40822,
            "identifier": "56997",
            "identifier_type": "int",
            "name": "ADCK3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56997",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "aarF domain containing kinase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 40823,
            "identifier": "C2004435",
            "identifier_type": "str",
            "name": "Intestinal ischaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C2004435",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}