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=592
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=593",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=591",
    "results": [
        {
            "tf_name": "NFKB1",
            "total_peaks": "46",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031356.dendritic_cells.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "2826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032914.retina.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "5891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032916.retina.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "3512",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032918.retina.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "1609",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032920.retina.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "12972",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048573.MCF10A-ER-Src.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "52067",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048574.MCF10A-ER-Src.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "2091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032915.retina.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "1232",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032917.retina.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "1525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032919.retina.NFKB1/"
        }
    ]
}