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=534
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=535",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=533",
    "results": [
        {
            "tf_name": "MEF2B",
            "total_peaks": "19435",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048301.SU-DHL-10_diffuse_large_B-cell_lymphoma.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "2199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048302.SU-DHL-10_diffuse_large_B-cell_lymphoma.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "8480",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055127.HEK293-A.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "20541",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055128.HEK293-A.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055129.HEK293-A.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "45",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055130.HEK293-A.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "5219",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055131.HEK293-A.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055132.HEK293-A.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "17041",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR177VFS.GM12878_female_B-cells_lymphoblastoid_cell_line.MEF2B/"
        },
        {
            "tf_name": "MEF2B",
            "total_peaks": "2037",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69558.db.MEF2B/"
        }
    ]
}