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=27375
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=27400",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=27350",
    "results": [
        {
            "id": 27368,
            "identifier": "GO:0004998",
            "identifier_type": "str",
            "name": "transferrin receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004998",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 27369,
            "identifier": "GO:0031584",
            "identifier_type": "str",
            "name": "activation of phospholipase D activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031584",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27370,
            "identifier": "C3495700",
            "identifier_type": "str",
            "name": "Atypical fracture",
            "properties": {
                "url": "http://identifiers.org/umls/C3495700",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27371,
            "identifier": "C0155365",
            "identifier_type": "str",
            "name": "Vitreous disorder",
            "properties": {
                "url": "http://identifiers.org/umls/C0155365",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27372,
            "identifier": "5814",
            "identifier_type": "int",
            "name": "PURB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5814",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "purine-rich element binding protein B"
            },
            "metanode": "Gene"
        },
        {
            "id": 27373,
            "identifier": "10465",
            "identifier_type": "int",
            "name": "PPIH",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10465",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "peptidylprolyl isomerase H (cyclophilin H)"
            },
            "metanode": "Gene"
        },
        {
            "id": 27374,
            "identifier": "GO:0072054",
            "identifier_type": "str",
            "name": "renal outer medulla development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0072054",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27375,
            "identifier": "C0847033",
            "identifier_type": "str",
            "name": "Allergic oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0847033",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27376,
            "identifier": "C1611174",
            "identifier_type": "str",
            "name": "Post-traumatic pain",
            "properties": {
                "url": "http://identifiers.org/umls/C1611174",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27377,
            "identifier": "PC7_4663",
            "identifier_type": "str",
            "name": "IRS-related events",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 27378,
            "identifier": "C0241266",
            "identifier_type": "str",
            "name": "Subcutaneous abscess",
            "properties": {
                "url": "http://identifiers.org/umls/C0241266",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27379,
            "identifier": "GO:0071818",
            "identifier_type": "str",
            "name": "BAT3 complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071818",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 27380,
            "identifier": "653380",
            "identifier_type": "int",
            "name": "LOC653380",
            "properties": {
                "url": "http://identifiers.org/ncbigene/653380",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "TBC1 domain family member 3C-like protein ENSP00000341742"
            },
            "metanode": "Gene"
        },
        {
            "id": 27381,
            "identifier": "GO:0007223",
            "identifier_type": "str",
            "name": "Wnt signaling pathway, calcium modulating pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007223",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27382,
            "identifier": "286053",
            "identifier_type": "int",
            "name": "NSMCE2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/286053",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "non-SMC element 2, MMS21 homolog (S. cerevisiae)"
            },
            "metanode": "Gene"
        },
        {
            "id": 27383,
            "identifier": "4299",
            "identifier_type": "int",
            "name": "AFF1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4299",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "AF4/FMR2 family, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 27384,
            "identifier": "286151",
            "identifier_type": "int",
            "name": "FBXO43",
            "properties": {
                "url": "http://identifiers.org/ncbigene/286151",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "F-box protein 43"
            },
            "metanode": "Gene"
        },
        {
            "id": 27385,
            "identifier": "DB01250",
            "identifier_type": "str",
            "name": "Olsalazine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01250",
                "inchi": "InChI=1S/C14H10N2O6/c17-11-3-1-7(5-9(11)13(19)20)15-16-8-2-4-12(18)10(6-8)14(21)22/h1-6,17-18H,(H,19,20)(H,21,22)/b16-15+",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=QQBDLJCYGRGAKP-FOCLMDBBSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 27386,
            "identifier": "399968",
            "identifier_type": "int",
            "name": "PATE4",
            "properties": {
                "url": "http://identifiers.org/ncbigene/399968",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "prostate and testis expressed 4"
            },
            "metanode": "Gene"
        },
        {
            "id": 27387,
            "identifier": "C0596601",
            "identifier_type": "str",
            "name": "Gas",
            "properties": {
                "url": "http://identifiers.org/umls/C0596601",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27388,
            "identifier": "GO:0010730",
            "identifier_type": "str",
            "name": "negative regulation of hydrogen peroxide biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010730",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27389,
            "identifier": "GO:1902659",
            "identifier_type": "str",
            "name": "regulation of glucose mediated signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902659",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 27390,
            "identifier": "C0521616",
            "identifier_type": "str",
            "name": "Pseudoporphyria",
            "properties": {
                "url": "http://identifiers.org/umls/C0521616",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 27391,
            "identifier": "100507679",
            "identifier_type": "int",
            "name": "MUC22",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100507679",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "mucin 22"
            },
            "metanode": "Gene"
        },
        {
            "id": 27392,
            "identifier": "GO:1902613",
            "identifier_type": "str",
            "name": "negative regulation of anti-Mullerian hormone signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902613",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        }
    ]
}