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=41975
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=42000",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=41950",
    "results": [
        {
            "id": 41974,
            "identifier": "3575",
            "identifier_type": "int",
            "name": "IL7R",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3575",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "interleukin 7 receptor"
            },
            "metanode": "Gene"
        },
        {
            "id": 41975,
            "identifier": "C0151468",
            "identifier_type": "str",
            "name": "Thyroid adenoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0151468",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 41976,
            "identifier": "GO:0005088",
            "identifier_type": "str",
            "name": "Ras guanyl-nucleotide exchange factor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005088",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 41977,
            "identifier": "83881",
            "identifier_type": "int",
            "name": "MIXL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83881",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "Mix paired-like homeobox"
            },
            "metanode": "Gene"
        },
        {
            "id": 41978,
            "identifier": "GO:0016577",
            "identifier_type": "str",
            "name": "histone demethylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016577",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 41979,
            "identifier": "GO:0046827",
            "identifier_type": "str",
            "name": "positive regulation of protein export from nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046827",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 41980,
            "identifier": "10567",
            "identifier_type": "int",
            "name": "RABAC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10567",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "Rab acceptor 1 (prenylated)"
            },
            "metanode": "Gene"
        },
        {
            "id": 41981,
            "identifier": "GO:0046632",
            "identifier_type": "str",
            "name": "alpha-beta T cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046632",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 41982,
            "identifier": "353145",
            "identifier_type": "int",
            "name": "LCE3E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/353145",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "late cornified envelope 3E"
            },
            "metanode": "Gene"
        },
        {
            "id": 41983,
            "identifier": "C0856151",
            "identifier_type": "str",
            "name": "Fat redistribution",
            "properties": {
                "url": "http://identifiers.org/umls/C0856151",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 41984,
            "identifier": "391194",
            "identifier_type": "int",
            "name": "OR2M2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/391194",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 2, subfamily M, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 41985,
            "identifier": "C0030305",
            "identifier_type": "str",
            "name": "Pancreatitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0030305",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 41986,
            "identifier": "GO:0008139",
            "identifier_type": "str",
            "name": "nuclear localization sequence binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008139",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 41987,
            "identifier": "163702",
            "identifier_type": "int",
            "name": "IFNLR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/163702",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "interferon, lambda receptor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 41988,
            "identifier": "4257",
            "identifier_type": "int",
            "name": "MGST1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4257",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "microsomal glutathione S-transferase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 41989,
            "identifier": "169981",
            "identifier_type": "int",
            "name": "SPIN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/169981",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "spindlin family, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 41990,
            "identifier": "729092",
            "identifier_type": "int",
            "name": "AGAP5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729092",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "ArfGAP with GTPase domain, ankyrin repeat and PH domain 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 41991,
            "identifier": "GO:0038007",
            "identifier_type": "str",
            "name": "netrin-activated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038007",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 41992,
            "identifier": "161931",
            "identifier_type": "int",
            "name": "ADAD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/161931",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "adenosine deaminase domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 41993,
            "identifier": "GO:0002486",
            "identifier_type": "str",
            "name": "antigen processing and presentation of endogenous peptide antigen via MHC class I via ER pathway, TAP-independent",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002486",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 41994,
            "identifier": "GO:0015809",
            "identifier_type": "str",
            "name": "arginine transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015809",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 41995,
            "identifier": "GO:0070728",
            "identifier_type": "str",
            "name": "leucine binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070728",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 41996,
            "identifier": "GO:0050840",
            "identifier_type": "str",
            "name": "extracellular matrix binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050840",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 41997,
            "identifier": "GO:0030934",
            "identifier_type": "str",
            "name": "anchoring collagen complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030934",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 41998,
            "identifier": "170679",
            "identifier_type": "int",
            "name": "PSORS1C1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/170679",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "psoriasis susceptibility 1 candidate 1"
            },
            "metanode": "Gene"
        }
    ]
}