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=64
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=65",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=63",
    "results": [
        {
            "tf_name": "BEAF-32",
            "total_peaks": "6246",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045434.Kc167_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "6357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045435.Kc167_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "5902",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045458.Kc167_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "2812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045459.Kc167_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "3829",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045623.wing_imaginal_tissue_developmental_stage_L3.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "6216",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045924.Kc167_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "6098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045925.Kc167_development_stage_embryonic.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "7304",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045573.0-8_h_embryo.BEAF-32/"
        },
        {
            "tf_name": "BEAF-32",
            "total_peaks": "2810",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045788.S2_cells.BEAF-32/"
        },
        {
            "tf_name": "BHLHA15",
            "total_peaks": "7881",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059050.NIH_3T3_embryonic_fibroblasts.BHLHA15/"
        }
    ]
}