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=12575
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=12600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=12550",
    "results": [
        {
            "id": 12564,
            "identifier": "C2931822",
            "identifier_type": "str",
            "name": "Nasopharyngeal carcinoma",
            "properties": {
                "url": "http://identifiers.org/umls/C2931822",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12565,
            "identifier": "GO:0001848",
            "identifier_type": "str",
            "name": "complement binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001848",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 12566,
            "identifier": "1848",
            "identifier_type": "int",
            "name": "DUSP6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1848",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "dual specificity phosphatase 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 12567,
            "identifier": "55667",
            "identifier_type": "int",
            "name": "DENND4C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55667",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "DENN/MADD domain containing 4C"
            },
            "metanode": "Gene"
        },
        {
            "id": 12568,
            "identifier": "64174",
            "identifier_type": "int",
            "name": "DPEP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64174",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "dipeptidase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 12569,
            "identifier": "D007331",
            "identifier_type": "str",
            "name": "Insulin Coma",
            "properties": {
                "url": "http://identifiers.org/mesh/D007331",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 12570,
            "identifier": "PC7_8763",
            "identifier_type": "str",
            "name": "Voltage gated Potassium channels",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12571,
            "identifier": "254427",
            "identifier_type": "int",
            "name": "PROSER2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/254427",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "proline and serine rich 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 12572,
            "identifier": "C0277934",
            "identifier_type": "str",
            "name": "Aortic bruit",
            "properties": {
                "url": "http://identifiers.org/umls/C0277934",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12573,
            "identifier": "8840",
            "identifier_type": "int",
            "name": "WISP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "WNT1 inducible signaling pathway protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 12574,
            "identifier": "C0494475",
            "identifier_type": "str",
            "name": "Tonic-clonic seizures",
            "properties": {
                "url": "http://identifiers.org/umls/C0494475",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12575,
            "identifier": "PC7_1163",
            "identifier_type": "str",
            "name": "ARMS-mediated activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12576,
            "identifier": "GO:1904847",
            "identifier_type": "str",
            "name": "regulation of cell chemotaxis to fibroblast growth factor",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904847",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12577,
            "identifier": "GO:0046980",
            "identifier_type": "str",
            "name": "tapasin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046980",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 12578,
            "identifier": "284428",
            "identifier_type": "int",
            "name": "MBD3L5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284428",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "methyl-CpG binding domain protein 3-like 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 12579,
            "identifier": "133874",
            "identifier_type": "int",
            "name": "C5orf58",
            "properties": {
                "url": "http://identifiers.org/ncbigene/133874",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "chromosome 5 open reading frame 58"
            },
            "metanode": "Gene"
        },
        {
            "id": 12580,
            "identifier": "11309",
            "identifier_type": "int",
            "name": "SLCO2B1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11309",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "solute carrier organic anion transporter family, member 2B1"
            },
            "metanode": "Gene"
        },
        {
            "id": 12581,
            "identifier": "C1533591",
            "identifier_type": "str",
            "name": "Deposit calcium",
            "properties": {
                "url": "http://identifiers.org/umls/C1533591",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12582,
            "identifier": "PC7_4664",
            "identifier_type": "str",
            "name": "IRS-related events triggered by IGF1R",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12583,
            "identifier": "C0036830",
            "identifier_type": "str",
            "name": "Serum sickness",
            "properties": {
                "url": "http://identifiers.org/umls/C0036830",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12584,
            "identifier": "GO:0004992",
            "identifier_type": "str",
            "name": "platelet activating factor receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004992",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 12585,
            "identifier": "GO:0044026",
            "identifier_type": "str",
            "name": "DNA hypermethylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044026",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12586,
            "identifier": "C0004063",
            "identifier_type": "str",
            "name": "Assault",
            "properties": {
                "url": "http://identifiers.org/umls/C0004063",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12587,
            "identifier": "5143",
            "identifier_type": "int",
            "name": "PDE4C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5143",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "phosphodiesterase 4C, cAMP-specific"
            },
            "metanode": "Gene"
        },
        {
            "id": 12588,
            "identifier": "55293",
            "identifier_type": "int",
            "name": "UEVLD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55293",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "UEV and lactate/malate dehyrogenase domains"
            },
            "metanode": "Gene"
        }
    ]
}