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=21950
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=21975",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=21925",
    "results": [
        {
            "id": 21941,
            "identifier": "26160",
            "identifier_type": "int",
            "name": "IFT172",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26160",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "intraflagellar transport 172"
            },
            "metanode": "Gene"
        },
        {
            "id": 21942,
            "identifier": "GO:0002292",
            "identifier_type": "str",
            "name": "T cell differentiation involved in immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002292",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21943,
            "identifier": "D062026",
            "identifier_type": "str",
            "name": "Alice in Wonderland Syndrome",
            "properties": {
                "url": "http://identifiers.org/mesh/D062026",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 21944,
            "identifier": "GO:1900744",
            "identifier_type": "str",
            "name": "regulation of p38MAPK cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900744",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21945,
            "identifier": "C0234162",
            "identifier_type": "str",
            "name": "Dysmetria",
            "properties": {
                "url": "http://identifiers.org/umls/C0234162",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21946,
            "identifier": "PC7_8765",
            "identifier_type": "str",
            "name": "Vpr-mediated nuclear import of PICs",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 21947,
            "identifier": "GO:2000563",
            "identifier_type": "str",
            "name": "positive regulation of CD4-positive, alpha-beta T cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000563",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 21948,
            "identifier": "100996709",
            "identifier_type": "int",
            "name": "LOC100996709",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996709",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "ADP-ribosylation factor-like protein 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 21949,
            "identifier": "79760",
            "identifier_type": "int",
            "name": "GEMIN7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79760",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "gem (nuclear organelle) associated protein 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 21950,
            "identifier": "117195",
            "identifier_type": "int",
            "name": "MRGPRX3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/117195",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "MAS-related GPR, member X3"
            },
            "metanode": "Gene"
        },
        {
            "id": 21951,
            "identifier": "284451",
            "identifier_type": "int",
            "name": "ODF3L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284451",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "outer dense fiber of sperm tails 3-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 21952,
            "identifier": "909",
            "identifier_type": "int",
            "name": "CD1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/909",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "CD1a molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 21953,
            "identifier": "9528",
            "identifier_type": "int",
            "name": "TMEM59",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9528",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "transmembrane protein 59"
            },
            "metanode": "Gene"
        },
        {
            "id": 21954,
            "identifier": "51059",
            "identifier_type": "int",
            "name": "FAM135B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51059",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "family with sequence similarity 135, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 21955,
            "identifier": "158046",
            "identifier_type": "int",
            "name": "NXNL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/158046",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "nucleoredoxin-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 21956,
            "identifier": "340277",
            "identifier_type": "int",
            "name": "FAM221A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340277",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "family with sequence similarity 221, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 21957,
            "identifier": "643936",
            "identifier_type": "int",
            "name": "LOC643936",
            "properties": {
                "url": "http://identifiers.org/ncbigene/643936",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "uncharacterized LOC643936"
            },
            "metanode": "Gene"
        },
        {
            "id": 21958,
            "identifier": "2697",
            "identifier_type": "int",
            "name": "GJA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2697",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "gap junction protein, alpha 1, 43kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 21959,
            "identifier": "3362",
            "identifier_type": "int",
            "name": "HTR6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3362",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "5-hydroxytryptamine (serotonin) receptor 6, G protein-coupled"
            },
            "metanode": "Gene"
        },
        {
            "id": 21960,
            "identifier": "83940",
            "identifier_type": "int",
            "name": "TATDN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83940",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "TatD DNase domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 21961,
            "identifier": "4326",
            "identifier_type": "int",
            "name": "MMP17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4326",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "matrix metallopeptidase 17 (membrane-inserted)"
            },
            "metanode": "Gene"
        },
        {
            "id": 21962,
            "identifier": "80714",
            "identifier_type": "int",
            "name": "PBX4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80714",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "pre-B-cell leukemia homeobox 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 21963,
            "identifier": "23105",
            "identifier_type": "int",
            "name": "FSTL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23105",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "follistatin-like 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 21964,
            "identifier": "C0005779",
            "identifier_type": "str",
            "name": "Coagulopathy",
            "properties": {
                "url": "http://identifiers.org/umls/C0005779",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 21965,
            "identifier": "29964",
            "identifier_type": "int",
            "name": "PRICKLE4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29964",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "prickle homolog 4 (Drosophila)"
            },
            "metanode": "Gene"
        }
    ]
}