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=92
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=93",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=91",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "15935",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038701.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "14355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038702.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "18135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038703.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "29378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038704.bone_marrow-derived_macrophages.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "33337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039491.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "19774",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039499.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "19775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039561.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "41252",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039591.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "27537",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039834.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "25802",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039871.A549_lung_carcinoma.CEBPB/"
        }
    ]
}