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=392
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=393",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=391",
    "results": [
        {
            "tf_name": "GATA2",
            "total_peaks": "6106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032335.FDCP-Mix_multipotent_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "10176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032338.FDCP-Mix_multipotent_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "15031",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032339.FDCP-Mix_multipotent_stem_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "64247",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032697.mast_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035118.416B_hematopoietic_precursor_cells.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "51",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036547.Kasumi-3_adult_acute_myeloid_leukemia_with_minimal_differentiation.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "8858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037193.Kasumi-1_acute_myeloblastic_leukemia.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "6069",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037573.Hoxb8-FL.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "42593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037840.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.GATA2/"
        },
        {
            "tf_name": "GATA2",
            "total_peaks": "69117",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040835.endometrial_stromal_cells.GATA2/"
        }
    ]
}