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=547
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=548",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=546",
    "results": [
        {
            "tf_name": "MYB",
            "total_peaks": "53809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038331.PF-382_childhood_T_acute_lymphoblastic_leukemia.MYB/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "45001",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038332.DU-528_childhood_T_acute_lymphoblastic_leukemia.MYB/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "63713",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59657.Jurkat_T-cells.MYB/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "48436",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59657.MOLT3_adult_T_acute_lymphoblastic_leukemia.MYB/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "37268",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72266.CD4_TH1.MYB/"
        },
        {
            "tf_name": "MYB",
            "total_peaks": "11495",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE72266.CD4_TH2.MYB/"
        },
        {
            "tf_name": "MYB3",
            "total_peaks": "4839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041437.3_day_old_seedlings.MYB3/"
        },
        {
            "tf_name": "MYB3",
            "total_peaks": "6537",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041438.3_day_old_seedlings.MYB3/"
        },
        {
            "tf_name": "MYBL1",
            "total_peaks": "12044",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030578.testis.MYBL1/"
        },
        {
            "tf_name": "MYBL1",
            "total_peaks": "5185",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037428.testis.MYBL1/"
        }
    ]
}