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=544
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=545",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=543",
    "results": [
        {
            "tf_name": "MSN2",
            "total_peaks": "173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052684.Quiescent_cells.MSN2/"
        },
        {
            "tf_name": "MSN4",
            "total_peaks": "297",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041968.YMC_OX_phase_S__cerevisiae_cells.MSN4/"
        },
        {
            "tf_name": "MSN4",
            "total_peaks": "165",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041969.YMC_RB_phase_S__cerevisiae_cells.MSN4/"
        },
        {
            "tf_name": "MSN4",
            "total_peaks": "92",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041970.YMC_RB_phase_S__cerevisiae_cells.MSN4/"
        },
        {
            "tf_name": "MSN4",
            "total_peaks": "239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041971.YMC_RC_phase_S__cerevisiae_cells.MSN4/"
        },
        {
            "tf_name": "MSN4",
            "total_peaks": "364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041972.YMC_RC_phase_S__cerevisiae_cells.MSN4/"
        },
        {
            "tf_name": "MSN4",
            "total_peaks": "387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041973.YMC_RC_phase_S__cerevisiae_cells.MSN4/"
        },
        {
            "tf_name": "MSX1",
            "total_peaks": "23603",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000382.C2C12_myoblasts.MSX1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "5875",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DZI.GM12878_female_B-cells_lymphoblastoid_cell_line.MXI1/"
        },
        {
            "tf_name": "MXI1",
            "total_peaks": "11430",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBR.WA01_H1_human_embryonic_stem_cells.MXI1/"
        }
    ]
}