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=963
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=964",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=962",
    "results": [
        {
            "tf_name": "YY1",
            "total_peaks": "4926",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038612.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "2891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038613.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "6250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038614.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "2886",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038615.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "16414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049910.V6_5_embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "1333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049911.Jurkat_T-cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "1058",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE31417.HeLa_cervical_adenocarcinoma.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "11181",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE39096.WA01_H1_human_embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY2",
            "total_peaks": "3489",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR692HSE.HEK293_embryonic_kidney.YY2/"
        },
        {
            "tf_name": "YY2",
            "total_peaks": "435",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036399.trophoblast_precursors.YY2/"
        }
    ]
}