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=3250
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=3275",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=3225",
    "results": [
        {
            "id": 3236,
            "identifier": "4758",
            "identifier_type": "int",
            "name": "NEU1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4758",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "sialidase 1 (lysosomal sialidase)"
            },
            "metanode": "Gene"
        },
        {
            "id": 3237,
            "identifier": "144577",
            "identifier_type": "int",
            "name": "C12orf66",
            "properties": {
                "url": "http://identifiers.org/ncbigene/144577",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "chromosome 12 open reading frame 66"
            },
            "metanode": "Gene"
        },
        {
            "id": 3238,
            "identifier": "54908",
            "identifier_type": "int",
            "name": "SPDL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54908",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "spindle apparatus coiled-coil protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3239,
            "identifier": "9659",
            "identifier_type": "int",
            "name": "PDE4DIP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9659",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "phosphodiesterase 4D interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 3240,
            "identifier": "85320",
            "identifier_type": "int",
            "name": "ABCC11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85320",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "ATP-binding cassette, sub-family C (CFTR/MRP), member 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 3241,
            "identifier": "GO:0001965",
            "identifier_type": "str",
            "name": "G-protein alpha-subunit binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001965",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 3242,
            "identifier": "PC7_2526",
            "identifier_type": "str",
            "name": "Cell-Cell communication",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 3243,
            "identifier": "GO:0043968",
            "identifier_type": "str",
            "name": "histone H2A acetylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043968",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3244,
            "identifier": "22853",
            "identifier_type": "int",
            "name": "LMTK2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22853",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "lemur tyrosine kinase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 3245,
            "identifier": "DB00543",
            "identifier_type": "str",
            "name": "Amoxapine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00543",
                "inchi": "InChI=1S/C17H16ClN3O/c18-12-5-6-15-13(11-12)17(21-9-7-19-8-10-21)20-14-3-1-2-4-16(14)22-15/h1-6,11,19H,7-10H2",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=QWGDMFLQWFTERH-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 3246,
            "identifier": "C0006384",
            "identifier_type": "str",
            "name": "Bundle branch block",
            "properties": {
                "url": "http://identifiers.org/umls/C0006384",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3247,
            "identifier": "GO:0048705",
            "identifier_type": "str",
            "name": "skeletal system morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048705",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3248,
            "identifier": "2043",
            "identifier_type": "int",
            "name": "EPHA4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2043",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "EPH receptor A4"
            },
            "metanode": "Gene"
        },
        {
            "id": 3249,
            "identifier": "348162",
            "identifier_type": "int",
            "name": "LOC348162",
            "properties": {
                "url": "http://identifiers.org/ncbigene/348162",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "uncharacterized protein 348162"
            },
            "metanode": "Gene"
        },
        {
            "id": 3250,
            "identifier": "79139",
            "identifier_type": "int",
            "name": "DERL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79139",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "derlin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 3251,
            "identifier": "100652894",
            "identifier_type": "int",
            "name": "LOC100652894",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100652894",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "uncharacterized LOC100652894"
            },
            "metanode": "Gene"
        },
        {
            "id": 3252,
            "identifier": "GO:0033677",
            "identifier_type": "str",
            "name": "DNA/RNA helicase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033677",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 3253,
            "identifier": "GO:0051718",
            "identifier_type": "str",
            "name": "DNA (cytosine-5-)-methyltransferase activity, acting on CpG substrates",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051718",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 3254,
            "identifier": "GO:2000773",
            "identifier_type": "str",
            "name": "negative regulation of cellular senescence",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000773",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3255,
            "identifier": "GO:0048013",
            "identifier_type": "str",
            "name": "ephrin receptor signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048013",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 3256,
            "identifier": "C1096185",
            "identifier_type": "str",
            "name": "Dacryostenosis acquired",
            "properties": {
                "url": "http://identifiers.org/umls/C1096185",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3257,
            "identifier": "127534",
            "identifier_type": "int",
            "name": "GJB4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/127534",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "gap junction protein, beta 4, 30.3kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 3258,
            "identifier": "C1720775",
            "identifier_type": "str",
            "name": "Renal tubular necrosis",
            "properties": {
                "url": "http://identifiers.org/umls/C1720775",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 3259,
            "identifier": "GO:0016013",
            "identifier_type": "str",
            "name": "syntrophin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016013",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 3260,
            "identifier": "146183",
            "identifier_type": "int",
            "name": "OTOA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/146183",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "otoancorin"
            },
            "metanode": "Gene"
        }
    ]
}