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=9975
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=10000",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=9950",
    "results": [
        {
            "id": 9966,
            "identifier": "GO:0072422",
            "identifier_type": "str",
            "name": "signal transduction involved in DNA damage checkpoint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072422",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 9967,
            "identifier": "100131000",
            "identifier_type": "int",
            "name": "LOC100131000",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100131000",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "uncharacterized LOC100131000"
            },
            "metanode": "Gene"
        },
        {
            "id": 9968,
            "identifier": "PC7_4491",
            "identifier_type": "str",
            "name": "Hormone-sensitive lipase (HSL)-mediated triacylglycerol hydrolysis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 9969,
            "identifier": "64693",
            "identifier_type": "int",
            "name": "CTAGE1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64693",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "cutaneous T-cell lymphoma-associated antigen 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 9970,
            "identifier": "86614",
            "identifier_type": "int",
            "name": "HSFY1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/86614",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "heat shock transcription factor, Y-linked 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 9971,
            "identifier": "79735",
            "identifier_type": "int",
            "name": "TBC1D17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79735",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "TBC1 domain family, member 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 9972,
            "identifier": "GO:0050678",
            "identifier_type": "str",
            "name": "regulation of epithelial cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050678",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 9973,
            "identifier": "GO:0014033",
            "identifier_type": "str",
            "name": "neural crest cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014033",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 9974,
            "identifier": "GO:0061037",
            "identifier_type": "str",
            "name": "negative regulation of cartilage development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061037",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 9975,
            "identifier": "GO:0071351",
            "identifier_type": "str",
            "name": "cellular response to interleukin-18",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071351",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 9976,
            "identifier": "9375",
            "identifier_type": "int",
            "name": "TM9SF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9375",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "transmembrane 9 superfamily member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 9977,
            "identifier": "C0038379",
            "identifier_type": "str",
            "name": "Strabismus",
            "properties": {
                "url": "http://identifiers.org/umls/C0038379",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 9978,
            "identifier": "GO:0070199",
            "identifier_type": "str",
            "name": "establishment of protein localization to chromosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070199",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 9979,
            "identifier": "3321",
            "identifier_type": "int",
            "name": "IGSF3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3321",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "immunoglobulin superfamily, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 9980,
            "identifier": "C0409497",
            "identifier_type": "str",
            "name": "Joint injury",
            "properties": {
                "url": "http://identifiers.org/umls/C0409497",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 9981,
            "identifier": "83643",
            "identifier_type": "int",
            "name": "CCDC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "coiled-coil domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 9982,
            "identifier": "PC7_6942",
            "identifier_type": "str",
            "name": "Respiratory electron transport",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 9983,
            "identifier": "100129884",
            "identifier_type": "int",
            "name": "LOC100129884",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129884",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "uncharacterized LOC100129884"
            },
            "metanode": "Gene"
        },
        {
            "id": 9984,
            "identifier": "504189",
            "identifier_type": "int",
            "name": "OR8U8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/504189",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 8, subfamily U, member 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 9985,
            "identifier": "29923",
            "identifier_type": "int",
            "name": "HILPDA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29923",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "hypoxia inducible lipid droplet-associated"
            },
            "metanode": "Gene"
        },
        {
            "id": 9986,
            "identifier": "5662",
            "identifier_type": "int",
            "name": "PSD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5662",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "pleckstrin and Sec7 domain containing"
            },
            "metanode": "Gene"
        },
        {
            "id": 9987,
            "identifier": "10313",
            "identifier_type": "int",
            "name": "RTN3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10313",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "reticulon 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 9988,
            "identifier": "51588",
            "identifier_type": "int",
            "name": "PIAS4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51588",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "protein inhibitor of activated STAT, 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 9989,
            "identifier": "PC7_1119",
            "identifier_type": "str",
            "name": "AMPK inhibits chREBP transcriptional activation activity",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 9990,
            "identifier": "8115",
            "identifier_type": "int",
            "name": "TCL1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8115",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "T-cell leukemia/lymphoma 1A"
            },
            "metanode": "Gene"
        }
    ]
}