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=396
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=397",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=395",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "10574",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048406.A1A3breast_cancer_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "10933",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048408.A1A3breast_cancer_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "25482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049481.Kelly_neuroblastoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "25048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049487.BE2C.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "17929",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049896.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "20496",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049897.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "15919",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049898.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "44972",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049899.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "6109",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049904.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "5660",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049905.T47D_invasive_ductal_carcinoma.GATA3/"
        }
    ]
}