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=11825
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=11850",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=11800",
    "results": [
        {
            "id": 11814,
            "identifier": "GO:0014743",
            "identifier_type": "str",
            "name": "regulation of muscle hypertrophy",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014743",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11815,
            "identifier": "25906",
            "identifier_type": "int",
            "name": "ANAPC15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25906",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "anaphase promoting complex subunit 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 11816,
            "identifier": "1901",
            "identifier_type": "int",
            "name": "S1PR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1901",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "sphingosine-1-phosphate receptor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11818,
            "identifier": "201562",
            "identifier_type": "int",
            "name": "HACD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/201562",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "3-hydroxyacyl-CoA dehydratase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11819,
            "identifier": "78997",
            "identifier_type": "int",
            "name": "GDAP1L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/78997",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "ganglioside induced differentiation associated protein 1-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11820,
            "identifier": "C0235218",
            "identifier_type": "str",
            "name": "Skin warm",
            "properties": {
                "url": "http://identifiers.org/umls/C0235218",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11821,
            "identifier": "GO:0051053",
            "identifier_type": "str",
            "name": "negative regulation of DNA metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051053",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11822,
            "identifier": "130",
            "identifier_type": "int",
            "name": "ADH6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/130",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "alcohol dehydrogenase 6 (class V)"
            },
            "metanode": "Gene"
        },
        {
            "id": 11823,
            "identifier": "PC7_2833",
            "identifier_type": "str",
            "name": "Cyclin E associated events during G1/S transition",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11824,
            "identifier": "GO:2000439",
            "identifier_type": "str",
            "name": "positive regulation of monocyte extravasation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000439",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11825,
            "identifier": "GO:0030193",
            "identifier_type": "str",
            "name": "regulation of blood coagulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030193",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11826,
            "identifier": "11346",
            "identifier_type": "int",
            "name": "SYNPO",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11346",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "synaptopodin"
            },
            "metanode": "Gene"
        },
        {
            "id": 11827,
            "identifier": "C0541922",
            "identifier_type": "str",
            "name": "Eczema allergic atopic",
            "properties": {
                "url": "http://identifiers.org/umls/C0541922",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11828,
            "identifier": "PC7_2263",
            "identifier_type": "str",
            "name": "CDC42 signaling events",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11829,
            "identifier": "D000860",
            "identifier_type": "str",
            "name": "Anoxia",
            "properties": {
                "url": "http://identifiers.org/mesh/D000860",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 11830,
            "identifier": "5052",
            "identifier_type": "int",
            "name": "PRDX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5052",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "peroxiredoxin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11831,
            "identifier": "C0948266",
            "identifier_type": "str",
            "name": "Latent tetany",
            "properties": {
                "url": "http://identifiers.org/umls/C0948266",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11832,
            "identifier": "GO:0007346",
            "identifier_type": "str",
            "name": "regulation of mitotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007346",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11833,
            "identifier": "94121",
            "identifier_type": "int",
            "name": "SYTL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/94121",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "synaptotagmin-like 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 11834,
            "identifier": "7633",
            "identifier_type": "int",
            "name": "ZNF79",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7633",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "zinc finger protein 79"
            },
            "metanode": "Gene"
        },
        {
            "id": 11835,
            "identifier": "GO:1902947",
            "identifier_type": "str",
            "name": "regulation of tau-protein kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902947",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11836,
            "identifier": "GO:1901607",
            "identifier_type": "str",
            "name": "alpha-amino acid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901607",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11837,
            "identifier": "GO:0042611",
            "identifier_type": "str",
            "name": "MHC protein complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042611",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 11838,
            "identifier": "642799",
            "identifier_type": "int",
            "name": "NPIPA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/642799",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "nuclear pore complex interacting protein family, member A2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11839,
            "identifier": "GO:0090314",
            "identifier_type": "str",
            "name": "positive regulation of protein targeting to membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090314",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}