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=803
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=804",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=802",
    "results": [
        {
            "tf_name": "SOX9",
            "total_peaks": "724",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051519.ESC-derived_glial_progenitor_cells.SOX9/"
        },
        {
            "tf_name": "SOX9",
            "total_peaks": "20246",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63629.HT29_colon_adenocarcinoma.SOX9/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "51969",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BPE.A549_lung_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "12350",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036992.A375_malignant_melanoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "6604",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036993.A375_malignant_melanoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "28522",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037917.liver.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "22402",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037918.liver.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "17783",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037919.liver.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "19390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037920.liver.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "17358",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037921.liver.SP1/"
        }
    ]
}