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=874
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=875",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=873",
    "results": [
        {
            "tf_name": "STAT5A",
            "total_peaks": "1449",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032563.CD4_CD25-_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "12003",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032564.CD4_CD25-_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "5544",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035173.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "19128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035232.HPC7_haematopoietic_multipotent_progenitors.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "446",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035475.CD8_T-cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "6829",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037787.B_lymphoblastic_leukemia.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "20838",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64862.MV-4-11_Childhood_acute_monocytic_leukemia.STAT5A/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "2441",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000387.Th1-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "92",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000391.T-cells.STAT5B/"
        },
        {
            "tf_name": "STAT5B",
            "total_peaks": "24442",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000399.T-cells.STAT5B/"
        }
    ]
}