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=424
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=425",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=423",
    "results": [
        {
            "tf_name": "HEY1",
            "total_peaks": "11926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033918.CM71_embryonic_stem_cells.HEY1/"
        },
        {
            "tf_name": "HEY1",
            "total_peaks": "57922",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033919.CM71_embryonic_stem_cells.HEY1/"
        },
        {
            "tf_name": "HEY1",
            "total_peaks": "2323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033922.CM71-derived_cardiomyocytes.HEY1/"
        },
        {
            "tf_name": "HEY1",
            "total_peaks": "20106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033923.CM71-derived_cardiomyocytes.HEY1/"
        },
        {
            "tf_name": "HEY1",
            "total_peaks": "42873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056635.K562_myelogenous_leukemia.HEY1/"
        },
        {
            "tf_name": "HEY1",
            "total_peaks": "53403",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056636.HepG2_hepatoblastoma.HEY1/"
        },
        {
            "tf_name": "HEY1",
            "total_peaks": "2732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036711.HUES64_embryonic_stem_cells.HEY1/"
        },
        {
            "tf_name": "HEY2",
            "total_peaks": "13958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033920.CM71_embryonic_stem_cells.HEY2/"
        },
        {
            "tf_name": "HEY2",
            "total_peaks": "42126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033921.CM71_embryonic_stem_cells.HEY2/"
        },
        {
            "tf_name": "HEY2",
            "total_peaks": "432",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033924.CM71-derived_cardiomyocytes.HEY2/"
        }
    ]
}