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=6650
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=6675",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=6625",
    "results": [
        {
            "id": 6638,
            "identifier": "GO:0006482",
            "identifier_type": "str",
            "name": "protein demethylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006482",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6639,
            "identifier": "26333",
            "identifier_type": "int",
            "name": "OR7A17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26333",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "olfactory receptor, family 7, subfamily A, member 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 6640,
            "identifier": "429",
            "identifier_type": "int",
            "name": "ASCL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/429",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "achaete-scute family bHLH transcription factor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6641,
            "identifier": "GO:0003682",
            "identifier_type": "str",
            "name": "chromatin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003682",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 6642,
            "identifier": "27031",
            "identifier_type": "int",
            "name": "NPHP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27031",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "nephronophthisis 3 (adolescent)"
            },
            "metanode": "Gene"
        },
        {
            "id": 6643,
            "identifier": "3010",
            "identifier_type": "int",
            "name": "HIST1H1T",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3010",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H1t"
            },
            "metanode": "Gene"
        },
        {
            "id": 6644,
            "identifier": "GO:0031344",
            "identifier_type": "str",
            "name": "regulation of cell projection organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031344",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6645,
            "identifier": "57571",
            "identifier_type": "int",
            "name": "CARNS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57571",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "carnosine synthase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6646,
            "identifier": "C0001361",
            "identifier_type": "str",
            "name": "Acute tonsillitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0001361",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6647,
            "identifier": "PC7_6065",
            "identifier_type": "str",
            "name": "Orphan transporters",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 6648,
            "identifier": "5479",
            "identifier_type": "int",
            "name": "PPIB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5479",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "peptidylprolyl isomerase B (cyclophilin B)"
            },
            "metanode": "Gene"
        },
        {
            "id": 6649,
            "identifier": "GO:0007601",
            "identifier_type": "str",
            "name": "visual perception",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007601",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6650,
            "identifier": "C1096368",
            "identifier_type": "str",
            "name": "Mean platelet volume decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C1096368",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6651,
            "identifier": "GO:0072319",
            "identifier_type": "str",
            "name": "vesicle uncoating",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072319",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6652,
            "identifier": "113115",
            "identifier_type": "int",
            "name": "MTFR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/113115",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "mitochondrial fission regulator 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6653,
            "identifier": "23318",
            "identifier_type": "int",
            "name": "ZCCHC11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23318",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "zinc finger, CCHC domain containing 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 6654,
            "identifier": "GO:0070231",
            "identifier_type": "str",
            "name": "T cell apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070231",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6655,
            "identifier": "7932",
            "identifier_type": "int",
            "name": "OR2H2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7932",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "olfactory receptor, family 2, subfamily H, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6656,
            "identifier": "GO:0086017",
            "identifier_type": "str",
            "name": "Purkinje myocyte action potential",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086017",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6657,
            "identifier": "84529",
            "identifier_type": "int",
            "name": "C15orf41",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84529",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "chromosome 15 open reading frame 41"
            },
            "metanode": "Gene"
        },
        {
            "id": 6658,
            "identifier": "N0000175788",
            "identifier_type": "str",
            "name": "Adenosine Receptor Agonists",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175788",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 6659,
            "identifier": "6161",
            "identifier_type": "int",
            "name": "RPL32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6161",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ribosomal protein L32"
            },
            "metanode": "Gene"
        },
        {
            "id": 6660,
            "identifier": "C0428982",
            "identifier_type": "str",
            "name": "Nodal tachycardia",
            "properties": {
                "url": "http://identifiers.org/umls/C0428982",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6663,
            "identifier": "9500",
            "identifier_type": "int",
            "name": "MAGED1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9500",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "melanoma antigen family D1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6664,
            "identifier": "51031",
            "identifier_type": "int",
            "name": "GLOD4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51031",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "glyoxalase domain containing 4"
            },
            "metanode": "Gene"
        }
    ]
}