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=611
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=612",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=610",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "17415",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033791.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "29046",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033792.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "13670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033793.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1959",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033798.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2226",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033799.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "18839",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033999.3134_mammary_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "9647",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034000.3134_mammary_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "37997",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034001.3134_mammary_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "252",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034066.retina.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "605",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034215.burst-forming_unit_erythroid.NR3C1/"
        }
    ]
}