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=255
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=256",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=254",
    "results": [
        {
            "tf_name": "ELK1",
            "total_peaks": "5903",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR382WLL.MCF7_Invasive_ductal_breast_carcinoma.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "516",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR623KNM.A549_lung_carcinoma.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "6345",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000576.HeLa_S3_cervical_adenocarcinoma.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036180.differentiated_embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "566",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036181.differentiated_embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036182.differentiated_embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "669",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036183.induced_neural_stem_cell-like_cells.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036184.neural_progenitors.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "4376",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039606.IMR90_lung_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "1438",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP002417.WA01_H1_human_embryonic_stem_cells.ELK1/"
        }
    ]
}