This API provides an easy-to-use REST web interface to query/retrieve data from the UniBind database. The API comes with a human browsable interface and also a programmatic interface which return the results in different formats, including json, jsonp, yaml, bed, and also api for a browsable interface.
GET /api/v1/datasets?format=api&page=804
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 9654,
    "next": "https://unibind.uio.no/api/v1/datasets?format=api&page=805",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=803",
    "results": [
        {
            "tf_name": "SP1",
            "total_peaks": "24622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037922.liver.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "44622",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHK.GM12878_female_B-cells_lymphoblastoid_cell_line.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "37930",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BIR.WA01_H1_human_embryonic_stem_cells.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "30376",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJX.HepG2_hepatoblastoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "3162",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKO.K562_myelogenous_leukemia.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "28158",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSF.HCT-116_colon_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "8785",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR991ELG.K562_myelogenous_leukemia.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "481",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR906PEI.HEK293T_embryonic_kidney.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "59247",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR085IXF.liver.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "54946",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR386YIH.liver.SP1/"
        }
    ]
}