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=362
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=363",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=361",
    "results": [
        {
            "tf_name": "FOXA2",
            "total_peaks": "30768",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048756.endometrium.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "34525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048757.endometrium.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "70302",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049287.HepG2_hepatoblastoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "3659",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049288.HepG2_hepatoblastoma.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "118675",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049289.KerCT_keratenocytes.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "93871",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049290.KerCT_keratenocytes.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049291.KerCT_keratenocytes.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "52397",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049292.definitive_endodermdEN_ES_derived.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "643",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049293.definitive_endodermdEN_ES_derived.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "126438",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049294.BJ_fibroblasts.FOXA2/"
        }
    ]
}