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=338
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=339",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=337",
    "results": [
        {
            "tf_name": "FOSL2",
            "total_peaks": "58477",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038888.Th17-cells.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "63200",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038889.Th17-cells.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "13739",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040159.A549_lung_carcinoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "60786",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057976.LPS141_Dedifferentiated_liposarcoma.FOSL2/"
        },
        {
            "tf_name": "FOSL2",
            "total_peaks": "42663",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69539.hESC-1_Embryonic_stem_cells.FOSL2/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "6182",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKW.Ishikawa_endometrial_adenocarcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "103535",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BKY.T47D_invasive_ductal_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "63587",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPX.A549_lung_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "39543",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRD.A549_lung_carcinoma.FOXA1/"
        },
        {
            "tf_name": "FOXA1",
            "total_peaks": "15932",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000617.MCF7_Invasive_ductal_breast_carcinoma.FOXA1/"
        }
    ]
}