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=12150
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=12175",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=12125",
    "results": [
        {
            "id": 12141,
            "identifier": "PC7_8274",
            "identifier_type": "str",
            "name": "Thyroxine biosynthesis",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12142,
            "identifier": "23126",
            "identifier_type": "int",
            "name": "POGZ",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23126",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "pogo transposable element with ZNF domain"
            },
            "metanode": "Gene"
        },
        {
            "id": 12143,
            "identifier": "GO:1904063",
            "identifier_type": "str",
            "name": "negative regulation of cation transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904063",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12498,
            "identifier": "C0040441",
            "identifier_type": "str",
            "name": "Tooth fracture",
            "properties": {
                "url": "http://identifiers.org/umls/C0040441",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12144,
            "identifier": "7484",
            "identifier_type": "int",
            "name": "WNT9B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/7484",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "wingless-type MMTV integration site family, member 9B"
            },
            "metanode": "Gene"
        },
        {
            "id": 12145,
            "identifier": "GO:0006885",
            "identifier_type": "str",
            "name": "regulation of pH",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006885",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12146,
            "identifier": "GO:0048873",
            "identifier_type": "str",
            "name": "homeostasis of number of cells within a tissue",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048873",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12147,
            "identifier": "GO:0072284",
            "identifier_type": "str",
            "name": "metanephric S-shaped body morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072284",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12148,
            "identifier": "GO:0098801",
            "identifier_type": "str",
            "name": "regulation of renal system process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0098801",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12149,
            "identifier": "79412",
            "identifier_type": "int",
            "name": "KREMEN2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79412",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "kringle containing transmembrane protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 12150,
            "identifier": "340895",
            "identifier_type": "int",
            "name": "MALRD1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340895",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "MAM and LDL receptor class A domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 12151,
            "identifier": "545",
            "identifier_type": "int",
            "name": "ATR",
            "properties": {
                "url": "http://identifiers.org/ncbigene/545",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "ATR serine/threonine kinase"
            },
            "metanode": "Gene"
        },
        {
            "id": 12152,
            "identifier": "9308",
            "identifier_type": "int",
            "name": "CD83",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9308",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "CD83 molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 12153,
            "identifier": "UBERON:0002405",
            "identifier_type": "str",
            "name": "immune system",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0002405",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D007107"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 12154,
            "identifier": "GO:0043585",
            "identifier_type": "str",
            "name": "nose morphogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043585",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 12155,
            "identifier": "GO:0043130",
            "identifier_type": "str",
            "name": "ubiquitin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043130",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 12156,
            "identifier": "PC7_8346",
            "identifier_type": "str",
            "name": "Transport of Mature mRNAs Derived from Intronless Transcripts",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 12157,
            "identifier": "27147",
            "identifier_type": "int",
            "name": "DENND2A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/27147",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "DENN/MADD domain containing 2A"
            },
            "metanode": "Gene"
        },
        {
            "id": 12158,
            "identifier": "3142",
            "identifier_type": "int",
            "name": "HLX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3142",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "H2.0-like homeobox"
            },
            "metanode": "Gene"
        },
        {
            "id": 12159,
            "identifier": "57703",
            "identifier_type": "int",
            "name": "CWC22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57703",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "CWC22 spliceosome-associated protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 12160,
            "identifier": "C0854524",
            "identifier_type": "str",
            "name": "Peridiverticular abscess",
            "properties": {
                "url": "http://identifiers.org/umls/C0854524",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 12161,
            "identifier": "342510",
            "identifier_type": "int",
            "name": "CD300E",
            "properties": {
                "url": "http://identifiers.org/ncbigene/342510",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "CD300e molecule"
            },
            "metanode": "Gene"
        },
        {
            "id": 12162,
            "identifier": "DB06210",
            "identifier_type": "str",
            "name": "Eltrombopag",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06210",
                "inchi": "InChI=1S/C25H22N4O4/c1-14-10-11-19(12-15(14)2)29-24(31)22(16(3)28-29)27-26-21-9-5-8-20(23(21)30)17-6-4-7-18(13-17)25(32)33/h4-13,26,30H,1-3H3,(H,32,33)/b27-22-",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=XDXWLKQMMKQXPV-QYQHSDTDSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 12163,
            "identifier": "GO:0050405",
            "identifier_type": "str",
            "name": "[acetyl-CoA carboxylase] kinase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050405",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 12164,
            "identifier": "GO:1901678",
            "identifier_type": "str",
            "name": "iron coordination entity transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1901678",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}