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=550
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=551",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=549",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "23958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035831.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "30182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035832.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "30783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035833.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "35813",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035834.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035835.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1722",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035836.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1636",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035837.liver_tumor.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "14372",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035850.Raji_Burkitt_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "21782",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036030.U2OS_osteosarcoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "16818",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036031.U2OS_osteosarcoma.MYC/"
        }
    ]
}