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=820
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=821",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=819",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "8255",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051893.CFU-G.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "17756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052093.Lin-_FLP_derived_CD25.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "11073",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052094.Lin-_FLP_derived_CD25.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "87098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052111.Lin-_FLP_derived_CD25.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "108153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052112.Lin-_FLP_derived_CD25.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "81918",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052113.Lin-_FLP_derived_CD25.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "124054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052114.Lin-_FLP_derived_CD25.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "86199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052115.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "106693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052116.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "36767",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052117.pro-T-tumor_derived_Scid_adh_2c2_cells.SPI1/"
        }
    ]
}