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=553
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=554",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=552",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "11626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038580.Eph4_mammary_epithelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038581.Eph4_mammary_epithelial_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "7147",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038946.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "14461",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038947.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "44468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038948.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "23220",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038949.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "34112",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038950.3T9_fibroblasts.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "21224",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038951.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "37906",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038952.P493-6_B-cell_lymphoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "12596",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038954.3T9_fibroblasts.MYC/"
        }
    ]
}