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=688
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=689",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=687",
    "results": [
        {
            "tf_name": "PPARG",
            "total_peaks": "16980",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE77039.HT29_colon_adenocarcinoma_ROSIG_48H.PPARG/"
        },
        {
            "tf_name": "PQM-1",
            "total_peaks": "5121",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR974RRZ.Whole_worms_developmental_stage_L4young_adults.PQM-1/"
        },
        {
            "tf_name": "PQM-1",
            "total_peaks": "4648",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR535LKO.Whole_worms_developmental_stage_L3.PQM-1/"
        },
        {
            "tf_name": "PQM-1",
            "total_peaks": "956",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR888DFI.Whole_worms_developmental_stage_L3.PQM-1/"
        },
        {
            "tf_name": "PQM-1",
            "total_peaks": "2647",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR912JNK.Whole_worms_developmental_stage_L3.PQM-1/"
        },
        {
            "tf_name": "PQM-1",
            "total_peaks": "209",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR200QCO.Whole_worms_developmental_stage_L1.PQM-1/"
        },
        {
            "tf_name": "PQM-1",
            "total_peaks": "11334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057648.OP201_strainday_1_adult.PQM-1/"
        },
        {
            "tf_name": "PRD",
            "total_peaks": "192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044025.whole_organism_development_stage_embryonic.PRD/"
        },
        {
            "tf_name": "PRD",
            "total_peaks": "97",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044186.whole_organism_development_stage_embryonic.PRD/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "2840",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034610.small_intestine.PRDM1/"
        }
    ]
}