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=3425
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=3450",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=3400",
    "results": [
        {
            "id": 3410,
            "identifier": "3762",
            "identifier_type": "int",
            "name": "KCNJ5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3762",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "potassium channel, inwardly rectifying subfamily J, member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 3411,
            "identifier": "GO:0047710",
            "identifier_type": "str",
            "name": "bis(5'-adenosyl)-triphosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0047710",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 3412,
            "identifier": "GO:1901207",
            "identifier_type": "str",
            "name": "regulation of heart looping",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901207",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3413,
            "identifier": "GO:0036156",
            "identifier_type": "str",
            "name": "inner dynein arm",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036156",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 3414,
            "identifier": "253461",
            "identifier_type": "int",
            "name": "ZBTB38",
            "properties": {
                "url": "http://identifiers.org/ncbigene/253461",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "zinc finger and BTB domain containing 38"
            },
            "metanode": "Gene"
        },
        {
            "id": 3415,
            "identifier": "101060569",
            "identifier_type": "int",
            "name": "LOC101060569",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101060569",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "golgin subfamily A member 6-like protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3416,
            "identifier": "GO:0034097",
            "identifier_type": "str",
            "name": "response to cytokine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034097",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3417,
            "identifier": "161436",
            "identifier_type": "int",
            "name": "EML5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/161436",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "echinoderm microtubule associated protein like 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 3418,
            "identifier": "2263",
            "identifier_type": "int",
            "name": "FGFR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2263",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "fibroblast growth factor receptor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 3419,
            "identifier": "C1527249",
            "identifier_type": "str",
            "name": "Colorectal cancer",
            "properties": {
                "url": "http://identifiers.org/umls/C1527249",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3420,
            "identifier": "GO:0032908",
            "identifier_type": "str",
            "name": "regulation of transforming growth factor beta1 production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032908",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3421,
            "identifier": "PC7_1230",
            "identifier_type": "str",
            "name": "Acetylation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 3422,
            "identifier": "GO:0061087",
            "identifier_type": "str",
            "name": "positive regulation of histone H3-K27 methylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061087",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3423,
            "identifier": "4716",
            "identifier_type": "int",
            "name": "NDUFB10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4716",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "NADH dehydrogenase (ubiquinone) 1 beta subcomplex, 10, 22kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 3424,
            "identifier": "GO:0032026",
            "identifier_type": "str",
            "name": "response to magnesium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032026",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3426,
            "identifier": "GO:0002223",
            "identifier_type": "str",
            "name": "stimulatory C-type lectin receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002223",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3427,
            "identifier": "GO:0072007",
            "identifier_type": "str",
            "name": "mesangial cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072007",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3428,
            "identifier": "N0000007770",
            "identifier_type": "str",
            "name": "Deoxyuridine",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000007770",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 3429,
            "identifier": "7041",
            "identifier_type": "int",
            "name": "TGFB1I1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7041",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "transforming growth factor beta 1 induced transcript 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3430,
            "identifier": "GO:0051493",
            "identifier_type": "str",
            "name": "regulation of cytoskeleton organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051493",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3431,
            "identifier": "C0521471",
            "identifier_type": "str",
            "name": "Systemic lupus erythematosus rash",
            "properties": {
                "url": "http://identifiers.org/umls/C0521471",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3432,
            "identifier": "DB00154",
            "identifier_type": "str",
            "name": "Dihomo-gamma-linolenic acid",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00154",
                "inchi": "InChI=1S/C20H34O2/c1-2-3-4-5-6-7-8-9-10-11-12-13-14-15-16-17-18-19-20(21)22/h6-7,9-10,12-13H,2-5,8,11,14-19H2,1H3,(H,21,22)/b7-6-,10-9-,13-12-",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=HOBAELRKJCKHQD-QNEBEIHSSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 3433,
            "identifier": "GO:0006073",
            "identifier_type": "str",
            "name": "cellular glucan metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006073",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3434,
            "identifier": "GO:0035502",
            "identifier_type": "str",
            "name": "metanephric part of ureteric bud development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035502",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3435,
            "identifier": "25894",
            "identifier_type": "int",
            "name": "PLEKHG4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25894",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "pleckstrin homology domain containing, family G (with RhoGef domain) member 4"
            },
            "metanode": "Gene"
        }
    ]
}