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=32825
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=32850",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=32800",
    "results": [
        {
            "id": 32818,
            "identifier": "GO:0035859",
            "identifier_type": "str",
            "name": "Seh1-associated complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035859",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 32819,
            "identifier": "283237",
            "identifier_type": "int",
            "name": "TTC9C",
            "properties": {
                "url": "http://identifiers.org/ncbigene/283237",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "tetratricopeptide repeat domain 9C"
            },
            "metanode": "Gene"
        },
        {
            "id": 32820,
            "identifier": "1460",
            "identifier_type": "int",
            "name": "CSNK2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1460",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "casein kinase 2, beta polypeptide"
            },
            "metanode": "Gene"
        },
        {
            "id": 32821,
            "identifier": "10223",
            "identifier_type": "int",
            "name": "GPA33",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10223",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "glycoprotein A33 (transmembrane)"
            },
            "metanode": "Gene"
        },
        {
            "id": 32822,
            "identifier": "GO:1901894",
            "identifier_type": "str",
            "name": "regulation of calcium-transporting ATPase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901894",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32823,
            "identifier": "D057768",
            "identifier_type": "str",
            "name": "Infantile Apparent Life-Threatening Event",
            "properties": {
                "url": "http://identifiers.org/mesh/D057768",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 32824,
            "identifier": "105379650",
            "identifier_type": "int",
            "name": "LOC105379650",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105379650",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "killer cell immunoglobulin-like receptor 2DS1"
            },
            "metanode": "Gene"
        },
        {
            "id": 32825,
            "identifier": "GO:0043324",
            "identifier_type": "str",
            "name": "pigment metabolic process involved in developmental pigmentation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043324",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32826,
            "identifier": "100289635",
            "identifier_type": "int",
            "name": "ZNF605",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100289635",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "zinc finger protein 605"
            },
            "metanode": "Gene"
        },
        {
            "id": 32827,
            "identifier": "4041",
            "identifier_type": "int",
            "name": "LRP5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4041",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "low density lipoprotein receptor-related protein 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 32828,
            "identifier": "8452",
            "identifier_type": "int",
            "name": "CUL3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8452",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "cullin 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 32829,
            "identifier": "49855",
            "identifier_type": "int",
            "name": "SCAPER",
            "properties": {
                "url": "http://identifiers.org/ncbigene/49855",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "S-phase cyclin A-associated protein in the ER"
            },
            "metanode": "Gene"
        },
        {
            "id": 32830,
            "identifier": "WP1530_r84694",
            "identifier_type": "str",
            "name": "miRNA Regulation of DNA Damage Response",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP1530_r84694",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 32831,
            "identifier": "105373356",
            "identifier_type": "int",
            "name": "LOC105373356",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105373356",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "uncharacterized LOC105373356"
            },
            "metanode": "Gene"
        },
        {
            "id": 32832,
            "identifier": "C0234935",
            "identifier_type": "str",
            "name": "Acute urticaria",
            "properties": {
                "url": "http://identifiers.org/umls/C0234935",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32833,
            "identifier": "10905",
            "identifier_type": "int",
            "name": "MAN1A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10905",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "mannosidase, alpha, class 1A, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 32834,
            "identifier": "GO:0031293",
            "identifier_type": "str",
            "name": "membrane protein intracellular domain proteolysis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031293",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32835,
            "identifier": "GO:0019706",
            "identifier_type": "str",
            "name": "protein-cysteine S-palmitoyltransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019706",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 32836,
            "identifier": "GO:0043508",
            "identifier_type": "str",
            "name": "negative regulation of JUN kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043508",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32837,
            "identifier": "GO:0030297",
            "identifier_type": "str",
            "name": "transmembrane receptor protein tyrosine kinase activator activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030297",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 32838,
            "identifier": "4739",
            "identifier_type": "int",
            "name": "NEDD9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4739",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "neural precursor cell expressed, developmentally down-regulated 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 32839,
            "identifier": "GO:0071725",
            "identifier_type": "str",
            "name": "response to triacyl bacterial lipopeptide",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071725",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32840,
            "identifier": "C0020510",
            "identifier_type": "str",
            "name": "Nodular regenerative hyperplasia",
            "properties": {
                "url": "http://identifiers.org/umls/C0020510",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32841,
            "identifier": "85317",
            "identifier_type": "int",
            "name": "BAGE4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/85317",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "B melanoma antigen family, member 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 32842,
            "identifier": "GO:0035022",
            "identifier_type": "str",
            "name": "positive regulation of Rac protein signal transduction",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035022",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}