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=25525
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=25550",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=25500",
    "results": [
        {
            "id": 25517,
            "identifier": "GO:0001768",
            "identifier_type": "str",
            "name": "establishment of T cell polarity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001768",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25518,
            "identifier": "C0853711",
            "identifier_type": "str",
            "name": "Sperm count decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0853711",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25519,
            "identifier": "DB00837",
            "identifier_type": "str",
            "name": "Progabide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00837",
                "inchi": "InChI=1S/C17H16ClFN2O2/c18-12-5-3-11(4-6-12)17(21-9-1-2-16(20)23)14-10-13(19)7-8-15(14)22/h3-8,10,21H,1-2,9H2,(H2,20,23)/b17-14+",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=DWEQWXSKOHHBNT-SAPNQHFASA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 25520,
            "identifier": "4781",
            "identifier_type": "int",
            "name": "NFIB",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4781",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "nuclear factor I/B"
            },
            "metanode": "Gene"
        },
        {
            "id": 25521,
            "identifier": "C0162279",
            "identifier_type": "str",
            "name": "Choroidal detachment",
            "properties": {
                "url": "http://identifiers.org/umls/C0162279",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25522,
            "identifier": "GO:0060147",
            "identifier_type": "str",
            "name": "regulation of posttranscriptional gene silencing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0060147",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25523,
            "identifier": "59269",
            "identifier_type": "int",
            "name": "HIVEP3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/59269",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "human immunodeficiency virus type I enhancer binding protein 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 25524,
            "identifier": "22876",
            "identifier_type": "int",
            "name": "INPP5F",
            "properties": {
                "url": "http://identifiers.org/ncbigene/22876",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "inositol polyphosphate-5-phosphatase F"
            },
            "metanode": "Gene"
        },
        {
            "id": 25525,
            "identifier": "C0341751",
            "identifier_type": "str",
            "name": "Bladder necrosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0341751",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25526,
            "identifier": "C0036973",
            "identifier_type": "str",
            "name": "Shivering",
            "properties": {
                "url": "http://identifiers.org/umls/C0036973",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25527,
            "identifier": "GO:0055074",
            "identifier_type": "str",
            "name": "calcium ion homeostasis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0055074",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 26032,
            "identifier": "C0023052",
            "identifier_type": "str",
            "name": "Laryngeal oedema",
            "properties": {
                "url": "http://identifiers.org/umls/C0023052",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 25528,
            "identifier": "GO:0019483",
            "identifier_type": "str",
            "name": "beta-alanine biosynthetic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0019483",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25529,
            "identifier": "126731",
            "identifier_type": "int",
            "name": "CCSAP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/126731",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "centriole, cilia and spindle-associated protein"
            },
            "metanode": "Gene"
        },
        {
            "id": 25530,
            "identifier": "GO:0071253",
            "identifier_type": "str",
            "name": "connexin binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071253",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25531,
            "identifier": "GO:0070345",
            "identifier_type": "str",
            "name": "negative regulation of fat cell proliferation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070345",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25532,
            "identifier": "1938",
            "identifier_type": "int",
            "name": "EEF2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1938",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "eukaryotic translation elongation factor 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25533,
            "identifier": "55757",
            "identifier_type": "int",
            "name": "UGGT2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55757",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "UDP-glucose glycoprotein glucosyltransferase 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25534,
            "identifier": "64376",
            "identifier_type": "int",
            "name": "IKZF5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/64376",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "IKAROS family zinc finger 5 (Pegasus)"
            },
            "metanode": "Gene"
        },
        {
            "id": 25535,
            "identifier": "GO:0008105",
            "identifier_type": "str",
            "name": "asymmetric protein localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0008105",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25536,
            "identifier": "GO:0043325",
            "identifier_type": "str",
            "name": "phosphatidylinositol-3,4-bisphosphate binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043325",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 25537,
            "identifier": "GO:1902510",
            "identifier_type": "str",
            "name": "regulation of apoptotic DNA fragmentation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1902510",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 25538,
            "identifier": "311",
            "identifier_type": "int",
            "name": "ANXA11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/311",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "annexin A11"
            },
            "metanode": "Gene"
        },
        {
            "id": 25539,
            "identifier": "9058",
            "identifier_type": "int",
            "name": "SLC13A2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9058",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "solute carrier family 13 (sodium-dependent dicarboxylate transporter), member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 25540,
            "identifier": "GO:0005813",
            "identifier_type": "str",
            "name": "centrosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005813",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        }
    ]
}