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=404
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=405",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=403",
    "results": [
        {
            "tf_name": "GATA4",
            "total_peaks": "29091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036792.HUES64_embryonic_stem_cells.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "14023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037720.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "11132",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037722.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "14023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037724.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "120730",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049304.BJ_fibroblasts.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "120730",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049376.BJ_fibroblasts.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "60357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049377.BJ_fibroblasts.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "182719",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058840.MEF_mouse_embryonic_fibroblasts.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "98450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058844.MEF_mouse_embryonic_fibroblasts.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "119127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058848.MEF_mouse_embryonic_fibroblasts.GATA4/"
        }
    ]
}