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=23275
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=23300",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=23250",
    "results": [
        {
            "id": 23267,
            "identifier": "GO:0090310",
            "identifier_type": "str",
            "name": "negative regulation of methylation-dependent chromatin silencing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090310",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23268,
            "identifier": "5136",
            "identifier_type": "int",
            "name": "PDE1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5136",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "phosphodiesterase 1A, calmodulin-dependent"
            },
            "metanode": "Gene"
        },
        {
            "id": 23269,
            "identifier": "23161",
            "identifier_type": "int",
            "name": "SNX13",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23161",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "sorting nexin 13"
            },
            "metanode": "Gene"
        },
        {
            "id": 23270,
            "identifier": "GO:1900242",
            "identifier_type": "str",
            "name": "regulation of synaptic vesicle endocytosis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900242",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23271,
            "identifier": "GO:0050728",
            "identifier_type": "str",
            "name": "negative regulation of inflammatory response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050728",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23272,
            "identifier": "2071",
            "identifier_type": "int",
            "name": "ERCC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2071",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "excision repair cross-complementation group 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 23273,
            "identifier": "10818",
            "identifier_type": "int",
            "name": "FRS2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10818",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "fibroblast growth factor receptor substrate 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 23274,
            "identifier": "GO:0071455",
            "identifier_type": "str",
            "name": "cellular response to hyperoxia",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071455",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23275,
            "identifier": "C1096658",
            "identifier_type": "str",
            "name": "Urine phosphorus increased",
            "properties": {
                "url": "http://identifiers.org/umls/C1096658",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23276,
            "identifier": "GO:0033557",
            "identifier_type": "str",
            "name": "Slx1-Slx4 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033557",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 23277,
            "identifier": "PC7_6233",
            "identifier_type": "str",
            "name": "PRC2 methylates histones and DNA",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 23278,
            "identifier": "4524",
            "identifier_type": "int",
            "name": "MTHFR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4524",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "methylenetetrahydrofolate reductase (NAD(P)H)"
            },
            "metanode": "Gene"
        },
        {
            "id": 23279,
            "identifier": "54546",
            "identifier_type": "int",
            "name": "RNF186",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54546",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ring finger protein 186"
            },
            "metanode": "Gene"
        },
        {
            "id": 23280,
            "identifier": "DB00998",
            "identifier_type": "str",
            "name": "Frovatriptan",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00998",
                "inchi": "InChI=1S/C14H17N3O/c1-16-9-3-5-13-11(7-9)10-6-8(14(15)18)2-4-12(10)17-13/h2,4,6,9,16-17H,3,5,7H2,1H3,(H2,15,18)/t9-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=XPSQPHWEGNHMSK-SECBINFHSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 23281,
            "identifier": "GO:0072663",
            "identifier_type": "str",
            "name": "establishment of protein localization to peroxisome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072663",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23282,
            "identifier": "729359",
            "identifier_type": "int",
            "name": "PLIN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729359",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "perilipin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 23283,
            "identifier": "GO:0060837",
            "identifier_type": "str",
            "name": "blood vessel endothelial cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060837",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23285,
            "identifier": "GO:0004416",
            "identifier_type": "str",
            "name": "hydroxyacylglutathione hydrolase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004416",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 23286,
            "identifier": "7105",
            "identifier_type": "int",
            "name": "TSPAN6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7105",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "tetraspanin 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 23287,
            "identifier": "C0022661",
            "identifier_type": "str",
            "name": "Renal failure chronic",
            "properties": {
                "url": "http://identifiers.org/umls/C0022661",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 23288,
            "identifier": "GO:0007089",
            "identifier_type": "str",
            "name": "traversing start control point of mitotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007089",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23289,
            "identifier": "GO:0032763",
            "identifier_type": "str",
            "name": "regulation of mast cell cytokine production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032763",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 23290,
            "identifier": "GO:0008349",
            "identifier_type": "str",
            "name": "MAP kinase kinase kinase kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008349",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 23291,
            "identifier": "338596",
            "identifier_type": "int",
            "name": "ST8SIA6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/338596",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 23292,
            "identifier": "D059787",
            "identifier_type": "str",
            "name": "Acute Pain",
            "properties": {
                "url": "http://identifiers.org/mesh/D059787",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        }
    ]
}