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=270
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=271",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=269",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "28790",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030929.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "13692",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031407.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "49982",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031408.uterus.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032050.mammary_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "28724",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032051.mammary_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "15111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032052.mammary_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "24027",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032053.mammary_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "25100",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032054.mammary_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "35136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032055.mammary_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "68",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032060.7438_mammary_carcinoma.ESR1/"
        }
    ]
}