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=757
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=758",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=756",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "20179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000501.3T3-L1_embryonic_fibroblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "28662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000502.3T3-L1_embryonic_fibroblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "4753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000641.3T3-L1-derived_preadipocytes.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "2109",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000679.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "2839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000680.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "1740",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000681.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "2484",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000682.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "2421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000683.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "4080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000684.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "331",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000744.NB4_acute_promyelocytic_leukemia_.RXRA/"
        }
    ]
}