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=397
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=398",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=396",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "3253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049906.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "7694",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049907.T47D_invasive_ductal_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "16069",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050361.Th2-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "39841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052103.pro-T-tumor_derived_Scid_adh_2c2_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "57607",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052104.pro-T-tumor_derived_Scid_adh_2c2_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "45823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052105.pro-T-tumor_derived_Scid_adh_2c2_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "58170",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052106.pro-T-tumor_derived_Scid_adh_2c2_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "16325",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053514.ILC2_type_2_Innate_lympoid_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "23815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053516.ILC2_type_2_Innate_lympoid_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "13881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058227.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        }
    ]
}