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=954
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=955",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=953",
    "results": [
        {
            "tf_name": "WRKY33",
            "total_peaks": "182",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041365.4_week_old_mature_leaves.WRKY33/"
        },
        {
            "tf_name": "WRKY33",
            "total_peaks": "7945",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041366.4_week_old_mature_leaves.WRKY33/"
        },
        {
            "tf_name": "WRKY33",
            "total_peaks": "730",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041469.12_day_old_seedlings.WRKY33/"
        },
        {
            "tf_name": "WRKY33",
            "total_peaks": "7940",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041470.12_day_old_seedlings.WRKY33/"
        },
        {
            "tf_name": "WRKY33",
            "total_peaks": "1110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041475.12_day_old_seedlings.WRKY33/"
        },
        {
            "tf_name": "WRKY40",
            "total_peaks": "1486",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041473.12_day_old_seedlings.WRKY40/"
        },
        {
            "tf_name": "WRKY40",
            "total_peaks": "6090",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041474.12_day_old_seedlings.WRKY40/"
        },
        {
            "tf_name": "WRKY40",
            "total_peaks": "937",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041479.12_day_old_seedlings.WRKY40/"
        },
        {
            "tf_name": "WRKY40",
            "total_peaks": "8691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041480.12_day_old_seedlings.WRKY40/"
        },
        {
            "tf_name": "WT1",
            "total_peaks": "206366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037399.K562_myelogenous_leukemia.WT1/"
        }
    ]
}