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=222
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=223",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=221",
    "results": [
        {
            "tf_name": "DPY-27",
            "total_peaks": "2377",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044359.Whole_worms_developmental_stage_L3.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044360.Whole_worms_developmental_stage_young_adults.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2029",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044478.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "3614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044479.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "3259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044480.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2378",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044481.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044487.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044488.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "2932",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044489.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "1986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044494.Whole_worms_mixed-stage_embryos.DPY-27/"
        }
    ]
}