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=37
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=38",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=36",
    "results": [
        {
            "tf_name": "ARNT",
            "total_peaks": "8064",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE67237.786o-hif2a.ARNT/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "71594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059374.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "31875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059375.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "15366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059376.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "8258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059377.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "34254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059378.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "53460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059380.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "2044",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059382.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "75141",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059384.embryonic_cortices.ARNT2/"
        },
        {
            "tf_name": "ARNT2",
            "total_peaks": "55111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059386.embryonic_cortices.ARNT2/"
        }
    ]
}