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=198
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=199",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=197",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "33601",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037387.G1E-derived_erythroid_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037459.COLO-829_melanoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "74631",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037532.RH4_alveolar_rhabdomyosarcoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "10806",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037587.hippocampus.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "51891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037607.E10_5_forelimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037608.E11_5_forelimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "23007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037609.E13_5_forelimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "53407",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037610.E10_5_hindlimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "36057",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037611.E11_5_hindlimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "21896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037612.E13_5_hindlimb.CTCF/"
        }
    ]
}