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=236
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=237",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=235",
    "results": [
        {
            "tf_name": "E2F8",
            "total_peaks": "1994",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053332.U937_adult_acute_monocytic_leukemia.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "3064",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054058.CD20_B-cells.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "1105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054279.Hs68_Canavan_disease.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "4458",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054743.HeLa_cervical_adenocarcinoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "92557",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055491.MCF7_Invasive_ductal_breast_carcinoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "30439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055492.MCF7_Invasive_ductal_breast_carcinoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "7952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055493.MCF7_Invasive_ductal_breast_carcinoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "5924",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055494.MCF7_Invasive_ductal_breast_carcinoma.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "57",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055582.MOLM-13acute_monocytic_leukemiaAML_Homo_sapiens.E2F8/"
        },
        {
            "tf_name": "E2F8",
            "total_peaks": "490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057990.HeLa_cervical_adenocarcinoma.E2F8/"
        }
    ]
}