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=5950
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=5975",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=5925",
    "results": [
        {
            "id": 5940,
            "identifier": "C0399459",
            "identifier_type": "str",
            "name": "Oral discomfort",
            "properties": {
                "url": "http://identifiers.org/umls/C0399459",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5941,
            "identifier": "GO:2000543",
            "identifier_type": "str",
            "name": "positive regulation of gastrulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000543",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5942,
            "identifier": "C0015401",
            "identifier_type": "str",
            "name": "Foreign body in eye",
            "properties": {
                "url": "http://identifiers.org/umls/C0015401",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5943,
            "identifier": "131601",
            "identifier_type": "int",
            "name": "TPRA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/131601",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "transmembrane protein, adipocyte asscociated 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5944,
            "identifier": "GO:0051205",
            "identifier_type": "str",
            "name": "protein insertion into membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051205",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5945,
            "identifier": "C0002880",
            "identifier_type": "str",
            "name": "Autoimmune haemolytic anaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0002880",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5946,
            "identifier": "56108",
            "identifier_type": "int",
            "name": "PCDHGA7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56108",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "protocadherin gamma subfamily A, 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 5947,
            "identifier": "GO:0033695",
            "identifier_type": "str",
            "name": "oxidoreductase activity, acting on CH or CH2 groups, quinone or similar compound as acceptor",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033695",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5948,
            "identifier": "79641",
            "identifier_type": "int",
            "name": "ROGDI",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79641",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "rogdi homolog (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 6161,
            "identifier": "GO:0032571",
            "identifier_type": "str",
            "name": "response to vitamin K",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032571",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5949,
            "identifier": "GO:0071470",
            "identifier_type": "str",
            "name": "cellular response to osmotic stress",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071470",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5950,
            "identifier": "790",
            "identifier_type": "int",
            "name": "CAD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/790",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "carbamoyl-phosphate synthetase 2, aspartate transcarbamylase, and dihydroorotase"
            },
            "metanode": "Gene"
        },
        {
            "id": 5951,
            "identifier": "140609",
            "identifier_type": "int",
            "name": "NEK7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140609",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "NIMA-related kinase 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 5952,
            "identifier": "50940",
            "identifier_type": "int",
            "name": "PDE11A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/50940",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "phosphodiesterase 11A"
            },
            "metanode": "Gene"
        },
        {
            "id": 5953,
            "identifier": "GO:0043482",
            "identifier_type": "str",
            "name": "cellular pigment accumulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043482",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 5954,
            "identifier": "401994",
            "identifier_type": "int",
            "name": "OR14I1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401994",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 14, subfamily I, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 5955,
            "identifier": "5824",
            "identifier_type": "int",
            "name": "PEX19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5824",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "peroxisomal biogenesis factor 19"
            },
            "metanode": "Gene"
        },
        {
            "id": 5956,
            "identifier": "10363",
            "identifier_type": "int",
            "name": "HMG20A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10363",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "high mobility group 20A"
            },
            "metanode": "Gene"
        },
        {
            "id": 5957,
            "identifier": "60385",
            "identifier_type": "int",
            "name": "TSKS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/60385",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "testis-specific serine kinase substrate"
            },
            "metanode": "Gene"
        },
        {
            "id": 5958,
            "identifier": "C0040411",
            "identifier_type": "str",
            "name": "Tongue neoplasm",
            "properties": {
                "url": "http://identifiers.org/umls/C0040411",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 5959,
            "identifier": "DB01587",
            "identifier_type": "str",
            "name": "Ketazolam",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01587",
                "inchi": "InChI=1S/C20H17ClN2O3/c1-13-10-18(24)23-12-19(25)22(2)17-9-8-15(21)11-16(17)20(23,26-13)14-6-4-3-5-7-14/h3-11H,12H2,1-2H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=PWAJCNITSBZRBL-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 5960,
            "identifier": "GO:0000989",
            "identifier_type": "str",
            "name": "transcription factor activity, transcription factor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000989",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 5961,
            "identifier": "PC7_6808",
            "identifier_type": "str",
            "name": "RNA Polymerase III Chain Elongation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 5962,
            "identifier": "84519",
            "identifier_type": "int",
            "name": "ACRBP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84519",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "acrosin binding protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 5963,
            "identifier": "339768",
            "identifier_type": "int",
            "name": "ESPNL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/339768",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "espin-like"
            },
            "metanode": "Gene"
        }
    ]
}