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=782
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=783",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=781",
    "results": [
        {
            "tf_name": "SNT2",
            "total_peaks": "606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041622.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "284",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041623.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "37",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041627.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "44",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041629.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "420",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041645.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041646.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041647.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "616",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041648.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SNT2",
            "total_peaks": "637",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041649.S__cerevisiae_cells.SNT2/"
        },
        {
            "tf_name": "SO",
            "total_peaks": "8405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045786.whole_organism_development_stage_wandering_third_instar_larva.SO/"
        }
    ]
}