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
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=2",
    "previous": null,
    "results": [
        {
            "tf_name": "ABD-A",
            "total_peaks": "9180",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059548.KC167_developmental_stage_6-12h_embryo.ABD-A/"
        },
        {
            "tf_name": "ABD-A",
            "total_peaks": "6529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046247.Kc167_development_stage_embryonic.ABD-A/"
        },
        {
            "tf_name": "ABD-B",
            "total_peaks": "2119",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR465HPZ.whole_organism_development_stage_embryonic.ABD-B/"
        },
        {
            "tf_name": "ABD-B",
            "total_peaks": "626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP043645.whole_organism_development_stage_wandering_third_instar_larva.ABD-B/"
        },
        {
            "tf_name": "ABD-B",
            "total_peaks": "17891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059530.KC167_developmental_stage_6-12h_embryo.ABD-B/"
        },
        {
            "tf_name": "ABD-B",
            "total_peaks": "16529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059549.KC167_developmental_stage_6-12h_embryo.ABD-B/"
        },
        {
            "tf_name": "ABD-B",
            "total_peaks": "8375",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046248.Kc167_development_stage_embryonic.ABD-B/"
        },
        {
            "tf_name": "ABF1",
            "total_peaks": "3071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041453.3_day_old_seedlings.ABF1/"
        },
        {
            "tf_name": "ABF1",
            "total_peaks": "7337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041454.3_day_old_seedlings.ABF1/"
        },
        {
            "tf_name": "ABF1",
            "total_peaks": "591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042142.meiotic_culture.ABF1/"
        }
    ]
}