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=253
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=254",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=252",
    "results": [
        {
            "tf_name": "ELF5",
            "total_peaks": "60273",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035670.mammary_gland.ELF5/"
        },
        {
            "tf_name": "ELF5",
            "total_peaks": "39702",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035676.mammary_gland.ELF5/"
        },
        {
            "tf_name": "ELF5",
            "total_peaks": "32095",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035679.mammary_gland.ELF5/"
        },
        {
            "tf_name": "ELF5",
            "total_peaks": "59382",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035682.mammary_gland.ELF5/"
        },
        {
            "tf_name": "ELF5",
            "total_peaks": "62853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035688.mammary_gland.ELF5/"
        },
        {
            "tf_name": "ELF5",
            "total_peaks": "300",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31216.T47D_invasive_ductal_carcinoma.ELF5/"
        },
        {
            "tf_name": "ELF5",
            "total_peaks": "3717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031810.trophoblast_stem_cells.ELF5/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032534.NIH_3T3_embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "187",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032535.NIH_3T3_embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "1215",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037127.embryonic_fibroblasts.ELK1/"
        }
    ]
}