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=35775
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=35800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35750",
    "results": [
        {
            "id": 35771,
            "identifier": "132864",
            "identifier_type": "int",
            "name": "CPEB2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/132864",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "cytoplasmic polyadenylation element binding protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 35772,
            "identifier": "GO:2000317",
            "identifier_type": "str",
            "name": "negative regulation of T-helper 17 type immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000317",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35773,
            "identifier": "221079",
            "identifier_type": "int",
            "name": "ARL5B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221079",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "ADP-ribosylation factor-like 5B"
            },
            "metanode": "Gene"
        },
        {
            "id": 35774,
            "identifier": "79016",
            "identifier_type": "int",
            "name": "DDA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79016",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "DET1 and DDB1 associated 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35775,
            "identifier": "DOID:10021",
            "identifier_type": "str",
            "name": "duodenum cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_10021",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 35776,
            "identifier": "GO:0005889",
            "identifier_type": "str",
            "name": "hydrogen:potassium-exchanging ATPase complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005889",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 35777,
            "identifier": "165",
            "identifier_type": "int",
            "name": "AEBP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/165",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "AE binding protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35778,
            "identifier": "8912",
            "identifier_type": "int",
            "name": "CACNA1H",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8912",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "calcium channel, voltage-dependent, T type, alpha 1H subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 35779,
            "identifier": "GO:0018117",
            "identifier_type": "str",
            "name": "protein adenylylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018117",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35780,
            "identifier": "219436",
            "identifier_type": "int",
            "name": "OR5D14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219436",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 5, subfamily D, member 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 35781,
            "identifier": "GO:0097157",
            "identifier_type": "str",
            "name": "pre-mRNA intronic binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097157",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35782,
            "identifier": "GO:0050893",
            "identifier_type": "str",
            "name": "sensory processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050893",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35783,
            "identifier": "GO:0090500",
            "identifier_type": "str",
            "name": "endocardial cushion to mesenchymal transition",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090500",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35784,
            "identifier": "DB00678",
            "identifier_type": "str",
            "name": "Losartan",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00678",
                "inchi": "InChI=1S/C22H23ClN6O/c1-2-3-8-20-24-21(23)19(14-30)29(20)13-15-9-11-16(12-10-15)17-6-4-5-7-18(17)22-25-27-28-26-22/h4-7,9-12,30H,2-3,8,13-14H2,1H3,(H,25,26,27,28)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=PSIFNNKUMBGKDQ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 35785,
            "identifier": "133690",
            "identifier_type": "int",
            "name": "CAPSL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/133690",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "calcyphosine-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 35786,
            "identifier": "164118",
            "identifier_type": "int",
            "name": "TTC24",
            "properties": {
                "url": "http://identifiers.org/ncbigene/164118",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "tetratricopeptide repeat domain 24"
            },
            "metanode": "Gene"
        },
        {
            "id": 35787,
            "identifier": "GO:0051782",
            "identifier_type": "str",
            "name": "negative regulation of cell division",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051782",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35788,
            "identifier": "91703",
            "identifier_type": "int",
            "name": "ACY3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91703",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "aminoacylase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 35789,
            "identifier": "C0426732",
            "identifier_type": "str",
            "name": "Prostatomegaly",
            "properties": {
                "url": "http://identifiers.org/umls/C0426732",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35790,
            "identifier": "C1536916",
            "identifier_type": "str",
            "name": "Blood cholesterol decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C1536916",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35791,
            "identifier": "7347",
            "identifier_type": "int",
            "name": "UCHL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7347",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "ubiquitin carboxyl-terminal esterase L3 (ubiquitin thiolesterase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 35792,
            "identifier": "768211",
            "identifier_type": "int",
            "name": "RELL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/768211",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "RELT-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 35793,
            "identifier": "23054",
            "identifier_type": "int",
            "name": "NCOA6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23054",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "nuclear receptor coactivator 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 35794,
            "identifier": "GO:0010819",
            "identifier_type": "str",
            "name": "regulation of T cell chemotaxis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010819",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35795,
            "identifier": "339287",
            "identifier_type": "int",
            "name": "MSL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/339287",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "male-specific lethal 1 homolog (Drosophila)"
            },
            "metanode": "Gene"
        }
    ]
}