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=14050
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=14075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=14025",
    "results": [
        {
            "id": 14041,
            "identifier": "D014008",
            "identifier_type": "str",
            "name": "Tinea Pedis",
            "properties": {
                "url": "http://identifiers.org/mesh/D014008",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 14042,
            "identifier": "C0855247",
            "identifier_type": "str",
            "name": "Sleep attacks",
            "properties": {
                "url": "http://identifiers.org/umls/C0855247",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14043,
            "identifier": "100132418",
            "identifier_type": "int",
            "name": "LOC100132418",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100132418",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "Uncharacterized PRO1102-like protein LOC100132418"
            },
            "metanode": "Gene"
        },
        {
            "id": 14044,
            "identifier": "GO:0000815",
            "identifier_type": "str",
            "name": "ESCRT III complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000815",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 14045,
            "identifier": "7326",
            "identifier_type": "int",
            "name": "UBE2G1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7326",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "ubiquitin-conjugating enzyme E2G 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 14046,
            "identifier": "C0019342",
            "identifier_type": "str",
            "name": "Genital herpes",
            "properties": {
                "url": "http://identifiers.org/umls/C0019342",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14047,
            "identifier": "C0031350",
            "identifier_type": "str",
            "name": "Pharyngitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0031350",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14048,
            "identifier": "55705",
            "identifier_type": "int",
            "name": "IPO9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55705",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "importin 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 14049,
            "identifier": "C0151529",
            "identifier_type": "str",
            "name": "Bleeding time prolonged",
            "properties": {
                "url": "http://identifiers.org/umls/C0151529",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14050,
            "identifier": "GO:0019265",
            "identifier_type": "str",
            "name": "glycine biosynthetic process, by transamination of glyoxylate",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019265",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14051,
            "identifier": "GO:0005501",
            "identifier_type": "str",
            "name": "retinoid binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14052,
            "identifier": "256380",
            "identifier_type": "int",
            "name": "SCML4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/256380",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "sex comb on midleg-like 4 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 14053,
            "identifier": "GO:0042582",
            "identifier_type": "str",
            "name": "azurophil granule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042582",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 14054,
            "identifier": "387",
            "identifier_type": "int",
            "name": "RHOA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/387",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ras homolog family member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 14055,
            "identifier": "9022",
            "identifier_type": "int",
            "name": "CLIC3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9022",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "chloride intracellular channel 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 14056,
            "identifier": "GO:1902307",
            "identifier_type": "str",
            "name": "positive regulation of sodium ion transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902307",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14057,
            "identifier": "GO:0016229",
            "identifier_type": "str",
            "name": "steroid dehydrogenase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016229",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14058,
            "identifier": "C0751908",
            "identifier_type": "str",
            "name": "Vestibular neuronitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0751908",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 14059,
            "identifier": "2840",
            "identifier_type": "int",
            "name": "GPR17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "G protein-coupled receptor 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 14060,
            "identifier": "GO:0008286",
            "identifier_type": "str",
            "name": "insulin receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008286",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 14061,
            "identifier": "DB01320",
            "identifier_type": "str",
            "name": "Fosphenytoin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01320",
                "inchi": "InChI=1S/C16H15N2O6P/c19-14-16(12-7-3-1-4-8-12,13-9-5-2-6-10-13)17-15(20)18(14)11-24-25(21,22)23/h1-10H,11H2,(H,17,20)(H2,21,22,23)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=XWLUWCNOOVRFPX-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 14062,
            "identifier": "GO:0015643",
            "identifier_type": "str",
            "name": "toxic substance binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015643",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 14063,
            "identifier": "5309",
            "identifier_type": "int",
            "name": "PITX3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5309",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "paired-like homeodomain 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 14064,
            "identifier": "GO:0048500",
            "identifier_type": "str",
            "name": "signal recognition particle",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048500",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 14065,
            "identifier": "166793",
            "identifier_type": "int",
            "name": "ZBTB49",
            "properties": {
                "url": "http://identifiers.org/ncbigene/166793",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "zinc finger and BTB domain containing 49"
            },
            "metanode": "Gene"
        }
    ]
}