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=36975
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=37000",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=36950",
    "results": [
        {
            "id": 36971,
            "identifier": "9736",
            "identifier_type": "int",
            "name": "USP34",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9736",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ubiquitin specific peptidase 34"
            },
            "metanode": "Gene"
        },
        {
            "id": 36972,
            "identifier": "480",
            "identifier_type": "int",
            "name": "ATP1A4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/480",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ATPase, Na+/K+ transporting, alpha 4 polypeptide"
            },
            "metanode": "Gene"
        },
        {
            "id": 36973,
            "identifier": "8987",
            "identifier_type": "int",
            "name": "STBD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "starch binding domain 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 36974,
            "identifier": "DB00629",
            "identifier_type": "str",
            "name": "Guanabenz",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00629",
                "inchi": "InChI=1S/C8H8Cl2N4/c9-6-2-1-3-7(10)5(6)4-13-14-8(11)12/h1-4H,(H4,11,12,14)/b13-4+",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WDZVGELJXXEGPV-YIXHJXPBSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 36975,
            "identifier": "GO:0021938",
            "identifier_type": "str",
            "name": "smoothened signaling pathway involved in regulation of cerebellar granule cell precursor cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021938",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36976,
            "identifier": "2821",
            "identifier_type": "int",
            "name": "GPI",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2821",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "glucose-6-phosphate isomerase"
            },
            "metanode": "Gene"
        },
        {
            "id": 36977,
            "identifier": "PC7_4806",
            "identifier_type": "str",
            "name": "Iron uptake and transport",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 36978,
            "identifier": "GO:0070874",
            "identifier_type": "str",
            "name": "negative regulation of glycogen metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070874",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36979,
            "identifier": "80045",
            "identifier_type": "int",
            "name": "GPR157",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80045",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "G protein-coupled receptor 157"
            },
            "metanode": "Gene"
        },
        {
            "id": 36980,
            "identifier": "89870",
            "identifier_type": "int",
            "name": "TRIM15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/89870",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "tripartite motif containing 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 36981,
            "identifier": "5274",
            "identifier_type": "int",
            "name": "SERPINI1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5274",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "serpin peptidase inhibitor, clade I (neuroserpin), member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 36982,
            "identifier": "51200",
            "identifier_type": "int",
            "name": "CPA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51200",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "carboxypeptidase A4"
            },
            "metanode": "Gene"
        },
        {
            "id": 36983,
            "identifier": "C0920157",
            "identifier_type": "str",
            "name": "Mesenteric ischemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0920157",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36984,
            "identifier": "C0235906",
            "identifier_type": "str",
            "name": "Bronchospasm aggravated",
            "properties": {
                "url": "http://identifiers.org/umls/C0235906",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36985,
            "identifier": "23369",
            "identifier_type": "int",
            "name": "PUM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23369",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "pumilio RNA-binding family member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36986,
            "identifier": "7743",
            "identifier_type": "int",
            "name": "ZNF189",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7743",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "zinc finger protein 189"
            },
            "metanode": "Gene"
        },
        {
            "id": 36987,
            "identifier": "GO:0034063",
            "identifier_type": "str",
            "name": "stress granule assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034063",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36988,
            "identifier": "GO:0032119",
            "identifier_type": "str",
            "name": "sequestering of zinc ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032119",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36989,
            "identifier": "GO:0032010",
            "identifier_type": "str",
            "name": "phagolysosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032010",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 36990,
            "identifier": "GO:0046098",
            "identifier_type": "str",
            "name": "guanine metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046098",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36991,
            "identifier": "GO:2000857",
            "identifier_type": "str",
            "name": "positive regulation of mineralocorticoid secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000857",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36992,
            "identifier": "DB01582",
            "identifier_type": "str",
            "name": "Sulfamethazine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01582",
                "inchi": "InChI=1S/C12H14N4O2S/c1-8-7-9(2)15-12(14-8)16-19(17,18)11-5-3-10(13)4-6-11/h3-7H,13H2,1-2H3,(H,14,15,16)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ASWVTGNCAZCNNR-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 36993,
            "identifier": "GO:0010851",
            "identifier_type": "str",
            "name": "cyclase regulator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010851",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 36994,
            "identifier": "GO:0003177",
            "identifier_type": "str",
            "name": "pulmonary valve development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003177",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36995,
            "identifier": "6228",
            "identifier_type": "int",
            "name": "RPS23",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6228",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "ribosomal protein S23"
            },
            "metanode": "Gene"
        }
    ]
}