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=37925
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=37950",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=37900",
    "results": [
        {
            "id": 37921,
            "identifier": "6888",
            "identifier_type": "int",
            "name": "TALDO1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6888",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "transaldolase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37922,
            "identifier": "56926",
            "identifier_type": "int",
            "name": "NCLN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56926",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "nicalin"
            },
            "metanode": "Gene"
        },
        {
            "id": 37923,
            "identifier": "C0231528",
            "identifier_type": "str",
            "name": "Myalgia",
            "properties": {
                "url": "http://identifiers.org/umls/C0231528",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37924,
            "identifier": "PC7_8318",
            "identifier_type": "str",
            "name": "Transcription from mitochondrial promoters",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 37925,
            "identifier": "GO:0046466",
            "identifier_type": "str",
            "name": "membrane lipid catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046466",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37926,
            "identifier": "GO:0060850",
            "identifier_type": "str",
            "name": "regulation of transcription involved in cell fate commitment",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060850",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37927,
            "identifier": "1464",
            "identifier_type": "int",
            "name": "CSPG4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1464",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "chondroitin sulfate proteoglycan 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 37928,
            "identifier": "10227",
            "identifier_type": "int",
            "name": "MFSD10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10227",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "major facilitator superfamily domain containing 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 37929,
            "identifier": "219954",
            "identifier_type": "int",
            "name": "OR9I1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219954",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 9, subfamily I, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37930,
            "identifier": "4061",
            "identifier_type": "int",
            "name": "LY6E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4061",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "lymphocyte antigen 6 complex, locus E"
            },
            "metanode": "Gene"
        },
        {
            "id": 37931,
            "identifier": "8456",
            "identifier_type": "int",
            "name": "FOXN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8456",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "forkhead box N1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37932,
            "identifier": "C0014335",
            "identifier_type": "str",
            "name": "Enteritis",
            "properties": {
                "url": "http://identifiers.org/umls/C0014335",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37933,
            "identifier": "7415",
            "identifier_type": "int",
            "name": "VCP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7415",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "valosin containing protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 37934,
            "identifier": "415116",
            "identifier_type": "int",
            "name": "PIM3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/415116",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "Pim-3 proto-oncogene, serine/threonine kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 37935,
            "identifier": "GO:0090385",
            "identifier_type": "str",
            "name": "phagosome-lysosome fusion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090385",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37936,
            "identifier": "GO:2000425",
            "identifier_type": "str",
            "name": "regulation of apoptotic cell clearance",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000425",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37937,
            "identifier": "GO:0045851",
            "identifier_type": "str",
            "name": "pH reduction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045851",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37938,
            "identifier": "GO:2000523",
            "identifier_type": "str",
            "name": "regulation of T cell costimulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000523",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37939,
            "identifier": "GO:0031063",
            "identifier_type": "str",
            "name": "regulation of histone deacetylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031063",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37940,
            "identifier": "881",
            "identifier_type": "int",
            "name": "CCIN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/881",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "calicin"
            },
            "metanode": "Gene"
        },
        {
            "id": 37941,
            "identifier": "22854",
            "identifier_type": "int",
            "name": "NTNG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22854",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "netrin G1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37942,
            "identifier": "GO:0098655",
            "identifier_type": "str",
            "name": "cation transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098655",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37943,
            "identifier": "C0574068",
            "identifier_type": "str",
            "name": "Rib pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0574068",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37944,
            "identifier": "9388",
            "identifier_type": "int",
            "name": "LIPG",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9388",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "lipase, endothelial"
            },
            "metanode": "Gene"
        },
        {
            "id": 37945,
            "identifier": "GO:0071456",
            "identifier_type": "str",
            "name": "cellular response to hypoxia",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071456",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}