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=570
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=571",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=569",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "37561",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77356.U2OS_osteosarcoma_Doxy.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6686",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77356.U2OS_osteosarcoma_SHMYC.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "30862",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77356.U2OS_osteosarcoma_SHRCTR.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "3940",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5455",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44672.U2OS_osteosarcoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "22960",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5708",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77356.U2OS_osteosarcoma.MYC/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "5354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036325.Tet21N_neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "3612",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036326.Tet21N_neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "4191",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036327.Tet21N_neuroblastoma.MYCN/"
        }
    ]
}