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=457
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=458",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=456",
    "results": [
        {
            "tf_name": "IRF1",
            "total_peaks": "10535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038038.HAEC_human_aortic_endothelial_cells.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "5685",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038039.HAEC_human_aortic_endothelial_cells.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "3842",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038361.AT-3_mammary_tumor.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "2731",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038362.AT-3_mammary_tumor.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "6949",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038363.AT-3_mammary_tumor.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "5542",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038364.AT-3_mammary_tumor.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "19291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038440.Th9-cells.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "13567",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038441.Th9-cells.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "6097",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040363.bone_marrow-derived_macrophages.IRF1/"
        },
        {
            "tf_name": "IRF1",
            "total_peaks": "5613",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040364.bone_marrow-derived_macrophages.IRF1/"
        }
    ]
}