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=414
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=415",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=413",
    "results": [
        {
            "tf_name": "GFI1B",
            "total_peaks": "211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035119.416B_hematopoietic_precursor_cells.GFI1B/"
        },
        {
            "tf_name": "GFI1B",
            "total_peaks": "21954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037575.Hoxb8-FL.GFI1B/"
        },
        {
            "tf_name": "GFI1B",
            "total_peaks": "3162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039926.HEK293_embryonic_kidney.GFI1B/"
        },
        {
            "tf_name": "GFI1B",
            "total_peaks": "3603",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52924.CD34_cells.GFI1B/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "16429",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051767.embryonic_stem_cells.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "9789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051769.embryonic_stem_cells.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "64",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053531.medulloblastoma.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "29",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053532.medulloblastoma.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "930",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053533.medulloblastoma.GLI2/"
        },
        {
            "tf_name": "GLI2",
            "total_peaks": "410",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053534.medulloblastoma.GLI2/"
        }
    ]
}