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=33550
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=33575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=33525",
    "results": [
        {
            "id": 33542,
            "identifier": "PC7_6512",
            "identifier_type": "str",
            "name": "Platelet activation, signaling and aggregation",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 33543,
            "identifier": "C0262613",
            "identifier_type": "str",
            "name": "Renal mass",
            "properties": {
                "url": "http://identifiers.org/umls/C0262613",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33544,
            "identifier": "UBERON:0001236",
            "identifier_type": "str",
            "name": "adrenal medulla",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001236",
                "bto_id": "BTO:0000049",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D019439"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 33545,
            "identifier": "GO:0006048",
            "identifier_type": "str",
            "name": "UDP-N-acetylglucosamine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006048",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33546,
            "identifier": "GO:1901137",
            "identifier_type": "str",
            "name": "carbohydrate derivative biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901137",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33547,
            "identifier": "GO:0098840",
            "identifier_type": "str",
            "name": "protein transport along microtubule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098840",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33548,
            "identifier": "D018980",
            "identifier_type": "str",
            "name": "Williams Syndrome",
            "properties": {
                "url": "http://identifiers.org/mesh/D018980",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 33549,
            "identifier": "10170",
            "identifier_type": "int",
            "name": "DHRS9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10170",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "dehydrogenase/reductase (SDR family) member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 33550,
            "identifier": "GO:0051904",
            "identifier_type": "str",
            "name": "pigment granule transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051904",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33551,
            "identifier": "150590",
            "identifier_type": "int",
            "name": "C2orf15",
            "properties": {
                "url": "http://identifiers.org/ncbigene/150590",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "chromosome 2 open reading frame 15"
            },
            "metanode": "Gene"
        },
        {
            "id": 33552,
            "identifier": "DB00242",
            "identifier_type": "str",
            "name": "Cladribine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00242",
                "inchi": "InChI=1S/C10H12ClN5O3/c11-10-14-8(12)7-9(15-10)16(3-13-7)6-1-4(18)5(2-17)19-6/h3-6,17-18H,1-2H2,(H2,12,14,15)/t4-,5+,6+/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=PTOAARAWEBMLNO-KVQBGUIXSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 33553,
            "identifier": "4004",
            "identifier_type": "int",
            "name": "LMO1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4004",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "LIM domain only 1 (rhombotin 1)"
            },
            "metanode": "Gene"
        },
        {
            "id": 33554,
            "identifier": "8671",
            "identifier_type": "int",
            "name": "SLC4A4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8671",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "solute carrier family 4 (sodium bicarbonate cotransporter), member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 33555,
            "identifier": "GO:0071359",
            "identifier_type": "str",
            "name": "cellular response to dsRNA",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071359",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33556,
            "identifier": "C0206762",
            "identifier_type": "str",
            "name": "Limb malformation",
            "properties": {
                "url": "http://identifiers.org/umls/C0206762",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33557,
            "identifier": "GO:0090131",
            "identifier_type": "str",
            "name": "mesenchyme migration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090131",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33558,
            "identifier": "11124",
            "identifier_type": "int",
            "name": "FAF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11124",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "Fas (TNFRSF6) associated factor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 33559,
            "identifier": "GO:0005283",
            "identifier_type": "str",
            "name": "sodium:amino acid symporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005283",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33560,
            "identifier": "GO:0048679",
            "identifier_type": "str",
            "name": "regulation of axon regeneration",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048679",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33561,
            "identifier": "DB00808",
            "identifier_type": "str",
            "name": "Indapamide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00808",
                "inchi": "InChI=1S/C16H16ClN3O3S/c1-10-8-11-4-2-3-5-14(11)20(10)19-16(21)12-6-7-13(17)15(9-12)24(18,22)23/h2-7,9-10H,8H2,1H3,(H,19,21)(H2,18,22,23)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NDDAHWYSQHTHNT-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 33562,
            "identifier": "4958",
            "identifier_type": "int",
            "name": "OMD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4958",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "osteomodulin"
            },
            "metanode": "Gene"
        },
        {
            "id": 33563,
            "identifier": "54980",
            "identifier_type": "int",
            "name": "C2orf42",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54980",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "chromosome 2 open reading frame 42"
            },
            "metanode": "Gene"
        },
        {
            "id": 33564,
            "identifier": "GO:0031716",
            "identifier_type": "str",
            "name": "calcitonin receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031716",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33565,
            "identifier": "101928208",
            "identifier_type": "int",
            "name": "LOC101928208",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101928208",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "probable C-mannosyltransferase DPY19L2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33566,
            "identifier": "94027",
            "identifier_type": "int",
            "name": "CGB7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/94027",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "chorionic gonadotropin, beta polypeptide 7"
            },
            "metanode": "Gene"
        }
    ]
}