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=43825
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=43850",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=43800",
    "results": [
        {
            "id": 43822,
            "identifier": "3704",
            "identifier_type": "int",
            "name": "ITPA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3704",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "inosine triphosphatase (nucleoside triphosphate pyrophosphatase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 43823,
            "identifier": "PC7_7752",
            "identifier_type": "str",
            "name": "Synthesis of PS",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 43824,
            "identifier": "442862",
            "identifier_type": "int",
            "name": "PRY2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/442862",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "Y",
                "description": "PTPN13-like, Y-linked 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 43825,
            "identifier": "GO:0006624",
            "identifier_type": "str",
            "name": "vacuolar protein processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006624",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43826,
            "identifier": "6045",
            "identifier_type": "int",
            "name": "RNF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6045",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ring finger protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 43827,
            "identifier": "100129846",
            "identifier_type": "int",
            "name": "LOC100129846",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100129846",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "uncharacterized LOC100129846"
            },
            "metanode": "Gene"
        },
        {
            "id": 43828,
            "identifier": "54361",
            "identifier_type": "int",
            "name": "WNT4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54361",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "wingless-type MMTV integration site family, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 43829,
            "identifier": "24140",
            "identifier_type": "int",
            "name": "FTSJ1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/24140",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "FtsJ RNA methyltransferase homolog 1 (E. coli)"
            },
            "metanode": "Gene"
        },
        {
            "id": 43830,
            "identifier": "9605",
            "identifier_type": "int",
            "name": "VPS9D1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9605",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "VPS9 domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 43831,
            "identifier": "93487",
            "identifier_type": "int",
            "name": "MAPK1IP1L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/93487",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "mitogen-activated protein kinase 1 interacting protein 1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 43832,
            "identifier": "C0040822",
            "identifier_type": "str",
            "name": "Tremor",
            "properties": {
                "url": "http://identifiers.org/umls/C0040822",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43833,
            "identifier": "GO:0090188",
            "identifier_type": "str",
            "name": "negative regulation of pancreatic juice secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090188",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43834,
            "identifier": "GO:0033861",
            "identifier_type": "str",
            "name": "negative regulation of NAD(P)H oxidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033861",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43835,
            "identifier": "6999",
            "identifier_type": "int",
            "name": "TDO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6999",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "tryptophan 2,3-dioxygenase"
            },
            "metanode": "Gene"
        },
        {
            "id": 43836,
            "identifier": "146562",
            "identifier_type": "int",
            "name": "C16orf71",
            "properties": {
                "url": "http://identifiers.org/ncbigene/146562",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "chromosome 16 open reading frame 71"
            },
            "metanode": "Gene"
        },
        {
            "id": 43837,
            "identifier": "56893",
            "identifier_type": "int",
            "name": "UBQLN4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56893",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ubiquilin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 43838,
            "identifier": "GO:0051379",
            "identifier_type": "str",
            "name": "epinephrine binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051379",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 43839,
            "identifier": "C0155388",
            "identifier_type": "str",
            "name": "External ear disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0155388",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43840,
            "identifier": "GO:0032228",
            "identifier_type": "str",
            "name": "regulation of synaptic transmission, GABAergic",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032228",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43841,
            "identifier": "23761",
            "identifier_type": "int",
            "name": "PISD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23761",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "phosphatidylserine decarboxylase"
            },
            "metanode": "Gene"
        },
        {
            "id": 43842,
            "identifier": "GO:2000232",
            "identifier_type": "str",
            "name": "regulation of rRNA processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000232",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 43843,
            "identifier": "25836",
            "identifier_type": "int",
            "name": "NIPBL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25836",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "Nipped-B homolog (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 43844,
            "identifier": "C0014534",
            "identifier_type": "str",
            "name": "Epididymitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0014534",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 43845,
            "identifier": "105371130",
            "identifier_type": "int",
            "name": "LOC105371130",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105371130",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized LOC105371130"
            },
            "metanode": "Gene"
        },
        {
            "id": 43846,
            "identifier": "128821",
            "identifier_type": "int",
            "name": "CST9L",
            "properties": {
                "url": "http://identifiers.org/ncbigene/128821",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "cystatin 9-like"
            },
            "metanode": "Gene"
        }
    ]
}