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=949
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=950",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=948",
    "results": [
        {
            "tf_name": "USP",
            "total_peaks": "1127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043642.whole_organism_development_stage_wandering_third_instar_larva.USP/"
        },
        {
            "tf_name": "USP",
            "total_peaks": "1017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043691.whole_organism.USP/"
        },
        {
            "tf_name": "USP",
            "total_peaks": "850",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043730.whole_organism_development_stage_embryonic.USP/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "2781",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000242.THP-1_acute_monocytic_leukemia.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "14799",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032793.MC3T3-E1_preosteoblasts.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "37335",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032794.MC3T3-E1_preosteoblasts.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "7864",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032799.MC3T3-E1_preosteoblasts.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "12489",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032800.MC3T3-E1_preosteoblasts.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "4698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032908.IDG-SW3_bone_cells.VDR/"
        },
        {
            "tf_name": "VDR",
            "total_peaks": "15396",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035023.duodenum_and_jejunum.VDR/"
        }
    ]
}