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=40225
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=40250",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=40200",
    "results": [
        {
            "id": 40223,
            "identifier": "55848",
            "identifier_type": "int",
            "name": "PLGRKT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55848",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "plasminogen receptor, C-terminal lysine transmembrane protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 40224,
            "identifier": "GO:0007041",
            "identifier_type": "str",
            "name": "lysosomal transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007041",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40225,
            "identifier": "GO:0032817",
            "identifier_type": "str",
            "name": "regulation of natural killer cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032817",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40226,
            "identifier": "GO:0002639",
            "identifier_type": "str",
            "name": "positive regulation of immunoglobulin production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002639",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40227,
            "identifier": "GO:0090504",
            "identifier_type": "str",
            "name": "epiboly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090504",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40228,
            "identifier": "GO:0030132",
            "identifier_type": "str",
            "name": "clathrin coat of coated pit",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030132",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 40229,
            "identifier": "GO:1904116",
            "identifier_type": "str",
            "name": "response to vasopressin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904116",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 40230,
            "identifier": "9293",
            "identifier_type": "int",
            "name": "GPR52",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9293",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "G protein-coupled receptor 52"
            },
            "metanode": "Gene"
        },
        {
            "id": 40231,
            "identifier": "C0853697",
            "identifier_type": "str",
            "name": "Neutrophil count decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0853697",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40232,
            "identifier": "728591",
            "identifier_type": "int",
            "name": "CCDC169",
            "properties": {
                "url": "http://identifiers.org/ncbigene/728591",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "coiled-coil domain containing 169"
            },
            "metanode": "Gene"
        },
        {
            "id": 40233,
            "identifier": "81850",
            "identifier_type": "int",
            "name": "KRTAP1-3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/81850",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin associated protein 1-3"
            },
            "metanode": "Gene"
        },
        {
            "id": 40234,
            "identifier": "C1295585",
            "identifier_type": "str",
            "name": "Decreased vibratory sense",
            "properties": {
                "url": "http://identifiers.org/umls/C1295585",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 40235,
            "identifier": "105378592",
            "identifier_type": "int",
            "name": "LOC105378592",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105378592",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized protein FLJ14100"
            },
            "metanode": "Gene"
        },
        {
            "id": 40236,
            "identifier": "131177",
            "identifier_type": "int",
            "name": "FAM3D",
            "properties": {
                "url": "http://identifiers.org/ncbigene/131177",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "family with sequence similarity 3, member D"
            },
            "metanode": "Gene"
        },
        {
            "id": 40237,
            "identifier": "DB01097",
            "identifier_type": "str",
            "name": "Leflunomide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01097",
                "inchi": "InChI=1S/C12H9F3N2O2/c1-7-10(6-16-19-7)11(18)17-9-4-2-8(3-5-9)12(13,14)15/h2-6H,1H3,(H,17,18)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=VHOGYURTWQBHIL-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 40238,
            "identifier": "2999",
            "identifier_type": "int",
            "name": "GZMH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2999",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "granzyme H (cathepsin G-like 2, protein h-CCPX)"
            },
            "metanode": "Gene"
        },
        {
            "id": 40239,
            "identifier": "80351",
            "identifier_type": "int",
            "name": "TNKS2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80351",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "tankyrase, TRF1-interacting ankyrin-related ADP-ribose polymerase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 40240,
            "identifier": "283238",
            "identifier_type": "int",
            "name": "SLC22A24",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283238",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "solute carrier family 22, member 24"
            },
            "metanode": "Gene"
        },
        {
            "id": 40241,
            "identifier": "5580",
            "identifier_type": "int",
            "name": "PRKCD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5580",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "protein kinase C, delta"
            },
            "metanode": "Gene"
        },
        {
            "id": 40242,
            "identifier": "51378",
            "identifier_type": "int",
            "name": "ANGPT4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51378",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "angiopoietin 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 40243,
            "identifier": "83844",
            "identifier_type": "int",
            "name": "USP26",
            "properties": {
                "url": "http://identifiers.org/ncbigene/83844",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "ubiquitin specific peptidase 26"
            },
            "metanode": "Gene"
        },
        {
            "id": 40244,
            "identifier": "100289058",
            "identifier_type": "int",
            "name": "LOC100289058",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100289058",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "uncharacterized LOC100289058"
            },
            "metanode": "Gene"
        },
        {
            "id": 40245,
            "identifier": "4759",
            "identifier_type": "int",
            "name": "NEU2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4759",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "sialidase 2 (cytosolic sialidase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 40246,
            "identifier": "116442",
            "identifier_type": "int",
            "name": "RAB39B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/116442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "RAB39B, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 40247,
            "identifier": "GO:0046473",
            "identifier_type": "str",
            "name": "phosphatidic acid metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046473",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}