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=219
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=220",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=218",
    "results": [
        {
            "tf_name": "DAL80",
            "total_peaks": "3548",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057624.whole_cells.DAL80/"
        },
        {
            "tf_name": "DFD",
            "total_peaks": "81",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046056.5-9_5_h_embryo.DFD/"
        },
        {
            "tf_name": "DFD",
            "total_peaks": "13116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059528.KC167_developmental_stage_6-12h_embryo.DFD/"
        },
        {
            "tf_name": "DFD",
            "total_peaks": "11560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059544.KC167_developmental_stage_6-12h_embryo.DFD/"
        },
        {
            "tf_name": "DFD",
            "total_peaks": "583",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045359.0-8_h_embryo.DFD/"
        },
        {
            "tf_name": "DL",
            "total_peaks": "972",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR484YRI.whole_organism_development_stage_wandering_third_instar_larva.DL/"
        },
        {
            "tf_name": "DL",
            "total_peaks": "1145",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR790GFX.whole_organism_development_stage_wandering_third_instar_larva.DL/"
        },
        {
            "tf_name": "DL",
            "total_peaks": "1161",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045980.2-3_h_embryo.DL/"
        },
        {
            "tf_name": "DL",
            "total_peaks": "2524",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045981.2-3_h_embryo.DL/"
        },
        {
            "tf_name": "DL",
            "total_peaks": "1032",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046020.2-4_h_embryo.DL/"
        }
    ]
}