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=537
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=538",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=536",
    "results": [
        {
            "tf_name": "MEF2D",
            "total_peaks": "877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034026.retina.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "840",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034027.retina.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "1332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034028.retina.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "7841",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034029.retina.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "12245",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031871.C2C12_myoblasts.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "11901",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031872.C2C12_myoblasts.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "17334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034030.retina.MEF2D/"
        },
        {
            "tf_name": "MEF2D",
            "total_peaks": "8155",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039833.K562_myelogenous_leukemia.MEF2D/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "75405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031130.P19C6_embryonic_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "61329",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033219.MAF-9_MLL-AF9_transduced_mouse_bone_marrow_cells.MEIS1/"
        }
    ]
}