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=664
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=665",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=663",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "68188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038927.F9_embryonal_carcinoma.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "32560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038929.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "56231",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038934.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "47790",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038935.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "68182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038936.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "11717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047914.WA09_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "9202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047915.WA09_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "8448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048944.MRC-5_fetal_lung_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3011",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048945.MRC-5_fetal_lung_fibroblasts.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1073",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048950.MRC-5_fetal_lung_fibroblasts.POU5F1/"
        }
    ]
}