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=13250
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=13275",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=13225",
    "results": [
        {
            "id": 13240,
            "identifier": "53916",
            "identifier_type": "int",
            "name": "RAB4B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/53916",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "RAB4B, member RAS oncogene family"
            },
            "metanode": "Gene"
        },
        {
            "id": 13241,
            "identifier": "84456",
            "identifier_type": "int",
            "name": "L3MBTL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84456",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "l(3)mbt-like 3 (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 13242,
            "identifier": "200030",
            "identifier_type": "int",
            "name": "NBPF11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/200030",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "neuroblastoma breakpoint family, member 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 13243,
            "identifier": "114884",
            "identifier_type": "int",
            "name": "OSBPL10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/114884",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "oxysterol binding protein-like 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 13244,
            "identifier": "GO:1902995",
            "identifier_type": "str",
            "name": "positive regulation of phospholipid efflux",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902995",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13245,
            "identifier": "GO:0009151",
            "identifier_type": "str",
            "name": "purine deoxyribonucleotide metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009151",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13246,
            "identifier": "GO:0035004",
            "identifier_type": "str",
            "name": "phosphatidylinositol 3-kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035004",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13247,
            "identifier": "337966",
            "identifier_type": "int",
            "name": "KRTAP6-1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/337966",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "keratin associated protein 6-1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13356,
            "identifier": "GO:0034235",
            "identifier_type": "str",
            "name": "GPI anchor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034235",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13248,
            "identifier": "DB00761",
            "identifier_type": "str",
            "name": "Potassium Chloride",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00761",
                "inchi": "InChI=1S/ClH.K/h1H;/q;+1/p-1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=WCUXLLCKKVVCTQ-UHFFFAOYSA-M"
            },
            "metanode": "Compound"
        },
        {
            "id": 13249,
            "identifier": "1051",
            "identifier_type": "int",
            "name": "CEBPB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1051",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "CCAAT/enhancer binding protein (C/EBP), beta"
            },
            "metanode": "Gene"
        },
        {
            "id": 13250,
            "identifier": "140886",
            "identifier_type": "int",
            "name": "PABPC5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/140886",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "poly(A) binding protein, cytoplasmic 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 13251,
            "identifier": "51073",
            "identifier_type": "int",
            "name": "MRPL4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51073",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "mitochondrial ribosomal protein L4"
            },
            "metanode": "Gene"
        },
        {
            "id": 13252,
            "identifier": "GO:0033084",
            "identifier_type": "str",
            "name": "regulation of immature T cell proliferation in thymus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033084",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13253,
            "identifier": "340547",
            "identifier_type": "int",
            "name": "VSIG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340547",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "V-set and immunoglobulin domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13254,
            "identifier": "GO:0031346",
            "identifier_type": "str",
            "name": "positive regulation of cell projection organization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031346",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13255,
            "identifier": "GO:2000018",
            "identifier_type": "str",
            "name": "regulation of male gonad development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000018",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13256,
            "identifier": "GO:0072237",
            "identifier_type": "str",
            "name": "metanephric proximal tubule development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072237",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13257,
            "identifier": "80856",
            "identifier_type": "int",
            "name": "KIAA1715",
            "properties": {
                "url": "http://identifiers.org/ncbigene/80856",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "KIAA1715"
            },
            "metanode": "Gene"
        },
        {
            "id": 13258,
            "identifier": "C1328552",
            "identifier_type": "str",
            "name": "Extrapulmonary pneumocystosis",
            "properties": {
                "url": "http://identifiers.org/umls/C1328552",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13259,
            "identifier": "152687",
            "identifier_type": "int",
            "name": "ZNF595",
            "properties": {
                "url": "http://identifiers.org/ncbigene/152687",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "zinc finger protein 595"
            },
            "metanode": "Gene"
        },
        {
            "id": 13260,
            "identifier": "6101",
            "identifier_type": "int",
            "name": "RP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6101",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "retinitis pigmentosa 1 (autosomal dominant)"
            },
            "metanode": "Gene"
        },
        {
            "id": 13261,
            "identifier": "C0235972",
            "identifier_type": "str",
            "name": "Retinal deposits",
            "properties": {
                "url": "http://identifiers.org/umls/C0235972",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13262,
            "identifier": "91074",
            "identifier_type": "int",
            "name": "ANKRD30A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/91074",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "ankyrin repeat domain 30A"
            },
            "metanode": "Gene"
        },
        {
            "id": 13263,
            "identifier": "C0014724",
            "identifier_type": "str",
            "name": "Eructation",
            "properties": {
                "url": "http://identifiers.org/umls/C0014724",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}