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=31850
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=31875",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=31825",
    "results": [
        {
            "id": 31845,
            "identifier": "4946",
            "identifier_type": "int",
            "name": "OAZ1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4946",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "ornithine decarboxylase antizyme 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31846,
            "identifier": "54840",
            "identifier_type": "int",
            "name": "APTX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/54840",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "9",
                "description": "aprataxin"
            },
            "metanode": "Gene"
        },
        {
            "id": 31847,
            "identifier": "C0221045",
            "identifier_type": "str",
            "name": "Cardiac failure high output",
            "properties": {
                "url": "http://identifiers.org/umls/C0221045",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31848,
            "identifier": "94031",
            "identifier_type": "int",
            "name": "HTRA3",
            "properties": {
                "url": "http://identifiers.org/ncbigene/94031",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "HtrA serine peptidase 3"
            },
            "metanode": "Gene"
        },
        {
            "id": 31849,
            "identifier": "D006930",
            "identifier_type": "str",
            "name": "Hyperalgesia",
            "properties": {
                "url": "http://identifiers.org/mesh/D006930",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 31850,
            "identifier": "105375131",
            "identifier_type": "int",
            "name": "LOC105375131",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105375131",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "basic proline-rich protein-like"
            },
            "metanode": "Gene"
        },
        {
            "id": 31851,
            "identifier": "GO:0043543",
            "identifier_type": "str",
            "name": "protein acylation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043543",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31852,
            "identifier": "N0000007853",
            "identifier_type": "str",
            "name": "Aminoglycosides",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000007853",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Chemical/Ingredient"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 31853,
            "identifier": "PC7_4287",
            "identifier_type": "str",
            "name": "Glypican pathway",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 31854,
            "identifier": "DB00374",
            "identifier_type": "str",
            "name": "Treprostinil",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00374",
                "inchi": "InChI=1S/C23H34O5/c1-2-3-4-7-17(24)9-10-18-19-11-15-6-5-8-22(28-14-23(26)27)20(15)12-16(19)13-21(18)25/h5-6,8,16-19,21,24-25H,2-4,7,9-14H2,1H3,(H,26,27)/t16-,17-,18+,19-,21+/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=PAJMKGZZBBTTOY-ZFORQUDYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 31855,
            "identifier": "C1697747",
            "identifier_type": "str",
            "name": "Laryngeal haemorrhage",
            "properties": {
                "url": "http://identifiers.org/umls/C1697747",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31856,
            "identifier": "D014823",
            "identifier_type": "str",
            "name": "Vitreous Hemorrhage",
            "properties": {
                "url": "http://identifiers.org/mesh/D014823",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 31857,
            "identifier": "GO:0030314",
            "identifier_type": "str",
            "name": "junctional membrane complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0030314",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 31858,
            "identifier": "644890",
            "identifier_type": "int",
            "name": "MEIG1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/644890",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "meiosis/spermiogenesis associated 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 31859,
            "identifier": "C0010043",
            "identifier_type": "str",
            "name": "Ulcerative keratitis",
            "properties": {
                "url": "http://identifiers.org/umls/C0010043",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31860,
            "identifier": "476",
            "identifier_type": "int",
            "name": "ATP1A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/476",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "ATPase, Na+/K+ transporting, alpha 1 polypeptide"
            },
            "metanode": "Gene"
        },
        {
            "id": 31861,
            "identifier": "GO:0040012",
            "identifier_type": "str",
            "name": "regulation of locomotion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0040012",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31862,
            "identifier": "N0000175955",
            "identifier_type": "str",
            "name": "5-Lipoxygenase Inhibitors",
            "properties": {
                "url": "http://purl.bioontology.org/ontology/NDFRT/N0000175955",
                "source": "FDA via DrugCentral",
                "license": "CC BY 4.0",
                "class_type": "Mechanism of Action"
            },
            "metanode": "Pharmacologic Class"
        },
        {
            "id": 31863,
            "identifier": "C0151632",
            "identifier_type": "str",
            "name": "Red blood cell sedimentation rate increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0151632",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31864,
            "identifier": "GO:0032148",
            "identifier_type": "str",
            "name": "activation of protein kinase B activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032148",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 31865,
            "identifier": "PC7_1522",
            "identifier_type": "str",
            "name": "Activation of ATR in response to replication stress",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 31866,
            "identifier": "729475",
            "identifier_type": "int",
            "name": "RAD51AP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/729475",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "2",
                "description": "RAD51 associated protein 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 31867,
            "identifier": "C2748540",
            "identifier_type": "str",
            "name": "Mucosal bleeding",
            "properties": {
                "url": "http://identifiers.org/umls/C2748540",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31868,
            "identifier": "C0231255",
            "identifier_type": "str",
            "name": "Body mass index decreased",
            "properties": {
                "url": "http://identifiers.org/umls/C0231255",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 31869,
            "identifier": "UBERON:0004452",
            "identifier_type": "str",
            "name": "carpal region",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0004452",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D014953"
            },
            "metanode": "Anatomy"
        }
    ]
}