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=32125
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=32150",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=32100",
    "results": [
        {
            "id": 32119,
            "identifier": "C0267446",
            "identifier_type": "str",
            "name": "Acute gastroenteritis",
            "properties": {
                "url": "http://identifiers.org/umls/C0267446",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32120,
            "identifier": "GO:0070202",
            "identifier_type": "str",
            "name": "regulation of establishment of protein localization to chromosome",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0070202",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32121,
            "identifier": "PC7_8276",
            "identifier_type": "str",
            "name": "Tight junction interactions",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 32122,
            "identifier": "GO:0032689",
            "identifier_type": "str",
            "name": "negative regulation of interferon-gamma production",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0032689",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32123,
            "identifier": "GO:0042594",
            "identifier_type": "str",
            "name": "response to starvation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0042594",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32124,
            "identifier": "DOID:2596",
            "identifier_type": "str",
            "name": "larynx cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_2596",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 32125,
            "identifier": "102724951",
            "identifier_type": "int",
            "name": "LOC102724951",
            "properties": {
                "url": "http://identifiers.org/ncbigene/102724951",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "uncharacterized LOC102724951"
            },
            "metanode": "Gene"
        },
        {
            "id": 32126,
            "identifier": "100996738",
            "identifier_type": "int",
            "name": "HERC2P11",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100996738",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "15",
                "description": "hect domain and RLD 2 pseudogene 11"
            },
            "metanode": "Gene"
        },
        {
            "id": 32127,
            "identifier": "100125288",
            "identifier_type": "int",
            "name": "ZGLP1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100125288",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "19",
                "description": "zinc finger, GATA-like protein 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 32128,
            "identifier": "GO:0048769",
            "identifier_type": "str",
            "name": "sarcomerogenesis",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0048769",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32129,
            "identifier": "1066",
            "identifier_type": "int",
            "name": "CES1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1066",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "16",
                "description": "carboxylesterase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 32130,
            "identifier": "9829",
            "identifier_type": "int",
            "name": "DNAJC6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/9829",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "DnaJ (Hsp40) homolog, subfamily C, member 6"
            },
            "metanode": "Gene"
        },
        {
            "id": 32131,
            "identifier": "51088",
            "identifier_type": "int",
            "name": "KLHL5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51088",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "kelch-like family member 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 32132,
            "identifier": "340562",
            "identifier_type": "int",
            "name": "SATL1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/340562",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "spermidine/spermine N1-acetyl transferase-like 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 32133,
            "identifier": "C0233569",
            "identifier_type": "str",
            "name": "Physical wandering",
            "properties": {
                "url": "http://identifiers.org/umls/C0233569",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32134,
            "identifier": "GO:0031175",
            "identifier_type": "str",
            "name": "neuron projection development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031175",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32135,
            "identifier": "3663",
            "identifier_type": "int",
            "name": "IRF5",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3663",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "interferon regulatory factor 5"
            },
            "metanode": "Gene"
        },
        {
            "id": 32136,
            "identifier": "GO:0050690",
            "identifier_type": "str",
            "name": "regulation of defense response to virus by virus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0050690",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32137,
            "identifier": "C0948023",
            "identifier_type": "str",
            "name": "Urine phosphate increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0948023",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32138,
            "identifier": "GO:0007507",
            "identifier_type": "str",
            "name": "heart development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007507",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32139,
            "identifier": "122664",
            "identifier_type": "int",
            "name": "TPPP2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/122664",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "tubulin polymerization-promoting protein family member 2"
            },
            "metanode": "Gene"
        },
        {
            "id": 32140,
            "identifier": "C0020541",
            "identifier_type": "str",
            "name": "Portal hypertension",
            "properties": {
                "url": "http://identifiers.org/umls/C0020541",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 32141,
            "identifier": "GO:0009217",
            "identifier_type": "str",
            "name": "purine deoxyribonucleoside triphosphate catabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009217",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 32142,
            "identifier": "DB06262",
            "identifier_type": "str",
            "name": "Droxidopa",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB06262",
                "inchi": "InChI=1S/C9H11NO5/c10-7(9(14)15)8(13)4-1-2-5(11)6(12)3-4/h1-3,7-8,11-13H,10H2,(H,14,15)/t7-,8+/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=QXWYKJLNLSIPIN-SFYZADRCSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 32143,
            "identifier": "10527",
            "identifier_type": "int",
            "name": "IPO7",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10527",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "importin 7"
            },
            "metanode": "Gene"
        }
    ]
}