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=554
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=555",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=553",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "23450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038955.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040466.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "4142",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040467.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3279",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040468.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "71415",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047290.NCI-H2171_small_cell_lung_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "26804",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047291.HEK293T_embryonic_kidney.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "29284",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047292.HEK293T_embryonic_kidney.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "30301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047484.MCF10A_breast_epithelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "31781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047485.MCF10A_breast_epithelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "22133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047486.MCF10A_breast_epithelial_cells.MYC/"
        }
    ]
}