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=654
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=655",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=653",
    "results": [
        {
            "tf_name": "PIF4",
            "total_peaks": "319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041269.3_day_old_seedlings.PIF4/"
        },
        {
            "tf_name": "PIF4",
            "total_peaks": "1572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041270.3_day_old_seedlings.PIF4/"
        },
        {
            "tf_name": "PIF4",
            "total_peaks": "5489",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041373.5_day_old_seedlings.PIF4/"
        },
        {
            "tf_name": "PIF5",
            "total_peaks": "1735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041225.14_day_old_seedling.PIF5/"
        },
        {
            "tf_name": "PIF5",
            "total_peaks": "2594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041374.5_day_old_seedlings.PIF5/"
        },
        {
            "tf_name": "PITX1",
            "total_peaks": "5816",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058658.squamous_cell_carcinoma.PITX1/"
        },
        {
            "tf_name": "PITX1",
            "total_peaks": "6868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058659.squamous_cell_carcinoma.PITX1/"
        },
        {
            "tf_name": "PITX1",
            "total_peaks": "16120",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058662.squamous_cell_carcinoma.PITX1/"
        },
        {
            "tf_name": "PITX1",
            "total_peaks": "10460",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058663.squamous_cell_carcinoma.PITX1/"
        },
        {
            "tf_name": "PITX1",
            "total_peaks": "31137",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031778.embryonic_hindlimb.PITX1/"
        }
    ]
}