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=256
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=257",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=255",
    "results": [
        {
            "tf_name": "ELK3",
            "total_peaks": "367",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032542.NIH_3T3_embryonic_fibroblasts.ELK3/"
        },
        {
            "tf_name": "ELK3",
            "total_peaks": "234",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032543.NIH_3T3_embryonic_fibroblasts.ELK3/"
        },
        {
            "tf_name": "ELK3",
            "total_peaks": "138485",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054859.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.ELK3/"
        },
        {
            "tf_name": "ELK4",
            "total_peaks": "3349",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034999.embryonic_stem_cell-derived_mesoderm.ELK4/"
        },
        {
            "tf_name": "ELK4",
            "total_peaks": "303",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVB.HEK293_embryonic_kidney.ELK4/"
        },
        {
            "tf_name": "ELK4",
            "total_peaks": "7923",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVI.HeLa_S3_cervical_adenocarcinoma.ELK4/"
        },
        {
            "tf_name": "ELK4",
            "total_peaks": "2862",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000103.HEK293_embryonic_kidney.ELK4/"
        },
        {
            "tf_name": "ELK4",
            "total_peaks": "11276",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000581.HeLa_S3_cervical_adenocarcinoma.ELK4/"
        },
        {
            "tf_name": "ELK4",
            "total_peaks": "213",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59021.du145.ELK4/"
        },
        {
            "tf_name": "ELT-2",
            "total_peaks": "2928",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR266NAT.Whole_worms_developmental_stage_late_embryo.ELT-2/"
        }
    ]
}