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=867
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=868",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=866",
    "results": [
        {
            "tf_name": "STAT5A",
            "total_peaks": "100",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032237.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "45439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032238.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "14409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032418.mammary_tissue.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "12314",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032419.mammary_tissue.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "20544",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035172.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "3900",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035231.HPC7_haematopoietic_multipotent_progenitors.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "5306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035476.CD8_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "56749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035677.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "36565",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035680.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "24212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035683.mammary_gland.STAT5A/"
        }
    ]
}