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=3475
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=3500",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=3450",
    "results": [
        {
            "id": 3461,
            "identifier": "25963",
            "identifier_type": "int",
            "name": "TMEM87A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25963",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "transmembrane protein 87A"
            },
            "metanode": "Gene"
        },
        {
            "id": 3462,
            "identifier": "GO:0006473",
            "identifier_type": "str",
            "name": "protein acetylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006473",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3463,
            "identifier": "116840",
            "identifier_type": "int",
            "name": "CNTROB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "centrobin, centrosomal BRCA2 interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 3464,
            "identifier": "PC7_8305",
            "identifier_type": "str",
            "name": "Toxicity of botulinum toxin type C (BoNT/C)",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 3465,
            "identifier": "554",
            "identifier_type": "int",
            "name": "AVPR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/554",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "arginine vasopressin receptor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 3466,
            "identifier": "9317",
            "identifier_type": "int",
            "name": "PTER",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9317",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "phosphotriesterase related"
            },
            "metanode": "Gene"
        },
        {
            "id": 3467,
            "identifier": "GO:0055088",
            "identifier_type": "str",
            "name": "lipid homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0055088",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3468,
            "identifier": "GO:0048669",
            "identifier_type": "str",
            "name": "collateral sprouting in absence of injury",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048669",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3469,
            "identifier": "105369997",
            "identifier_type": "int",
            "name": "LOC105369997",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369997",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "uncharacterized LOC105369997"
            },
            "metanode": "Gene"
        },
        {
            "id": 3470,
            "identifier": "DB01594",
            "identifier_type": "str",
            "name": "Cinolazepam",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01594",
                "inchi": "InChI=1S/C18H13ClFN3O2/c19-11-6-7-15-13(10-11)16(12-4-1-2-5-14(12)20)22-17(24)18(25)23(15)9-3-8-21/h1-2,4-7,10,17,24H,3,9H2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=XAXMYHMKTCNRRZ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 3471,
            "identifier": "GO:0006068",
            "identifier_type": "str",
            "name": "ethanol catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006068",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3472,
            "identifier": "C0855625",
            "identifier_type": "str",
            "name": "Bilirubin conjugated increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0855625",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3473,
            "identifier": "3151",
            "identifier_type": "int",
            "name": "HMGN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3151",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "high mobility group nucleosomal binding domain 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 3474,
            "identifier": "GO:0034204",
            "identifier_type": "str",
            "name": "lipid translocation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034204",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3475,
            "identifier": "GO:0052629",
            "identifier_type": "str",
            "name": "phosphatidylinositol-3,5-bisphosphate 3-phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052629",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 3476,
            "identifier": "57696",
            "identifier_type": "int",
            "name": "DDX55",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57696",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "DEAD (Asp-Glu-Ala-Asp) box polypeptide 55"
            },
            "metanode": "Gene"
        },
        {
            "id": 3477,
            "identifier": "GO:0071431",
            "identifier_type": "str",
            "name": "tRNA-containing ribonucleoprotein complex export from nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071431",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3478,
            "identifier": "645922",
            "identifier_type": "int",
            "name": "S100A7L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/645922",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "S100 calcium binding protein A7-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 3479,
            "identifier": "GO:1902080",
            "identifier_type": "str",
            "name": "regulation of calcium ion import into sarcoplasmic reticulum",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902080",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3480,
            "identifier": "5604",
            "identifier_type": "int",
            "name": "MAP2K1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5604",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "mitogen-activated protein kinase kinase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3481,
            "identifier": "51530",
            "identifier_type": "int",
            "name": "ZC3HC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51530",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "zinc finger, C3HC-type containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3482,
            "identifier": "101928870",
            "identifier_type": "int",
            "name": "LOC101928870",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101928870",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "classical arabinogalactan protein 9-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 3483,
            "identifier": "N0000190110",
            "identifier_type": "str",
            "name": "Organic Anion Transporter 1 Inhibitors",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000190110",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 3484,
            "identifier": "23443",
            "identifier_type": "int",
            "name": "SLC35A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23443",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "solute carrier family 35 (UDP-N-acetylglucosamine (UDP-GlcNAc) transporter), member A3"
            },
            "metanode": "Gene"
        },
        {
            "id": 3485,
            "identifier": "79054",
            "identifier_type": "int",
            "name": "TRPM8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79054",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "transient receptor potential cation channel, subfamily M, member 8"
            },
            "metanode": "Gene"
        }
    ]
}