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=40400
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=40425",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=40375",
    "results": [
        {
            "id": 40397,
            "identifier": "C0700590",
            "identifier_type": "str",
            "name": "Sweating increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0700590",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40398,
            "identifier": "148137",
            "identifier_type": "int",
            "name": "PROSER3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148137",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "proline and serine rich 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 40399,
            "identifier": "25828",
            "identifier_type": "int",
            "name": "TXN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25828",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "thioredoxin 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 40400,
            "identifier": "63877",
            "identifier_type": "int",
            "name": "FAM204A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/63877",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "family with sequence similarity 204, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 40401,
            "identifier": "GO:0004441",
            "identifier_type": "str",
            "name": "inositol-1,4-bisphosphate 1-phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004441",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 40402,
            "identifier": "89766",
            "identifier_type": "int",
            "name": "UMODL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89766",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "uromodulin-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 40403,
            "identifier": "GO:0006527",
            "identifier_type": "str",
            "name": "arginine catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006527",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40404,
            "identifier": "105379629",
            "identifier_type": "int",
            "name": "LOC105379629",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379629",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "uncharacterized LOC105379629"
            },
            "metanode": "Gene"
        },
        {
            "id": 40405,
            "identifier": "GO:0001939",
            "identifier_type": "str",
            "name": "female pronucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001939",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 40406,
            "identifier": "11334",
            "identifier_type": "int",
            "name": "TUSC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11334",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "tumor suppressor candidate 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 40407,
            "identifier": "8687",
            "identifier_type": "int",
            "name": "KRT38",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8687",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin 38, type I"
            },
            "metanode": "Gene"
        },
        {
            "id": 40408,
            "identifier": "GO:0022411",
            "identifier_type": "str",
            "name": "cellular component disassembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0022411",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40409,
            "identifier": "C1096460",
            "identifier_type": "str",
            "name": "Infusion site phlebitis",
            "properties": {
                "url": "http://identifiers.org/umls/C1096460",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40410,
            "identifier": "201931",
            "identifier_type": "int",
            "name": "TMEM192",
            "properties": {
                "url": "http://identifiers.org/ncbigene/201931",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "transmembrane protein 192"
            },
            "metanode": "Gene"
        },
        {
            "id": 40411,
            "identifier": "PC7_12281",
            "identifier_type": "str",
            "name": "p75(NTR)-mediated signaling",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 40412,
            "identifier": "11012",
            "identifier_type": "int",
            "name": "KLK11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11012",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "kallikrein-related peptidase 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 40413,
            "identifier": "C0456495",
            "identifier_type": "str",
            "name": "Ear canal erythema",
            "properties": {
                "url": "http://identifiers.org/umls/C0456495",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40414,
            "identifier": "222662",
            "identifier_type": "int",
            "name": "LHFPL5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/222662",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "lipoma HMGIC fusion partner-like 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 40415,
            "identifier": "4974",
            "identifier_type": "int",
            "name": "OMG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4974",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "oligodendrocyte myelin glycoprotein"
            },
            "metanode": "Gene"
        },
        {
            "id": 40416,
            "identifier": "GO:0046636",
            "identifier_type": "str",
            "name": "negative regulation of alpha-beta T cell activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046636",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40417,
            "identifier": "54996",
            "identifier_type": "int",
            "name": "MARC2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54996",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "mitochondrial amidoxime reducing component 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 40418,
            "identifier": "GO:2000054",
            "identifier_type": "str",
            "name": "negative regulation of Wnt signaling pathway involved in dorsal/ventral axis specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000054",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40419,
            "identifier": "140687",
            "identifier_type": "int",
            "name": "GCNT7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140687",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "glucosaminyl (N-acetyl) transferase family member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 40420,
            "identifier": "85280",
            "identifier_type": "int",
            "name": "KRTAP9-4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85280",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin associated protein 9-4"
            },
            "metanode": "Gene"
        },
        {
            "id": 40421,
            "identifier": "C0009759",
            "identifier_type": "str",
            "name": "Conjunctival disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0009759",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}