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=674
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=675",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=673",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "59342",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034776.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "60654",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034777.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "34049",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034778.induced_pluripotent_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "17867",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034779.induced_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "1594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035359.KH2_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "15263",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036730.HUES64_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "7080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036731.HUES64_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "9756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036732.HUES64_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "2991",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036733.HUES64_embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "30293",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036802.HUES64_embryonic_stem_cells.POU5F1/"
        }
    ]
}