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=235
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=236",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=234",
    "results": [
        {
            "tf_name": "E2F8",
            "total_peaks": "2068",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048720.HKC8_kidney_proximal_tubule_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048728.RCC4_kidney_cancer_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "1028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048729.RCC4_kidney_cancer_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "3709",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048734.HepG2_hepatoblastoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "2105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048735.HepG2_hepatoblastoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "568",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048742.HKC8_kidney_proximal_tubule_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "620",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048745.HKC8_kidney_proximal_tubule_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "285",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048748.HKC8_kidney_proximal_tubule_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "722",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048751.HKC8_kidney_proximal_tubule_cell_line.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "8370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048752.HKC8_kidney_proximal_tubule_cell_line.E2F8/"
        }
    ]
}