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=435
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=436",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=434",
    "results": [
        {
            "tf_name": "HNF4A",
            "total_peaks": "11794",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036078.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "36239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037923.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "16465",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037924.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "19656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037925.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "16266",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037926.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "17096",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037927.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "30565",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037928.liver.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "26500",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038063.jejunal_crypt_intestinal_epithelial_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "9671",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038064.jejunal_crypt_intestinal_epithelial_cells.HNF4A/"
        },
        {
            "tf_name": "HNF4A",
            "total_peaks": "41950",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038113.liver.HNF4A/"
        }
    ]
}