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=37800
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=37825",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=37775",
    "results": [
        {
            "id": 37795,
            "identifier": "GO:0008753",
            "identifier_type": "str",
            "name": "NADPH dehydrogenase (quinone) activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008753",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 37796,
            "identifier": "GO:0055086",
            "identifier_type": "str",
            "name": "nucleobase-containing small molecule metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0055086",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37797,
            "identifier": "6755",
            "identifier_type": "int",
            "name": "SSTR5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6755",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "somatostatin receptor 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 37798,
            "identifier": "GO:0002444",
            "identifier_type": "str",
            "name": "myeloid leukocyte mediated immunity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002444",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37799,
            "identifier": "C0404445",
            "identifier_type": "str",
            "name": "Ovarian atrophy",
            "properties": {
                "url": "http://identifiers.org/umls/C0404445",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37800,
            "identifier": "GO:0030656",
            "identifier_type": "str",
            "name": "regulation of vitamin metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030656",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37801,
            "identifier": "GO:0009450",
            "identifier_type": "str",
            "name": "gamma-aminobutyric acid catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009450",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37802,
            "identifier": "GO:2001169",
            "identifier_type": "str",
            "name": "regulation of ATP biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001169",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37803,
            "identifier": "GO:0033594",
            "identifier_type": "str",
            "name": "response to hydroxyisoflavone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033594",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37804,
            "identifier": "GO:0072588",
            "identifier_type": "str",
            "name": "box H/ACA RNP complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072588",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 37805,
            "identifier": "10094",
            "identifier_type": "int",
            "name": "ARPC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10094",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "actin related protein 2/3 complex, subunit 3, 21kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 37806,
            "identifier": "GO:0030857",
            "identifier_type": "str",
            "name": "negative regulation of epithelial cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030857",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37807,
            "identifier": "C0231835",
            "identifier_type": "str",
            "name": "Tachypnoea",
            "properties": {
                "url": "http://identifiers.org/umls/C0231835",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37808,
            "identifier": "C0232285",
            "identifier_type": "str",
            "name": "Chest pressure sensation of",
            "properties": {
                "url": "http://identifiers.org/umls/C0232285",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37809,
            "identifier": "GO:1901701",
            "identifier_type": "str",
            "name": "cellular response to oxygen-containing compound",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901701",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37810,
            "identifier": "GO:0005578",
            "identifier_type": "str",
            "name": "proteinaceous extracellular matrix",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005578",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 37811,
            "identifier": "105375396",
            "identifier_type": "int",
            "name": "LOC105375396",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375396",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "bax inhibitor 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 37812,
            "identifier": "3912",
            "identifier_type": "int",
            "name": "LAMB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3912",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "laminin, beta 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37813,
            "identifier": "8323",
            "identifier_type": "int",
            "name": "FZD6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8323",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "frizzled class receptor 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 37814,
            "identifier": "58473",
            "identifier_type": "int",
            "name": "PLEKHB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/58473",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "pleckstrin homology domain containing, family B (evectins) member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37815,
            "identifier": "GO:0043603",
            "identifier_type": "str",
            "name": "cellular amide metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043603",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37816,
            "identifier": "GO:0051653",
            "identifier_type": "str",
            "name": "spindle localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051653",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37817,
            "identifier": "283911",
            "identifier_type": "int",
            "name": "LOC283911",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283911",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC283911"
            },
            "metanode": "Gene"
        },
        {
            "id": 37818,
            "identifier": "10776",
            "identifier_type": "int",
            "name": "ARPP19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10776",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "cAMP-regulated phosphoprotein, 19kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 37819,
            "identifier": "GO:0070652",
            "identifier_type": "str",
            "name": "HAUS complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070652",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}