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=311
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=312",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=310",
    "results": [
        {
            "tf_name": "ESRRG",
            "total_peaks": "7077",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050192.kidney.ESRRG/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "18572",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPU.A549_lung_carcinoma.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "72",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032404.CUTLL1_T-cell_lymphoblastic_lymphoma_1.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "30852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036589.pre-B-cell_progenitors.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "20062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038275.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "31441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038276.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "37581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038277.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "19543",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048197.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "20048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048198.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "31442",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048199.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ETS1/"
        }
    ]
}