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=879
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=880",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=878",
    "results": [
        {
            "tf_name": "STAT6",
            "total_peaks": "26091",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031763.Th9-cells.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "3676",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036839.monocyte-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "4558",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036840.monocyte-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "29546",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037813.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "26254",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037814.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "3597",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040758.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "29162",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040759.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "27071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040760.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "17670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040761.bone_marrow-derived_macrophages.STAT6/"
        },
        {
            "tf_name": "STAT6",
            "total_peaks": "13737",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040787.bone_marrow-derived_macrophages.STAT6/"
        }
    ]
}