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=694
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=695",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=693",
    "results": [
        {
            "tf_name": "RARA",
            "total_peaks": "4147",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000745.NB4_acute_promyelocytic_leukemia_.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "24972",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000748.UPR9_hematopoietic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "79",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000753.HBG3_embryonic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "10977",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030448.embryonic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "4521",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030449.embryonic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "18641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031168.CMTi-1_embryonic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "45460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032485.liver.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "19974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033558.F9_embryonal_carcinoma.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "15359",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033560.F9_embryonal_carcinoma.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "12549",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033562.F9_embryonal_carcinoma.RARA/"
        }
    ]
}