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=25200
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=25225",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25175",
    "results": [
        {
            "id": 25194,
            "identifier": "84928",
            "identifier_type": "int",
            "name": "TMEM209",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84928",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "transmembrane protein 209"
            },
            "metanode": "Gene"
        },
        {
            "id": 25195,
            "identifier": "GO:0042376",
            "identifier_type": "str",
            "name": "phylloquinone catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042376",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25196,
            "identifier": "6819",
            "identifier_type": "int",
            "name": "SULT1C2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6819",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "sulfotransferase family, cytosolic, 1C, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25197,
            "identifier": "PC7_6593",
            "identifier_type": "str",
            "name": "Processing of Intronless Pre-mRNAs",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25198,
            "identifier": "C0221777",
            "identifier_type": "str",
            "name": "Nontoxic goiter",
            "properties": {
                "url": "http://identifiers.org/umls/C0221777",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25199,
            "identifier": "388588",
            "identifier_type": "int",
            "name": "SMIM1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388588",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "small integral membrane protein 1 (Vel blood group)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25200,
            "identifier": "419",
            "identifier_type": "int",
            "name": "ART3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/419",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "ADP-ribosyltransferase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25201,
            "identifier": "DB01055",
            "identifier_type": "str",
            "name": "Mimosine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01055",
                "inchi": "InChI=1S/C8H10N2O4/c9-5(8(13)14)3-10-2-1-6(11)7(12)4-10/h1-2,4-5,12H,3,9H2,(H,13,14)/t5-/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WZNJWVWKTVETCG-YFKPBYRVSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 25202,
            "identifier": "148109",
            "identifier_type": "int",
            "name": "FAM187B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/148109",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "family with sequence similarity 187, member B"
            },
            "metanode": "Gene"
        },
        {
            "id": 25203,
            "identifier": "GO:0046599",
            "identifier_type": "str",
            "name": "regulation of centriole replication",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046599",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25204,
            "identifier": "10158",
            "identifier_type": "int",
            "name": "PDZK1IP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10158",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "PDZK1 interacting protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 25205,
            "identifier": "3976",
            "identifier_type": "int",
            "name": "LIF",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3976",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "leukemia inhibitory factor"
            },
            "metanode": "Gene"
        },
        {
            "id": 25206,
            "identifier": "8643",
            "identifier_type": "int",
            "name": "PTCH2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8643",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "patched 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25207,
            "identifier": "WP1455_r68965",
            "identifier_type": "str",
            "name": "Serotonin Transporter Activity",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP1455_r68965",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25208,
            "identifier": "GO:0070110",
            "identifier_type": "str",
            "name": "ciliary neurotrophic factor receptor complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070110",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 25209,
            "identifier": "PC7_6537",
            "identifier_type": "str",
            "name": "Post-chaperonin tubulin folding pathway",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 25746,
            "identifier": "D018908",
            "identifier_type": "str",
            "name": "Muscle Weakness",
            "properties": {
                "url": "http://identifiers.org/mesh/D018908",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 25210,
            "identifier": "GO:0071827",
            "identifier_type": "str",
            "name": "plasma lipoprotein particle organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071827",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25211,
            "identifier": "11096",
            "identifier_type": "int",
            "name": "ADAMTS5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11096",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "ADAM metallopeptidase with thrombospondin type 1 motif, 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 25212,
            "identifier": "GO:0033292",
            "identifier_type": "str",
            "name": "T-tubule organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033292",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25213,
            "identifier": "9329",
            "identifier_type": "int",
            "name": "GTF3C4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9329",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "general transcription factor IIIC, polypeptide 4, 90kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 25214,
            "identifier": "100506742",
            "identifier_type": "int",
            "name": "CASP12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100506742",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "caspase 12 (gene/pseudogene)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25215,
            "identifier": "28951",
            "identifier_type": "int",
            "name": "TRIB2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/28951",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "tribbles pseudokinase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25216,
            "identifier": "GO:0043523",
            "identifier_type": "str",
            "name": "regulation of neuron apoptotic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043523",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25217,
            "identifier": "GO:0004712",
            "identifier_type": "str",
            "name": "protein serine/threonine/tyrosine kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004712",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}