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=5575
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=5600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5550",
    "results": [
        {
            "id": 5565,
            "identifier": "GO:0097468",
            "identifier_type": "str",
            "name": "programmed cell death in response to reactive oxygen species",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097468",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5566,
            "identifier": "128488",
            "identifier_type": "int",
            "name": "WFDC12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128488",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "WAP four-disulfide core domain 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 5567,
            "identifier": "C0235905",
            "identifier_type": "str",
            "name": "Myasthenia gravis-like syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C0235905",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5568,
            "identifier": "148808",
            "identifier_type": "int",
            "name": "MFSD4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148808",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "major facilitator superfamily domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 5569,
            "identifier": "PC7_3981",
            "identifier_type": "str",
            "name": "Free fatty acid receptors",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 5570,
            "identifier": "GO:0016765",
            "identifier_type": "str",
            "name": "transferase activity, transferring alkyl or aryl (other than methyl) groups",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016765",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5571,
            "identifier": "GO:0090196",
            "identifier_type": "str",
            "name": "regulation of chemokine secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090196",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5572,
            "identifier": "C0018995",
            "identifier_type": "str",
            "name": "Haemochromatosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0018995",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5573,
            "identifier": "6036",
            "identifier_type": "int",
            "name": "RNASE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6036",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "ribonuclease, RNase A family, 2 (liver, eosinophil-derived neurotoxin)"
            },
            "metanode": "Gene"
        },
        {
            "id": 5574,
            "identifier": "83463",
            "identifier_type": "int",
            "name": "MXD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83463",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "MAX dimerization protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 5575,
            "identifier": "DB08912",
            "identifier_type": "str",
            "name": "Dabrafenib",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB08912",
                "inchi": "InChI=1S/C23H20F3N5O2S2/c1-23(2,3)21-30-18(19(34-21)16-10-11-28-22(27)29-16)12-6-4-9-15(17(12)26)31-35(32,33)20-13(24)7-5-8-14(20)25/h4-11,31H,1-3H3,(H2,27,28,29)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=BFSMGDJOXZAERB-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 5576,
            "identifier": "GO:0008588",
            "identifier_type": "str",
            "name": "release of cytoplasmic sequestered NF-kappaB",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008588",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5577,
            "identifier": "C0022362",
            "identifier_type": "str",
            "name": "Jaw disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0022362",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5578,
            "identifier": "GO:0071105",
            "identifier_type": "str",
            "name": "response to interleukin-11",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071105",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5579,
            "identifier": "GO:0002717",
            "identifier_type": "str",
            "name": "positive regulation of natural killer cell mediated immunity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002717",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5580,
            "identifier": "GO:0035402",
            "identifier_type": "str",
            "name": "histone kinase activity (H3-T11 specific)",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035402",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5581,
            "identifier": "GO:0072657",
            "identifier_type": "str",
            "name": "protein localization to membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072657",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5582,
            "identifier": "54431",
            "identifier_type": "int",
            "name": "DNAJC10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54431",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "DnaJ (Hsp40) homolog, subfamily C, member 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 5583,
            "identifier": "GO:0004948",
            "identifier_type": "str",
            "name": "calcitonin receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004948",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5584,
            "identifier": "100533181",
            "identifier_type": "int",
            "name": "FXYD6-FXYD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100533181",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "FXYD6-FXYD2 readthrough"
            },
            "metanode": "Gene"
        },
        {
            "id": 5585,
            "identifier": "84971",
            "identifier_type": "int",
            "name": "ATG4D",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84971",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "autophagy related 4D, cysteine peptidase"
            },
            "metanode": "Gene"
        },
        {
            "id": 5586,
            "identifier": "C0021053",
            "identifier_type": "str",
            "name": "Immune system disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0021053",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5587,
            "identifier": "115399",
            "identifier_type": "int",
            "name": "LRRC56",
            "properties": {
                "url": "http://identifiers.org/ncbigene/115399",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "leucine rich repeat containing 56"
            },
            "metanode": "Gene"
        },
        {
            "id": 5588,
            "identifier": "C0152964",
            "identifier_type": "str",
            "name": "Streptococcal sepsis",
            "properties": {
                "url": "http://identifiers.org/umls/C0152964",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5589,
            "identifier": "6990",
            "identifier_type": "int",
            "name": "DYNLT3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6990",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "dynein, light chain, Tctex-type 3"
            },
            "metanode": "Gene"
        }
    ]
}