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=889
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=890",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=888",
    "results": [
        {
            "tf_name": "TBX3",
            "total_peaks": "858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000182.embryonic_stem_cells.TBX3/"
        },
        {
            "tf_name": "TBX3",
            "total_peaks": "36211",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031208.heart.TBX3/"
        },
        {
            "tf_name": "TBX3",
            "total_peaks": "156377",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031951.embryonic_stem_cells.TBX3/"
        },
        {
            "tf_name": "TBX3",
            "total_peaks": "181286",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031952.embryoid_body.TBX3/"
        },
        {
            "tf_name": "TBX3",
            "total_peaks": "3448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040008.HepG2_hepatoblastoma.TBX3/"
        },
        {
            "tf_name": "TBX4",
            "total_peaks": "6311",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050175.E11_5_hindlimb.TBX4/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "22340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037721.iPSC-derived_cardiomyocytes.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "28394",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037723.iPSC-derived_cardiomyocytes.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "22340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037725.iPSC-derived_cardiomyocytes.TBX5/"
        },
        {
            "tf_name": "TBX5",
            "total_peaks": "19784",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053380.iPSC-derived_cardiomyocytes.TBX5/"
        }
    ]
}