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=507
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=508",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=506",
    "results": [
        {
            "tf_name": "KLF4",
            "total_peaks": "1821",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035321.B-cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "14311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037198.CD4_CD8_thymocytes.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "23868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038135.embryonic_fibroblasts.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "47598",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038139.embryonic_fibroblasts_expressing_OSKM_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "34426",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038143.embryonic_stem_cells.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "35756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038145.embryonic_fibroblasts_expressing_Klf4_from_pMX_vector_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "44643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038146.embryonic_fibroblasts_expressing_Klf4_from_inducible_system_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "70907",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038152.embryonic_fibroblasts_expressing_Oct4Klf4_from_pMX_vector_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "38749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038154.embryonic_fibroblasts_expressing_Sox2Klf4_from_pMX_vector_for_48h.KLF4/"
        },
        {
            "tf_name": "KLF4",
            "total_peaks": "44862",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038157.embryonic_fibroblasts_expressing_Oct4Sox2_from_pMX_vector_for_48h.KLF4/"
        }
    ]
}