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=221
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=222",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=220",
    "results": [
        {
            "tf_name": "DMRT1",
            "total_peaks": "43240",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034500.testis.DMRT1/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "127",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR147FKU.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042316.Whole_worms_developmental_stage_embryo.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042317.Whole_worms_developmental_stage_embryo.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042337.Whole_worms_developmental_stage_L3.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2951",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042473.Whole_worms_developmental_stage_embryo.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "3281",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042496.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044352.Whole_worms_developmental_stage_L3.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044357.Whole_worms_developmental_stage_embryo.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "3482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044358.Whole_worms_developmental_stage_embryo.DPY-27/"
        }
    ]
}