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=3
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=4",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=2",
    "results": [
        {
            "tf_name": "ANTP",
            "total_peaks": "7626",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059546.KC167_developmental_stage_6-12h_embryo.ANTP/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "3304",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041210.apical_meristems.AP1/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "5249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041211.apical_meristems.AP1/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041212.apical_meristems.AP1/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041213.apical_meristems.AP1/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "639",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041282.inflorescence.AP1/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "1030",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041283.inflorescence.AP1/"
        },
        {
            "tf_name": "AP1",
            "total_peaks": "821",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041284.inflorescence.AP1/"
        },
        {
            "tf_name": "AP3",
            "total_peaks": "2048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041240.floral_tissue.AP3/"
        },
        {
            "tf_name": "AR",
            "total_peaks": "1796",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000406.LNCaP_prostate_carcinoma.AR/"
        }
    ]
}