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=36625
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=36650",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=36600",
    "results": [
        {
            "id": 36621,
            "identifier": "25841",
            "identifier_type": "int",
            "name": "ABTB2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25841",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "ankyrin repeat and BTB (POZ) domain containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36622,
            "identifier": "C3160771",
            "identifier_type": "str",
            "name": "Sperm concentration decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C3160771",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36623,
            "identifier": "PC7_7644",
            "identifier_type": "str",
            "name": "Sodium/Calcium exchangers",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 36624,
            "identifier": "102723822",
            "identifier_type": "int",
            "name": "LOC102723822",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723822",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Un",
                "description": "nucleolar GTP-binding protein 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 36625,
            "identifier": "GO:0010498",
            "identifier_type": "str",
            "name": "proteasomal protein catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010498",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36626,
            "identifier": "118424",
            "identifier_type": "int",
            "name": "UBE2J2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/118424",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ubiquitin-conjugating enzyme E2, J2"
            },
            "metanode": "Gene"
        },
        {
            "id": 36627,
            "identifier": "128826",
            "identifier_type": "int",
            "name": "MIR1-1HG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128826",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "MIR1-1 host gene"
            },
            "metanode": "Gene"
        },
        {
            "id": 36628,
            "identifier": "GO:0003179",
            "identifier_type": "str",
            "name": "heart valve morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003179",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36629,
            "identifier": "57453",
            "identifier_type": "int",
            "name": "DSCAML1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57453",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "Down syndrome cell adhesion molecule like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 36630,
            "identifier": "C0013537",
            "identifier_type": "str",
            "name": "Eclampsia",
            "properties": {
                "url": "http://identifiers.org/umls/C0013537",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36631,
            "identifier": "GO:0031417",
            "identifier_type": "str",
            "name": "NatC complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031417",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 36632,
            "identifier": "GO:0014839",
            "identifier_type": "str",
            "name": "myoblast migration involved in skeletal muscle regeneration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014839",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36633,
            "identifier": "2534",
            "identifier_type": "int",
            "name": "FYN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2534",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "FYN proto-oncogene, Src family tyrosine kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 36634,
            "identifier": "11025",
            "identifier_type": "int",
            "name": "LILRB3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11025",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "leukocyte immunoglobulin-like receptor, subfamily B (with TM and ITIM domains), member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 36635,
            "identifier": "GO:0003953",
            "identifier_type": "str",
            "name": "NAD+ nucleosidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003953",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 36636,
            "identifier": "GO:1900119",
            "identifier_type": "str",
            "name": "positive regulation of execution phase of apoptosis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900119",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36637,
            "identifier": "GO:0005249",
            "identifier_type": "str",
            "name": "voltage-gated potassium channel activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005249",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 36638,
            "identifier": "91603",
            "identifier_type": "int",
            "name": "ZNF830",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91603",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "zinc finger protein 830"
            },
            "metanode": "Gene"
        },
        {
            "id": 36639,
            "identifier": "GO:0090557",
            "identifier_type": "str",
            "name": "establishment of endothelial intestinal barrier",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090557",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36640,
            "identifier": "C0151638",
            "identifier_type": "str",
            "name": "Syndrome Fanconi-like",
            "properties": {
                "url": "http://identifiers.org/umls/C0151638",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 36641,
            "identifier": "390231",
            "identifier_type": "int",
            "name": "TRIM77",
            "properties": {
                "url": "http://identifiers.org/ncbigene/390231",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tripartite motif containing 77"
            },
            "metanode": "Gene"
        },
        {
            "id": 36642,
            "identifier": "4987",
            "identifier_type": "int",
            "name": "OPRL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "opiate receptor-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 36643,
            "identifier": "55009",
            "identifier_type": "int",
            "name": "C19orf24",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55009",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "chromosome 19 open reading frame 24"
            },
            "metanode": "Gene"
        },
        {
            "id": 36644,
            "identifier": "GO:0045989",
            "identifier_type": "str",
            "name": "positive regulation of striated muscle contraction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045989",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 36645,
            "identifier": "94056",
            "identifier_type": "int",
            "name": "SYAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/94056",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "synapse associated protein 1"
            },
            "metanode": "Gene"
        }
    ]
}