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=223
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=224",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=222",
    "results": [
        {
            "tf_name": "DPY-27",
            "total_peaks": "315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044495.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "1260",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044496.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "4739",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044497.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "1817",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044498.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "3527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044499.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "3364",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044500.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DPY-27",
            "total_peaks": "1536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044501.Whole_worms_mixed-stage_embryos.DPY-27/"
        },
        {
            "tf_name": "DREF",
            "total_peaks": "2895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045620.Kc167_development_stage_embryonic.DREF/"
        },
        {
            "tf_name": "DREF",
            "total_peaks": "3002",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045621.Kc167_development_stage_embryonic.DREF/"
        },
        {
            "tf_name": "DREF",
            "total_peaks": "3291",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045932.Kc167_development_stage_embryonic.DREF/"
        }
    ]
}