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=10050
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=10075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=10025",
    "results": [
        {
            "id": 10041,
            "identifier": "23002",
            "identifier_type": "int",
            "name": "DAAM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23002",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "dishevelled associated activator of morphogenesis 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 10042,
            "identifier": "D009207",
            "identifier_type": "str",
            "name": "Myoclonus",
            "properties": {
                "url": "http://identifiers.org/mesh/D009207",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 10043,
            "identifier": "26341",
            "identifier_type": "int",
            "name": "OR5H1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26341",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "olfactory receptor, family 5, subfamily H, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 10044,
            "identifier": "PC7_7766",
            "identifier_type": "str",
            "name": "Synthesis, secretion, and deacylation of Ghrelin",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 10045,
            "identifier": "348327",
            "identifier_type": "int",
            "name": "ZNF530",
            "properties": {
                "url": "http://identifiers.org/ncbigene/348327",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 530"
            },
            "metanode": "Gene"
        },
        {
            "id": 10046,
            "identifier": "UBERON:0002103",
            "identifier_type": "str",
            "name": "hindlimb",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002103",
                "bto_id": "BTO:0002345",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D006614"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 10047,
            "identifier": "256302",
            "identifier_type": "int",
            "name": "NATD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/256302",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "N-acetyltransferase domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 10048,
            "identifier": "100293534",
            "identifier_type": "int",
            "name": "C4B_2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100293534",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "complement component 4B (Chido blood group), copy 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 10049,
            "identifier": "GO:0046485",
            "identifier_type": "str",
            "name": "ether lipid metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046485",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10050,
            "identifier": "GO:0050932",
            "identifier_type": "str",
            "name": "regulation of pigment cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050932",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10051,
            "identifier": "DB00634",
            "identifier_type": "str",
            "name": "Sulfacetamide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00634",
                "inchi": "InChI=1S/C8H10N2O3S/c1-6(11)10-14(12,13)8-4-2-7(9)3-5-8/h2-5H,9H2,1H3,(H,10,11)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=SKIVFJLNDNKQPD-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 10052,
            "identifier": "27039",
            "identifier_type": "int",
            "name": "PKD2L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27039",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "polycystic kidney disease 2-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 10053,
            "identifier": "3018",
            "identifier_type": "int",
            "name": "HIST1H2BB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3018",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H2bb"
            },
            "metanode": "Gene"
        },
        {
            "id": 10054,
            "identifier": "GO:0046349",
            "identifier_type": "str",
            "name": "amino sugar biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046349",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10055,
            "identifier": "57579",
            "identifier_type": "int",
            "name": "FAM135A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57579",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "family with sequence similarity 135, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 10056,
            "identifier": "6355",
            "identifier_type": "int",
            "name": "CCL8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6355",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "chemokine (C-C motif) ligand 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 10057,
            "identifier": "PC7_6572",
            "identifier_type": "str",
            "name": "Presynaptic phase of homologous DNA pairing and strand exchange",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 10058,
            "identifier": "283129",
            "identifier_type": "int",
            "name": "C11orf85",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283129",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "chromosome 11 open reading frame 85"
            },
            "metanode": "Gene"
        },
        {
            "id": 10059,
            "identifier": "GO:0002726",
            "identifier_type": "str",
            "name": "positive regulation of T cell cytokine production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002726",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10060,
            "identifier": "PC7_8234",
            "identifier_type": "str",
            "name": "The role of Nef in HIV-1 replication and disease pathogenesis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 10061,
            "identifier": "C3160754",
            "identifier_type": "str",
            "name": "Atypical femur fracture",
            "properties": {
                "url": "http://identifiers.org/umls/C3160754",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 10062,
            "identifier": "UBERON:0002240",
            "identifier_type": "str",
            "name": "spinal cord",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002240",
                "bto_id": "BTO:0001279",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D013116"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 10063,
            "identifier": "DB00927",
            "identifier_type": "str",
            "name": "Famotidine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00927",
                "inchi": "InChI=1S/C8H15N7O2S3/c9-6(15-20(12,16)17)1-2-18-3-5-4-19-8(13-5)14-7(10)11/h4H,1-3H2,(H2,9,15)(H2,12,16,17)(H4,10,11,13,14)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=XUFQPHANEAPEMJ-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 10064,
            "identifier": "GO:0071727",
            "identifier_type": "str",
            "name": "cellular response to triacyl bacterial lipopeptide",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071727",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 10065,
            "identifier": "65012",
            "identifier_type": "int",
            "name": "SLC26A10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/65012",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "solute carrier family 26, member 10"
            },
            "metanode": "Gene"
        }
    ]
}