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=84
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=85",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=83",
    "results": [
        {
            "tf_name": "CEBPA",
            "total_peaks": "72506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037965.MV-4-11_Childhood_acute_monocytic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "34466",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038165.embryonic_fibroblasts.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "32416",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038166.embryonic_fibroblasts_expressing_OSKM_for_48h.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "36237",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038755.liver.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "103542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040183.HepG2_hepatoblastoma.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "112349",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053322.MOLM-13acute_monocytic_leukemiaAML_Homo_sapiens.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "122494",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053324.U937_adult_acute_monocytic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "67932",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058118.Kasumi-1_acute_myeloblastic_leukemia.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "41501",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP000209.HepG2_hepatoblastoma.CEBPA/"
        },
        {
            "tf_name": "CEBPA",
            "total_peaks": "37970",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002306.liver.CEBPA/"
        }
    ]
}