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=619
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=620",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=618",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "64614",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049657.HASM2_Human_airway_smooth_muscle_2.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "69501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049658.HASM2_Human_airway_smooth_muscle_2.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "61659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049659.HASM2_Human_airway_smooth_muscle_2.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5462",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049915.granulocyte_macrophage_progenitors.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "14039",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049916.granulocyte_macrophage_progenitors.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049917.THP-1_acute_monocytic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049918.THP-1_acute_monocytic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "8282",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050371.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "138",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050372.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15018",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050373.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        }
    ]
}