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=21750
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=21775",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=21725",
    "results": [
        {
            "id": 21741,
            "identifier": "GO:0006979",
            "identifier_type": "str",
            "name": "response to oxidative stress",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006979",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21742,
            "identifier": "C0042138",
            "identifier_type": "str",
            "name": "Uterine neoplasm",
            "properties": {
                "url": "http://identifiers.org/umls/C0042138",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21743,
            "identifier": "3660",
            "identifier_type": "int",
            "name": "IRF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3660",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "interferon regulatory factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 21744,
            "identifier": "GO:0008603",
            "identifier_type": "str",
            "name": "cAMP-dependent protein kinase regulator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008603",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21745,
            "identifier": "3888",
            "identifier_type": "int",
            "name": "KRT82",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3888",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "keratin 82, type II"
            },
            "metanode": "Gene"
        },
        {
            "id": 21746,
            "identifier": "C0279637",
            "identifier_type": "str",
            "name": "Anal cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C0279637",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21747,
            "identifier": "GO:0007162",
            "identifier_type": "str",
            "name": "negative regulation of cell adhesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007162",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21748,
            "identifier": "10524",
            "identifier_type": "int",
            "name": "KAT5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10524",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "K(lysine) acetyltransferase 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 21749,
            "identifier": "GO:0010861",
            "identifier_type": "str",
            "name": "thyroid hormone receptor activator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010861",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21750,
            "identifier": "GO:1903428",
            "identifier_type": "str",
            "name": "positive regulation of reactive oxygen species biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903428",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21751,
            "identifier": "653567",
            "identifier_type": "int",
            "name": "TMEM236",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653567",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "transmembrane protein 236"
            },
            "metanode": "Gene"
        },
        {
            "id": 21752,
            "identifier": "GO:0000293",
            "identifier_type": "str",
            "name": "ferric-chelate reductase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000293",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21753,
            "identifier": "4358",
            "identifier_type": "int",
            "name": "MPV17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4358",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "MpV17 mitochondrial inner membrane protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 21754,
            "identifier": "GO:0031749",
            "identifier_type": "str",
            "name": "D2 dopamine receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031749",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 21755,
            "identifier": "84792",
            "identifier_type": "int",
            "name": "FAM220A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84792",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "family with sequence similarity 220, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 21756,
            "identifier": "GO:0071027",
            "identifier_type": "str",
            "name": "nuclear RNA surveillance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071027",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21757,
            "identifier": "4702",
            "identifier_type": "int",
            "name": "NDUFA8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4702",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "NADH dehydrogenase (ubiquinone) 1 alpha subcomplex, 8, 19kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 21758,
            "identifier": "GO:0075528",
            "identifier_type": "str",
            "name": "modulation by virus of host immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0075528",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21759,
            "identifier": "GO:0032971",
            "identifier_type": "str",
            "name": "regulation of muscle filament sliding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032971",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21760,
            "identifier": "C0334044",
            "identifier_type": "str",
            "name": "Dysplasia",
            "properties": {
                "url": "http://identifiers.org/umls/C0334044",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21761,
            "identifier": "C0018811",
            "identifier_type": "str",
            "name": "Foetal heart rate",
            "properties": {
                "url": "http://identifiers.org/umls/C0018811",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21762,
            "identifier": "C0423271",
            "identifier_type": "str",
            "name": "Scleral hyperaemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0423271",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21763,
            "identifier": "GO:0070972",
            "identifier_type": "str",
            "name": "protein localization to endoplasmic reticulum",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070972",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21764,
            "identifier": "1643",
            "identifier_type": "int",
            "name": "DDB2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "damage-specific DNA binding protein 2, 48kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 21765,
            "identifier": "10150",
            "identifier_type": "int",
            "name": "MBNL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10150",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "muscleblind-like splicing regulator 2"
            },
            "metanode": "Gene"
        }
    ]
}