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=870
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=871",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=869",
    "results": [
        {
            "tf_name": "STAT5A",
            "total_peaks": "6554",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037294.pro-B_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "18557",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037295.pro-B_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "27956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037475.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "28016",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037476.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "2121",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037563.HIV-1_latently-infected_central_memory_T_cells_cultured_from_uninfected_primary_T_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "2620",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037564.HIV-1_latently-infected_central_memory_T_cells_cultured_from_uninfected_primary_T_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "2211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037565.HIV-1_latently-infected_central_memory_T_cells_cultured_from_uninfected_primary_T_cells.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "21238",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038226.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "35518",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038230.mammary_gland.STAT5A/"
        },
        {
            "tf_name": "STAT5A",
            "total_peaks": "38026",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040927.spleen.STAT5A/"
        }
    ]
}