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=549
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=550",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=548",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031458.B-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "7291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031459.B-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5869",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031879.embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031881.embryonic_stem_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16388",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033435.intestinal_crypt_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1758",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033437.intestinal_villus.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "8103",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035825.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "8632",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035826.liver.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035829.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "23656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035830.liver_tumor.MYC/"
        }
    ]
}