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=695
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=696",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=694",
    "results": [
        {
            "tf_name": "RARA",
            "total_peaks": "1066",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049793.U937_adult_acute_monocytic_leukemia.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "7219",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049794.U937_adult_acute_monocytic_leukemia.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "4622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050210.E11_5_proximal_forelimb_buds.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "1760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050211.E11_5_distal_forelimb_buds.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "11408",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000742.NB4_acute_promyelocytic_leukemia_.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "3321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000747.UPR9_hematopoietic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "80",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000752.HBG3_embryonic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "23880",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031167.CMTi-1_embryonic_stem_cells.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "34230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032106.liver.RARA/"
        },
        {
            "tf_name": "RARA",
            "total_peaks": "34229",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032482.liver.RARA/"
        }
    ]
}