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=961
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=962",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=960",
    "results": [
        {
            "tf_name": "YY1",
            "total_peaks": "723",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031227.cardiac_progenitors.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "3952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031729.pro-B_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "38",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032010.C2C12_myoblasts.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "92",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032011.C2C12_myoblasts.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "77",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032012.C2C12_myotubes.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "1101",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032837.jejunal_crypt_intestinal_epithelial_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "20822",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034848.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "10941",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035581.pro-B_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "10642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035582.pre-B_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "4914",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035583.B-cells.YY1/"
        }
    ]
}