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=24950
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=24975",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=24925",
    "results": [
        {
            "id": 24944,
            "identifier": "WP712_r78491",
            "identifier_type": "str",
            "name": "Estrogen signaling pathway",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP712_r78491",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 24945,
            "identifier": "C0855775",
            "identifier_type": "str",
            "name": "Pulmonary function test decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0855775",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24946,
            "identifier": "GO:0005070",
            "identifier_type": "str",
            "name": "SH3/SH2 adaptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005070",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24947,
            "identifier": "GO:1900191",
            "identifier_type": "str",
            "name": "negative regulation of single-species biofilm formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1900191",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24948,
            "identifier": "GO:0035473",
            "identifier_type": "str",
            "name": "lipase binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035473",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 24949,
            "identifier": "GO:0003264",
            "identifier_type": "str",
            "name": "regulation of cardioblast proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003264",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24950,
            "identifier": "220869",
            "identifier_type": "int",
            "name": "CBWD5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/220869",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "COBW domain containing 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 24951,
            "identifier": "C0872380",
            "identifier_type": "str",
            "name": "Food craving",
            "properties": {
                "url": "http://identifiers.org/umls/C0872380",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24952,
            "identifier": "4212",
            "identifier_type": "int",
            "name": "MEIS2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4212",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "Meis homeobox 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 24953,
            "identifier": "169792",
            "identifier_type": "int",
            "name": "GLIS3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/169792",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "GLIS family zinc finger 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 24954,
            "identifier": "266667",
            "identifier_type": "int",
            "name": "TAS2R37",
            "properties": {
                "url": "http://identifiers.org/ncbigene/266667",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "taste receptor, type 2, member 37"
            },
            "metanode": "Gene"
        },
        {
            "id": 24955,
            "identifier": "30814",
            "identifier_type": "int",
            "name": "PLA2G2E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/30814",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "phospholipase A2, group IIE"
            },
            "metanode": "Gene"
        },
        {
            "id": 24956,
            "identifier": "GO:0031074",
            "identifier_type": "str",
            "name": "nucleocytoplasmic shuttling complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031074",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 24957,
            "identifier": "54545",
            "identifier_type": "int",
            "name": "MTMR12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54545",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "myotubularin related protein 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 24958,
            "identifier": "D002832",
            "identifier_type": "str",
            "name": "Choroid Hemorrhage",
            "properties": {
                "url": "http://identifiers.org/mesh/D002832",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 24959,
            "identifier": "100286963",
            "identifier_type": "int",
            "name": "DEFB109",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100286963",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "defensin, beta 109"
            },
            "metanode": "Gene"
        },
        {
            "id": 24960,
            "identifier": "GO:0032819",
            "identifier_type": "str",
            "name": "positive regulation of natural killer cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032819",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24961,
            "identifier": "1369",
            "identifier_type": "int",
            "name": "CPN1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1369",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "carboxypeptidase N, polypeptide 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 24962,
            "identifier": "C0159076",
            "identifier_type": "str",
            "name": "Choluria",
            "properties": {
                "url": "http://identifiers.org/umls/C0159076",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24963,
            "identifier": "C0578687",
            "identifier_type": "str",
            "name": "Sore eye",
            "properties": {
                "url": "http://identifiers.org/umls/C0578687",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24964,
            "identifier": "GO:1903047",
            "identifier_type": "str",
            "name": "mitotic cell cycle process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903047",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 24965,
            "identifier": "C0042721",
            "identifier_type": "str",
            "name": "Hepatitis viral",
            "properties": {
                "url": "http://identifiers.org/umls/C0042721",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 24966,
            "identifier": "105377819",
            "identifier_type": "int",
            "name": "LOC105377819",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105377819",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "uncharacterized LOC105377819"
            },
            "metanode": "Gene"
        },
        {
            "id": 24967,
            "identifier": "1540",
            "identifier_type": "int",
            "name": "CYLD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1540",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "cylindromatosis (turban tumor syndrome)"
            },
            "metanode": "Gene"
        },
        {
            "id": 24968,
            "identifier": "150280",
            "identifier_type": "int",
            "name": "HORMAD2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/150280",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "HORMA domain containing 2"
            },
            "metanode": "Gene"
        }
    ]
}