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=855
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=856",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=854",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "28849",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034541.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "31471",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034543.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "19307",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034544.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "35357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034545.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "33726",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034546.CD4_T-cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035631.dendritic_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "21619",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036525.mammary_gland.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "26578",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036534.mammary_gland.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "37717",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036535.mammary_gland.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "39858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037700.MDA-MB-157_triple_negative_breast_carcinoma.STAT3/"
        }
    ]
}