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=613
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=614",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=612",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "10986",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035674.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "10818",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035675.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15937",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035678.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "64920",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035681.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036229.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036230.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "45664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036257.BEAS-2B_bronchial_epithelium.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "41007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036258.BEAS-2B_bronchial_epithelium.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "29008",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036260.BEAS-2B_bronchial_epithelium.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "28095",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036531.mammary_gland.NR3C1/"
        }
    ]
}