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=87
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=88",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=86",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "40347",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031992.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "48211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032036.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "29482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032037.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "56721",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032039.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "73504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032041.liver.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "34133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032590.MC3T3-E1_preosteoblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "61368",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032592.MC3T3-E1_preosteoblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "50045",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032797.MC3T3-E1_preosteoblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "50746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032803.MC3T3-E1_preosteoblasts.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "59957",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032902.BV-2_brain_microglial_cells.CEBPB/"
        }
    ]
}