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=811
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=812",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=810",
    "results": [
        {
            "tf_name": "SPI1",
            "total_peaks": "33468",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032206.3T3-L1_embryonic_fibroblasts.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "23937",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032242.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "42746",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032243.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "30474",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032244.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "92",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032245.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "32353",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032246.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "34797",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032255.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "10297",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032256.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "26290",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032259.macrophages.SPI1/"
        },
        {
            "tf_name": "SPI1",
            "total_peaks": "11818",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032260.macrophages.SPI1/"
        }
    ]
}