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=244
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=245",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=243",
    "results": [
        {
            "tf_name": "EFL-1",
            "total_peaks": "1865",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044402.Whole_worms_developmental_stage_late_embryo.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044403.Whole_worms_developmental_stage_late_embryo.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "2455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044404.Whole_worms_developmental_stage_late_embryo.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "564",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044405.Whole_worms_developmental_stage_late_embryo.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1197",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047090.Whole_worms_developmental_stage_young_adults.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "5781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047091.Whole_worms_developmental_stage_young_adults.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "1197",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047098.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EFL-1",
            "total_peaks": "5781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047099.Whole_worms_developmental_stage_L1.EFL-1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031343.dendritic_cells.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "1333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031344.dendritic_cells.EGR1/"
        }
    ]
}