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=731
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=732",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=730",
    "results": [
        {
            "tf_name": "REST",
            "total_peaks": "13562",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUU.Ishikawa_endometrial_adenocarcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "4437",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVI.HCT-116_colon_carcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "21626",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR893QWP.liver.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "24720",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR867WPH.liver.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "3432",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR663WAR.WA01_H1_human_embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "10220",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR892DRK.A549_lung_carcinoma.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "12684",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR871KYB.GM23338.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "6316",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000238.V6_5_embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "17642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000927.V6_5_embryonic_stem_cells.REST/"
        },
        {
            "tf_name": "REST",
            "total_peaks": "32964",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010405.myocytes.REST/"
        }
    ]
}