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=103
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=104",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=102",
    "results": [
        {
            "tf_name": "CEBPE",
            "total_peaks": "396",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037061.primary_whole_bone_marrow_cells.CEBPE/"
        },
        {
            "tf_name": "CEBPE",
            "total_peaks": "89",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037063.primary_whole_bone_marrow_cells.CEBPE/"
        },
        {
            "tf_name": "CEBPE",
            "total_peaks": "30921",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037060.primary_whole_bone_marrow_cells.CEBPE/"
        },
        {
            "tf_name": "CEBPE",
            "total_peaks": "22193",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037062.primary_whole_bone_marrow_cells.CEBPE/"
        },
        {
            "tf_name": "CEBPG",
            "total_peaks": "29657",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR620VIC.K562_myelogenous_leukemia.CEBPG/"
        },
        {
            "tf_name": "CEBPG",
            "total_peaks": "49260",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR490LWA.K562_myelogenous_leukemia.CEBPG/"
        },
        {
            "tf_name": "CEBPG",
            "total_peaks": "4294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035731.embryonic_fibroblasts.CEBPG/"
        },
        {
            "tf_name": "CEBPG",
            "total_peaks": "84893",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039427.HepG2_hepatoblastoma.CEBPG/"
        },
        {
            "tf_name": "CEH-22",
            "total_peaks": "322",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR880JKS.Whole_worms_developmental_stage_late_embryo.CEH-22/"
        },
        {
            "tf_name": "CEH-28",
            "total_peaks": "3501",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR738KZF.Whole_worms_developmental_stage_L4young_adults.CEH-28/"
        }
    ]
}