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=545
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=546",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=544",
    "results": [
        {
            "tf_name": "MXI1",
            "total_peaks": "22249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECU.HeLa_S3_cervical_adenocarcinoma.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "18672",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDU.HepG2_hepatoblastoma.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "41041",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFE.IMR90_lung_fibroblasts.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "11786",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGZ.K562_myelogenous_leukemia.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "45210",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EIA.SK-N-SH_neuroblastoma.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "19022",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR934NHU.neural_cell.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "15399",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010444.CH12_LX_Mouse_lymphoma.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "20960",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010688.MEL_cell_line.MXI1/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "39",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000216.myeloid_cells.MYB/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "3942",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000217.myeloid_cells.MYB/"
        }
    ]
}