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=243
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=244",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=242",
    "results": [
        {
            "tf_name": "EFL-1",
            "total_peaks": "4670",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR878HTM.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "5493",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR336KUP.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "4668",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR622QSS.Whole_worms_developmental_stage_young_adults.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "2975",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR920BMA.Whole_worms_developmental_stage_young_adults.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1936",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042461.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "4117",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042467.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "2986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042471.Whole_worms_developmental_stage_young_adults.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1399",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044344.Whole_worms_developmental_stage_L3.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1401",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044400.Whole_worms_developmental_stage_late_embryo.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1445",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044401.Whole_worms_developmental_stage_late_embryo.EFL-1/"
        }
    ]
}