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=19575
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=19600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=19550",
    "results": [
        {
            "id": 19567,
            "identifier": "10847",
            "identifier_type": "int",
            "name": "SRCAP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10847",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "Snf2-related CREBBP activator protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 19568,
            "identifier": "C0013362",
            "identifier_type": "str",
            "name": "Dysarthria",
            "properties": {
                "url": "http://identifiers.org/umls/C0013362",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19569,
            "identifier": "GO:0044307",
            "identifier_type": "str",
            "name": "dendritic branch",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044307",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 19570,
            "identifier": "C1262760",
            "identifier_type": "str",
            "name": "Drug-induced hepatitis",
            "properties": {
                "url": "http://identifiers.org/umls/C1262760",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19571,
            "identifier": "GO:0021562",
            "identifier_type": "str",
            "name": "vestibulocochlear nerve development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021562",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19572,
            "identifier": "GO:0046545",
            "identifier_type": "str",
            "name": "development of primary female sexual characteristics",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046545",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19573,
            "identifier": "790969",
            "identifier_type": "int",
            "name": "ZNF705F",
            "properties": {
                "url": "http://identifiers.org/ncbigene/790969",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "zinc finger protein 705F"
            },
            "metanode": "Gene"
        },
        {
            "id": 19574,
            "identifier": "54575",
            "identifier_type": "int",
            "name": "UGT1A10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54575",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "UDP glucuronosyltransferase 1 family, polypeptide A10"
            },
            "metanode": "Gene"
        },
        {
            "id": 19575,
            "identifier": "GO:0003081",
            "identifier_type": "str",
            "name": "regulation of systemic arterial blood pressure by renin-angiotensin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003081",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19576,
            "identifier": "PC7_2523",
            "identifier_type": "str",
            "name": "Cell death signalling via NRAGE, NRIF and NADE",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 19577,
            "identifier": "GO:0048069",
            "identifier_type": "str",
            "name": "eye pigmentation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048069",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19578,
            "identifier": "7134",
            "identifier_type": "int",
            "name": "TNNC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7134",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "troponin C type 1 (slow)"
            },
            "metanode": "Gene"
        },
        {
            "id": 19579,
            "identifier": "57156",
            "identifier_type": "int",
            "name": "TMEM63C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57156",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "transmembrane protein 63C"
            },
            "metanode": "Gene"
        },
        {
            "id": 19580,
            "identifier": "1020",
            "identifier_type": "int",
            "name": "CDK5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1020",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "cyclin-dependent kinase 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 19581,
            "identifier": "C0151872",
            "identifier_type": "str",
            "name": "Prothrombin level increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0151872",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19582,
            "identifier": "GO:0005290",
            "identifier_type": "str",
            "name": "L-histidine transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005290",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 19583,
            "identifier": "C0395005",
            "identifier_type": "str",
            "name": "Polydipsia psychogenic",
            "properties": {
                "url": "http://identifiers.org/umls/C0395005",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19584,
            "identifier": "GO:0016716",
            "identifier_type": "str",
            "name": "oxidoreductase activity, acting on paired donors, with incorporation or reduction of molecular oxygen, another compound as one donor, and incorporation of one atom of oxygen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016716",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 19585,
            "identifier": "C1096213",
            "identifier_type": "str",
            "name": "Cannula site reaction",
            "properties": {
                "url": "http://identifiers.org/umls/C1096213",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19586,
            "identifier": "102723936",
            "identifier_type": "int",
            "name": "LOC102723936",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723936",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "acidic phospholipase A2 PA-1G-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 19587,
            "identifier": "C0004114",
            "identifier_type": "str",
            "name": "Astrocytoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0004114",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19588,
            "identifier": "23515",
            "identifier_type": "int",
            "name": "MORC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23515",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "MORC family CW-type zinc finger 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 19589,
            "identifier": "GO:0030449",
            "identifier_type": "str",
            "name": "regulation of complement activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030449",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19590,
            "identifier": "GO:0045939",
            "identifier_type": "str",
            "name": "negative regulation of steroid metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045939",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19591,
            "identifier": "GO:2001234",
            "identifier_type": "str",
            "name": "negative regulation of apoptotic signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001234",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}