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=720
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=721",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=719",
    "results": [
        {
            "tf_name": "RELA",
            "total_peaks": "7649",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052469.Treg_regulatory_T_cells_from_lymph_nodes_and_spleen.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "9558",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053591.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "10223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053592.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "2849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053593.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053594.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "7128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053603.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "5766",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053604.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "8230",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053605.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "17004",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053606.liver.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3117",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053727.liver.RELA/"
        }
    ]
}