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=15225
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=15250",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=15200",
    "results": [
        {
            "id": 15215,
            "identifier": "GO:0010615",
            "identifier_type": "str",
            "name": "positive regulation of cardiac muscle adaptation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010615",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15216,
            "identifier": "8321",
            "identifier_type": "int",
            "name": "FZD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8321",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "frizzled class receptor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 15217,
            "identifier": "58487",
            "identifier_type": "int",
            "name": "CREBZF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/58487",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "CREB/ATF bZIP transcription factor"
            },
            "metanode": "Gene"
        },
        {
            "id": 15218,
            "identifier": "DB00664",
            "identifier_type": "str",
            "name": "Sulfametopyrazine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00664",
                "inchi": "InChI=1S/C11H12N4O3S/c1-18-11-10(13-6-7-14-11)15-19(16,17)9-4-2-8(12)3-5-9/h2-7H,12H2,1H3,(H,13,15)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=KXRZBTAEDBELFD-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 15219,
            "identifier": "UBERON:0000922",
            "identifier_type": "str",
            "name": "embryo",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0000922",
                "bto_id": "BTO:0000379",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D004622"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 15220,
            "identifier": "GO:1990077",
            "identifier_type": "str",
            "name": "primosome complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990077",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 15221,
            "identifier": "100130345",
            "identifier_type": "int",
            "name": "LOC100130345",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100130345",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "cadherin-related family member 3-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 15222,
            "identifier": "DB01022",
            "identifier_type": "str",
            "name": "Phylloquinone",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01022",
                "inchi": "InChI=1S/C31H46O2/c1-22(2)12-9-13-23(3)14-10-15-24(4)16-11-17-25(5)20-21-27-26(6)30(32)28-18-7-8-19-29(28)31(27)33/h7-8,18-20,22-24H,9-17,21H2,1-6H3/b25-20+/t23-,24-/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=MBWXNTAXLNYFJB-NKFFZRIASA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 15223,
            "identifier": "C0030354",
            "identifier_type": "str",
            "name": "Papilloma",
            "properties": {
                "url": "http://identifiers.org/umls/C0030354",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 15224,
            "identifier": "PC7_2076",
            "identifier_type": "str",
            "name": "Beta1 integrin cell surface interactions",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 15225,
            "identifier": "GO:0086015",
            "identifier_type": "str",
            "name": "SA node cell action potential",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0086015",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15226,
            "identifier": "286362",
            "identifier_type": "int",
            "name": "OR13C9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/286362",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "olfactory receptor, family 13, subfamily C, member 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 15227,
            "identifier": "4608",
            "identifier_type": "int",
            "name": "MYBPH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4608",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "myosin binding protein H"
            },
            "metanode": "Gene"
        },
        {
            "id": 15228,
            "identifier": "C0152159",
            "identifier_type": "str",
            "name": "Uterine hypotonus",
            "properties": {
                "url": "http://identifiers.org/umls/C0152159",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 15229,
            "identifier": "377630",
            "identifier_type": "int",
            "name": "USP17L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/377630",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "ubiquitin specific peptidase 17-like family member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 15230,
            "identifier": "7077",
            "identifier_type": "int",
            "name": "TIMP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7077",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "TIMP metallopeptidase inhibitor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 15231,
            "identifier": "57099",
            "identifier_type": "int",
            "name": "AVEN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57099",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "apoptosis, caspase activation inhibitor"
            },
            "metanode": "Gene"
        },
        {
            "id": 15232,
            "identifier": "GO:0006837",
            "identifier_type": "str",
            "name": "serotonin transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006837",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15233,
            "identifier": "5781",
            "identifier_type": "int",
            "name": "PTPN11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5781",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "protein tyrosine phosphatase, non-receptor type 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 15234,
            "identifier": "GO:0034405",
            "identifier_type": "str",
            "name": "response to fluid shear stress",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034405",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15235,
            "identifier": "GO:0030501",
            "identifier_type": "str",
            "name": "positive regulation of bone mineralization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 15236,
            "identifier": "25914",
            "identifier_type": "int",
            "name": "RTTN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25914",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "rotatin"
            },
            "metanode": "Gene"
        },
        {
            "id": 15237,
            "identifier": "1909",
            "identifier_type": "int",
            "name": "EDNRA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1909",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "endothelin receptor type A"
            },
            "metanode": "Gene"
        },
        {
            "id": 15238,
            "identifier": "64219",
            "identifier_type": "int",
            "name": "PJA1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64219",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "praja ring finger 1, E3 ubiquitin protein ligase"
            },
            "metanode": "Gene"
        },
        {
            "id": 15239,
            "identifier": "79005",
            "identifier_type": "int",
            "name": "SCNM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79005",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "sodium channel modifier 1"
            },
            "metanode": "Gene"
        }
    ]
}