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=361
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=362",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=360",
    "results": [
        {
            "tf_name": "FOXA2",
            "total_peaks": "112614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033210.CyT49-derived_endodermal_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "115212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033211.CyT49-derived_endodermal_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "107034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033212.CyT49-derived_endodermal_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "100303",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033213.CyT49-derived_endodermal_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "4122",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035167.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "3996",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035169.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "2203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036409.endometrioid_adenocarcinoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "754",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036411.endometrioid_adenocarcinoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "12205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036414.endometrioid_adenocarcinoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "541",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036416.endometrioid_adenocarcinoma.FOXA2/"
        }
    ]
}