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=477
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=478",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=476",
    "results": [
        {
            "tf_name": "ISX",
            "total_peaks": "9279",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050123.V6_5_embryonic_stem_cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "8735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050124.induced_pluripotent_stem_cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "19951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051204.V6_5_embryonic_stem_cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "35532",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051208.V6_5_embryonic_stem_cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "31889",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051209.V6_5_embryonic_stem_cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "74414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051210.V6_5_embryonic_stem_cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "29825",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053330.MLL-AF9_Leukemic_Cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "27135",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053331.MLL-AF9_Leukemic_Cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "5032",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053753.primary_T-cells.ISX/"
        },
        {
            "tf_name": "ISX",
            "total_peaks": "75490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055912.activated_B-cells.ISX/"
        }
    ]
}