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=962
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=963",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=961",
    "results": [
        {
            "tf_name": "YY1",
            "total_peaks": "1961",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035584.B-cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "1500",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035624.C2C12_myoblasts.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "70414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035950.HEK293_embryonic_kidney.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "8181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036996.HeLa_cervical_adenocarcinoma.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "4766",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038602.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "2785",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038603.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "3855",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038604.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "7674",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038605.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "3714",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038606.lymphoblastoid_cells.YY1/"
        },
        {
            "tf_name": "YY1",
            "total_peaks": "3957",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038611.lymphoblastoid_cells.YY1/"
        }
    ]
}