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=536
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=537",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=535",
    "results": [
        {
            "tf_name": "MEF2C",
            "total_peaks": "124787",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058849.MEF_mouse_embryonic_fibroblasts.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "14278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058855.MEF_mouse_embryonic_fibroblasts.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "19855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059094.heart.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "17962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059095.heart.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "10381",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNG.GM12878_female_B-cells_lymphoblastoid_cell_line.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035573.BMiFLT315-3_murine_acute_lymphoblastic_leukemia.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "250",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32644.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells_STATIN.MEF2C/"
        },
        {
            "tf_name": "MEF2C",
            "total_peaks": "290",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE32644.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.MEF2C/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "9135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034024.retina.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034025.retina.MEF2D/"
        }
    ]
}