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=957
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=958",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=956",
    "results": [
        {
            "tf_name": "YY1",
            "total_peaks": "16749",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034849.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "49202",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034850.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "50877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034851.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "20822",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034852.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "15910",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034853.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "21283",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034854.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "33849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034855.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "27798",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034856.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "26478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034857.embryonic_stem_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "3161",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038607.lymphoblastoid_cells.YY1/"
        }
    ]
}