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=454
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=455",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=453",
    "results": [
        {
            "tf_name": "IKZF1",
            "total_peaks": "15294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032478.pro-B_cells.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "19468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032479.CD4_CD8_thymocytes.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "19852",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032480.pre-pro-B-cells.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "7074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032641.T29_T-cell_leukemia.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "13063",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033973.CD4_CD8_thymocytes.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "66047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033974.CD4-_CD8-_CD3-_B220-_CD11b-_Gr1-_NK1_1-_CD25_CD44-_thymocytes.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "29188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033975.CD4-_CD8-_CD3-_B220-_CD11b-_Gr1-_NK1_1-_CD25-_CD44-_thymocytes.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "2753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033976.CD4_CD8_CD3low_thymocytes.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "32190",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034675.pro-B_cells.IKZF1/"
        },
        {
            "tf_name": "IKZF1",
            "total_peaks": "7899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034676.pre-pro-B-cells.IKZF1/"
        }
    ]
}