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=643
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=644",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=642",
    "results": [
        {
            "tf_name": "PAX3",
            "total_peaks": "2743",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030938.myoblasts.PAX3/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "14295",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031938.Raji_Burkitt_lymphoma.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "18196",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031939.Namalwa_Burkitt_lymphoma.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "17813",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031940.L428_Hodgkin_lymphoma.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "66126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036595.pre-B-cell_progenitors.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "23024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050302.Ebf1-deficient_B_cell_progenitors.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "7159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050303.Ebf1-deficient_B_cell_progenitors.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "20355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051294.pre-B_cells.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "71184",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHD.GM12878_female_B-cells_lymphoblastoid_cell_line.PAX5/"
        },
        {
            "tf_name": "PAX5",
            "total_peaks": "65579",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BHJ.GM12878_female_B-cells_lymphoblastoid_cell_line.PAX5/"
        }
    ]
}