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=33775
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=33800",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=33750",
    "results": [
        {
            "id": 33769,
            "identifier": "C0232462",
            "identifier_type": "str",
            "name": "Decreased appetite",
            "properties": {
                "url": "http://identifiers.org/umls/C0232462",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33770,
            "identifier": "DOID:4045",
            "identifier_type": "str",
            "name": "muscle cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_4045",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 33771,
            "identifier": "284525",
            "identifier_type": "int",
            "name": "SLC9C2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284525",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "solute carrier family 9, member C2 (putative)"
            },
            "metanode": "Gene"
        },
        {
            "id": 33772,
            "identifier": "157848",
            "identifier_type": "int",
            "name": "NKX6-3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/157848",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "NK6 homeobox 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 33773,
            "identifier": "2771",
            "identifier_type": "int",
            "name": "GNAI2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2771",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "guanine nucleotide binding protein (G protein), alpha inhibiting activity polypeptide 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33774,
            "identifier": "11278",
            "identifier_type": "int",
            "name": "KLF12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11278",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "Kruppel-like factor 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 33775,
            "identifier": "GO:0048659",
            "identifier_type": "str",
            "name": "smooth muscle cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048659",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33777,
            "identifier": "C0029882",
            "identifier_type": "str",
            "name": "Otitis media",
            "properties": {
                "url": "http://identifiers.org/umls/C0029882",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33778,
            "identifier": "5224",
            "identifier_type": "int",
            "name": "PGAM2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5224",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "phosphoglycerate mutase 2 (muscle)"
            },
            "metanode": "Gene"
        },
        {
            "id": 33779,
            "identifier": "55262",
            "identifier_type": "int",
            "name": "C7orf43",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55262",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "chromosome 7 open reading frame 43"
            },
            "metanode": "Gene"
        },
        {
            "id": 33780,
            "identifier": "GO:0016429",
            "identifier_type": "str",
            "name": "tRNA (adenine-N1-)-methyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016429",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 33781,
            "identifier": "GO:0019747",
            "identifier_type": "str",
            "name": "regulation of isoprenoid metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019747",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33782,
            "identifier": "4817",
            "identifier_type": "int",
            "name": "NIT1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4817",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "nitrilase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 33783,
            "identifier": "7565",
            "identifier_type": "int",
            "name": "ZNF17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7565",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 33784,
            "identifier": "C0240521",
            "identifier_type": "str",
            "name": "Nipple tenderness",
            "properties": {
                "url": "http://identifiers.org/umls/C0240521",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 33785,
            "identifier": "54855",
            "identifier_type": "int",
            "name": "FAM46C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54855",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "family with sequence similarity 46, member C"
            },
            "metanode": "Gene"
        },
        {
            "id": 33786,
            "identifier": "105369243",
            "identifier_type": "int",
            "name": "LOC105369243",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105369243",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "sulfotransferase 1A3-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 33787,
            "identifier": "GO:0003278",
            "identifier_type": "str",
            "name": "apoptotic process involved in heart morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003278",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33788,
            "identifier": "GO:1904683",
            "identifier_type": "str",
            "name": "regulation of metalloendopeptidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904683",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33789,
            "identifier": "GO:0052805",
            "identifier_type": "str",
            "name": "imidazole-containing compound catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052805",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33790,
            "identifier": "GO:0098501",
            "identifier_type": "str",
            "name": "polynucleotide dephosphorylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098501",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 33791,
            "identifier": "754",
            "identifier_type": "int",
            "name": "PTTG1IP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/754",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "pituitary tumor-transforming 1 interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 33792,
            "identifier": "9261",
            "identifier_type": "int",
            "name": "MAPKAPK2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9261",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "mitogen-activated protein kinase-activated protein kinase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 33793,
            "identifier": "59283",
            "identifier_type": "int",
            "name": "CACNG8",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59283",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "calcium channel, voltage-dependent, gamma subunit 8"
            },
            "metanode": "Gene"
        },
        {
            "id": 33794,
            "identifier": "PC7_6616",
            "identifier_type": "str",
            "name": "Prolactin receptor signaling",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        }
    ]
}