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=13150
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=13175",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=13125",
    "results": [
        {
            "id": 13140,
            "identifier": "GO:0060760",
            "identifier_type": "str",
            "name": "positive regulation of response to cytokine stimulus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060760",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13141,
            "identifier": "GO:0090202",
            "identifier_type": "str",
            "name": "gene looping",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0090202",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13142,
            "identifier": "GO:0010692",
            "identifier_type": "str",
            "name": "regulation of alkaline phosphatase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010692",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13143,
            "identifier": "6778",
            "identifier_type": "int",
            "name": "STAT6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6778",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "signal transducer and activator of transcription 6, interleukin-4 induced"
            },
            "metanode": "Gene"
        },
        {
            "id": 13144,
            "identifier": "GO:0005549",
            "identifier_type": "str",
            "name": "odorant binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005549",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 13145,
            "identifier": "C0235744",
            "identifier_type": "str",
            "name": "Breath holding",
            "properties": {
                "url": "http://identifiers.org/umls/C0235744",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13146,
            "identifier": "C0002631",
            "identifier_type": "str",
            "name": "Amniotic cavity infection",
            "properties": {
                "url": "http://identifiers.org/umls/C0002631",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13147,
            "identifier": "GO:0009113",
            "identifier_type": "str",
            "name": "purine nucleobase biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009113",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13148,
            "identifier": "388419",
            "identifier_type": "int",
            "name": "BTBD17",
            "properties": {
                "url": "http://identifiers.org/ncbigene/388419",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "BTB (POZ) domain containing 17"
            },
            "metanode": "Gene"
        },
        {
            "id": 13149,
            "identifier": "WP698_r79224",
            "identifier_type": "str",
            "name": "Glucuronidation",
            "properties": {
                "url": "http://www.wikipathways.org/instance/WP698_r79224",
                "source": "WikiPathways",
                "license": "CC BY 3.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 13150,
            "identifier": "1482",
            "identifier_type": "int",
            "name": "NKX2-5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1482",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "5",
                "description": "NK2 homeobox 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 13151,
            "identifier": "9989",
            "identifier_type": "int",
            "name": "PPP4R1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9989",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "18",
                "description": "protein phosphatase 4, regulatory subunit 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13152,
            "identifier": "C0003811",
            "identifier_type": "str",
            "name": "Arrhythmia",
            "properties": {
                "url": "http://identifiers.org/umls/C0003811",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 13153,
            "identifier": "GO:0070370",
            "identifier_type": "str",
            "name": "cellular heat acclimation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070370",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13154,
            "identifier": "DOID:175",
            "identifier_type": "str",
            "name": "vascular cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_175",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 13155,
            "identifier": "GO:0009208",
            "identifier_type": "str",
            "name": "pyrimidine ribonucleoside triphosphate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009208",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13156,
            "identifier": "401562",
            "identifier_type": "int",
            "name": "LCNL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/401562",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "lipocalin-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13157,
            "identifier": "GO:0015858",
            "identifier_type": "str",
            "name": "nucleoside transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0015858",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13158,
            "identifier": "GO:0071580",
            "identifier_type": "str",
            "name": "regulation of zinc ion transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071580",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13159,
            "identifier": "GO:1903052",
            "identifier_type": "str",
            "name": "positive regulation of proteolysis involved in cellular protein catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903052",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13160,
            "identifier": "2180",
            "identifier_type": "int",
            "name": "ACSL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/2180",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "acyl-CoA synthetase long-chain family member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13161,
            "identifier": "10815",
            "identifier_type": "int",
            "name": "CPLX1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10815",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "complexin 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 13162,
            "identifier": "GO:0016115",
            "identifier_type": "str",
            "name": "terpenoid catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0016115",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13163,
            "identifier": "GO:1903792",
            "identifier_type": "str",
            "name": "negative regulation of anion transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903792",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 13164,
            "identifier": "GO:0070546",
            "identifier_type": "str",
            "name": "L-phenylalanine aminotransferase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070546",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        }
    ]
}