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=568
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=569",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=567",
    "results": [
        {
            "tf_name": "MYC",
            "total_peaks": "6133",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE47152.PAVE.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "64",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE48602.MDA-MB-231_breast_adenocarcinoma.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "2049",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE70001.IMEC.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25397",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE83777.Jurkat_T-cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "63590",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE85488.CD34_cells.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "7270",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.P493-6_B-cell_lymphoma_CMYC_1H.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "5935",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.P493-6_B-cell_lymphoma_CMYC_24H.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "25370",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44672.U2OS_osteosarcoma_Doxy.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "8829",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma_SIRAD21.MYC/"
        },
        {
            "tf_name": "MYC",
            "total_peaks": "1111",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51290.LoVo_colorectal_adenocarcinoma_PHASEM.MYC/"
        }
    ]
}