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=615
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=616",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=614",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "497",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037451.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "26569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037452.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037453.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "22319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037454.MCF7_Invasive_ductal_breast_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "19007",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037477.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "21294",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038225.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "14753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038229.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038322.bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "22903",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038323.bone_marrow-derived_macrophages.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5831",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039313.A549_lung_carcinoma.NR3C1/"
        }
    ]
}