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=322
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=323",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=321",
    "results": [
        {
            "tf_name": "FLI1",
            "total_peaks": "3924",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036381.leukemic_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "59927",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037954.bone_marrow-derived_macrophages.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "98900",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038248.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "3034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048205.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "14481",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048206.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "7515",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048207.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "14652",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048208.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "13256",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049959.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "15104",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049960.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "13920",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049961.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        }
    ]
}