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=919
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=920",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=918",
    "results": [
        {
            "tf_name": "TP53",
            "total_peaks": "24251",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035305.spleen_non-B-cells.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035306.spleen.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2045",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036824.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5065",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036825.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "6028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036826.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "4175",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036827.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "3315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036828.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "5205",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036829.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "20632",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036830.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        },
        {
            "tf_name": "TP53",
            "total_peaks": "2849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036872.MCF7_Invasive_ductal_breast_carcinoma.TP53/"
        }
    ]
}