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=11200
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=11225",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=11175",
    "results": [
        {
            "id": 11190,
            "identifier": "11276",
            "identifier_type": "int",
            "name": "SYNRG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11276",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "synergin, gamma"
            },
            "metanode": "Gene"
        },
        {
            "id": 11191,
            "identifier": "GO:0014816",
            "identifier_type": "str",
            "name": "skeletal muscle satellite cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014816",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11192,
            "identifier": "GO:0050878",
            "identifier_type": "str",
            "name": "regulation of body fluid levels",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050878",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11193,
            "identifier": "C1698400",
            "identifier_type": "str",
            "name": "Incision site oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C1698400",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11194,
            "identifier": "51301",
            "identifier_type": "int",
            "name": "GCNT4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51301",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "glucosaminyl (N-acetyl) transferase 4, core 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11195,
            "identifier": "79993",
            "identifier_type": "int",
            "name": "ELOVL7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79993",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "ELOVL fatty acid elongase 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 11196,
            "identifier": "121268",
            "identifier_type": "int",
            "name": "RHEBL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/121268",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "Ras homolog enriched in brain like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11197,
            "identifier": "GO:0006953",
            "identifier_type": "str",
            "name": "acute-phase response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006953",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11198,
            "identifier": "GO:0042273",
            "identifier_type": "str",
            "name": "ribosomal large subunit biogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042273",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11199,
            "identifier": "55260",
            "identifier_type": "int",
            "name": "TMEM143",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55260",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "transmembrane protein 143"
            },
            "metanode": "Gene"
        },
        {
            "id": 11200,
            "identifier": "GO:0048484",
            "identifier_type": "str",
            "name": "enteric nervous system development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048484",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11201,
            "identifier": "GO:0060601",
            "identifier_type": "str",
            "name": "lateral sprouting from an epithelium",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060601",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11202,
            "identifier": "347688",
            "identifier_type": "int",
            "name": "TUBB8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/347688",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "tubulin, beta 8 class VIII"
            },
            "metanode": "Gene"
        },
        {
            "id": 11203,
            "identifier": "GO:0010656",
            "identifier_type": "str",
            "name": "negative regulation of muscle cell apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010656",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11204,
            "identifier": "8546",
            "identifier_type": "int",
            "name": "AP3B1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8546",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "adaptor-related protein complex 3, beta 1 subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 11205,
            "identifier": "23077",
            "identifier_type": "int",
            "name": "MYCBP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23077",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "MYC binding protein 2, E3 ubiquitin protein ligase"
            },
            "metanode": "Gene"
        },
        {
            "id": 11206,
            "identifier": "GO:1901723",
            "identifier_type": "str",
            "name": "negative regulation of cell proliferation involved in kidney development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901723",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11207,
            "identifier": "105369241",
            "identifier_type": "int",
            "name": "LOC105369241",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369241",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "RNA polymerase II transcription factor SIII subunit A3-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 11208,
            "identifier": "C0541923",
            "identifier_type": "str",
            "name": "Lip oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0541923",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 11209,
            "identifier": "GO:0060574",
            "identifier_type": "str",
            "name": "intestinal epithelial cell maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060574",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11210,
            "identifier": "55958",
            "identifier_type": "int",
            "name": "KLHL9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55958",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "kelch-like family member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 11211,
            "identifier": "GO:0032231",
            "identifier_type": "str",
            "name": "regulation of actin filament bundle assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032231",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11212,
            "identifier": "3062",
            "identifier_type": "int",
            "name": "HCRTR2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3062",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "hypocretin (orexin) receptor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 11213,
            "identifier": "GO:0031667",
            "identifier_type": "str",
            "name": "response to nutrient levels",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031667",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11214,
            "identifier": "GO:0036501",
            "identifier_type": "str",
            "name": "UFD1-NPL4 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}