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=13400
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=13425",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=13375",
    "results": [
        {
            "id": 13391,
            "identifier": "221035",
            "identifier_type": "int",
            "name": "REEP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221035",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "receptor accessory protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 13392,
            "identifier": "102723750",
            "identifier_type": "int",
            "name": "LOC102723750",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723750",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "uncharacterized LOC102723750"
            },
            "metanode": "Gene"
        },
        {
            "id": 13393,
            "identifier": "100128327",
            "identifier_type": "int",
            "name": "TRAPPC3L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100128327",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "trafficking protein particle complex 3-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 13394,
            "identifier": "493869",
            "identifier_type": "int",
            "name": "GPX8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/493869",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "glutathione peroxidase 8 (putative)"
            },
            "metanode": "Gene"
        },
        {
            "id": 13395,
            "identifier": "C1696700",
            "identifier_type": "str",
            "name": "C1 esterase deficiency acquired",
            "properties": {
                "url": "http://identifiers.org/umls/C1696700",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13396,
            "identifier": "GO:0000127",
            "identifier_type": "str",
            "name": "transcription factor TFIIIC complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000127",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 13397,
            "identifier": "GO:0046538",
            "identifier_type": "str",
            "name": "2,3-bisphosphoglycerate-dependent phosphoglycerate mutase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046538",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13398,
            "identifier": "GO:0035026",
            "identifier_type": "str",
            "name": "leading edge cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035026",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13399,
            "identifier": "GO:0002760",
            "identifier_type": "str",
            "name": "positive regulation of antimicrobial humoral response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002760",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13400,
            "identifier": "GO:0002828",
            "identifier_type": "str",
            "name": "regulation of type 2 immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002828",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13401,
            "identifier": "C2609199",
            "identifier_type": "str",
            "name": "Product taste abnormal",
            "properties": {
                "url": "http://identifiers.org/umls/C2609199",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13402,
            "identifier": "GO:0006228",
            "identifier_type": "str",
            "name": "UTP biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006228",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13403,
            "identifier": "D002524",
            "identifier_type": "str",
            "name": "Cerebellar Ataxia",
            "properties": {
                "url": "http://identifiers.org/mesh/D002524",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 13404,
            "identifier": "PC7_7424",
            "identifier_type": "str",
            "name": "Sema4D mediated inhibition of cell attachment and migration",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 13405,
            "identifier": "GO:1990357",
            "identifier_type": "str",
            "name": "terminal web",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990357",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 13406,
            "identifier": "4915",
            "identifier_type": "int",
            "name": "NTRK2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4915",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "neurotrophic tyrosine kinase, receptor, type 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 13407,
            "identifier": "54937",
            "identifier_type": "int",
            "name": "SOHLH2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54937",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "spermatogenesis and oogenesis specific basic helix-loop-helix 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 13408,
            "identifier": "UBERON:0002385",
            "identifier_type": "str",
            "name": "muscle tissue",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002385",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D009132"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 13409,
            "identifier": "GO:0003714",
            "identifier_type": "str",
            "name": "transcription corepressor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003714",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13410,
            "identifier": "102723360",
            "identifier_type": "int",
            "name": "LOC102723360",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723360",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "uncharacterized LOC102723360"
            },
            "metanode": "Gene"
        },
        {
            "id": 13411,
            "identifier": "C0239836",
            "identifier_type": "str",
            "name": "Paraesthesia hand",
            "properties": {
                "url": "http://identifiers.org/umls/C0239836",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13412,
            "identifier": "124540",
            "identifier_type": "int",
            "name": "MSI2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/124540",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "musashi RNA-binding protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 13413,
            "identifier": "C0398625",
            "identifier_type": "str",
            "name": "Protein C deficiency",
            "properties": {
                "url": "http://identifiers.org/umls/C0398625",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13414,
            "identifier": "GO:0043174",
            "identifier_type": "str",
            "name": "nucleoside salvage",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043174",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13415,
            "identifier": "GO:0051447",
            "identifier_type": "str",
            "name": "negative regulation of meiotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051447",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}