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=42450
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=42475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=42425",
    "results": [
        {
            "id": 42447,
            "identifier": "GO:0016264",
            "identifier_type": "str",
            "name": "gap junction assembly",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016264",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42448,
            "identifier": "C0340952",
            "identifier_type": "str",
            "name": "Secondary anemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0340952",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42449,
            "identifier": "389289",
            "identifier_type": "int",
            "name": "ANXA2R",
            "properties": {
                "url": "http://identifiers.org/ncbigene/389289",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "annexin A2 receptor"
            },
            "metanode": "Gene"
        },
        {
            "id": 42450,
            "identifier": "GO:0006426",
            "identifier_type": "str",
            "name": "glycyl-tRNA aminoacylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006426",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42451,
            "identifier": "2352",
            "identifier_type": "int",
            "name": "FOLR3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2352",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "folate receptor 3 (gamma)"
            },
            "metanode": "Gene"
        },
        {
            "id": 42452,
            "identifier": "C0423701",
            "identifier_type": "str",
            "name": "Urinary tract pain",
            "properties": {
                "url": "http://identifiers.org/umls/C0423701",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 42453,
            "identifier": "GO:0006304",
            "identifier_type": "str",
            "name": "DNA modification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006304",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42454,
            "identifier": "WP2849_r84764",
            "identifier_type": "str",
            "name": "Hematopoietic Stem Cell Differentiation",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP2849_r84764",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 42455,
            "identifier": "GO:0006303",
            "identifier_type": "str",
            "name": "double-strand break repair via nonhomologous end joining",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006303",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42456,
            "identifier": "GO:0019814",
            "identifier_type": "str",
            "name": "immunoglobulin complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019814",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 42457,
            "identifier": "54843",
            "identifier_type": "int",
            "name": "SYTL2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54843",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "synaptotagmin-like 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 42458,
            "identifier": "115811",
            "identifier_type": "int",
            "name": "IQCD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/115811",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "IQ motif containing D"
            },
            "metanode": "Gene"
        },
        {
            "id": 42459,
            "identifier": "GO:1901379",
            "identifier_type": "str",
            "name": "regulation of potassium ion transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901379",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42460,
            "identifier": "GO:0044691",
            "identifier_type": "str",
            "name": "tooth eruption",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0044691",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42461,
            "identifier": "7402",
            "identifier_type": "int",
            "name": "UTRN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7402",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "utrophin"
            },
            "metanode": "Gene"
        },
        {
            "id": 42462,
            "identifier": "GO:0030908",
            "identifier_type": "str",
            "name": "protein splicing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030908",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42465,
            "identifier": "26127",
            "identifier_type": "int",
            "name": "FGFR1OP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/26127",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "FGFR1 oncogene partner 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 42466,
            "identifier": "1978",
            "identifier_type": "int",
            "name": "EIF4EBP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1978",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "eukaryotic translation initiation factor 4E binding protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 42467,
            "identifier": "64288",
            "identifier_type": "int",
            "name": "ZSCAN31",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64288",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "zinc finger and SCAN domain containing 31"
            },
            "metanode": "Gene"
        },
        {
            "id": 42468,
            "identifier": "GO:0038031",
            "identifier_type": "str",
            "name": "non-canonical Wnt signaling pathway via JNK cascade",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0038031",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42469,
            "identifier": "5540",
            "identifier_type": "int",
            "name": "NPY4R",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5540",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "neuropeptide Y receptor Y4"
            },
            "metanode": "Gene"
        },
        {
            "id": 42470,
            "identifier": "GO:0072313",
            "identifier_type": "str",
            "name": "metanephric glomerular epithelial cell development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072313",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 42471,
            "identifier": "79839",
            "identifier_type": "int",
            "name": "CCDC102B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79839",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "coiled-coil domain containing 102B"
            },
            "metanode": "Gene"
        },
        {
            "id": 42472,
            "identifier": "8970",
            "identifier_type": "int",
            "name": "HIST1H2BJ",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8970",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "histone cluster 1, H2bj"
            },
            "metanode": "Gene"
        },
        {
            "id": 42473,
            "identifier": "GO:0071847",
            "identifier_type": "str",
            "name": "TNFSF11-mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071847",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}