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=4575
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=4600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=4550",
    "results": [
        {
            "id": 4563,
            "identifier": "64838",
            "identifier_type": "int",
            "name": "FNDC4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64838",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "fibronectin type III domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 4564,
            "identifier": "341880",
            "identifier_type": "int",
            "name": "SLC35F4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/341880",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "solute carrier family 35, member F4"
            },
            "metanode": "Gene"
        },
        {
            "id": 4565,
            "identifier": "PC7_8310",
            "identifier_type": "str",
            "name": "Trafficking and processing of endosomal TLR",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 4566,
            "identifier": "GO:1903747",
            "identifier_type": "str",
            "name": "regulation of establishment of protein localization to mitochondrion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903747",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4567,
            "identifier": "81127",
            "identifier_type": "int",
            "name": "OR4K15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81127",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "olfactory receptor, family 4, subfamily K, member 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 4568,
            "identifier": "885",
            "identifier_type": "int",
            "name": "CCK",
            "properties": {
                "url": "http://identifiers.org/ncbigene/885",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "cholecystokinin"
            },
            "metanode": "Gene"
        },
        {
            "id": 4569,
            "identifier": "9376",
            "identifier_type": "int",
            "name": "SLC22A8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9376",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "solute carrier family 22 (organic anion transporter), member 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 4570,
            "identifier": "C0427457",
            "identifier_type": "str",
            "name": "Red blood cell count decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0427457",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4571,
            "identifier": "GO:1902617",
            "identifier_type": "str",
            "name": "response to fluoride",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902617",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4572,
            "identifier": "GO:0002178",
            "identifier_type": "str",
            "name": "palmitoyltransferase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002178",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 4573,
            "identifier": "GO:0061002",
            "identifier_type": "str",
            "name": "negative regulation of dendritic spine morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061002",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4574,
            "identifier": "GO:0045078",
            "identifier_type": "str",
            "name": "positive regulation of interferon-gamma biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045078",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4575,
            "identifier": "C0476089",
            "identifier_type": "str",
            "name": "Endometrial cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C0476089",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4576,
            "identifier": "GO:0031750",
            "identifier_type": "str",
            "name": "D3 dopamine receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031750",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 4577,
            "identifier": "GO:0051387",
            "identifier_type": "str",
            "name": "negative regulation of neurotrophin TRK receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051387",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4578,
            "identifier": "C0267566",
            "identifier_type": "str",
            "name": "Perirectal abscess",
            "properties": {
                "url": "http://identifiers.org/umls/C0267566",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4579,
            "identifier": "C0426900",
            "identifier_type": "str",
            "name": "Tibial torsion",
            "properties": {
                "url": "http://identifiers.org/umls/C0426900",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4580,
            "identifier": "GO:0035838",
            "identifier_type": "str",
            "name": "growing cell tip",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035838",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 4581,
            "identifier": "DB00774",
            "identifier_type": "str",
            "name": "Hydroflumethiazide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00774",
                "inchi": "InChI=1S/C8H8F3N3O4S2/c9-8(10,11)4-1-5-7(2-6(4)19(12,15)16)20(17,18)14-3-13-5/h1-2,13-14H,3H2,(H2,12,15,16)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DMDGGSIALPNSEE-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 4582,
            "identifier": "29940",
            "identifier_type": "int",
            "name": "DSE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29940",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "dermatan sulfate epimerase"
            },
            "metanode": "Gene"
        },
        {
            "id": 4583,
            "identifier": "10330",
            "identifier_type": "int",
            "name": "CNPY2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10330",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "canopy FGF signaling regulator 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 4584,
            "identifier": "51605",
            "identifier_type": "int",
            "name": "TRMT6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51605",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "tRNA methyltransferase 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 4585,
            "identifier": "DB00498",
            "identifier_type": "str",
            "name": "Phenindione",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00498",
                "inchi": "InChI=1S/C15H10O2/c16-14-11-8-4-5-9-12(11)15(17)13(14)10-6-2-1-3-7-10/h1-9,13H",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NFBAXHOPROOJAW-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 4586,
            "identifier": "116541",
            "identifier_type": "int",
            "name": "MRPL54",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116541",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "mitochondrial ribosomal protein L54"
            },
            "metanode": "Gene"
        },
        {
            "id": 4587,
            "identifier": "23774",
            "identifier_type": "int",
            "name": "BRD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23774",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "bromodomain containing 1"
            },
            "metanode": "Gene"
        }
    ]
}