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=38475
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=38500",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=38450",
    "results": [
        {
            "id": 38472,
            "identifier": "25858",
            "identifier_type": "int",
            "name": "TEX40",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25858",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "testis expressed 40"
            },
            "metanode": "Gene"
        },
        {
            "id": 38473,
            "identifier": "1725",
            "identifier_type": "int",
            "name": "DHPS",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1725",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "deoxyhypusine synthase"
            },
            "metanode": "Gene"
        },
        {
            "id": 38474,
            "identifier": "GO:0021684",
            "identifier_type": "str",
            "name": "cerebellar granular layer formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021684",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38475,
            "identifier": "C0241669",
            "identifier_type": "str",
            "name": "Venous occlusion",
            "properties": {
                "url": "http://identifiers.org/umls/C0241669",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 38476,
            "identifier": "79077",
            "identifier_type": "int",
            "name": "DCTPP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79077",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "dCTP pyrophosphatase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 38477,
            "identifier": "GO:1990573",
            "identifier_type": "str",
            "name": "potassium ion import across plasma membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990573",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38478,
            "identifier": "C0151683",
            "identifier_type": "str",
            "name": "Neutrophil count increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0151683",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 38479,
            "identifier": "210",
            "identifier_type": "int",
            "name": "ALAD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/210",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "aminolevulinate dehydratase"
            },
            "metanode": "Gene"
        },
        {
            "id": 38480,
            "identifier": "GO:0048406",
            "identifier_type": "str",
            "name": "nerve growth factor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048406",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 38481,
            "identifier": "100130741",
            "identifier_type": "int",
            "name": "LOC100130741",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100130741",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "uncharacterized LOC100130741"
            },
            "metanode": "Gene"
        },
        {
            "id": 38482,
            "identifier": "GO:0006369",
            "identifier_type": "str",
            "name": "termination of RNA polymerase II transcription",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006369",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38483,
            "identifier": "11170",
            "identifier_type": "int",
            "name": "FAM107A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11170",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "family with sequence similarity 107, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 38484,
            "identifier": "GO:0070288",
            "identifier_type": "str",
            "name": "ferritin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070288",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 38485,
            "identifier": "DB00698",
            "identifier_type": "str",
            "name": "Nitrofurantoin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00698",
                "inchi": "InChI=1S/C8H6N4O5/c13-6-4-11(8(14)10-6)9-3-5-1-2-7(17-5)12(15)16/h1-3H,4H2,(H,10,13,14)/b9-3-",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=NXFQHRVNIOXGAQ-OQFOIZHKSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 38486,
            "identifier": "91748",
            "identifier_type": "int",
            "name": "ELMSAN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91748",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "ELM2 and Myb/SANT-like domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 38487,
            "identifier": "GO:0001554",
            "identifier_type": "str",
            "name": "luteolysis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001554",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38488,
            "identifier": "5004",
            "identifier_type": "int",
            "name": "ORM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5004",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "orosomucoid 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 38489,
            "identifier": "GO:1900076",
            "identifier_type": "str",
            "name": "regulation of cellular response to insulin stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900076",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 38490,
            "identifier": "55154",
            "identifier_type": "int",
            "name": "MSTO1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55154",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "misato 1, mitochondrial distribution and morphology regulator"
            },
            "metanode": "Gene"
        },
        {
            "id": 38491,
            "identifier": "643365",
            "identifier_type": "int",
            "name": "LINC00452",
            "properties": {
                "url": "http://identifiers.org/ncbigene/643365",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "long intergenic non-protein coding RNA 452"
            },
            "metanode": "Gene"
        },
        {
            "id": 38492,
            "identifier": "729967",
            "identifier_type": "int",
            "name": "MORN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729967",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "MORN repeat containing 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 38493,
            "identifier": "GO:0016783",
            "identifier_type": "str",
            "name": "sulfurtransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016783",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 38494,
            "identifier": "154043",
            "identifier_type": "int",
            "name": "CNKSR3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/154043",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "CNKSR family member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 38495,
            "identifier": "400673",
            "identifier_type": "int",
            "name": "VMAC",
            "properties": {
                "url": "http://identifiers.org/ncbigene/400673",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "vimentin-type intermediate filament associated coiled-coil protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 38496,
            "identifier": "DB00258",
            "identifier_type": "str",
            "name": "Calcium Acetate",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00258",
                "inchi": "InChI=1S/2C2H4O2.Ca/c2*1-2(3)4;/h2*1H3,(H,3,4);/q;;+2/p-2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=VSGNNIFQASZAOI-UHFFFAOYSA-L"
            },
            "metanode": "Compound"
        }
    ]
}