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=27025
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=27050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27000",
    "results": [
        {
            "id": 27018,
            "identifier": "GO:0070862",
            "identifier_type": "str",
            "name": "negative regulation of protein exit from endoplasmic reticulum",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070862",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27019,
            "identifier": "C0860987",
            "identifier_type": "str",
            "name": "Phosphate low",
            "properties": {
                "url": "http://identifiers.org/umls/C0860987",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27020,
            "identifier": "GO:0006865",
            "identifier_type": "str",
            "name": "amino acid transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006865",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27021,
            "identifier": "7852",
            "identifier_type": "int",
            "name": "CXCR4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7852",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "chemokine (C-X-C motif) receptor 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 27022,
            "identifier": "GO:0042585",
            "identifier_type": "str",
            "name": "germinal vesicle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042585",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27023,
            "identifier": "GO:0030540",
            "identifier_type": "str",
            "name": "female genitalia development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030540",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27024,
            "identifier": "GO:0009190",
            "identifier_type": "str",
            "name": "cyclic nucleotide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009190",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27025,
            "identifier": "GO:0032451",
            "identifier_type": "str",
            "name": "demethylase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032451",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27026,
            "identifier": "84334",
            "identifier_type": "int",
            "name": "APOPT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84334",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "apoptogenic 1, mitochondrial"
            },
            "metanode": "Gene"
        },
        {
            "id": 27027,
            "identifier": "GO:0035521",
            "identifier_type": "str",
            "name": "monoubiquitinated histone deubiquitination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035521",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27028,
            "identifier": "GO:0002253",
            "identifier_type": "str",
            "name": "activation of immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002253",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27029,
            "identifier": "GO:2000224",
            "identifier_type": "str",
            "name": "regulation of testosterone biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000224",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27030,
            "identifier": "6337",
            "identifier_type": "int",
            "name": "SCNN1A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6337",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "sodium channel, non voltage gated 1 alpha subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 27031,
            "identifier": "GO:0005416",
            "identifier_type": "str",
            "name": "cation:amino acid symporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005416",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27032,
            "identifier": "100996713",
            "identifier_type": "int",
            "name": "LOC100996713",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996713",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC100996713"
            },
            "metanode": "Gene"
        },
        {
            "id": 27033,
            "identifier": "79780",
            "identifier_type": "int",
            "name": "CCDC82",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79780",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "coiled-coil domain containing 82"
            },
            "metanode": "Gene"
        },
        {
            "id": 27034,
            "identifier": "C0948692",
            "identifier_type": "str",
            "name": "Necrotising colitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0948692",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27035,
            "identifier": "GO:0051790",
            "identifier_type": "str",
            "name": "short-chain fatty acid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051790",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27036,
            "identifier": "GO:0031782",
            "identifier_type": "str",
            "name": "type 4 melanocortin receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031782",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27037,
            "identifier": "101060825",
            "identifier_type": "int",
            "name": "LOC101060825",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101060825",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "serine/arginine-rich splicing factor 11-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 27038,
            "identifier": "3382",
            "identifier_type": "int",
            "name": "ICA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3382",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "islet cell autoantigen 1, 69kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 27039,
            "identifier": "GO:0015942",
            "identifier_type": "str",
            "name": "formate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015942",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27040,
            "identifier": "GO:0004069",
            "identifier_type": "str",
            "name": "L-aspartate:2-oxoglutarate aminotransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004069",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27041,
            "identifier": "GO:0045472",
            "identifier_type": "str",
            "name": "response to ether",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045472",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27042,
            "identifier": "GO:0071936",
            "identifier_type": "str",
            "name": "coreceptor activity involved in Wnt signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071936",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}