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=522
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=523",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=521",
    "results": [
        {
            "tf_name": "MAD",
            "total_peaks": "1747",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046002.Kc167_development_stage_embryonic.MAD/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "8563",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032675.CD4_Th17_T-cells.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "9118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038586.monocyte-derived_macrophages.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "8792",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038587.monocyte-derived_macrophages.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "2088",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038880.Th17-cells.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "1134",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047552.Th17-cells.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "6071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047553.Th17-cells.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "350",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047554.Th17-cells.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "2643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047555.Th17-cells.MAF/"
        },
        {
            "tf_name": "MAF",
            "total_peaks": "1196",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047556.Th17-cells.MAF/"
        }
    ]
}