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=834
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=835",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=833",
    "results": [
        {
            "tf_name": "SPT15",
            "total_peaks": "673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052764.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "533",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052765.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052766.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "922",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052767.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052768.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052769.whole_cells.SPT15/"
        },
        {
            "tf_name": "SPT15",
            "total_peaks": "560",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052770.whole_cells.SPT15/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "1467",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEO.HepG2_hepatoblastoma.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "273",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EZP.HepG2_hepatoblastoma.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "8150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032714.liver.SREBF1/"
        }
    ]
}