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=245
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=246",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=244",
    "results": [
        {
            "tf_name": "EGR1",
            "total_peaks": "1618",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031345.dendritic_cells.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "7633",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031346.dendritic_cells.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "3127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031839.liver.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "2428",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035106.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "3314",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035107.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "3192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035108.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "2936",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035109.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "3321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035110.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "2834",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035111.medial_prefrontal_cortex.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "2379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035112.medial_prefrontal_cortex.EGR1/"
        }
    ]
}