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=326
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=327",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=325",
    "results": [
        {
            "tf_name": "FLI1",
            "total_peaks": "41133",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047962.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "74581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047963.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "17784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053002.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "48704",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053003.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "17477",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.NB4_acute_promyelocytic_leukemia_.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "56627",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.SKNO-1_acute_myeloid_leukemia.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "12377",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46044.ME-1_acute_myeloid_leukemia_.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "28394",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60477.TSU-1621-MT_adult_acute_myeloid_leukemia.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "31851",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE23730.UAE_ZINC.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "718",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61944.SK-N-MC_Askin_tumor_SHFLI_48H.FLI1/"
        }
    ]
}