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=7025
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=7050",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=7000",
    "results": [
        {
            "id": 7015,
            "identifier": "C0020981",
            "identifier_type": "str",
            "name": "Angioimmunoblastic T-cell lymphoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0020981",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7016,
            "identifier": "GO:1990462",
            "identifier_type": "str",
            "name": "omegasome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1990462",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7017,
            "identifier": "GO:0070891",
            "identifier_type": "str",
            "name": "lipoteichoic acid binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070891",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7018,
            "identifier": "C0041657",
            "identifier_type": "str",
            "name": "Loss of consciousness",
            "properties": {
                "url": "http://identifiers.org/umls/C0041657",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7019,
            "identifier": "DB00630",
            "identifier_type": "str",
            "name": "Alendronate",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00630",
                "inchi": "InChI=1S/C4H13NO7P2/c5-3-1-2-4(6,13(7,8)9)14(10,11)12/h6H,1-3,5H2,(H2,7,8,9)(H2,10,11,12)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=OGSPWJRAVKPPFI-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 7020,
            "identifier": "9479",
            "identifier_type": "int",
            "name": "MAPK8IP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9479",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "mitogen-activated protein kinase 8 interacting protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7021,
            "identifier": "GO:0004558",
            "identifier_type": "str",
            "name": "alpha-1,4-glucosidase activity",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0004558",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 7022,
            "identifier": "GO:0071500",
            "identifier_type": "str",
            "name": "cellular response to nitrosative stress",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0071500",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7023,
            "identifier": "259290",
            "identifier_type": "int",
            "name": "TAS2R31",
            "properties": {
                "url": "http://identifiers.org/ncbigene/259290",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "12",
                "description": "taste receptor, type 2, member 31"
            },
            "metanode": "Gene"
        },
        {
            "id": 7024,
            "identifier": "GO:0000272",
            "identifier_type": "str",
            "name": "polysaccharide catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000272",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7025,
            "identifier": "D001766",
            "identifier_type": "str",
            "name": "Blindness",
            "properties": {
                "url": "http://identifiers.org/mesh/D001766",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 7026,
            "identifier": "GO:0051043",
            "identifier_type": "str",
            "name": "regulation of membrane protein ectodomain proteolysis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051043",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7027,
            "identifier": "D009122",
            "identifier_type": "str",
            "name": "Muscle Hypertonia",
            "properties": {
                "url": "http://identifiers.org/mesh/D009122",
                "source": "MeSH",
                "license": "CC0 1.0"
            },
            "metanode": "Symptom"
        },
        {
            "id": 7028,
            "identifier": "PC7_6140",
            "identifier_type": "str",
            "name": "PDGFR-alpha signaling pathway",
            "properties": {
                "source": "PID via Pathway Commons",
                "license": "CC0 1.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7029,
            "identifier": "203102",
            "identifier_type": "int",
            "name": "ADAM32",
            "properties": {
                "url": "http://identifiers.org/ncbigene/203102",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "8",
                "description": "ADAM metallopeptidase domain 32"
            },
            "metanode": "Gene"
        },
        {
            "id": 7030,
            "identifier": "C0267953",
            "identifier_type": "str",
            "name": "Pancreatic necrosis",
            "properties": {
                "url": "http://identifiers.org/umls/C0267953",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7031,
            "identifier": "GO:0033503",
            "identifier_type": "str",
            "name": "HULC complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0033503",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 7032,
            "identifier": "C0004144",
            "identifier_type": "str",
            "name": "Atelectasis",
            "properties": {
                "url": "http://identifiers.org/umls/C0004144",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7033,
            "identifier": "285877",
            "identifier_type": "int",
            "name": "POM121L12",
            "properties": {
                "url": "http://identifiers.org/ncbigene/285877",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "POM121 transmembrane nucleoporin-like 12"
            },
            "metanode": "Gene"
        },
        {
            "id": 7034,
            "identifier": "4123",
            "identifier_type": "int",
            "name": "MAN2C1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4123",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "mannosidase, alpha, class 2C, member 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 7035,
            "identifier": "C0043352",
            "identifier_type": "str",
            "name": "Dry mouth",
            "properties": {
                "url": "http://identifiers.org/umls/C0043352",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 7036,
            "identifier": "GO:0061379",
            "identifier_type": "str",
            "name": "inferior colliculus development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0061379",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 7037,
            "identifier": "84701",
            "identifier_type": "int",
            "name": "COX4I2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/84701",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "20",
                "description": "cytochrome c oxidase subunit IV isoform 2 (lung)"
            },
            "metanode": "Gene"
        },
        {
            "id": 7038,
            "identifier": "PC7_3778",
            "identifier_type": "str",
            "name": "Extrinsic Pathway",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 7039,
            "identifier": "6576",
            "identifier_type": "int",
            "name": "SLC25A1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/6576",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "22",
                "description": "solute carrier family 25 (mitochondrial carrier; citrate transporter), member 1"
            },
            "metanode": "Gene"
        }
    ]
}