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=136
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=137",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=135",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "85515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047929.WA09_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "78991",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047930.WA09_embryonic_stem_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52798",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048002.HeLa_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "55050",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048003.HeLa_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54801",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048004.HeLa_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "50911",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048005.HeLa_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "15453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048089.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "26323",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048090.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56126",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048091.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "38979",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048092.HeLa_S3_cervical_adenocarcinoma.CTCF/"
        }
    ]
}