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=718
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=719",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=717",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "38755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052176.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "48167",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052177.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "20110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052178.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "12017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052179.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4993",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052180.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "1706",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052181.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "39937",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052182.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "51223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052183.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "16421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052184.bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "16540",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052185.bone_marrow-derived_macrophages.RELA/"
        }
    ]
}