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=563
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=564",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=562",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "86162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033439.intestinal_crypt_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033441.intestinal_villus.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "47592",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034180.multipotent_otic_progenitors.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "78159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034404.medulloblastoma_type_G3.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035827.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "8464",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035828.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "8881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035848.Raji_Burkitt_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16217",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036145.HCT-116_colon_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1307",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036146.HCT-116_colon_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "73560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036147.HCT-116_colon_carcinoma.MYC/"
        }
    ]
}