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=531
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=532",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=530",
    "results": [
        {
            "tf_name": "MAX",
            "total_peaks": "27975",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE42262.P493-6_B-cell_lymphoma.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "38489",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.P493-6_B-cell_lymphoma_CMYC_1H.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "18849",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.P493-6_B-cell_lymphoma_CMYC_24H.MAX/"
        },
        {
            "tf_name": "MAX",
            "total_peaks": "49287",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE36354.P493-6_B-cell_lymphoma.MAX/"
        },
        {
            "tf_name": "MAZ",
            "total_peaks": "12439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011087.MEL_cell_line.MAZ/"
        },
        {
            "tf_name": "MAZ",
            "total_peaks": "12151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP011114.CH12_LX_Mouse_lymphoma.MAZ/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "7084",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037835.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "18013",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047665.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "19658",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047666.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "13061",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047667.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        }
    ]
}