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=910
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=911",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=909",
    "results": [
        {
            "tf_name": "TFAP2A",
            "total_peaks": "49064",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035244.cranial_neural_crest_cells.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "15853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037050.Melan-a_immortalized_melanocytes.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "33516",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma_E2.TFAP2A/"
        },
        {
            "tf_name": "TFAP2A",
            "total_peaks": "9970",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60270.MCF7_Invasive_ductal_breast_carcinoma.TFAP2A/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "24251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010559.HeLa_S3_cervical_adenocarcinoma.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "61",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040711.WA09_embryonic_stem_cells.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "1169",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040712.WA09_embryonic_stem_cells.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "22781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040713.WA09_embryonic_stem_cells.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "11887",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047534.UCLA1_hESCs.TFAP2C/"
        },
        {
            "tf_name": "TFAP2C",
            "total_peaks": "34052",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047535.UCLA1_hESCs.TFAP2C/"
        }
    ]
}