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=34525
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=34550",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=34500",
    "results": [
        {
            "id": 34520,
            "identifier": "GO:0045656",
            "identifier_type": "str",
            "name": "negative regulation of monocyte differentiation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045656",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34521,
            "identifier": "399665",
            "identifier_type": "int",
            "name": "FAM102A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/399665",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "family with sequence similarity 102, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 34522,
            "identifier": "C0151747",
            "identifier_type": "str",
            "name": "Renal tubular disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0151747",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34523,
            "identifier": "6672",
            "identifier_type": "int",
            "name": "SP100",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6672",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "SP100 nuclear antigen"
            },
            "metanode": "Gene"
        },
        {
            "id": 34524,
            "identifier": "GO:0033270",
            "identifier_type": "str",
            "name": "paranode region of axon",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033270",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 34525,
            "identifier": "126074",
            "identifier_type": "int",
            "name": "SWSAP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/126074",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "SWIM-type zinc finger 7 associated protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 34526,
            "identifier": "C0003431",
            "identifier_type": "str",
            "name": "Antisocial personality disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0003431",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34527,
            "identifier": "C0086543",
            "identifier_type": "str",
            "name": "Cataract",
            "properties": {
                "url": "http://identifiers.org/umls/C0086543",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 34528,
            "identifier": "1153",
            "identifier_type": "int",
            "name": "CIRBP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1153",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "cold inducible RNA binding protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 34529,
            "identifier": "9788",
            "identifier_type": "int",
            "name": "MTSS1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9788",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "metastasis suppressor 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 34530,
            "identifier": "200958",
            "identifier_type": "int",
            "name": "MUC20",
            "properties": {
                "url": "http://identifiers.org/ncbigene/200958",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "mucin 20, cell surface associated"
            },
            "metanode": "Gene"
        },
        {
            "id": 34531,
            "identifier": "GO:0042631",
            "identifier_type": "str",
            "name": "cellular response to water deprivation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042631",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34532,
            "identifier": "GO:0019948",
            "identifier_type": "str",
            "name": "SUMO activating enzyme activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019948",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 34533,
            "identifier": "3622",
            "identifier_type": "int",
            "name": "ING2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3622",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "inhibitor of growth family, member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 34534,
            "identifier": "8273",
            "identifier_type": "int",
            "name": "SLC10A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/8273",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "solute carrier family 10, member 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 34535,
            "identifier": "DB06209",
            "identifier_type": "str",
            "name": "Prasugrel",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06209",
                "inchi": "InChI=1S/C20H20FNO3S/c1-12(23)25-18-10-14-11-22(9-8-17(14)26-18)19(20(24)13-6-7-13)15-4-2-3-5-16(15)21/h2-5,10,13,19H,6-9,11H2,1H3",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DTGLZDAWLRGWQN-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 34536,
            "identifier": "GO:2001150",
            "identifier_type": "str",
            "name": "positive regulation of dipeptide transmembrane transport",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_2001150",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34537,
            "identifier": "GO:0000054",
            "identifier_type": "str",
            "name": "ribosomal subunit export from nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000054",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34538,
            "identifier": "PC7_5689",
            "identifier_type": "str",
            "name": "NADE modulates death signalling",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 34539,
            "identifier": "GO:0021930",
            "identifier_type": "str",
            "name": "cerebellar granule cell precursor proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0021930",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34540,
            "identifier": "152789",
            "identifier_type": "int",
            "name": "JAKMIP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/152789",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "janus kinase and microtubule interacting protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 34541,
            "identifier": "10742",
            "identifier_type": "int",
            "name": "RAI2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10742",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "retinoic acid induced 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 34542,
            "identifier": "GO:0006231",
            "identifier_type": "str",
            "name": "dTMP biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0006231",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 34543,
            "identifier": "55284",
            "identifier_type": "int",
            "name": "UBE2W",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55284",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "ubiquitin-conjugating enzyme E2W (putative)"
            },
            "metanode": "Gene"
        },
        {
            "id": 34544,
            "identifier": "GO:0051341",
            "identifier_type": "str",
            "name": "regulation of oxidoreductase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051341",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}