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=7750
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=7775",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7725",
    "results": [
        {
            "id": 7738,
            "identifier": "GO:0032924",
            "identifier_type": "str",
            "name": "activin receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032924",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7739,
            "identifier": "C0948281",
            "identifier_type": "str",
            "name": "Malignant syndrome NOS",
            "properties": {
                "url": "http://identifiers.org/umls/C0948281",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7740,
            "identifier": "GO:0032899",
            "identifier_type": "str",
            "name": "regulation of neurotrophin production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032899",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7741,
            "identifier": "GO:0035458",
            "identifier_type": "str",
            "name": "cellular response to interferon-beta",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035458",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7742,
            "identifier": "6359",
            "identifier_type": "int",
            "name": "CCL15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6359",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chemokine (C-C motif) ligand 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 7743,
            "identifier": "GO:0061032",
            "identifier_type": "str",
            "name": "visceral serous pericardium development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061032",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7744,
            "identifier": "56253",
            "identifier_type": "int",
            "name": "CRTAM",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56253",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "cytotoxic and regulatory T cell molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 7746,
            "identifier": "79786",
            "identifier_type": "int",
            "name": "KLHL36",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79786",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "kelch-like family member 36"
            },
            "metanode": "Gene"
        },
        {
            "id": 7747,
            "identifier": "387856",
            "identifier_type": "int",
            "name": "CCDC184",
            "properties": {
                "url": "http://identifiers.org/ncbigene/387856",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "coiled-coil domain containing 184"
            },
            "metanode": "Gene"
        },
        {
            "id": 7748,
            "identifier": "GO:0000125",
            "identifier_type": "str",
            "name": "PCAF complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000125",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7749,
            "identifier": "GO:0032580",
            "identifier_type": "str",
            "name": "Golgi cisterna membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032580",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7750,
            "identifier": "100130357",
            "identifier_type": "int",
            "name": "LOC100130357",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100130357",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "uncharacterized LOC100130357"
            },
            "metanode": "Gene"
        },
        {
            "id": 7751,
            "identifier": "GO:0060355",
            "identifier_type": "str",
            "name": "positive regulation of cell adhesion molecule production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060355",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7752,
            "identifier": "GO:1901673",
            "identifier_type": "str",
            "name": "regulation of mitotic spindle assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901673",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7753,
            "identifier": "GO:0036102",
            "identifier_type": "str",
            "name": "leukotriene B4 metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036102",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7754,
            "identifier": "GO:0010534",
            "identifier_type": "str",
            "name": "regulation of activation of JAK2 kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010534",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7755,
            "identifier": "8347",
            "identifier_type": "int",
            "name": "HIST1H2BC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8347",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H2bc"
            },
            "metanode": "Gene"
        },
        {
            "id": 7756,
            "identifier": "29990",
            "identifier_type": "int",
            "name": "PILRB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29990",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "paired immunoglobin-like type 2 receptor beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 7757,
            "identifier": "10380",
            "identifier_type": "int",
            "name": "BPNT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10380",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "3'(2'), 5'-bisphosphate nucleotidase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7758,
            "identifier": "8531",
            "identifier_type": "int",
            "name": "YBX3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8531",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "Y box binding protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 7759,
            "identifier": "C0037315",
            "identifier_type": "str",
            "name": "Sleep apnoea syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C0037315",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7760,
            "identifier": "PC7_5991",
            "identifier_type": "str",
            "name": "Nuclear signaling by ERBB4",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7761,
            "identifier": "653423",
            "identifier_type": "int",
            "name": "SPAG11A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653423",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "sperm associated antigen 11A"
            },
            "metanode": "Gene"
        },
        {
            "id": 7762,
            "identifier": "GO:0007113",
            "identifier_type": "str",
            "name": "endomitotic cell cycle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007113",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7763,
            "identifier": "100131897",
            "identifier_type": "int",
            "name": "FAM196B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100131897",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "family with sequence similarity 196, member B"
            },
            "metanode": "Gene"
        }
    ]
}