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=437
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=438",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=436",
    "results": [
        {
            "tf_name": "HNF4A",
            "total_peaks": "14569",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000307.HepG2_hepatoblastoma.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "18179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031181.villus.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "10806",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031182.villus.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "53776",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033625.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "5006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033629.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "9287",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036077.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "2427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036714.HUES64_embryonic_stem_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "6970",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036715.HUES64_embryonic_stem_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "20993",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036796.HUES64_embryonic_stem_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "82689",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039657.liver.HNF4A/"
        }
    ]
}