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=2800
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=2825",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=2775",
    "results": [
        {
            "id": 2785,
            "identifier": "8359",
            "identifier_type": "int",
            "name": "HIST1H4A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8359",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H4a"
            },
            "metanode": "Gene"
        },
        {
            "id": 2786,
            "identifier": "727897",
            "identifier_type": "int",
            "name": "MUC5B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/727897",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "mucin 5B, oligomeric mucus/gel-forming"
            },
            "metanode": "Gene"
        },
        {
            "id": 2787,
            "identifier": "2177",
            "identifier_type": "int",
            "name": "FANCD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2177",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "Fanconi anemia, complementation group D2"
            },
            "metanode": "Gene"
        },
        {
            "id": 2788,
            "identifier": "C0038238",
            "identifier_type": "str",
            "name": "Steatorrhoea",
            "properties": {
                "url": "http://identifiers.org/umls/C0038238",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 2789,
            "identifier": "GO:0006641",
            "identifier_type": "str",
            "name": "triglyceride metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006641",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2790,
            "identifier": "GO:1901028",
            "identifier_type": "str",
            "name": "regulation of mitochondrial outer membrane permeabilization involved in apoptotic signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901028",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2791,
            "identifier": "GO:0009074",
            "identifier_type": "str",
            "name": "aromatic amino acid family catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009074",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2792,
            "identifier": "58497",
            "identifier_type": "int",
            "name": "PRUNE",
            "properties": {
                "url": "http://identifiers.org/ncbigene/58497",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "prune exopolyphosphatase"
            },
            "metanode": "Gene"
        },
        {
            "id": 2793,
            "identifier": "4646",
            "identifier_type": "int",
            "name": "MYO6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4646",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "myosin VI"
            },
            "metanode": "Gene"
        },
        {
            "id": 2794,
            "identifier": "GO:0060100",
            "identifier_type": "str",
            "name": "positive regulation of phagocytosis, engulfment",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060100",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2795,
            "identifier": "7099",
            "identifier_type": "int",
            "name": "TLR4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7099",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "toll-like receptor 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 2796,
            "identifier": "57121",
            "identifier_type": "int",
            "name": "LPAR5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57121",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "lysophosphatidic acid receptor 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 2797,
            "identifier": "7133",
            "identifier_type": "int",
            "name": "TNFRSF1B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7133",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "tumor necrosis factor receptor superfamily, member 1B"
            },
            "metanode": "Gene"
        },
        {
            "id": 2798,
            "identifier": "26064",
            "identifier_type": "int",
            "name": "RAI14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26064",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "retinoic acid induced 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 2799,
            "identifier": "1803",
            "identifier_type": "int",
            "name": "DPP4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1803",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "dipeptidyl-peptidase 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 2800,
            "identifier": "55622",
            "identifier_type": "int",
            "name": "TTC27",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55622",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "tetratricopeptide repeat domain 27"
            },
            "metanode": "Gene"
        },
        {
            "id": 2801,
            "identifier": "64241",
            "identifier_type": "int",
            "name": "ABCG8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64241",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ATP-binding cassette, sub-family G (WHITE), member 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 2802,
            "identifier": "221074",
            "identifier_type": "int",
            "name": "SLC39A12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221074",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "solute carrier family 39 (zinc transporter), member 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 2803,
            "identifier": "C0041959",
            "identifier_type": "str",
            "name": "Ureteritis",
            "properties": {
                "url": "http://identifiers.org/umls/C0041959",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 2804,
            "identifier": "GO:0031941",
            "identifier_type": "str",
            "name": "filamentous actin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031941",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 2805,
            "identifier": "GO:2001279",
            "identifier_type": "str",
            "name": "regulation of unsaturated fatty acid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001279",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 2806,
            "identifier": "160",
            "identifier_type": "int",
            "name": "AP2A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/160",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "adaptor-related protein complex 2, alpha 1 subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 2807,
            "identifier": "219447",
            "identifier_type": "int",
            "name": "OR5AS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219447",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 5, subfamily AS, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 2808,
            "identifier": "GO:0008147",
            "identifier_type": "str",
            "name": "structural constituent of bone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008147",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 2809,
            "identifier": "81608",
            "identifier_type": "int",
            "name": "FIP1L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81608",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "factor interacting with PAPOLA and CPSF1"
            },
            "metanode": "Gene"
        }
    ]
}