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=533
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=534",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=532",
    "results": [
        {
            "tf_name": "MEF2A",
            "total_peaks": "34614",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKB.GM12878_female_B-cells_lymphoblastoid_cell_line.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "4347",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNV.K562_myelogenous_leukemia.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "11719",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVC.SK-N-SH_neuroblastoma.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "22498",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR806JZK.CH12_LX_Mouse_lymphoma.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "5858",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR867SDZ.MEL_cell_line.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "2309",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030895.HL-1_cardiac_muscle_cells.MEF2A/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "29836",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048297.germinal_center_B-cells.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "16577",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048298.germinal_center_B-cells.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "13374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048299.SU-DHL-10_diffuse_large_B-cell_lymphoma.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "6006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048300.SU-DHL-10_diffuse_large_B-cell_lymphoma.MEF2B/"
        }
    ]
}