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=24050
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=24075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=24025",
    "results": [
        {
            "id": 24044,
            "identifier": "10781",
            "identifier_type": "int",
            "name": "ZNF266",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10781",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 266"
            },
            "metanode": "Gene"
        },
        {
            "id": 24045,
            "identifier": "UBERON:0001567",
            "identifier_type": "str",
            "name": "cheek",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001567",
                "bto_id": "BTO:0001754",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D002610"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 24046,
            "identifier": "653808",
            "identifier_type": "int",
            "name": "ZG16",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653808",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "zymogen granule protein 16"
            },
            "metanode": "Gene"
        },
        {
            "id": 24047,
            "identifier": "DOID:263",
            "identifier_type": "str",
            "name": "kidney cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_263",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 24048,
            "identifier": "4615",
            "identifier_type": "int",
            "name": "MYD88",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4615",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "myeloid differentiation primary response 88"
            },
            "metanode": "Gene"
        },
        {
            "id": 24049,
            "identifier": "54765",
            "identifier_type": "int",
            "name": "TRIM44",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54765",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tripartite motif containing 44"
            },
            "metanode": "Gene"
        },
        {
            "id": 24050,
            "identifier": "GO:0030809",
            "identifier_type": "str",
            "name": "negative regulation of nucleotide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030809",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24051,
            "identifier": "56261",
            "identifier_type": "int",
            "name": "GPCPD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/56261",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "glycerophosphocholine phosphodiesterase GDE1 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 24052,
            "identifier": "GO:0060391",
            "identifier_type": "str",
            "name": "positive regulation of SMAD protein import into nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060391",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24053,
            "identifier": "857",
            "identifier_type": "int",
            "name": "CAV1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/857",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "caveolin 1, caveolae protein, 22kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 24054,
            "identifier": "GO:0051643",
            "identifier_type": "str",
            "name": "endoplasmic reticulum localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051643",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24055,
            "identifier": "DB03166",
            "identifier_type": "str",
            "name": "Acetic acid",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB03166",
                "inchi": "InChI=1S/C2H4O2/c1-2(3)4/h1H3,(H,3,4)/p-1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=QTBSBXVTEAMEQO-UHFFFAOYSA-M"
            },
            "metanode": "Compound"
        },
        {
            "id": 24056,
            "identifier": "64210",
            "identifier_type": "int",
            "name": "MMS19",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64210",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "MMS19 nucleotide excision repair homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 24057,
            "identifier": "102723886",
            "identifier_type": "int",
            "name": "LOC102723886",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102723886",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "uncharacterized LOC102723886"
            },
            "metanode": "Gene"
        },
        {
            "id": 24058,
            "identifier": "78996",
            "identifier_type": "int",
            "name": "C7orf49",
            "properties": {
                "url": "http://identifiers.org/ncbigene/78996",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "chromosome 7 open reading frame 49"
            },
            "metanode": "Gene"
        },
        {
            "id": 24059,
            "identifier": "GO:0071444",
            "identifier_type": "str",
            "name": "cellular response to pheromone",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071444",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24060,
            "identifier": "GO:0022011",
            "identifier_type": "str",
            "name": "myelination in peripheral nervous system",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0022011",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24061,
            "identifier": "PC7_6957",
            "identifier_type": "str",
            "name": "Rho GTPase cycle",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 24062,
            "identifier": "79666",
            "identifier_type": "int",
            "name": "PLEKHF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79666",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "pleckstrin homology domain containing, family F (with FYVE domain) member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 24063,
            "identifier": "8764",
            "identifier_type": "int",
            "name": "TNFRSF14",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8764",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "tumor necrosis factor receptor superfamily, member 14"
            },
            "metanode": "Gene"
        },
        {
            "id": 24064,
            "identifier": "GO:0045638",
            "identifier_type": "str",
            "name": "negative regulation of myeloid cell differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045638",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24065,
            "identifier": "728318",
            "identifier_type": "int",
            "name": "KRTAP9-1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/728318",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "keratin associated protein 9-1"
            },
            "metanode": "Gene"
        },
        {
            "id": 24066,
            "identifier": "GO:0043951",
            "identifier_type": "str",
            "name": "negative regulation of cAMP-mediated signaling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043951",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24067,
            "identifier": "127391",
            "identifier_type": "int",
            "name": "TMCO2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/127391",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "transmembrane and coiled-coil domains 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 24068,
            "identifier": "C0748318",
            "identifier_type": "str",
            "name": "Progressive renal failure",
            "properties": {
                "url": "http://identifiers.org/umls/C0748318",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}