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=79
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=80",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=78",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "20807",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040737.bone_marrow-derived_macrophages.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "21404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047669.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "22861",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047670.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "8726",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047671.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "13200",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047672.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "49526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047677.Kasumi-1_acute_myeloblastic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "56955",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047678.Kasumi-1_acute_myeloblastic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "10419",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047679.Kasumi-1_acute_myeloblastic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "11661",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047680.Kasumi-1_acute_myeloblastic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "32054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049971.MA9_transformed_mouse_leukemia.CEBPA/"
        }
    ]
}