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=90
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=91",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=89",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "14685",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037087.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "59182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037088.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "78564",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037089.brown_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "35061",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037090.brown_adipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "3836",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037540.brown_adipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "18905",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037542.brown_adipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "2225",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037640.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "1560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037641.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "2427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037642.3T3-L1-derived_preadipocytes.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "4275",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037643.3T3-L1-derived_preadipocytes.CEBPB/"
        }
    ]
}