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=400
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=401",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=399",
    "results": [
        {
            "tf_name": "GATA3",
            "total_peaks": "4360",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031077.T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "18854",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031083.Th1-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "21767",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031084.Th2-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "2823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034684.MCF7_Invasive_ductal_breast_carcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "955",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035308.ILC3_type_3_Innate_lympoid_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "14797",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035309.ILC2_type_2_Innate_lympoid_cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "23223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035310.Th2-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "47776",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035412.CD4_T-cells.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "20945",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035434.MDA-MB-231_breast_adenocarcinoma.GATA3/"
        },
        {
            "tf_name": "GATA3",
            "total_peaks": "122472",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035435.MDA-MB-231_breast_adenocarcinoma.GATA3/"
        }
    ]
}