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=337
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=338",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=336",
    "results": [
        {
            "tf_name": "FOSL2",
            "total_peaks": "22353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058771.bone_marrow-derived_macrophages.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "4628",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058772.bone_marrow-derived_macrophages.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "2109",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE82295.hFOB_1_19_fetal_osteoblast.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "42558",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHP.HepG2_hepatoblastoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "28309",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUI.MCF7_Invasive_ductal_breast_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "56051",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVB.SK-N-SH_neuroblastoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "11924",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR546KCN.MCF7_Invasive_ductal_breast_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "39551",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031901.STHdhQ7_striatal_cells.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "43549",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031902.STHdhQ111_striatal_cells.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "23806",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038887.Th0-cells.FOSL2/"
        }
    ]
}