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=8125
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=8150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=8100",
    "results": [
        {
            "id": 8113,
            "identifier": "4629",
            "identifier_type": "int",
            "name": "MYH11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4629",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "myosin, heavy chain 11, smooth muscle"
            },
            "metanode": "Gene"
        },
        {
            "id": 8114,
            "identifier": "GO:0003342",
            "identifier_type": "str",
            "name": "proepicardium development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003342",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8115,
            "identifier": "GO:0032673",
            "identifier_type": "str",
            "name": "regulation of interleukin-4 production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032673",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8116,
            "identifier": "GO:1902442",
            "identifier_type": "str",
            "name": "regulation of ripoptosome assembly involved in necroptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902442",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8117,
            "identifier": "PC7_6315",
            "identifier_type": "str",
            "name": "Packaging Of Telomere Ends",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 8118,
            "identifier": "GO:0002697",
            "identifier_type": "str",
            "name": "regulation of immune effector process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002697",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8119,
            "identifier": "GO:0016246",
            "identifier_type": "str",
            "name": "RNA interference",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016246",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8120,
            "identifier": "DB01261",
            "identifier_type": "str",
            "name": "Sitagliptin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01261",
                "inchi": "InChI=1S/C16H15F6N5O/c17-10-6-12(19)11(18)4-8(10)3-9(23)5-14(28)26-1-2-27-13(7-26)24-25-15(27)16(20,21)22/h4,6,9H,1-3,5,7,23H2/t9-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MFFMDFFZMYYVKS-SECBINFHSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 8121,
            "identifier": "84303",
            "identifier_type": "int",
            "name": "CHCHD6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84303",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "coiled-coil-helix-coiled-coil-helix domain containing 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 8122,
            "identifier": "7082",
            "identifier_type": "int",
            "name": "TJP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7082",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "tight junction protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 8123,
            "identifier": "57104",
            "identifier_type": "int",
            "name": "PNPLA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57104",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "patatin-like phospholipase domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 8124,
            "identifier": "C3160858",
            "identifier_type": "str",
            "name": "Posterior reversible encephalopathy syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C3160858",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8125,
            "identifier": "GO:0048788",
            "identifier_type": "str",
            "name": "cytoskeleton of presynaptic active zone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048788",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 8126,
            "identifier": "26063",
            "identifier_type": "int",
            "name": "DECR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26063",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "2,4-dienoyl CoA reductase 2, peroxisomal"
            },
            "metanode": "Gene"
        },
        {
            "id": 8127,
            "identifier": "64224",
            "identifier_type": "int",
            "name": "HERPUD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64224",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "HERPUD family member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 8128,
            "identifier": "GO:1902262",
            "identifier_type": "str",
            "name": "apoptotic process involved in patterning of blood vessels",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902262",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8129,
            "identifier": "GO:0032832",
            "identifier_type": "str",
            "name": "regulation of CD4-positive, CD25-positive, alpha-beta regulatory T cell differentiation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032832",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8130,
            "identifier": "GO:0006346",
            "identifier_type": "str",
            "name": "methylation-dependent chromatin silencing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006346",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8131,
            "identifier": "C2937350",
            "identifier_type": "str",
            "name": "Abnormal ejaculation",
            "properties": {
                "url": "http://identifiers.org/umls/C2937350",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8132,
            "identifier": "C0920235",
            "identifier_type": "str",
            "name": "Psoriatic plaque",
            "properties": {
                "url": "http://identifiers.org/umls/C0920235",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8133,
            "identifier": "C0687713",
            "identifier_type": "str",
            "name": "Gastrointestinal pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0687713",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8134,
            "identifier": "159",
            "identifier_type": "int",
            "name": "ADSS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/159",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "adenylosuccinate synthase"
            },
            "metanode": "Gene"
        },
        {
            "id": 8135,
            "identifier": "GO:0002711",
            "identifier_type": "str",
            "name": "positive regulation of T cell mediated immunity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002711",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 8352,
            "identifier": "C0085582",
            "identifier_type": "str",
            "name": "Neuritis retrobulbar",
            "properties": {
                "url": "http://identifiers.org/umls/C0085582",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 8136,
            "identifier": "DB00445",
            "identifier_type": "str",
            "name": "Epirubicin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00445",
                "inchi": "InChI=1S/C27H29NO11/c1-10-22(31)13(28)6-17(38-10)39-15-8-27(36,16(30)9-29)7-12-19(15)26(35)21-20(24(12)33)23(32)11-4-3-5-14(37-2)18(11)25(21)34/h3-5,10,13,15,17,22,29,31,33,35-36H,6-9,28H2,1-2H3/t10-,13-,15-,17-,22-,27-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=AOJJSUZBOXZQNB-VTZDEGQISA-N"
            },
            "metanode": "Compound"
        }
    ]
}