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=33225
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=33250",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=33200",
    "results": [
        {
            "id": 33216,
            "identifier": "GO:0005938",
            "identifier_type": "str",
            "name": "cell cortex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005938",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 33217,
            "identifier": "GO:0048638",
            "identifier_type": "str",
            "name": "regulation of developmental growth",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048638",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33218,
            "identifier": "27086",
            "identifier_type": "int",
            "name": "FOXP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27086",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "forkhead box P1"
            },
            "metanode": "Gene"
        },
        {
            "id": 33219,
            "identifier": "C0232132",
            "identifier_type": "str",
            "name": "Thready pulse",
            "properties": {
                "url": "http://identifiers.org/umls/C0232132",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33220,
            "identifier": "GO:0006633",
            "identifier_type": "str",
            "name": "fatty acid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006633",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33221,
            "identifier": "DB00212",
            "identifier_type": "str",
            "name": "Remikiren",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00212",
                "inchi": "InChI=1S/C33H50N4O6S/c1-33(2,3)44(42,43)20-25(16-22-10-6-4-7-11-22)31(40)37-28(18-26-19-34-21-35-26)32(41)36-27(17-23-12-8-5-9-13-23)30(39)29(38)24-14-15-24/h4,6-7,10-11,19,21,23-25,27-30,38-39H,5,8-9,12-18,20H2,1-3H3,(H,34,35)(H,36,41)(H,37,40)/t25-,27+,28-,29+,30-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=UXIGZRQVLGFTOU-PUNKFERVSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 33222,
            "identifier": "24137",
            "identifier_type": "int",
            "name": "KIF4A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/24137",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "kinesin family member 4A"
            },
            "metanode": "Gene"
        },
        {
            "id": 33223,
            "identifier": "GO:1904748",
            "identifier_type": "str",
            "name": "regulation of apoptotic process involved in development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904748",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33224,
            "identifier": "54437",
            "identifier_type": "int",
            "name": "SEMA5B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54437",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "sema domain, seven thrombospondin repeats (type 1 and type 1-like), transmembrane domain (TM) and short cytoplasmic domain, (semaphorin) 5B"
            },
            "metanode": "Gene"
        },
        {
            "id": 33225,
            "identifier": "55002",
            "identifier_type": "int",
            "name": "TMCO3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55002",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "transmembrane and coiled-coil domains 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 33226,
            "identifier": "GO:0001558",
            "identifier_type": "str",
            "name": "regulation of cell growth",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001558",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33227,
            "identifier": "WP1603_r78574",
            "identifier_type": "str",
            "name": "Nicotine Activity on Chromaffin Cells",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP1603_r78574",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 33228,
            "identifier": "162073",
            "identifier_type": "int",
            "name": "ITPRIPL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/162073",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "inositol 1,4,5-trisphosphate receptor interacting protein-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33229,
            "identifier": "6996",
            "identifier_type": "int",
            "name": "TDG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6996",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "thymine-DNA glycosylase"
            },
            "metanode": "Gene"
        },
        {
            "id": 33230,
            "identifier": "56890",
            "identifier_type": "int",
            "name": "MDM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "Mdm1 nuclear protein homolog (mouse)"
            },
            "metanode": "Gene"
        },
        {
            "id": 33231,
            "identifier": "GO:0002020",
            "identifier_type": "str",
            "name": "protease binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002020",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33232,
            "identifier": "GO:0003724",
            "identifier_type": "str",
            "name": "RNA helicase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003724",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33233,
            "identifier": "GO:0033152",
            "identifier_type": "str",
            "name": "immunoglobulin V(D)J recombination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033152",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33234,
            "identifier": "GO:0051974",
            "identifier_type": "str",
            "name": "negative regulation of telomerase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051974",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33235,
            "identifier": "25833",
            "identifier_type": "int",
            "name": "POU2F3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25833",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "POU class 2 homeobox 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 33236,
            "identifier": "1572",
            "identifier_type": "int",
            "name": "CYP2F1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1572",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "cytochrome P450, family 2, subfamily F, polypeptide 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 33237,
            "identifier": "GO:0060546",
            "identifier_type": "str",
            "name": "negative regulation of necroptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060546",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33241,
            "identifier": "4025",
            "identifier_type": "int",
            "name": "LPO",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4025",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "lactoperoxidase"
            },
            "metanode": "Gene"
        },
        {
            "id": 33242,
            "identifier": "8692",
            "identifier_type": "int",
            "name": "HYAL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8692",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "hyaluronoglucosaminidase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33243,
            "identifier": "C0025345",
            "identifier_type": "str",
            "name": "Menstrual disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0025345",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}