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=7725
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=7750",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7700",
    "results": [
        {
            "id": 7713,
            "identifier": "55929",
            "identifier_type": "int",
            "name": "DMAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55929",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "DNA methyltransferase 1 associated protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7714,
            "identifier": "101929301",
            "identifier_type": "int",
            "name": "LOC101929301",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101929301",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "collagen alpha-1(I) chain-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 7715,
            "identifier": "C0026846",
            "identifier_type": "str",
            "name": "Muscle atrophy",
            "properties": {
                "url": "http://identifiers.org/umls/C0026846",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7716,
            "identifier": "C0025958",
            "identifier_type": "str",
            "name": "Microcephaly",
            "properties": {
                "url": "http://identifiers.org/umls/C0025958",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7717,
            "identifier": "611",
            "identifier_type": "int",
            "name": "OPN1SW",
            "properties": {
                "url": "http://identifiers.org/ncbigene/611",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "opsin 1 (cone pigments), short-wave-sensitive"
            },
            "metanode": "Gene"
        },
        {
            "id": 7718,
            "identifier": "9118",
            "identifier_type": "int",
            "name": "INA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9118",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "internexin neuronal intermediate filament protein, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 7719,
            "identifier": "728656",
            "identifier_type": "int",
            "name": "DMRTC1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/728656",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "DMRT-like family C1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 7720,
            "identifier": "GO:0061041",
            "identifier_type": "str",
            "name": "regulation of wound healing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061041",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7721,
            "identifier": "GO:0017145",
            "identifier_type": "str",
            "name": "stem cell division",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0017145",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7722,
            "identifier": "C1955743",
            "identifier_type": "str",
            "name": "Mineralocorticoid deficiency",
            "properties": {
                "url": "http://identifiers.org/umls/C1955743",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7723,
            "identifier": "3064",
            "identifier_type": "int",
            "name": "HTT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3064",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "huntingtin"
            },
            "metanode": "Gene"
        },
        {
            "id": 7724,
            "identifier": "57497",
            "identifier_type": "int",
            "name": "LRFN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57497",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "leucine rich repeat and fibronectin type III domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 7725,
            "identifier": "C0267509",
            "identifier_type": "str",
            "name": "Chronic idiopathic constipation",
            "properties": {
                "url": "http://identifiers.org/umls/C0267509",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7726,
            "identifier": "GO:1902403",
            "identifier_type": "str",
            "name": "signal transduction involved in mitotic DNA integrity checkpoint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902403",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7727,
            "identifier": "GO:0046934",
            "identifier_type": "str",
            "name": "phosphatidylinositol-4,5-bisphosphate 3-kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046934",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7728,
            "identifier": "90378",
            "identifier_type": "int",
            "name": "SAMD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/90378",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "sterile alpha motif domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7729,
            "identifier": "GO:0071426",
            "identifier_type": "str",
            "name": "ribonucleoprotein complex export from nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071426",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7730,
            "identifier": "GO:1903044",
            "identifier_type": "str",
            "name": "protein localization to membrane raft",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903044",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7731,
            "identifier": "GO:0060538",
            "identifier_type": "str",
            "name": "skeletal muscle organ development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060538",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7732,
            "identifier": "23500",
            "identifier_type": "int",
            "name": "DAAM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23500",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "dishevelled associated activator of morphogenesis 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 7733,
            "identifier": "GO:0060559",
            "identifier_type": "str",
            "name": "positive regulation of calcidiol 1-monooxygenase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060559",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7734,
            "identifier": "N0000191423",
            "identifier_type": "str",
            "name": "Multidrug and Toxin Extrusion Transporter 1 Inhibitors",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000191423",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 7735,
            "identifier": "GO:1901862",
            "identifier_type": "str",
            "name": "negative regulation of muscle tissue development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901862",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7736,
            "identifier": "C0233767",
            "identifier_type": "str",
            "name": "Hallucination, tactile",
            "properties": {
                "url": "http://identifiers.org/umls/C0233767",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7737,
            "identifier": "84340",
            "identifier_type": "int",
            "name": "GFM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84340",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "G elongation factor, mitochondrial 2"
            },
            "metanode": "Gene"
        }
    ]
}