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=4975
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=5000",
    "previous": "http://search-api.het.io/v1/nodes/?format=api&limit=25&offset=4950",
    "results": [
        {
            "id": 4964,
            "identifier": "GO:0097320",
            "identifier_type": "str",
            "name": "membrane tubulation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0097320",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4965,
            "identifier": "C0221185",
            "identifier_type": "str",
            "name": "Xanthopsia",
            "properties": {
                "url": "http://identifiers.org/umls/C0221185",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4966,
            "identifier": "GO:0001660",
            "identifier_type": "str",
            "name": "fever generation",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0001660",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4967,
            "identifier": "C0522165",
            "identifier_type": "str",
            "name": "Feeling of relaxation",
            "properties": {
                "url": "http://identifiers.org/umls/C0522165",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4968,
            "identifier": "GO:0034093",
            "identifier_type": "str",
            "name": "positive regulation of maintenance of sister chromatid cohesion",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0034093",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4969,
            "identifier": "C0857189",
            "identifier_type": "str",
            "name": "Raised serum uric acid",
            "properties": {
                "url": "http://identifiers.org/umls/C0857189",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4970,
            "identifier": "55879",
            "identifier_type": "int",
            "name": "GABRQ",
            "properties": {
                "url": "http://identifiers.org/ncbigene/55879",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "X",
                "description": "gamma-aminobutyric acid (GABA) A receptor, theta"
            },
            "metanode": "Gene"
        },
        {
            "id": 4971,
            "identifier": "DOID:1725",
            "identifier_type": "str",
            "name": "peritoneum cancer",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/DOID_1725",
                "source": "Disease Ontology",
                "license": "CC BY 3.0"
            },
            "metanode": "Disease"
        },
        {
            "id": 4972,
            "identifier": "DB01229",
            "identifier_type": "str",
            "name": "Paclitaxel",
            "properties": {
                "url": "http://www.drugbank.ca/drugs/DB01229",
                "inchi": "InChI=1S/C47H51NO14/c1-25-31(60-43(56)36(52)35(28-16-10-7-11-17-28)48-41(54)29-18-12-8-13-19-29)23-47(57)40(61-42(55)30-20-14-9-15-21-30)38-45(6,32(51)22-33-46(38,24-58-33)62-27(3)50)39(53)37(59-26(2)49)34(25)44(47,4)5/h7-21,31-33,35-38,40,51-52,57H,22-24H2,1-6H3,(H,48,54)/t31-,32-,33+,35-,36+,37+,38-,40-,45+,46-,47+/m0/s1",
                "source": "DrugBank",
                "license": "CC BY-NC 4.0",
                "inchikey": "InChIKey=RCINICONZNJXQF-MZXODVADSA-N"
            },
            "metanode": "Compound"
        },
        {
            "id": 4973,
            "identifier": "417",
            "identifier_type": "int",
            "name": "ART1",
            "properties": {
                "url": "http://identifiers.org/ncbigene/417",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "ADP-ribosyltransferase 1"
            },
            "metanode": "Gene"
        },
        {
            "id": 4974,
            "identifier": "GO:0007494",
            "identifier_type": "str",
            "name": "midgut development",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0007494",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4975,
            "identifier": "GO:0009404",
            "identifier_type": "str",
            "name": "toxin metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0009404",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4976,
            "identifier": "219688",
            "identifier_type": "int",
            "name": "LOC219688",
            "properties": {
                "url": "http://identifiers.org/ncbigene/219688",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "10",
                "description": "uncharacterized LOC219688"
            },
            "metanode": "Gene"
        },
        {
            "id": 4977,
            "identifier": "GO:0051457",
            "identifier_type": "str",
            "name": "maintenance of protein location in nucleus",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0051457",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4978,
            "identifier": "C0236061",
            "identifier_type": "str",
            "name": "Haptoglobin increased",
            "properties": {
                "url": "http://identifiers.org/umls/C0236061",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4979,
            "identifier": "GO:0000967",
            "identifier_type": "str",
            "name": "rRNA 5'-end processing",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0000967",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4980,
            "identifier": "3014",
            "identifier_type": "int",
            "name": "H2AFX",
            "properties": {
                "url": "http://identifiers.org/ncbigene/3014",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "11",
                "description": "H2A histone family, member X"
            },
            "metanode": "Gene"
        },
        {
            "id": 4981,
            "identifier": "GO:0045936",
            "identifier_type": "str",
            "name": "negative regulation of phosphate metabolic process",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0045936",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4982,
            "identifier": "57575",
            "identifier_type": "int",
            "name": "PCDH10",
            "properties": {
                "url": "http://identifiers.org/ncbigene/57575",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "4",
                "description": "protocadherin 10"
            },
            "metanode": "Gene"
        },
        {
            "id": 4983,
            "identifier": "GO:0005788",
            "identifier_type": "str",
            "name": "endoplasmic reticulum lumen",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0005788",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Cellular Component"
        },
        {
            "id": 4984,
            "identifier": "UBERON:0001011",
            "identifier_type": "str",
            "name": "hemolymph",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/UBERON_0001011",
                "bto_id": "BTO:0000572",
                "source": "Uberon",
                "license": "CC BY 3.0",
                "mesh_id": "D006458"
            },
            "metanode": "Anatomy"
        },
        {
            "id": 4985,
            "identifier": "C0011848",
            "identifier_type": "str",
            "name": "Diabetes insipidus",
            "properties": {
                "url": "http://identifiers.org/umls/C0011848",
                "source": "UMLS via SIDER 4.1",
                "license": "CC BY-NC-SA 4.0"
            },
            "metanode": "Side Effect"
        },
        {
            "id": 4986,
            "identifier": "5467",
            "identifier_type": "int",
            "name": "PPARD",
            "properties": {
                "url": "http://identifiers.org/ncbigene/5467",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "6",
                "description": "peroxisome proliferator-activated receptor delta"
            },
            "metanode": "Gene"
        },
        {
            "id": 4987,
            "identifier": "GO:0036155",
            "identifier_type": "str",
            "name": "acylglycerol acyl-chain remodeling",
            "properties": {
                "url": "http://purl.obolibrary.org/obo/GO_0036155",
                "source": "Gene Ontology",
                "license": "CC BY 4.0"
            },
            "metanode": "Biological Process"
        },
        {
            "id": 4988,
            "identifier": "51393",
            "identifier_type": "int",
            "name": "TRPV2",
            "properties": {
                "url": "http://identifiers.org/ncbigene/51393",
                "source": "Entrez Gene",
                "license": "CC0 1.0",
                "chromosome": "17",
                "description": "transient receptor potential cation channel, subfamily V, member 2"
            },
            "metanode": "Gene"
        }
    ]
}