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=575
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=600",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=550",
    "results": [
        {
            "id": 573,
            "identifier": "C0853087",
            "identifier_type": "str",
            "name": "Nail abnormality NOS",
            "properties": {
                "url": "http://identifiers.org/umls/C0853087",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 574,
            "identifier": "GO:0032106",
            "identifier_type": "str",
            "name": "positive regulation of response to extracellular stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032106",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 575,
            "identifier": "25823",
            "identifier_type": "int",
            "name": "TPSG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/25823",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "tryptase gamma 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 576,
            "identifier": "GO:2000048",
            "identifier_type": "str",
            "name": "negative regulation of cell-cell adhesion mediated by cadherin",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2000048",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 577,
            "identifier": "55365",
            "identifier_type": "int",
            "name": "TMEM176A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55365",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "transmembrane protein 176A"
            },
            "metanode": "Gene"
        },
        {
            "id": 578,
            "identifier": "GO:0010536",
            "identifier_type": "str",
            "name": "positive regulation of activation of Janus kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010536",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 579,
            "identifier": "GO:0030808",
            "identifier_type": "str",
            "name": "regulation of nucleotide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030808",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 580,
            "identifier": "GO:0007343",
            "identifier_type": "str",
            "name": "egg activation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007343",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 581,
            "identifier": "GO:0060173",
            "identifier_type": "str",
            "name": "limb development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060173",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 582,
            "identifier": "N0000178478",
            "identifier_type": "str",
            "name": "Increased Blood Pressure",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000178478",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Physiologic Effect"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 583,
            "identifier": "4015",
            "identifier_type": "int",
            "name": "LOX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4015",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "lysyl oxidase"
            },
            "metanode": "Gene"
        },
        {
            "id": 584,
            "identifier": "8666",
            "identifier_type": "int",
            "name": "EIF3G",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8666",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "eukaryotic translation initiation factor 3, subunit G"
            },
            "metanode": "Gene"
        },
        {
            "id": 585,
            "identifier": "GO:1902430",
            "identifier_type": "str",
            "name": "negative regulation of beta-amyloid formation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902430",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 586,
            "identifier": "PC7_6950",
            "identifier_type": "str",
            "name": "Retrograde neurotrophin signalling",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 587,
            "identifier": "PC7_4063",
            "identifier_type": "str",
            "name": "GRB2:SOS provides linkage to MAPK signaling for Integrins",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 588,
            "identifier": "105373442",
            "identifier_type": "int",
            "name": "LOC105373442",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105373442",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "basic proline-rich protein-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 589,
            "identifier": "284254",
            "identifier_type": "int",
            "name": "DYNAP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/284254",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "dynactin associated protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 590,
            "identifier": "11135",
            "identifier_type": "int",
            "name": "CDC42EP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/11135",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "CDC42 effector protein (Rho GTPase binding) 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 591,
            "identifier": "GO:0021987",
            "identifier_type": "str",
            "name": "cerebral cortex development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021987",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 592,
            "identifier": "28974",
            "identifier_type": "int",
            "name": "C19orf53",
            "properties": {
                "url": "http://identifiers.org/ncbigene/28974",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "chromosome 19 open reading frame 53"
            },
            "metanode": "Gene"
        },
        {
            "id": 593,
            "identifier": "4953",
            "identifier_type": "int",
            "name": "ODC1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4953",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "ornithine decarboxylase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 594,
            "identifier": "54991",
            "identifier_type": "int",
            "name": "C1orf159",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54991",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "chromosome 1 open reading frame 159"
            },
            "metanode": "Gene"
        },
        {
            "id": 595,
            "identifier": "C0221742",
            "identifier_type": "str",
            "name": "Serum sickness-like reaction",
            "properties": {
                "url": "http://identifiers.org/umls/C0221742",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 596,
            "identifier": "GO:0010828",
            "identifier_type": "str",
            "name": "positive regulation of glucose transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010828",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 597,
            "identifier": "255394",
            "identifier_type": "int",
            "name": "TCP11L2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/255394",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "t-complex 11, testis-specific-like 2"
            },
            "metanode": "Gene"
        }
    ]
}