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=35475
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=35500",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35450",
    "results": [
        {
            "id": 35470,
            "identifier": "5544",
            "identifier_type": "int",
            "name": "PRB3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5544",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "proline-rich protein BstNI subfamily 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 35471,
            "identifier": "GO:0023021",
            "identifier_type": "str",
            "name": "termination of signal transduction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0023021",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35472,
            "identifier": "GO:0035589",
            "identifier_type": "str",
            "name": "G-protein coupled purinergic nucleotide receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035589",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35473,
            "identifier": "GO:0034141",
            "identifier_type": "str",
            "name": "positive regulation of toll-like receptor 3 signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034141",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35474,
            "identifier": "DB01145",
            "identifier_type": "str",
            "name": "Sulfoxone",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01145",
                "inchi": "InChI=1S/C14H16N2O6S3/c17-23(18)9-15-11-1-5-13(6-2-11)25(21,22)14-7-3-12(4-8-14)16-10-24(19)20/h1-8,15-16H,9-10H2,(H,17,18)(H,19,20)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NEDPPCHNEOMTJV-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 35475,
            "identifier": "PC7_2531",
            "identifier_type": "str",
            "name": "Cellular response to hypoxia",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35476,
            "identifier": "UBERON:0001840",
            "identifier_type": "str",
            "name": "semicircular canal",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001840",
                "bto_id": "BTO:0003383",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012665"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 35477,
            "identifier": "GO:1990426",
            "identifier_type": "str",
            "name": "homologous recombination-dependent replication fork processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990426",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35478,
            "identifier": "7789",
            "identifier_type": "int",
            "name": "ZXDA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7789",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "zinc finger, X-linked, duplicated A"
            },
            "metanode": "Gene"
        },
        {
            "id": 35479,
            "identifier": "GO:0051015",
            "identifier_type": "str",
            "name": "actin filament binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051015",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35480,
            "identifier": "GO:0043691",
            "identifier_type": "str",
            "name": "reverse cholesterol transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043691",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35481,
            "identifier": "114907",
            "identifier_type": "int",
            "name": "FBXO32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114907",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "F-box protein 32"
            },
            "metanode": "Gene"
        },
        {
            "id": 35483,
            "identifier": "GO:0034644",
            "identifier_type": "str",
            "name": "cellular response to UV",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034644",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35484,
            "identifier": "6498",
            "identifier_type": "int",
            "name": "SKIL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6498",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "SKI-like proto-oncogene"
            },
            "metanode": "Gene"
        },
        {
            "id": 35485,
            "identifier": "GO:0043137",
            "identifier_type": "str",
            "name": "DNA replication, removal of RNA primer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043137",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35486,
            "identifier": "PC7_6895",
            "identifier_type": "str",
            "name": "Regulation of Telomerase",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35487,
            "identifier": "DB00825",
            "identifier_type": "str",
            "name": "Menthol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00825",
                "inchi": "InChI=1S/C10H20O/c1-7(2)9-5-4-8(3)6-10(9)11/h7-11H,4-6H2,1-3H3/t8-,9+,10-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NOOLISFMXDJSKH-KXUCPTDWSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 35488,
            "identifier": "C0011644",
            "identifier_type": "str",
            "name": "Scleroderma",
            "properties": {
                "url": "http://identifiers.org/umls/C0011644",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35489,
            "identifier": "C0030593",
            "identifier_type": "str",
            "name": "Pars planitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0030593",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35490,
            "identifier": "GO:0010226",
            "identifier_type": "str",
            "name": "response to lithium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010226",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35491,
            "identifier": "PC7_3776",
            "identifier_type": "str",
            "name": "Extension of Telomeres",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35492,
            "identifier": "9837",
            "identifier_type": "int",
            "name": "GINS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9837",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "GINS complex subunit 1 (Psf1 homolog)"
            },
            "metanode": "Gene"
        },
        {
            "id": 35493,
            "identifier": "51096",
            "identifier_type": "int",
            "name": "UTP18",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51096",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "UTP18 small subunit (SSU) processome component homolog (yeast)"
            },
            "metanode": "Gene"
        },
        {
            "id": 35494,
            "identifier": "GO:0060445",
            "identifier_type": "str",
            "name": "branching involved in salivary gland morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060445",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35495,
            "identifier": "D000270",
            "identifier_type": "str",
            "name": "Adie Syndrome",
            "properties": {
                "url": "http://identifiers.org/mesh/D000270",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        }
    ]
}