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=247
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=248",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=246",
    "results": [
        {
            "tf_name": "EGR1",
            "total_peaks": "14335",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BSQ.Ishikawa_endometrial_adenocarcinoma.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "10637",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUX.MCF7_Invasive_ductal_breast_carcinoma.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "20191",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR211LTF.K562_myelogenous_leukemia.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "20293",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR024CNP.K562_myelogenous_leukemia.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "14151",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR290ZOS.liver.EGR1/"
        },
        {
            "tf_name": "EGR1",
            "total_peaks": "12646",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR736BUG.liver.EGR1/"
        },
        {
            "tf_name": "EGR2",
            "total_peaks": "3991",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031303.dendritic_cells.EGR2/"
        },
        {
            "tf_name": "EGR2",
            "total_peaks": "3978",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031304.dendritic_cells.EGR2/"
        },
        {
            "tf_name": "EGR2",
            "total_peaks": "7715",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031305.dendritic_cells.EGR2/"
        },
        {
            "tf_name": "EGR2",
            "total_peaks": "5275",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031306.dendritic_cells.EGR2/"
        }
    ]
}