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=379
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=380",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=378",
    "results": [
        {
            "tf_name": "GABPA",
            "total_peaks": "1616",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR038RXU.MCF7_Invasive_ductal_breast_carcinoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "17124",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR290MUH.K562_myelogenous_leukemia.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "12670",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR331HPA.GM12878_female_B-cells_lymphoblastoid_cell_line.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "11259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000224.CD34CD133_hematopoietic_progenitors.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "1657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011012.MEL_cell_line.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "2697",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011066.CH12_LX_Mouse_lymphoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "7236",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036883.CD4_T-cells.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "6575",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039904.liver.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "14789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040044.HepG2_hepatoblastoma.GABPA/"
        },
        {
            "tf_name": "GABPA",
            "total_peaks": "10139",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054610.GM12878_female_B-cells_lymphoblastoid_cell_line.GABPA/"
        }
    ]
}