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=644
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=645",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=643",
    "results": [
        {
            "tf_name": "PAX5",
            "total_peaks": "21267",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJH.GM12891_male_B-_cells_lymphoblastoid_cell_line.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "30372",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BJI.GM12892_female_B-cells_lymphoblastoid_cell_line.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010254.CH12_LX_Mouse_lymphoma.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "10983",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030465.mature_B-cells.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "5166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030466.mature_B-cells.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "71986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036596.pre-B-cell_progenitors.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "70055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047522.2nd_trimester_human_fetal_testis.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "30365",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051034.pro-B_cells.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "1328",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.DOHH2_diffuse_large_B-cell_lymphoma.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "6541",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.OCI-LY7_diffuse_large_B-cell_lymphoma.PAX5/"
        }
    ]
}