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=12000
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=12025",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=11975",
    "results": [
        {
            "id": 11991,
            "identifier": "54596",
            "identifier_type": "int",
            "name": "L1TD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54596",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "LINE-1 type transposase domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11992,
            "identifier": "GO:0006575",
            "identifier_type": "str",
            "name": "cellular modified amino acid metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006575",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11993,
            "identifier": "PC7_6865",
            "identifier_type": "str",
            "name": "Recruitment of repair and signaling proteins to double-strand breaks",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11994,
            "identifier": "101927824",
            "identifier_type": "int",
            "name": "LOC101927824",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927824",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "uncharacterized LOC101927824"
            },
            "metanode": "Gene"
        },
        {
            "id": 11995,
            "identifier": "93643",
            "identifier_type": "int",
            "name": "TJAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "tight junction associated protein 1 (peripheral)"
            },
            "metanode": "Gene"
        },
        {
            "id": 11996,
            "identifier": "7027",
            "identifier_type": "int",
            "name": "TFDP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7027",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "transcription factor Dp-1"
            },
            "metanode": "Gene"
        },
        {
            "id": 11997,
            "identifier": "GO:0033599",
            "identifier_type": "str",
            "name": "regulation of mammary gland epithelial cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033599",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 11998,
            "identifier": "WP497_r72142",
            "identifier_type": "str",
            "name": "Urea cycle and metabolism of amino groups",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP497_r72142",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 11999,
            "identifier": "1731",
            "identifier_type": "int",
            "name": "SEPT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1731",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "septin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 12000,
            "identifier": "55422",
            "identifier_type": "int",
            "name": "ZNF331",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55422",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 331"
            },
            "metanode": "Gene"
        },
        {
            "id": 12001,
            "identifier": "D014103",
            "identifier_type": "str",
            "name": "Torticollis",
            "properties": {
                "url": "http://identifiers.org/mesh/D014103",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 12002,
            "identifier": "441631",
            "identifier_type": "int",
            "name": "TSPAN11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441631",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "tetraspanin 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 12003,
            "identifier": "221002",
            "identifier_type": "int",
            "name": "RASGEF1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221002",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "RasGEF domain family, member 1A"
            },
            "metanode": "Gene"
        },
        {
            "id": 12004,
            "identifier": "C0231592",
            "identifier_type": "str",
            "name": "Joint crepitation",
            "properties": {
                "url": "http://identifiers.org/umls/C0231592",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12005,
            "identifier": "C0740409",
            "identifier_type": "str",
            "name": "Psychotic behaviour",
            "properties": {
                "url": "http://identifiers.org/umls/C0740409",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12006,
            "identifier": "128977",
            "identifier_type": "int",
            "name": "C22orf39",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128977",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "chromosome 22 open reading frame 39"
            },
            "metanode": "Gene"
        },
        {
            "id": 12007,
            "identifier": "C1142159",
            "identifier_type": "str",
            "name": "Intentional misuse",
            "properties": {
                "url": "http://identifiers.org/umls/C1142159",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12008,
            "identifier": "GO:0048169",
            "identifier_type": "str",
            "name": "regulation of long-term neuronal synaptic plasticity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048169",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12009,
            "identifier": "88",
            "identifier_type": "int",
            "name": "ACTN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/88",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "actinin, alpha 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 12010,
            "identifier": "574414",
            "identifier_type": "int",
            "name": "PRR9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/574414",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "proline rich 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 12011,
            "identifier": "GO:0045117",
            "identifier_type": "str",
            "name": "azole transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045117",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12012,
            "identifier": "GO:0033260",
            "identifier_type": "str",
            "name": "nuclear DNA replication",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033260",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12013,
            "identifier": "2557",
            "identifier_type": "int",
            "name": "GABRA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2557",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "gamma-aminobutyric acid (GABA) A receptor, alpha 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 12014,
            "identifier": "GO:0018206",
            "identifier_type": "str",
            "name": "peptidyl-methionine modification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018206",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12015,
            "identifier": "C0041972",
            "identifier_type": "str",
            "name": "Urethral obstruction",
            "properties": {
                "url": "http://identifiers.org/umls/C0041972",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}