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=541
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=542",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=540",
    "results": [
        {
            "tf_name": "MITF",
            "total_peaks": "1035",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050384.bone_marrow_myeloid_cells.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "2790",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60024.retina.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "8534",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FCB.K562_myelogenous_leukemia.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "30585",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR797SWM.K562_myelogenous_leukemia.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "14760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032702.mast_cells.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "28612",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61965.501Mel_melanoma.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "36",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64137.501Mel_melanoma.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "24514",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50681.melanocytes_BRAFV600E.MITF/"
        },
        {
            "tf_name": "MITF",
            "total_peaks": "31925",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE50681.melanocytes_CTR.MITF/"
        },
        {
            "tf_name": "MIXL1",
            "total_peaks": "6473",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033122.U937_adult_acute_monocytic_leukemia.MIXL1/"
        }
    ]
}