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=70
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=71",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=69",
    "results": [
        {
            "tf_name": "CBF1",
            "total_peaks": "778",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041562.S__cerevisiae_cells.CBF1/"
        },
        {
            "tf_name": "CCA1",
            "total_peaks": "4321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041367.14_day_old_seedling.CCA1/"
        },
        {
            "tf_name": "CCA1",
            "total_peaks": "3301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041368.14_day_old_seedling.CCA1/"
        },
        {
            "tf_name": "CCA1",
            "total_peaks": "276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041385.14_day_old_seedling.CCA1/"
        },
        {
            "tf_name": "CCA1",
            "total_peaks": "2379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041386.14_day_old_seedling.CCA1/"
        },
        {
            "tf_name": "CCA1",
            "total_peaks": "4230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041387.14_day_old_seedling.CCA1/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "32409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031623.Ainv15_embryonic_stem_cells.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "8733",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031624.Ainv15_embryonic_stem_cells.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "7130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032547.Ainv15_embryonic_stem_cells.CDX2/"
        },
        {
            "tf_name": "CDX2",
            "total_peaks": "56509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032548.Ainv15_embryonic_stem_cells.CDX2/"
        }
    ]
}