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=18350
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=18375",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=18325",
    "results": [
        {
            "id": 18341,
            "identifier": "3652",
            "identifier_type": "int",
            "name": "IPP",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3652",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "intracisternal A particle-promoted polypeptide"
            },
            "metanode": "Gene"
        },
        {
            "id": 18342,
            "identifier": "GO:0001030",
            "identifier_type": "str",
            "name": "RNA polymerase III type 1 promoter DNA binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001030",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18343,
            "identifier": "GO:0046146",
            "identifier_type": "str",
            "name": "tetrahydrobiopterin metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0046146",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18344,
            "identifier": "GO:0018243",
            "identifier_type": "str",
            "name": "protein O-linked glycosylation via threonine",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0018243",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18345,
            "identifier": "C0206698",
            "identifier_type": "str",
            "name": "Cholangiocarcinoma",
            "properties": {
                "url": "http://identifiers.org/umls/C0206698",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18346,
            "identifier": "161198",
            "identifier_type": "int",
            "name": "CLEC14A",
            "properties": {
                "url": "http://identifiers.org/ncbigene/161198",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "14",
                "description": "C-type lectin domain family 14, member A"
            },
            "metanode": "Gene"
        },
        {
            "id": 18347,
            "identifier": "GO:0051648",
            "identifier_type": "str",
            "name": "vesicle localization",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051648",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18348,
            "identifier": "PC7_5889",
            "identifier_type": "str",
            "name": "Neurotransmitter Clearance In The Synaptic Cleft",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        },
        {
            "id": 18349,
            "identifier": "353238",
            "identifier_type": "int",
            "name": "PADI6",
            "properties": {
                "url": "http://identifiers.org/ncbigene/353238",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "1",
                "description": "peptidyl arginine deiminase, type VI"
            },
            "metanode": "Gene"
        },
        {
            "id": 18350,
            "identifier": "GO:0034446",
            "identifier_type": "str",
            "name": "substrate adhesion-dependent cell spreading",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034446",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18351,
            "identifier": "4478",
            "identifier_type": "int",
            "name": "MSN",
            "properties": {
                "url": "http://identifiers.org/ncbigene/4478",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "moesin"
            },
            "metanode": "Gene"
        },
        {
            "id": 18352,
            "identifier": "105370369",
            "identifier_type": "int",
            "name": "LOC105370369",
            "properties": {
                "url": "http://identifiers.org/ncbigene/105370369",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "13",
                "description": "uncharacterized LOC105370369"
            },
            "metanode": "Gene"
        },
        {
            "id": 18353,
            "identifier": "GO:0031708",
            "identifier_type": "str",
            "name": "endothelin B receptor binding",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0031708",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Molecular Function"
        },
        {
            "id": 18354,
            "identifier": "DB00747",
            "identifier_type": "str",
            "name": "Scopolamine",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00747",
                "inchi": "InChI=1S/C17H21NO4/c1-18-13-7-11(8-14(18)16-15(13)22-16)21-17(20)12(9-19)10-5-3-2-4-6-10/h2-6,11-16,19H,7-9H2,1H3/t11-,12-,13-,14+,15-,16+/m1/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=STECJAGHUSJQJN-FWXGHANASA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 18355,
            "identifier": "GO:0035567",
            "identifier_type": "str",
            "name": "non-canonical Wnt signaling pathway",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0035567",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18356,
            "identifier": "C0854144",
            "identifier_type": "str",
            "name": "Septic arthritis streptobacillus",
            "properties": {
                "url": "http://identifiers.org/umls/C0854144",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18357,
            "identifier": "GO:0043235",
            "identifier_type": "str",
            "name": "receptor complex",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0043235",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 18358,
            "identifier": "DB00357",
            "identifier_type": "str",
            "name": "Aminoglutethimide",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB00357",
                "inchi": "InChI=1S/C13H16N2O2/c1-2-13(8-7-11(16)15-12(13)17)9-3-5-10(14)6-4-9/h3-6H,2,7-8,14H2,1H3,(H,15,16,17)",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=ROBVIMPUHSLWNV-UHFFFAOYSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 18359,
            "identifier": "1635",
            "identifier_type": "int",
            "name": "DCTD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/1635",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "dCMP deaminase"
            },
            "metanode": "Gene"
        },
        {
            "id": 18360,
            "identifier": "10142",
            "identifier_type": "int",
            "name": "AKAP9",
            "properties": {
                "url": "http://identifiers.org/ncbigene/10142",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "7",
                "description": "A kinase (PRKA) anchor protein 9"
            },
            "metanode": "Gene"
        },
        {
            "id": 18361,
            "identifier": "C0042740",
            "identifier_type": "str",
            "name": "Viral syndrome",
            "properties": {
                "url": "http://identifiers.org/umls/C0042740",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18362,
            "identifier": "C1328411",
            "identifier_type": "str",
            "name": "Post procedural haematoma",
            "properties": {
                "url": "http://identifiers.org/umls/C1328411",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 18363,
            "identifier": "GO:1904023",
            "identifier_type": "str",
            "name": "regulation of glucose catabolic process to lactate via pyruvate",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_1904023",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 18364,
            "identifier": "100128198",
            "identifier_type": "int",
            "name": "LOC100128198",
            "properties": {
                "url": "http://identifiers.org/ncbigene/100128198",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "21",
                "description": "uncharacterized LOC100128198"
            },
            "metanode": "Gene"
        },
        {
            "id": 18365,
            "identifier": "PC7_4301",
            "identifier_type": "str",
            "name": "Golgi Cisternae Pericentriolar Stack Reorganization",
            "properties": {
                "source": "Reactome via Pathway Commons",
                "license": "CC BY 4.0"
            },
            "metanode": "Pathway"
        }
    ]
}