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=35050
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=35075",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=35025",
    "results": [
        {
            "id": 35046,
            "identifier": "GO:0004844",
            "identifier_type": "str",
            "name": "uracil DNA N-glycosylase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004844",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35047,
            "identifier": "GO:0016453",
            "identifier_type": "str",
            "name": "C-acetyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016453",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35048,
            "identifier": "GO:0071546",
            "identifier_type": "str",
            "name": "pi-body",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071546",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 35049,
            "identifier": "9725",
            "identifier_type": "int",
            "name": "TMEM63A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9725",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "transmembrane protein 63A"
            },
            "metanode": "Gene"
        },
        {
            "id": 35050,
            "identifier": "284186",
            "identifier_type": "int",
            "name": "TMEM105",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284186",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "transmembrane protein 105"
            },
            "metanode": "Gene"
        },
        {
            "id": 35051,
            "identifier": "GO:0070489",
            "identifier_type": "str",
            "name": "T cell aggregation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070489",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35052,
            "identifier": "3559",
            "identifier_type": "int",
            "name": "IL2RA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3559",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "interleukin 2 receptor, alpha"
            },
            "metanode": "Gene"
        },
        {
            "id": 35053,
            "identifier": "GO:0090286",
            "identifier_type": "str",
            "name": "cytoskeletal anchoring at nuclear membrane",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090286",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35054,
            "identifier": "GO:0051881",
            "identifier_type": "str",
            "name": "regulation of mitochondrial membrane potential",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051881",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35055,
            "identifier": "122042",
            "identifier_type": "int",
            "name": "RXFP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/122042",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "relaxin/insulin-like family peptide receptor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 35056,
            "identifier": "GO:0052745",
            "identifier_type": "str",
            "name": "inositol phosphate phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0052745",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35057,
            "identifier": "GO:0010922",
            "identifier_type": "str",
            "name": "positive regulation of phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010922",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35058,
            "identifier": "10423",
            "identifier_type": "int",
            "name": "CDIPT",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10423",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "CDP-diacylglycerol--inositol 3-phosphatidyltransferase"
            },
            "metanode": "Gene"
        },
        {
            "id": 35059,
            "identifier": "GO:1900194",
            "identifier_type": "str",
            "name": "negative regulation of oocyte maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900194",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35060,
            "identifier": "PC7_6097",
            "identifier_type": "str",
            "name": "PAOs oxidise polyamines to amines",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 35061,
            "identifier": "UBERON:0001231",
            "identifier_type": "str",
            "name": "nephron tubule",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001231",
                "bto_id": "BTO:0000343",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D007684"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 35062,
            "identifier": "GO:0005875",
            "identifier_type": "str",
            "name": "microtubule associated complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005875",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 35063,
            "identifier": "GO:0031931",
            "identifier_type": "str",
            "name": "TORC1 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031931",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 35064,
            "identifier": "4241",
            "identifier_type": "int",
            "name": "MFI2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4241",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "antigen p97 (melanoma associated) identified by monoclonal antibodies 133.2 and 96.5"
            },
            "metanode": "Gene"
        },
        {
            "id": 35065,
            "identifier": "GO:0042063",
            "identifier_type": "str",
            "name": "gliogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042063",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 35066,
            "identifier": "C0042749",
            "identifier_type": "str",
            "name": "Viraemia",
            "properties": {
                "url": "http://identifiers.org/umls/C0042749",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 35067,
            "identifier": "101927763",
            "identifier_type": "int",
            "name": "LOC101927763",
            "properties": {
                "url": "http://identifiers.org/ncbigene/101927763",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactomedin-4-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 35068,
            "identifier": "GO:0018024",
            "identifier_type": "str",
            "name": "histone-lysine N-methyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018024",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 35069,
            "identifier": "6710",
            "identifier_type": "int",
            "name": "SPTB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6710",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "spectrin, beta, erythrocytic"
            },
            "metanode": "Gene"
        },
        {
            "id": 35070,
            "identifier": "GO:0032350",
            "identifier_type": "str",
            "name": "regulation of hormone metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032350",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}