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=956
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=957",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=955",
    "results": [
        {
            "tf_name": "XBP1",
            "total_peaks": "14653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037735.liver.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "422",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037736.liver.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "29558",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037737.liver.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "11338",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037738.liver.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "3932",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49952.HS578T_invasive_ductal_breast_carcinoma.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "256463",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49952.MDA-MB-231_breast_adenocarcinoma.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "85",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE49952.T47D_invasive_ductal_carcinoma.XBP1/"
        },
        {
            "tf_name": "XBP1",
            "total_peaks": "7714",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037731.liver.XBP1/"
        },
        {
            "tf_name": "YRR1",
            "total_peaks": "22",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041997.S__cerevisiae_cells.YRR1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "35922",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPM.A549_lung_carcinoma.YY1/"
        }
    ]
}