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=336
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=337",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=335",
    "results": [
        {
            "tf_name": "FOSL2",
            "total_peaks": "15759",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039680.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "10486",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039732.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "12241",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039757.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "8527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039800.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "18515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039862.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "4077",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040181.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "26421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051852.primary_fibroblasts.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "17268",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051853.primary_fibroblasts.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "15697",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051854.primary_fibroblasts.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "31958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051855.primary_fibroblasts.FOSL2/"
        }
    ]
}