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=252
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=253",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=251",
    "results": [
        {
            "tf_name": "ELF1",
            "total_peaks": "7727",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor_SHGFP_96H.ELF1/"
        },
        {
            "tf_name": "ELF3",
            "total_peaks": "70838",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040160.HepG2_hepatoblastoma.ELF3/"
        },
        {
            "tf_name": "ELF3",
            "total_peaks": "52330",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.PDAC_KOKLF5.ELF3/"
        },
        {
            "tf_name": "ELF3",
            "total_peaks": "60858",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64557.PDAC_SHCTR.ELF3/"
        },
        {
            "tf_name": "ELF4",
            "total_peaks": "17847",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037956.bone_marrow-derived_macrophages.ELF4/"
        },
        {
            "tf_name": "ELF4",
            "total_peaks": "2000",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037957.bone_marrow-derived_macrophages.ELF4/"
        },
        {
            "tf_name": "ELF4",
            "total_peaks": "15647",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037958.bone_marrow-derived_macrophages.ELF4/"
        },
        {
            "tf_name": "ELF4",
            "total_peaks": "2072",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR778QLY.HEK293T_embryonic_kidney.ELF4/"
        },
        {
            "tf_name": "ELF4",
            "total_peaks": "12228",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR638QHV.K562_myelogenous_leukemia.ELF4/"
        },
        {
            "tf_name": "ELF4",
            "total_peaks": "416",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53357.t3m1.ELF4/"
        }
    ]
}