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=441
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=442",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=440",
    "results": [
        {
            "tf_name": "HOXA9",
            "total_peaks": "1725",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000704.myeloblasts.HOXA9/"
        },
        {
            "tf_name": "HOXA9",
            "total_peaks": "4158",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033048.hematopoietic_progenitors.HOXA9/"
        },
        {
            "tf_name": "HOXA9",
            "total_peaks": "5212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033359.acute_myeloid_leukemia.HOXA9/"
        },
        {
            "tf_name": "HOXA9",
            "total_peaks": "19697",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033360.acute_myeloid_leukemia.HOXA9/"
        },
        {
            "tf_name": "HOXA9",
            "total_peaks": "5798",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE38339.SEM_childhood_B_acute_lymphoblastic_leukemia.HOXA9/"
        },
        {
            "tf_name": "HOXB13",
            "total_peaks": "67268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038437.VCaP_prostate_carcinoma.HOXB13/"
        },
        {
            "tf_name": "HOXB13",
            "total_peaks": "74466",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038438.VCaP_prostate_carcinoma.HOXB13/"
        },
        {
            "tf_name": "HOXB13",
            "total_peaks": "1047",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048490.prostate_tumor.HOXB13/"
        },
        {
            "tf_name": "HOXB13",
            "total_peaks": "1338",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048491.prostate_tumor.HOXB13/"
        },
        {
            "tf_name": "HOXB13",
            "total_peaks": "571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048492.prostate_tumor.HOXB13/"
        }
    ]
}