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=620
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=621",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=619",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "2166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050374.BMDM_bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "46821",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051382.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "31634",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051384.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "13000",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051386.kidney.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "27259",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051387.kidney.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "40324",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051392.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "26482",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051394.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "12586",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051396.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "47882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051398.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "47023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051401.mammary_gland.NR3C1/"
        }
    ]
}