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=93
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=94",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=92",
    "results": [
        {
            "tf_name": "CEBPB",
            "total_peaks": "21110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039935.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "5667",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039961.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "27711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040158.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "19324",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040177.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "39370",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040190.A549_lung_carcinoma.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "10241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040655.OCI-AML3.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "6262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040656.OCI-AML3.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "26872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047813.THP-1_acute_monocytic_leukemia.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "47378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047814.THP-1_acute_monocytic_leukemia.CEBPB/"
        },
        {
            "tf_name": "CEBPB",
            "total_peaks": "21211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047815.THP-1_acute_monocytic_leukemia.CEBPB/"
        }
    ]
}