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=16925
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=16950",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=16900",
    "results": [
        {
            "id": 16914,
            "identifier": "GO:0097696",
            "identifier_type": "str",
            "name": "STAT cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097696",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16915,
            "identifier": "GO:0043606",
            "identifier_type": "str",
            "name": "formamide metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043606",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16916,
            "identifier": "C0014800",
            "identifier_type": "str",
            "name": "Hyperplasia erythroid",
            "properties": {
                "url": "http://identifiers.org/umls/C0014800",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16917,
            "identifier": "GO:0000979",
            "identifier_type": "str",
            "name": "RNA polymerase II core promoter sequence-specific DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000979",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 16918,
            "identifier": "GO:0018202",
            "identifier_type": "str",
            "name": "peptidyl-histidine modification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018202",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16919,
            "identifier": "23205",
            "identifier_type": "int",
            "name": "ACSBG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23205",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "acyl-CoA synthetase bubblegum family member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 16920,
            "identifier": "100130958",
            "identifier_type": "int",
            "name": "SYCE1L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100130958",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "synaptonemal complex central element protein 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 16921,
            "identifier": "C0423285",
            "identifier_type": "str",
            "name": "Keratic precipitates",
            "properties": {
                "url": "http://identifiers.org/umls/C0423285",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16922,
            "identifier": "3183",
            "identifier_type": "int",
            "name": "HNRNPC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3183",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "heterogeneous nuclear ribonucleoprotein C (C1/C2)"
            },
            "metanode": "Gene"
        },
        {
            "id": 16923,
            "identifier": "DB00539",
            "identifier_type": "str",
            "name": "Toremifene",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00539",
                "inchi": "InChI=1S/C26H28ClNO/c1-28(2)19-20-29-24-15-13-23(14-16-24)26(22-11-7-4-8-12-22)25(17-18-27)21-9-5-3-6-10-21/h3-16H,17-20H2,1-2H3/b26-25-",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=XFCLJVABOIYOMF-QPLCGJKRSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 16924,
            "identifier": "57600",
            "identifier_type": "int",
            "name": "FNIP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57600",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "folliculin interacting protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 16925,
            "identifier": "GO:0010452",
            "identifier_type": "str",
            "name": "histone H3-K36 methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010452",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16926,
            "identifier": "GO:0001542",
            "identifier_type": "str",
            "name": "ovulation from ovarian follicle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001542",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16927,
            "identifier": "C0018780",
            "identifier_type": "str",
            "name": "High frequency deafness",
            "properties": {
                "url": "http://identifiers.org/umls/C0018780",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16928,
            "identifier": "WP3303_r83781",
            "identifier_type": "str",
            "name": "Rac1/Pak1/p38/MMP-2 pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP3303_r83781",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 16929,
            "identifier": "23475",
            "identifier_type": "int",
            "name": "QPRT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23475",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "quinolinate phosphoribosyltransferase"
            },
            "metanode": "Gene"
        },
        {
            "id": 16930,
            "identifier": "GO:0005726",
            "identifier_type": "str",
            "name": "perichromatin fibrils",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005726",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 16931,
            "identifier": "GO:0016594",
            "identifier_type": "str",
            "name": "glycine binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016594",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 16932,
            "identifier": "C0333139",
            "identifier_type": "str",
            "name": "Pneumatosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0333139",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16933,
            "identifier": "84443",
            "identifier_type": "int",
            "name": "FRMPD3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84443",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "FERM and PDZ domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 16934,
            "identifier": "C0235162",
            "identifier_type": "str",
            "name": "Difficulty sleeping",
            "properties": {
                "url": "http://identifiers.org/umls/C0235162",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 16935,
            "identifier": "PC7_6047",
            "identifier_type": "str",
            "name": "Oncogene Induced Senescence",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 16936,
            "identifier": "6334",
            "identifier_type": "int",
            "name": "SCN8A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6334",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "sodium channel, voltage gated, type VIII alpha subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 16937,
            "identifier": "GO:0086046",
            "identifier_type": "str",
            "name": "membrane depolarization during SA node cell action potential",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086046",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 16938,
            "identifier": "7697",
            "identifier_type": "int",
            "name": "ZNF138",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7697",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zinc finger protein 138"
            },
            "metanode": "Gene"
        }
    ]
}