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=308
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=309",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=307",
    "results": [
        {
            "tf_name": "ESRRA",
            "total_peaks": "42100",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE81651.SK-BR-3_breast_adenocarcinoma_HRG.ESRRA/"
        },
        {
            "tf_name": "ESRRA",
            "total_peaks": "3756",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75876.BT-474_breast_invasive_ductal_carcinoma.ESRRA/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "59876",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035718.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "5126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035719.E14TG2A_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "60323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035720.EKOiE_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "602",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035721.EKOiE_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "6972",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035722.EKOiE_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035723.EKOiE_embryonic_stem_cells.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "4877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037979.MEF_mouse_embryonic_fibroblasts.ESRRB/"
        },
        {
            "tf_name": "ESRRB",
            "total_peaks": "5311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037981.MEF_mouse_embryonic_fibroblasts.ESRRB/"
        }
    ]
}