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=313
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=314",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=312",
    "results": [
        {
            "tf_name": "ETS1",
            "total_peaks": "10815",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031088.G1ME_megakaryocyte_progenitor_cell_line.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "6321",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031719.CD4_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "12831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031720.CD4_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "11682",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032565.CD4_CD25_CD45RA_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "4102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032566.CD4_CD25_CD45RA_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "13538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032567.CD4_CD25_CD45RA_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "10274",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032568.CD4_CD25-_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "14728",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032569.CD4_CD25-_T-cells.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "6477",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032990.thymocytes.ETS1/"
        },
        {
            "tf_name": "ETS1",
            "total_peaks": "3704",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034736.CD4_T-cells.ETS1/"
        }
    ]
}