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=4125
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=4150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=4100",
    "results": [
        {
            "id": 4110,
            "identifier": "GO:1904379",
            "identifier_type": "str",
            "name": "protein localization to cytosolic proteasome complex involved in ERAD pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904379",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4111,
            "identifier": "26097",
            "identifier_type": "int",
            "name": "CHTOP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26097",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chromatin target of PRMT1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4112,
            "identifier": "1836",
            "identifier_type": "int",
            "name": "SLC26A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1836",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "solute carrier family 26 (anion exchanger), member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 4113,
            "identifier": "55655",
            "identifier_type": "int",
            "name": "NLRP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55655",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "NLR family, pyrin domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 4114,
            "identifier": "64146",
            "identifier_type": "int",
            "name": "PDF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64146",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "peptide deformylase (mitochondrial)"
            },
            "metanode": "Gene"
        },
        {
            "id": 4115,
            "identifier": "DB06237",
            "identifier_type": "str",
            "name": "Avanafil",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06237",
                "inchi": "InChI=1S/C23H26ClN7O3/c1-34-19-6-5-15(10-18(19)24)11-27-21-17(22(33)28-13-20-25-7-3-8-26-20)12-29-23(30-21)31-9-2-4-16(31)14-32/h3,5-8,10,12,16,32H,2,4,9,11,13-14H2,1H3,(H,28,33)(H,27,29,30)/t16-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WEAJZXNPAWBCOA-INIZCTEOSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 4116,
            "identifier": "494197",
            "identifier_type": "int",
            "name": "SPANXN5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/494197",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "SPANX family, member N5"
            },
            "metanode": "Gene"
        },
        {
            "id": 4117,
            "identifier": "321",
            "identifier_type": "int",
            "name": "APBA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/321",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "amyloid beta (A4) precursor protein-binding, family A, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 4118,
            "identifier": "GO:0016508",
            "identifier_type": "str",
            "name": "long-chain-enoyl-CoA hydratase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016508",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 4119,
            "identifier": "2790",
            "identifier_type": "int",
            "name": "GNG10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2790",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "guanine nucleotide binding protein (G protein), gamma 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 4120,
            "identifier": "11281",
            "identifier_type": "int",
            "name": "POU6F2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11281",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "POU class 6 homeobox 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 4121,
            "identifier": "D020922",
            "identifier_type": "str",
            "name": "Sleep-Wake Transition Disorders",
            "properties": {
                "url": "http://identifiers.org/mesh/D020922",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 4122,
            "identifier": "79886",
            "identifier_type": "int",
            "name": "CAAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79886",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "caspase activity and apoptosis inhibitor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4123,
            "identifier": "121273",
            "identifier_type": "int",
            "name": "C12orf54",
            "properties": {
                "url": "http://identifiers.org/ncbigene/121273",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "chromosome 12 open reading frame 54"
            },
            "metanode": "Gene"
        },
        {
            "id": 4124,
            "identifier": "GO:0060136",
            "identifier_type": "str",
            "name": "embryonic process involved in female pregnancy",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060136",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4125,
            "identifier": "5243",
            "identifier_type": "int",
            "name": "ABCB1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5243",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "ATP-binding cassette, sub-family B (MDR/TAP), member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4126,
            "identifier": "138429",
            "identifier_type": "int",
            "name": "PIP5KL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/138429",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "phosphatidylinositol-4-phosphate 5-kinase-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4127,
            "identifier": "C0877035",
            "identifier_type": "str",
            "name": "Oestrogenic effect",
            "properties": {
                "url": "http://identifiers.org/umls/C0877035",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4128,
            "identifier": "C0162429",
            "identifier_type": "str",
            "name": "Malnutrition",
            "properties": {
                "url": "http://identifiers.org/umls/C0162429",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4129,
            "identifier": "23082",
            "identifier_type": "int",
            "name": "PPRC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23082",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "peroxisome proliferator-activated receptor gamma, coactivator-related 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4130,
            "identifier": "7568",
            "identifier_type": "int",
            "name": "ZNF20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7568",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 20"
            },
            "metanode": "Gene"
        },
        {
            "id": 4131,
            "identifier": "N0000175921",
            "identifier_type": "str",
            "name": "Adrenal Steroid Synthesis Inhibitors",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175921",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 4132,
            "identifier": "GO:0060764",
            "identifier_type": "str",
            "name": "cell-cell signaling involved in mammary gland development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060764",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4278,
            "identifier": "C0007867",
            "identifier_type": "str",
            "name": "Cervix disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0007867",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4133,
            "identifier": "GO:0061245",
            "identifier_type": "str",
            "name": "establishment or maintenance of bipolar cell polarity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061245",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}