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=704
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=705",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=703",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "8991",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EAQ.GM15510_B-cells.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7164",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EAW.GM18505_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7359",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBA.GM18526_B__cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "6545",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBD.GM18951_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "24663",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBI.GM19099_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "4818",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EBM.GM19193_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "9132",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000036.BMDM_bone_marrow-derived_macrophages.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "20452",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000756.GM19193_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "12617",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000758.GM18505_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "28450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000760.GM19099_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        }
    ]
}