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=130
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=131",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=129",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "49289",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040425.CD34_stem_cells-derived_erythroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "62675",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040426.CD34_stem_cells-derived_erythroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "45170",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040503.HeLa_Kyoto_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040504.HeLa_Kyoto_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "54816",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040505.HeLa_Kyoto_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "52702",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040506.HeLa_Kyoto_cervical_adenocarcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "57013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040604.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "56529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040605.liver.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "16921",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040649.embryonic_fibroblasts.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "12055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040650.embryonic_fibroblasts.CTCF/"
        }
    ]
}