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=661
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=662",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=660",
    "results": [
        {
            "tf_name": "POU4F2",
            "total_peaks": "58930",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE74814.HNPC.POU4F2/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "9585",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR362VCG.bipolar_neuron.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "14959",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031170.CMTi-1_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "35178",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031880.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "49957",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031883.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "49547",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032976.epiblast-like_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "37455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032982.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "15355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033567.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "20524",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033568.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033667.embryonic_stem_cells.POU5F1/"
        }
    ]
}