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=29425
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=29450",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=29400",
    "results": [
        {
            "id": 29419,
            "identifier": "GO:0045948",
            "identifier_type": "str",
            "name": "positive regulation of translational initiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045948",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29420,
            "identifier": "345611",
            "identifier_type": "int",
            "name": "IRGM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/345611",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "immunity-related GTPase family, M"
            },
            "metanode": "Gene"
        },
        {
            "id": 29421,
            "identifier": "GO:0045030",
            "identifier_type": "str",
            "name": "UTP-activated nucleotide receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045030",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29422,
            "identifier": "414328",
            "identifier_type": "int",
            "name": "IDNK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/414328",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "idnK, gluconokinase homolog (E. coli)"
            },
            "metanode": "Gene"
        },
        {
            "id": 29423,
            "identifier": "GO:0035588",
            "identifier_type": "str",
            "name": "G-protein coupled purinergic receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035588",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29424,
            "identifier": "C0587094",
            "identifier_type": "str",
            "name": "Breast calcifications",
            "properties": {
                "url": "http://identifiers.org/umls/C0587094",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29425,
            "identifier": "51540",
            "identifier_type": "int",
            "name": "SCLY",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51540",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "selenocysteine lyase"
            },
            "metanode": "Gene"
        },
        {
            "id": 29426,
            "identifier": "GO:0045003",
            "identifier_type": "str",
            "name": "double-strand break repair via synthesis-dependent strand annealing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045003",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29427,
            "identifier": "GO:1901677",
            "identifier_type": "str",
            "name": "phosphate transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901677",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29428,
            "identifier": "C0021364",
            "identifier_type": "str",
            "name": "Infertility male",
            "properties": {
                "url": "http://identifiers.org/umls/C0021364",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29429,
            "identifier": "GO:2000850",
            "identifier_type": "str",
            "name": "negative regulation of glucocorticoid secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000850",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29430,
            "identifier": "GO:0015811",
            "identifier_type": "str",
            "name": "L-cystine transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015811",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29431,
            "identifier": "GO:0030659",
            "identifier_type": "str",
            "name": "cytoplasmic vesicle membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030659",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 29432,
            "identifier": "6296",
            "identifier_type": "int",
            "name": "ACSM3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6296",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "acyl-CoA synthetase medium-chain family member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 29433,
            "identifier": "101929818",
            "identifier_type": "int",
            "name": "LOC101929818",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101929818",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "killer cell immunoglobulin-like receptor 3DL1"
            },
            "metanode": "Gene"
        },
        {
            "id": 29434,
            "identifier": "25904",
            "identifier_type": "int",
            "name": "CNOT10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25904",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "CCR4-NOT transcription complex, subunit 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 29435,
            "identifier": "C0859871",
            "identifier_type": "str",
            "name": "Stinging of nose",
            "properties": {
                "url": "http://identifiers.org/umls/C0859871",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 29436,
            "identifier": "GO:0001579",
            "identifier_type": "str",
            "name": "medium-chain fatty acid transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001579",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29437,
            "identifier": "1128",
            "identifier_type": "int",
            "name": "CHRM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1128",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "cholinergic receptor, muscarinic 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 29438,
            "identifier": "9635",
            "identifier_type": "int",
            "name": "CLCA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9635",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chloride channel accessory 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 29439,
            "identifier": "51166",
            "identifier_type": "int",
            "name": "AADAT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51166",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "aminoadipate aminotransferase"
            },
            "metanode": "Gene"
        },
        {
            "id": 29440,
            "identifier": "GO:0010976",
            "identifier_type": "str",
            "name": "positive regulation of neuron projection development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010976",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29441,
            "identifier": "GO:0005119",
            "identifier_type": "str",
            "name": "smoothened binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005119",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 29442,
            "identifier": "GO:0010921",
            "identifier_type": "str",
            "name": "regulation of phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010921",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 29443,
            "identifier": "C0003469",
            "identifier_type": "str",
            "name": "Anxiety disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0003469",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}