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=42700
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=42725",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42675",
    "results": [
        {
            "id": 42699,
            "identifier": "PC7_6927",
            "identifier_type": "str",
            "name": "Release of eIF4E",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 42700,
            "identifier": "116093",
            "identifier_type": "int",
            "name": "DIRC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116093",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "disrupted in renal carcinoma 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42701,
            "identifier": "23070",
            "identifier_type": "int",
            "name": "CMTR1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23070",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "cap methyltransferase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42702,
            "identifier": "7556",
            "identifier_type": "int",
            "name": "ZNF10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7556",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "zinc finger protein 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 42703,
            "identifier": "GO:0030544",
            "identifier_type": "str",
            "name": "Hsp70 protein binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030544",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 42704,
            "identifier": "DB01412",
            "identifier_type": "str",
            "name": "Theobromine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01412",
                "inchi": "InChI=1S/C7H8N4O2/c1-10-3-8-5-4(10)6(12)9-7(13)11(5)2/h3H,1-2H3,(H,9,12,13)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=YAPQBXQYLJRXSA-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 42705,
            "identifier": "GO:0002826",
            "identifier_type": "str",
            "name": "negative regulation of T-helper 1 type immune response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002826",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42706,
            "identifier": "101926982",
            "identifier_type": "int",
            "name": "LOC101926982",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101926982",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "protein GVQW1-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 42707,
            "identifier": "C0521498",
            "identifier_type": "str",
            "name": "Injection site irritation",
            "properties": {
                "url": "http://identifiers.org/umls/C0521498",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42708,
            "identifier": "UBERON:0001620",
            "identifier_type": "str",
            "name": "central retinal artery",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001620",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D012161"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 42709,
            "identifier": "GO:0006857",
            "identifier_type": "str",
            "name": "oligopeptide transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006857",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42710,
            "identifier": "145748",
            "identifier_type": "int",
            "name": "LYSMD4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/145748",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "LysM, putative peptidoglycan-binding, domain containing 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 42711,
            "identifier": "GO:0071464",
            "identifier_type": "str",
            "name": "cellular response to hydrostatic pressure",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071464",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42712,
            "identifier": "GO:0034244",
            "identifier_type": "str",
            "name": "negative regulation of transcription elongation from RNA polymerase II promoter",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034244",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42713,
            "identifier": "79612",
            "identifier_type": "int",
            "name": "NAA16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79612",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "N(alpha)-acetyltransferase 16, NatA auxiliary subunit"
            },
            "metanode": "Gene"
        },
        {
            "id": 42714,
            "identifier": "GO:0036396",
            "identifier_type": "str",
            "name": "MIS complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036396",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42715,
            "identifier": "745",
            "identifier_type": "int",
            "name": "MYRF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/745",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "myelin regulatory factor"
            },
            "metanode": "Gene"
        },
        {
            "id": 42716,
            "identifier": "GO:0003016",
            "identifier_type": "str",
            "name": "respiratory system process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003016",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42717,
            "identifier": "GO:0002418",
            "identifier_type": "str",
            "name": "immune response to tumor cell",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002418",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42718,
            "identifier": "59274",
            "identifier_type": "int",
            "name": "MESDC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59274",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "mesoderm development candidate 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42719,
            "identifier": "56952",
            "identifier_type": "int",
            "name": "PRTFDC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56952",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "phosphoribosyl transferase domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42720,
            "identifier": "DB01217",
            "identifier_type": "str",
            "name": "Anastrozole",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01217",
                "inchi": "InChI=1S/C17H19N5/c1-16(2,9-18)14-5-13(8-22-12-20-11-21-22)6-15(7-14)17(3,4)10-19/h5-7,11-12H,8H2,1-4H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=YBBLVLTVTVSKRW-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 42721,
            "identifier": "GO:0003329",
            "identifier_type": "str",
            "name": "pancreatic PP cell fate commitment",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003329",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42722,
            "identifier": "27347",
            "identifier_type": "int",
            "name": "STK39",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27347",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "serine threonine kinase 39"
            },
            "metanode": "Gene"
        },
        {
            "id": 42723,
            "identifier": "GO:0044788",
            "identifier_type": "str",
            "name": "modulation by host of viral process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044788",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}