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=37900
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=37925",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=37875",
    "results": [
        {
            "id": 37896,
            "identifier": "65109",
            "identifier_type": "int",
            "name": "UPF3B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/65109",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "UPF3 regulator of nonsense transcripts homolog B (yeast)"
            },
            "metanode": "Gene"
        },
        {
            "id": 37897,
            "identifier": "GO:0070200",
            "identifier_type": "str",
            "name": "establishment of protein localization to telomere",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070200",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37898,
            "identifier": "GO:0003422",
            "identifier_type": "str",
            "name": "growth plate cartilage morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003422",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37899,
            "identifier": "1028",
            "identifier_type": "int",
            "name": "CDKN1C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1028",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "cyclin-dependent kinase inhibitor 1C (p57, Kip2)"
            },
            "metanode": "Gene"
        },
        {
            "id": 37900,
            "identifier": "140735",
            "identifier_type": "int",
            "name": "DYNLL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140735",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "dynein, light chain, LC8-type 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 37901,
            "identifier": "441168",
            "identifier_type": "int",
            "name": "FAM26F",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441168",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "family with sequence similarity 26, member F"
            },
            "metanode": "Gene"
        },
        {
            "id": 37902,
            "identifier": "GO:0015218",
            "identifier_type": "str",
            "name": "pyrimidine nucleotide transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015218",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 37903,
            "identifier": "GO:0002262",
            "identifier_type": "str",
            "name": "myeloid cell homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002262",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37904,
            "identifier": "GO:0070578",
            "identifier_type": "str",
            "name": "RISC-loading complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070578",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 37905,
            "identifier": "GO:0043171",
            "identifier_type": "str",
            "name": "peptide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043171",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37906,
            "identifier": "GO:0001907",
            "identifier_type": "str",
            "name": "killing by symbiont of host cells",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001907",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37907,
            "identifier": "GO:0033209",
            "identifier_type": "str",
            "name": "tumor necrosis factor-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033209",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37908,
            "identifier": "80833",
            "identifier_type": "int",
            "name": "APOL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80833",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "apolipoprotein L, 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 37909,
            "identifier": "C1167750",
            "identifier_type": "str",
            "name": "Hoigne's syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C1167750",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37910,
            "identifier": "GO:0022884",
            "identifier_type": "str",
            "name": "macromolecule transmembrane transporter activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0022884",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 37911,
            "identifier": "C0010418",
            "identifier_type": "str",
            "name": "Cryptosporidiosis infection",
            "properties": {
                "url": "http://identifiers.org/umls/C0010418",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 37912,
            "identifier": "GO:2001225",
            "identifier_type": "str",
            "name": "regulation of chloride transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001225",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37913,
            "identifier": "GO:0008299",
            "identifier_type": "str",
            "name": "isoprenoid biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008299",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37914,
            "identifier": "PC7_2103",
            "identifier_type": "str",
            "name": "Biotin transport and metabolism",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 37915,
            "identifier": "4435",
            "identifier_type": "int",
            "name": "CITED1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4435",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "Cbp/p300-interacting transactivator, with Glu/Asp-rich carboxy-terminal domain, 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 37916,
            "identifier": "GO:0071288",
            "identifier_type": "str",
            "name": "cellular response to mercury ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071288",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37917,
            "identifier": "GO:0034154",
            "identifier_type": "str",
            "name": "toll-like receptor 7 signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034154",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37918,
            "identifier": "105374620",
            "identifier_type": "int",
            "name": "LOC105374620",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105374620",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "uncharacterized LOC105374620"
            },
            "metanode": "Gene"
        },
        {
            "id": 37919,
            "identifier": "GO:2000822",
            "identifier_type": "str",
            "name": "regulation of behavioral fear response",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000822",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 37920,
            "identifier": "GO:0033122",
            "identifier_type": "str",
            "name": "negative regulation of purine nucleotide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033122",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}