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=600
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=601",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=599",
    "results": [
        {
            "tf_name": "NR1D1",
            "total_peaks": "46149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034830.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "3585",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035603.heart.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "12626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036212.epididymal_white_adipose_tissue.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "38546",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036497.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "44976",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036498.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "42927",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036499.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D2",
            "total_peaks": "25634",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031401.liver.NR1D2/"
        },
        {
            "tf_name": "NR1D2",
            "total_peaks": "2263",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031402.liver.NR1D2/"
        },
        {
            "tf_name": "NR1D2",
            "total_peaks": "27297",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031166.liver.NR1D2/"
        },
        {
            "tf_name": "NR1D2",
            "total_peaks": "14621",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032015.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.NR1D2/"
        }
    ]
}