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=779
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=780",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=778",
    "results": [
        {
            "tf_name": "SNAI2",
            "total_peaks": "1438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036745.HUES64_embryonic_stem_cells.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "8557",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036746.HUES64_embryonic_stem_cells.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "20347",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059165.ES-E14_E14_embryonic_stem_cells.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "25019",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55421.keratinocytes_LacZ.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "4425",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55421.keratinocytes_LacZ_DIFF.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "7110",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55421.keratinocytes_SHCTR.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "884",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55421.keratinocytes_SHSNAI2.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "12487",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55421.keratinocytes_SNAI2.SNAI2/"
        },
        {
            "tf_name": "SNAI2",
            "total_peaks": "80568",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE55421.keratinocytes_SNAI2_diff.SNAI2/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "4561",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR395BWO.Whole_worms_developmental_stage_young_adults.SNPC-4/"
        }
    ]
}