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=169
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=170",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=168",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "30698",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYB.WI-38_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "46743",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYD.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53023",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFI.IMR90_lung_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59231",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGM.K562_myelogenous_leukemia.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52689",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EIC.SK-N-SH_neuroblastoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "58844",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR027HML.OCI-LY7_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "69701",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR084RDK.DOHH2_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "59689",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR113REG.KARPAS-422_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "44554",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR125DKL.SU-DHL-6_diffuse_large_B-cell_lymphoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "73377",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR464DKE.Loucy_adult_T_acute_lymphoblastic_leukemia.CTCF/"
        }
    ]
}