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=567
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=568",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=566",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "1171",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30726.CA-46_Burkitt_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6326",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30726.ra1.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "11593",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE30726.Raji_Burkitt_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "69704",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE34419.be2c.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "63946",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.NCI-H2171_small_cell_lung_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "23719",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.U-87MG.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "40340",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41105.NCI-H128_small_cell_lung_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5060",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE41105.NCI-H2171_small_cell_lung_carcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "6830",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42262.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "11356",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44672.HeLa_cervical_adenocarcinoma.MYC/"
        }
    ]
}