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=63
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=64",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=62",
    "results": [
        {
            "tf_name": "BCL6",
            "total_peaks": "71354",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039932.HepG2_hepatoblastoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "1200",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040595.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "43787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053301.SU-DHL-4_diffuse_large_B-cell_lymphoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "80836",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29282.OCI-LY1_diffuse_large_B-cell_lymphoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "10147",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE44420.OCI-LY7_diffuse_large_B-cell_lymphoma.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "27528",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59538.icn12.BCL6/"
        },
        {
            "tf_name": "BCL6",
            "total_peaks": "33854",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59933.CD4.BCL6/"
        },
        {
            "tf_name": "BCL6B",
            "total_peaks": "2719",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR673SGK.HEK293_embryonic_kidney.BCL6B/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "3193",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR533CXT.whole_organism_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "4135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045433.Kc167_development_stage_embryonic.BEAF-32/"
        }
    ]
}