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=883
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=884",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=882",
    "results": [
        {
            "tf_name": "TAL1",
            "total_peaks": "36715",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59087.ProEs.TAL1/"
        },
        {
            "tf_name": "TAL1",
            "total_peaks": "37981",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59657.MOLT3_adult_T_acute_lymphoblastic_leukemia.TAL1/"
        },
        {
            "tf_name": "TAL1",
            "total_peaks": "31508",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60477.TSU-1621-MT_adult_acute_myeloid_leukemia.TAL1/"
        },
        {
            "tf_name": "TAL1",
            "total_peaks": "96308",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53423.ECFC_TSA.TAL1/"
        },
        {
            "tf_name": "TAL1",
            "total_peaks": "82307",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE53423.ECFC.TAL1/"
        },
        {
            "tf_name": "TBF1",
            "total_peaks": "391",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041547.S__cerevisiae_cells.TBF1/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "7451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033624.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "21734",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035205.embryonic_stem_cells.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "7029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035207.embryoid_body.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "8390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036246.testis.TBP/"
        }
    ]
}