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=89
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=90",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=88",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "3315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034980.embryonic_stem_cell-derived_hemogenic_endothelium.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "4920",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034984.embryonic_stem_cell-derived_hematopoietic_progenitors.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "60104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034993.embryonic_stem_cell-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "2253",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034998.embryonic_stem_cell-derived_mesoderm.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "3536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036076.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "28839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036279.bone_marrow-derived_mesenchymal_stem_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "66410",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036287.bone_marrow-derived_mesenchymal_stem_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "67074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036293.bone_marrow-derived_mesenchymal_stem_cells.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "26878",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037030.hepatocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "34385",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037031.hepatocytes.CEBPB/"
        }
    ]
}