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=19550
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=19575",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=19525",
    "results": [
        {
            "id": 19542,
            "identifier": "C0010399",
            "identifier_type": "str",
            "name": "Crying",
            "properties": {
                "url": "http://identifiers.org/umls/C0010399",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19543,
            "identifier": "GO:0072363",
            "identifier_type": "str",
            "name": "regulation of glycolytic process by positive regulation of transcription from RNA polymerase II promoter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072363",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19544,
            "identifier": "285855",
            "identifier_type": "int",
            "name": "RPL7L1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/285855",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "ribosomal protein L7-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 19545,
            "identifier": "GO:0016634",
            "identifier_type": "str",
            "name": "oxidoreductase activity, acting on the CH-CH group of donors, oxygen as acceptor",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016634",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 19546,
            "identifier": "4101",
            "identifier_type": "int",
            "name": "MAGEA2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4101",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "melanoma antigen family A2"
            },
            "metanode": "Gene"
        },
        {
            "id": 19547,
            "identifier": "84679",
            "identifier_type": "int",
            "name": "SLC9A7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84679",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "solute carrier family 9, subfamily A (NHE7, cation proton antiporter 7), member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 19548,
            "identifier": "6554",
            "identifier_type": "int",
            "name": "SLC10A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6554",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "solute carrier family 10 (sodium/bile acid cotransporter), member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 19549,
            "identifier": "D056128",
            "identifier_type": "str",
            "name": "Obesity, Abdominal",
            "properties": {
                "url": "http://identifiers.org/mesh/D056128",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 19550,
            "identifier": "102725015",
            "identifier_type": "int",
            "name": "LOC102725015",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102725015",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "leukocyte immunoglobulin-like receptor subfamily B member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 19551,
            "identifier": "C1963943",
            "identifier_type": "str",
            "name": "Atherothrombosis",
            "properties": {
                "url": "http://identifiers.org/umls/C1963943",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19552,
            "identifier": "C0155002",
            "identifier_type": "str",
            "name": "Sudden visual loss",
            "properties": {
                "url": "http://identifiers.org/umls/C0155002",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19553,
            "identifier": "1386",
            "identifier_type": "int",
            "name": "ATF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1386",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "activating transcription factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 19554,
            "identifier": "GO:0000983",
            "identifier_type": "str",
            "name": "transcription factor activity, RNA polymerase II core promoter sequence-specific",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000983",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 19555,
            "identifier": "DB01166",
            "identifier_type": "str",
            "name": "Cilostazol",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01166",
                "inchi": "InChI=1S/C20H27N5O2/c26-20-12-9-15-14-17(10-11-18(15)21-20)27-13-5-4-8-19-22-23-24-25(19)16-6-2-1-3-7-16/h10-11,14,16H,1-9,12-13H2,(H,21,26)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=RRGUKTPIGVIEKM-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 19556,
            "identifier": "C0240322",
            "identifier_type": "str",
            "name": "Menstruation delayed",
            "properties": {
                "url": "http://identifiers.org/umls/C0240322",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19557,
            "identifier": "GO:0072132",
            "identifier_type": "str",
            "name": "mesenchyme morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072132",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19558,
            "identifier": "C0012569",
            "identifier_type": "str",
            "name": "Diplopia",
            "properties": {
                "url": "http://identifiers.org/umls/C0012569",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19559,
            "identifier": "GO:0008309",
            "identifier_type": "str",
            "name": "double-stranded DNA exodeoxyribonuclease activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008309",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 19560,
            "identifier": "150297",
            "identifier_type": "int",
            "name": "C22orf42",
            "properties": {
                "url": "http://identifiers.org/ncbigene/150297",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "chromosome 22 open reading frame 42"
            },
            "metanode": "Gene"
        },
        {
            "id": 19561,
            "identifier": "3727",
            "identifier_type": "int",
            "name": "JUND",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3727",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "jun D proto-oncogene"
            },
            "metanode": "Gene"
        },
        {
            "id": 19562,
            "identifier": "139322",
            "identifier_type": "int",
            "name": "APOOL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/139322",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "apolipoprotein O-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 19563,
            "identifier": "C0853960",
            "identifier_type": "str",
            "name": "Bacterial disease carrier",
            "properties": {
                "url": "http://identifiers.org/umls/C0853960",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 19564,
            "identifier": "646754",
            "identifier_type": "int",
            "name": "TRIM64C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/646754",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tripartite motif containing 64C"
            },
            "metanode": "Gene"
        },
        {
            "id": 19565,
            "identifier": "GO:0030101",
            "identifier_type": "str",
            "name": "natural killer cell activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030101",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 19566,
            "identifier": "GO:0002184",
            "identifier_type": "str",
            "name": "cytoplasmic translational termination",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002184",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}