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=635
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=636",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=634",
    "results": [
        {
            "tf_name": "OLIG2",
            "total_peaks": "22629",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034052.neural_progenitors.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "44414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035655.neural_stem_cells.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "34687",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036317.glioma.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "99374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036523.oligodendrocytes.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "29116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037009.NS5_neural_stem_cells.OLIG2/"
        },
        {
            "tf_name": "OLIG2",
            "total_peaks": "15693",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040519.whole_spinal_cord.OLIG2/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "21264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033816.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "28049",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033817.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "49607",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033818.liver.ONECUT1/"
        },
        {
            "tf_name": "ONECUT1",
            "total_peaks": "40669",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033819.liver.ONECUT1/"
        }
    ]
}