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=557
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=558",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=556",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "5294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050102.induced_pluripotent_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "7579",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050103.MEF-1_mouse_embryonic_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051603.pancreas.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "33781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051749.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "18651",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051752.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "30541",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051753.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "15294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051759.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "23256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052319.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "29585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052320.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "29741",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052321.3T9_fibroblasts.MYC/"
        }
    ]
}