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=366
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=367",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=365",
    "results": [
        {
            "tf_name": "FOXA2",
            "total_peaks": "47188",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033600.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "3455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033884.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "12055",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033885.liver.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "26710",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036705.HUES64_embryonic_stem_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "8772",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036706.HUES64_embryonic_stem_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "42875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036788.HUES64_embryonic_stem_cells.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "67097",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP003828.mdamb231.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "163139",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004003.pancreatic_islets.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "139016",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004206.H9.FOXA2/"
        },
        {
            "tf_name": "FOXA2",
            "total_peaks": "49056",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE66218.Caco-2_colon_adenocarcinoma.FOXA2/"
        }
    ]
}