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=416
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=417",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=415",
    "results": [
        {
            "tf_name": "GLIS2",
            "total_peaks": "17630",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040045.HEK293_embryonic_kidney.GLIS2/"
        },
        {
            "tf_name": "GLIS3",
            "total_peaks": "42",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052995.H9.GLIS3/"
        },
        {
            "tf_name": "GLIS3",
            "total_peaks": "39882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052996.H9.GLIS3/"
        },
        {
            "tf_name": "GLIS3",
            "total_peaks": "279",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035478.alphaTC1_Clone_9_pancreatic_alpha_cells.GLIS3/"
        },
        {
            "tf_name": "GMEB1",
            "total_peaks": "5551",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR928KOR.K562_myelogenous_leukemia.GMEB1/"
        },
        {
            "tf_name": "GMEB2",
            "total_peaks": "11901",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039814.HepG2_hepatoblastoma.GMEB2/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "9099",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040456.13-16_h_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "5482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045921.Eyeantennal_imaginal_discs.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "3246",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046185.2-3_h_AEL_embryo.GRH/"
        },
        {
            "tf_name": "GRH",
            "total_peaks": "711",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046186.2-3_h_AEL_embryo.GRH/"
        }
    ]
}