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=849
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=850",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=848",
    "results": [
        {
            "tf_name": "STAT1",
            "total_peaks": "25600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047507.SET2_Adult_acute_megakaryoblastic_leukemia_Homo_Sapiens.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "21291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047508.SET2_Adult_acute_megakaryoblastic_leukemia_Homo_Sapiens.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "47017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047509.SET2_Adult_acute_megakaryoblastic_leukemia_Homo_Sapiens.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "42908",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047510.SET2_Adult_acute_megakaryoblastic_leukemia_Homo_Sapiens.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "5389",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR332EYT.GM12878_female_B-cells_lymphoblastoid_cell_line.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "466",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR071NFQ.GM23338.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "3895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000392.T-cells.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "31579",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000459.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "34814",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000465.BMDM_bone_marrow-derived_macrophages.STAT1/"
        },
        {
            "tf_name": "STAT1",
            "total_peaks": "10319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000506.HeLa_S3_cervical_adenocarcinoma.STAT1/"
        }
    ]
}