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=663
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=664",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=662",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "33507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037072.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "117570",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037115.epiblast_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1037",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037361.embryoid_body.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "16594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037362.embryoid_body.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "2740",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037363.embryoid_body.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "10768",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037939.ZHBTc4_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037940.ZHBTc4_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "24696",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037945.Brg1flfl_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "8301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037946.Brg1flfl_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "3628",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038261.E3_5_embryonic_stem_cells.POU5F1/"
        }
    ]
}