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=884
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=885",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=883",
    "results": [
        {
            "tf_name": "TBP",
            "total_peaks": "9325",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053762.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "1320",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053763.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "3072",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053764.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053765.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "891",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053766.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053767.liver.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "39282",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059096.heart.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "31572",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECB.WA01_H1_human_embryonic_stem_cells.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "31396",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EDD.HeLa_S3_cervical_adenocarcinoma.TBP/"
        },
        {
            "tf_name": "TBP",
            "total_peaks": "27585",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEL.HepG2_hepatoblastoma.TBP/"
        }
    ]
}