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=859
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=860",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=858",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "2560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051809.AtT-20_pituitary_tumor.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "3028",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051810.AtT-20_pituitary_tumor.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "407",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052228.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1092",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052229.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "3775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052230.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "2044",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052231.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "344",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052233.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1644",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052234.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "846",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052235.primary_hepatocytes.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "33186",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053277.JB6_Human_anaplastic_large_cell_lymphoma.STAT3/"
        }
    ]
}