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=30450
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=30475",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=30425",
    "results": [
        {
            "id": 30443,
            "identifier": "GO:0007589",
            "identifier_type": "str",
            "name": "body fluid secretion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007589",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30444,
            "identifier": "C0520540",
            "identifier_type": "str",
            "name": "Rebound hypertension",
            "properties": {
                "url": "http://identifiers.org/umls/C0520540",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30445,
            "identifier": "79987",
            "identifier_type": "int",
            "name": "SVEP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79987",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "sushi, von Willebrand factor type A, EGF and pentraxin domain containing 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30446,
            "identifier": "79345",
            "identifier_type": "int",
            "name": "OR51B2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79345",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "olfactory receptor, family 51, subfamily B, member 2 (gene/pseudogene)"
            },
            "metanode": "Gene"
        },
        {
            "id": 30447,
            "identifier": "136288",
            "identifier_type": "int",
            "name": "C7orf57",
            "properties": {
                "url": "http://identifiers.org/ncbigene/136288",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "chromosome 7 open reading frame 57"
            },
            "metanode": "Gene"
        },
        {
            "id": 30448,
            "identifier": "55254",
            "identifier_type": "int",
            "name": "TMEM39A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55254",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "3",
                "description": "transmembrane protein 39A"
            },
            "metanode": "Gene"
        },
        {
            "id": 30449,
            "identifier": "C0012624",
            "identifier_type": "str",
            "name": "Intervertebral discitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0012624",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30450,
            "identifier": "730051",
            "identifier_type": "int",
            "name": "ZNF814",
            "properties": {
                "url": "http://identifiers.org/ncbigene/730051",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger protein 814"
            },
            "metanode": "Gene"
        },
        {
            "id": 30451,
            "identifier": "GO:0004910",
            "identifier_type": "str",
            "name": "interleukin-1, Type II, blocking receptor activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004910",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30452,
            "identifier": "23071",
            "identifier_type": "int",
            "name": "ERP44",
            "properties": {
                "url": "http://identifiers.org/ncbigene/23071",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "endoplasmic reticulum protein 44"
            },
            "metanode": "Gene"
        },
        {
            "id": 30453,
            "identifier": "C0020502",
            "identifier_type": "str",
            "name": "Hyperparathyroidism",
            "properties": {
                "url": "http://identifiers.org/umls/C0020502",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30454,
            "identifier": "29994",
            "identifier_type": "int",
            "name": "BAZ2B",
            "properties": {
                "url": "http://identifiers.org/ncbigene/29994",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "bromodomain adjacent to zinc finger domain, 2B"
            },
            "metanode": "Gene"
        },
        {
            "id": 30455,
            "identifier": "1281",
            "identifier_type": "int",
            "name": "COL3A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1281",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "collagen, type III, alpha 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 30456,
            "identifier": "GO:1903011",
            "identifier_type": "str",
            "name": "negative regulation of bone development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1903011",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30457,
            "identifier": "DB06335",
            "identifier_type": "str",
            "name": "Saxagliptin",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06335",
                "inchi": "InChI=1S/C18H25N3O2/c19-8-13-2-12-3-14(12)21(13)16(22)15(20)17-4-10-1-11(5-17)7-18(23,6-10)9-17/h10-15,23H,1-7,9,20H2/t10?,11?,12-,13+,14+,15-,17?,18?/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=QGJUIPDUBHWZPV-SGTAVMJGSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 30458,
            "identifier": "254158",
            "identifier_type": "int",
            "name": "CXorf58",
            "properties": {
                "url": "http://identifiers.org/ncbigene/254158",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "chromosome X open reading frame 58"
            },
            "metanode": "Gene"
        },
        {
            "id": 30459,
            "identifier": "GO:0010269",
            "identifier_type": "str",
            "name": "response to selenium ion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0010269",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 30460,
            "identifier": "GO:0031402",
            "identifier_type": "str",
            "name": "sodium ion binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031402",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30461,
            "identifier": "10384",
            "identifier_type": "int",
            "name": "BTN3A3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10384",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "butyrophilin, subfamily 3, member A3"
            },
            "metanode": "Gene"
        },
        {
            "id": 30462,
            "identifier": "C0233763",
            "identifier_type": "str",
            "name": "Hallucination, visual",
            "properties": {
                "url": "http://identifiers.org/umls/C0233763",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30463,
            "identifier": "C0155001",
            "identifier_type": "str",
            "name": "Subjective visual disturbances",
            "properties": {
                "url": "http://identifiers.org/umls/C0155001",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 30464,
            "identifier": "79613",
            "identifier_type": "int",
            "name": "TANGO6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/79613",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "transport and golgi organization 6 homolog (Drosophila)"
            },
            "metanode": "Gene"
        },
        {
            "id": 30465,
            "identifier": "GO:0003987",
            "identifier_type": "str",
            "name": "acetate-CoA ligase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0003987",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 30466,
            "identifier": "746",
            "identifier_type": "int",
            "name": "TMEM258",
            "properties": {
                "url": "http://identifiers.org/ncbigene/746",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "transmembrane protein 258"
            },
            "metanode": "Gene"
        },
        {
            "id": 30467,
            "identifier": "9253",
            "identifier_type": "int",
            "name": "NUMBL",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9253",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "numb homolog (Drosophila)-like"
            },
            "metanode": "Gene"
        }
    ]
}