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=532
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=533",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=531",
    "results": [
        {
            "tf_name": "MECOM",
            "total_peaks": "16478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047668.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "699",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030540.SK-OV-3_ovarian_serous_cystadenocarcinoma.MECOM/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "27508",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037832.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        },
        {
            "tf_name": "MECOM",
            "total_peaks": "22657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037834.SKH1_chronic_myelogenous_leukemia_BCR-ABL1_positive.MECOM/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "72102",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034652.cortical_neurons.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "62228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034653.cortical_neurons.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "356",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036816.heart.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "389",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036817.heart.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "260",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036818.heart.MEF2A/"
        },
        {
            "tf_name": "MEF2A",
            "total_peaks": "346",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036819.heart.MEF2A/"
        }
    ]
}