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=738
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=739",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=737",
    "results": [
        {
            "tf_name": "RORC",
            "total_peaks": "84",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032968.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "16836",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034826.liver.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "16189",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034827.liver.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "1111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036610.thymocytes.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "3641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036611.thymocytes.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "192",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036612.thymocytes.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038911.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "422",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040379.liver.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "3501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032962.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "1329",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032969.EL4_lymphoma.RORC/"
        }
    ]
}