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=44525
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=44550",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=44500",
    "results": [
        {
            "id": 44525,
            "identifier": "26230",
            "identifier_type": "int",
            "name": "TIAM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26230",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "T-cell lymphoma invasion and metastasis 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 44526,
            "identifier": "D001308",
            "identifier_type": "str",
            "name": "Auditory Perceptual Disorders",
            "properties": {
                "url": "http://identifiers.org/mesh/D001308",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 44527,
            "identifier": "PC7_2460",
            "identifier_type": "str",
            "name": "Calnexin/calreticulin cycle",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 44528,
            "identifier": "387263",
            "identifier_type": "int",
            "name": "C6orf120",
            "properties": {
                "url": "http://identifiers.org/ncbigene/387263",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "chromosome 6 open reading frame 120"
            },
            "metanode": "Gene"
        },
        {
            "id": 44529,
            "identifier": "C0006107",
            "identifier_type": "str",
            "name": "Concussion",
            "properties": {
                "url": "http://identifiers.org/umls/C0006107",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 44530,
            "identifier": "9073",
            "identifier_type": "int",
            "name": "CLDN8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9073",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "claudin 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 44531,
            "identifier": "C0259817",
            "identifier_type": "str",
            "name": "Xerosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0259817",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 44532,
            "identifier": "GO:1904262",
            "identifier_type": "str",
            "name": "negative regulation of TORC1 signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904262",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 44533,
            "identifier": "503614",
            "identifier_type": "int",
            "name": "DEFB107B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/503614",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "defensin, beta 107B"
            },
            "metanode": "Gene"
        },
        {
            "id": 44534,
            "identifier": "127700",
            "identifier_type": "int",
            "name": "OSCP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/127700",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "organic solute carrier partner 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 44535,
            "identifier": "2907",
            "identifier_type": "int",
            "name": "GRINA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2907",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "glutamate receptor, ionotropic, N-methyl D-aspartate-associated protein 1 (glutamate binding)"
            },
            "metanode": "Gene"
        },
        {
            "id": 44536,
            "identifier": "C0023885",
            "identifier_type": "str",
            "name": "Liver abscess",
            "properties": {
                "url": "http://identifiers.org/umls/C0023885",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 44537,
            "identifier": "57468",
            "identifier_type": "int",
            "name": "SLC12A5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57468",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "solute carrier family 12 (potassium/chloride transporter), member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 44538,
            "identifier": "DB06718",
            "identifier_type": "str",
            "name": "Stanozolol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06718",
                "inchi": "InChI=1S/C21H32N2O/c1-19-11-13-12-22-23-18(13)10-14(19)4-5-15-16(19)6-8-20(2)17(15)7-9-21(20,3)24/h12,14-17,24H,4-11H2,1-3H3,(H,22,23)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=LKAJKIOFIWVMDJ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 44539,
            "identifier": "80003",
            "identifier_type": "int",
            "name": "PCNXL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80003",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "pecanex-like 2 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 44540,
            "identifier": "282890",
            "identifier_type": "int",
            "name": "ZNF311",
            "properties": {
                "url": "http://identifiers.org/ncbigene/282890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "zinc finger protein 311"
            },
            "metanode": "Gene"
        },
        {
            "id": 44541,
            "identifier": "GO:0048011",
            "identifier_type": "str",
            "name": "neurotrophin TRK receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048011",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 44542,
            "identifier": "GO:0004803",
            "identifier_type": "str",
            "name": "transposase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004803",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 44543,
            "identifier": "C0854456",
            "identifier_type": "str",
            "name": "Cellulitis gangrenous",
            "properties": {
                "url": "http://identifiers.org/umls/C0854456",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 44544,
            "identifier": "GO:0090232",
            "identifier_type": "str",
            "name": "positive regulation of spindle checkpoint",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090232",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 44545,
            "identifier": "221421",
            "identifier_type": "int",
            "name": "RSPH9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/221421",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "radial spoke head 9 homolog (Chlamydomonas)"
            },
            "metanode": "Gene"
        },
        {
            "id": 44546,
            "identifier": "GO:0015758",
            "identifier_type": "str",
            "name": "glucose transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015758",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 44547,
            "identifier": "23215",
            "identifier_type": "int",
            "name": "PRRC2C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23215",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "proline-rich coiled-coil 2C"
            },
            "metanode": "Gene"
        },
        {
            "id": 44548,
            "identifier": "7701",
            "identifier_type": "int",
            "name": "ZNF142",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7701",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "zinc finger protein 142"
            },
            "metanode": "Gene"
        },
        {
            "id": 44549,
            "identifier": "GO:0090035",
            "identifier_type": "str",
            "name": "positive regulation of chaperone-mediated protein complex assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090035",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}