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=415
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=416",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=414",
    "results": [
        {
            "tf_name": "GLI2",
            "total_peaks": "1225",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR978EQY.HEK293_embryonic_kidney.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "984",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036185.differentiated_embryonic_fibroblasts.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036186.differentiated_embryonic_fibroblasts.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "802",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036187.differentiated_embryonic_fibroblasts.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "1029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036188.induced_neural_stem_cell-like_cells.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "1102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036189.neural_progenitors.GLI2/"
        },
        {
            "tf_name": "GLI3",
            "total_peaks": "140",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030678.embryonic_heart.GLI3/"
        },
        {
            "tf_name": "GLI3",
            "total_peaks": "14560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034049.dorsal_neural_progenitors.GLI3/"
        },
        {
            "tf_name": "GLIS1",
            "total_peaks": "73014",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035916.HEK293_embryonic_kidney.GLIS1/"
        },
        {
            "tf_name": "GLIS1",
            "total_peaks": "42635",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039340.HEK293_embryonic_kidney.GLIS1/"
        }
    ]
}