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=7000
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=7025",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=6975",
    "results": [
        {
            "id": 6990,
            "identifier": "GO:0061000",
            "identifier_type": "str",
            "name": "negative regulation of dendritic spine development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061000",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6991,
            "identifier": "GO:0031779",
            "identifier_type": "str",
            "name": "melanocortin receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031779",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 6992,
            "identifier": "27122",
            "identifier_type": "int",
            "name": "DKK3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27122",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "dickkopf WNT signaling pathway inhibitor 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6993,
            "identifier": "2861",
            "identifier_type": "int",
            "name": "GPR37",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2861",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "G protein-coupled receptor 37 (endothelin receptor type B-like)"
            },
            "metanode": "Gene"
        },
        {
            "id": 6994,
            "identifier": "142680",
            "identifier_type": "int",
            "name": "SLC34A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/142680",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "solute carrier family 34 (type II sodium/phosphate cotransporter), member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6995,
            "identifier": "GO:0051896",
            "identifier_type": "str",
            "name": "regulation of protein kinase B signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051896",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6996,
            "identifier": "83439",
            "identifier_type": "int",
            "name": "TCF7L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83439",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "transcription factor 7-like 1 (T-cell specific, HMG-box)"
            },
            "metanode": "Gene"
        },
        {
            "id": 6997,
            "identifier": "80213",
            "identifier_type": "int",
            "name": "TM2D3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80213",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "TM2 domain containing 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6998,
            "identifier": "100129408",
            "identifier_type": "int",
            "name": "LOC100129408",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129408",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "uncharacterized LOC100129408"
            },
            "metanode": "Gene"
        },
        {
            "id": 6999,
            "identifier": "GO:0051098",
            "identifier_type": "str",
            "name": "regulation of binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051098",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7000,
            "identifier": "5442",
            "identifier_type": "int",
            "name": "POLRMT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "polymerase (RNA) mitochondrial (DNA directed)"
            },
            "metanode": "Gene"
        },
        {
            "id": 7001,
            "identifier": "PC7_7261",
            "identifier_type": "str",
            "name": "SHC activation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7002,
            "identifier": "GO:0000780",
            "identifier_type": "str",
            "name": "condensed nuclear chromosome, centromeric region",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000780",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7003,
            "identifier": "C0162323",
            "identifier_type": "str",
            "name": "Polyarthritis",
            "properties": {
                "url": "http://identifiers.org/umls/C0162323",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7004,
            "identifier": "23409",
            "identifier_type": "int",
            "name": "SIRT4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23409",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "sirtuin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 7005,
            "identifier": "120065",
            "identifier_type": "int",
            "name": "OR5P2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/120065",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 5, subfamily P, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 7006,
            "identifier": "GO:0032368",
            "identifier_type": "str",
            "name": "regulation of lipid transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032368",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7007,
            "identifier": "GO:1901977",
            "identifier_type": "str",
            "name": "negative regulation of cell cycle checkpoint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901977",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7008,
            "identifier": "254240",
            "identifier_type": "int",
            "name": "BPIFC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/254240",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "BPI fold containing family C"
            },
            "metanode": "Gene"
        },
        {
            "id": 7009,
            "identifier": "GO:0002209",
            "identifier_type": "str",
            "name": "behavioral defense response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002209",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7010,
            "identifier": "GO:0060770",
            "identifier_type": "str",
            "name": "negative regulation of epithelial cell proliferation involved in prostate gland development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060770",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7011,
            "identifier": "6268",
            "identifier_type": "int",
            "name": "S12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6268",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "surface antigen (X-linked) 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 7012,
            "identifier": "10427",
            "identifier_type": "int",
            "name": "SEC24B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10427",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "SEC24 family member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 7013,
            "identifier": "GO:0000375",
            "identifier_type": "str",
            "name": "RNA splicing, via transesterification reactions",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000375",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7014,
            "identifier": "C0267465",
            "identifier_type": "str",
            "name": "Intestinal stenosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0267465",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}