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=333
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=334",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=332",
    "results": [
        {
            "tf_name": "FOS",
            "total_peaks": "4176",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64862.MV-4-11_Childhood_acute_monocytic_leukemia_SHFLT3.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "7899",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE64862.MV-4-11_Childhood_acute_monocytic_leukemia.FOS/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "845",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR092GCN.Whole_worms_developmental_stage_L3.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "7789",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR900CNJ.Whole_worms_developmental_stage_L2.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "1909",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR493JQJ.Whole_worms_developmental_stage_L1.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "349",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR782ESD.Whole_worms_developmental_stage_L4young_adults.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "1666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047082.Whole_worms_developmental_stage_L1.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "1128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047083.Whole_worms_developmental_stage_L1.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "425",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047142.Whole_worms_developmental_stage_L3.FOS-1/"
        },
        {
            "tf_name": "FOS-1",
            "total_peaks": "652",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047143.Whole_worms_developmental_stage_L3.FOS-1/"
        }
    ]
}