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=528
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=529",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=527",
    "results": [
        {
            "tf_name": "MAX",
            "total_peaks": "123787",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BLP.K562_myelogenous_leukemia.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "25651",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSH.HCT-116_colon_carcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "108409",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSJ.WA01_H1_human_embryonic_stem_cells.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "46206",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTJ.A549_lung_carcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "58787",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTM.HepG2_hepatoblastoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "53277",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTY.Ishikawa_endometrial_adenocarcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "67053",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUL.MCF7_Invasive_ductal_breast_carcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "62837",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVD.SK-N-SH_neuroblastoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "15603",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYG.A549_lung_carcinoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "45373",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECN.HeLa_S3_cervical_adenocarcinoma.MAX/"
        }
    ]
}