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=609
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=610",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=608",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "44339",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032040.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "34708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032042.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "33085",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032043.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032046.mammary_cells.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "25504",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032047.mammary_cells.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2665",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032048.mammary_cells.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032049.mammary_cells.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "430",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032056.7438_mammary_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "9652",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032057.7438_mammary_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "475",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032058.7438_mammary_carcinoma.NR3C1/"
        }
    ]
}