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=96
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=97",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=95",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "4361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052300.mpkCCD_clone_11.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "1292",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052301.mpkCCD_clone_11.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "126432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053279.JB6_Human_anaplastic_large_cell_lymphoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "119223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053280.JB6_Human_anaplastic_large_cell_lymphoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "122627",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053283.SU-DHL-1_Anaplastic_large_cell_lymphoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "130630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053284.SU-DHL-1_Anaplastic_large_cell_lymphoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "17506",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31621.monocyte.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "74226",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE82295.hFOB_1_19_fetal_osteoblast.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "37384",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQI.HepG2_hepatoblastoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "52240",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRQ.K562_myelogenous_leukemia.CEBPB/"
        }
    ]
}