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=6450
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=6475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=6425",
    "results": [
        {
            "id": 6440,
            "identifier": "GO:0010469",
            "identifier_type": "str",
            "name": "regulation of receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010469",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6441,
            "identifier": "PC7_4727",
            "identifier_type": "str",
            "name": "Influenza Infection",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 6442,
            "identifier": "C0024437",
            "identifier_type": "str",
            "name": "Macular degeneration",
            "properties": {
                "url": "http://identifiers.org/umls/C0024437",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6443,
            "identifier": "342096",
            "identifier_type": "int",
            "name": "GOLGA6A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/342096",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "golgin A6 family, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 6444,
            "identifier": "121227",
            "identifier_type": "int",
            "name": "LRIG3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/121227",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "leucine-rich repeats and immunoglobulin-like domains 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6445,
            "identifier": "3738",
            "identifier_type": "int",
            "name": "KCNA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3738",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "potassium channel, voltage gated shaker related subfamily A, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 6446,
            "identifier": "C0003467",
            "identifier_type": "str",
            "name": "Anxiety",
            "properties": {
                "url": "http://identifiers.org/umls/C0003467",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6447,
            "identifier": "5197",
            "identifier_type": "int",
            "name": "PF4V1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5197",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "platelet factor 4 variant 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6448,
            "identifier": "66037",
            "identifier_type": "int",
            "name": "BOLL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/66037",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "boule-like RNA-binding protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 6449,
            "identifier": "374977",
            "identifier_type": "int",
            "name": "MROH7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/374977",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "maestro heat-like repeat family member 7"
            },
            "metanode": "Gene"
        },
        {
            "id": 6450,
            "identifier": "23164",
            "identifier_type": "int",
            "name": "MPRIP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23164",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "myosin phosphatase Rho interacting protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 6451,
            "identifier": "GO:0009880",
            "identifier_type": "str",
            "name": "embryonic pattern specification",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009880",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6452,
            "identifier": "GO:0035067",
            "identifier_type": "str",
            "name": "negative regulation of histone acetylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035067",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6453,
            "identifier": "441933",
            "identifier_type": "int",
            "name": "OR13G1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/441933",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "olfactory receptor, family 13, subfamily G, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 6454,
            "identifier": "GO:0014742",
            "identifier_type": "str",
            "name": "positive regulation of muscle hypertrophy",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0014742",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6455,
            "identifier": "GO:0032103",
            "identifier_type": "str",
            "name": "positive regulation of response to external stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032103",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6456,
            "identifier": "N0000008479",
            "identifier_type": "str",
            "name": "Decreased Cell Wall Synthesis & Repair",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000008479",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Physiologic Effect"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 6457,
            "identifier": "C0341047",
            "identifier_type": "str",
            "name": "Parotid gland enlargement",
            "properties": {
                "url": "http://identifiers.org/umls/C0341047",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6458,
            "identifier": "C1167732",
            "identifier_type": "str",
            "name": "Pleuropericarditis",
            "properties": {
                "url": "http://identifiers.org/umls/C1167732",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 6459,
            "identifier": "151393",
            "identifier_type": "int",
            "name": "RMDN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/151393",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "regulator of microtubule dynamics 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 6460,
            "identifier": "727",
            "identifier_type": "int",
            "name": "C5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/727",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "complement component 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 6461,
            "identifier": "9218",
            "identifier_type": "int",
            "name": "VAPA",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9218",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "VAMP (vesicle-associated membrane protein)-associated protein A, 33kDa"
            },
            "metanode": "Gene"
        },
        {
            "id": 6462,
            "identifier": "GO:0002069",
            "identifier_type": "str",
            "name": "columnar/cuboidal epithelial cell maturation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0002069",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 6463,
            "identifier": "319101",
            "identifier_type": "int",
            "name": "KRT73",
            "properties": {
                "url": "http://identifiers.org/ncbigene/319101",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "keratin 73, type II"
            },
            "metanode": "Gene"
        },
        {
            "id": 6464,
            "identifier": "C0154841",
            "identifier_type": "str",
            "name": "Central retinal vein occlusion",
            "properties": {
                "url": "http://identifiers.org/umls/C0154841",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        }
    ]
}