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=588
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=589",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=587",
    "results": [
        {
            "tf_name": "NFE2L2",
            "total_peaks": "6675",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053656.esophagus.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "55993",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR485GKE.K562_myelogenous_leukemia.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "18033",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR488EES.HepG2_hepatoblastoma.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "10665",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR584GHV.A549_lung_carcinoma.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "553",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031475.lymphoblastoid_cells.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "1694",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035741.peritoneal_macrophages.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "938",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035742.peritoneal_macrophages.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "1245",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035743.peritoneal_macrophages.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "444",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036600.embryonic_fibroblasts.NFE2L2/"
        },
        {
            "tf_name": "NFE2L2",
            "total_peaks": "561",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036601.embryonic_fibroblasts.NFE2L2/"
        }
    ]
}