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=589
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=590",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=588",
    "results": [
        {
            "tf_name": "NFE2L2",
            "total_peaks": "37670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039771.IMR90_lung_fibroblasts.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "27271",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039984.HeLa_S3_cervical_adenocarcinoma.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "5669",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE57431.A375_malignant_melanoma_A771726.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "11034",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE57431.A375_malignant_melanoma_DMSO.NFE2L2/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "12895",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037535.brown_adipocytes.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "11516",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037536.brown_adipocytes.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "24901",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037537.C2C12_myoblasts.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "23752",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037538.C2C12_myoblasts.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "5153",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037543.3T3F442A_white_adipocytes.NFIA/"
        },
        {
            "tf_name": "NFIA",
            "total_peaks": "12187",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038543.HepG2_hepatoblastoma.NFIA/"
        }
    ]
}