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=841
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=842",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=840",
    "results": [
        {
            "tf_name": "SRF",
            "total_peaks": "15450",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BMI.GM12878_female_B-cells_lymphoblastoid_cell_line.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "7373",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSC.HCT-116_colon_carcinoma.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "21155",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BTD.Ishikawa_endometrial_adenocarcinoma.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "10242",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVA.MCF7_Invasive_ductal_breast_carcinoma.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "8491",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000181.HL-1_cardiac_muscle_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "6027",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010554.myocytes.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "22720",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030897.HL-1_cardiac_muscle_cells.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "47716",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032501.cornea.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "2810",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035387.embryonic_fibroblasts.SRF/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "52721",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036755.HUES64_embryonic_stem_cells.SRF/"
        }
    ]
}