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=25675
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=25700",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25650",
    "results": [
        {
            "id": 25666,
            "identifier": "23333",
            "identifier_type": "int",
            "name": "DPY19L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23333",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "dpy-19-like 1 (C. elegans)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25667,
            "identifier": "GO:0031056",
            "identifier_type": "str",
            "name": "regulation of histone modification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031056",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25668,
            "identifier": "GO:0009133",
            "identifier_type": "str",
            "name": "nucleoside diphosphate biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009133",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25669,
            "identifier": "101927245",
            "identifier_type": "int",
            "name": "LOC101927245",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927245",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "vegetative cell wall protein gp1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 25670,
            "identifier": "PC7_8343",
            "identifier_type": "str",
            "name": "Transport of Mature Transcript to Cytoplasm",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25671,
            "identifier": "199731",
            "identifier_type": "int",
            "name": "CADM4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/199731",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "cell adhesion molecule 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 25672,
            "identifier": "GO:0070309",
            "identifier_type": "str",
            "name": "lens fiber cell morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070309",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25673,
            "identifier": "6176",
            "identifier_type": "int",
            "name": "RPLP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6176",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "ribosomal protein, large, P1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25674,
            "identifier": "GO:0048807",
            "identifier_type": "str",
            "name": "female genitalia morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048807",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25675,
            "identifier": "57147",
            "identifier_type": "int",
            "name": "SCYL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57147",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "SCY1-like 3 (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25676,
            "identifier": "GO:0016051",
            "identifier_type": "str",
            "name": "carbohydrate biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016051",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25677,
            "identifier": "79747",
            "identifier_type": "int",
            "name": "ADGB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79747",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "androglobin"
            },
            "metanode": "Gene"
        },
        {
            "id": 25678,
            "identifier": "GO:1901256",
            "identifier_type": "str",
            "name": "regulation of macrophage colony-stimulating factor production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901256",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25679,
            "identifier": "101928120",
            "identifier_type": "int",
            "name": "LOC101928120",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101928120",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "collagen alpha-1(I) chain-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 25680,
            "identifier": "GO:0045019",
            "identifier_type": "str",
            "name": "negative regulation of nitric oxide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045019",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25681,
            "identifier": "9515",
            "identifier_type": "int",
            "name": "STXBP5L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9515",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "syntaxin binding protein 5-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 25682,
            "identifier": "51046",
            "identifier_type": "int",
            "name": "ST8SIA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51046",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "ST8 alpha-N-acetyl-neuraminide alpha-2,8-sialyltransferase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25683,
            "identifier": "GO:0006935",
            "identifier_type": "str",
            "name": "chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006935",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25684,
            "identifier": "GO:0032916",
            "identifier_type": "str",
            "name": "positive regulation of transforming growth factor beta3 production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032916",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25685,
            "identifier": "C0549346",
            "identifier_type": "str",
            "name": "Ischial neuralgia",
            "properties": {
                "url": "http://identifiers.org/umls/C0549346",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25686,
            "identifier": "105378958",
            "identifier_type": "int",
            "name": "LOC105378958",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378958",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "adhesive plaque matrix protein-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 25687,
            "identifier": "GO:0055129",
            "identifier_type": "str",
            "name": "L-proline biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0055129",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25688,
            "identifier": "C2747905",
            "identifier_type": "str",
            "name": "Destructive thyroiditis",
            "properties": {
                "url": "http://identifiers.org/umls/C2747905",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25689,
            "identifier": "C0334660",
            "identifier_type": "str",
            "name": "Intravascular large B-cell lymphoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0334660",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25690,
            "identifier": "C1260402",
            "identifier_type": "str",
            "name": "Splenic sequestration",
            "properties": {
                "url": "http://identifiers.org/umls/C1260402",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}