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=327
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=328",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=326",
    "results": [
        {
            "tf_name": "FLI1",
            "total_peaks": "305",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor_SHFLI_96H.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "4300",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor_SHGFP_48H.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "4036",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor_SHGFP_96H.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "27411",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.UAE.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "3024",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor.FLI1/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "75899",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DON.MCF10A_breast_epithelial_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "83607",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOO.MCF10A_breast_epithelial_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "93392",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOP.MCF10A_breast_epithelial_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "82164",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DOT.MCF10A_breast_epithelial_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "17662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000589.K562_myelogenous_leukemia.FOS/"
        }
    ]
}