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=759
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=760",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=758",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "34000",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032801.MC3T3-E1_preosteoblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "44116",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032802.MC3T3-E1_preosteoblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "26019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032910.IDG-SW3_bone_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "27016",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033559.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "35819",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033561.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "26572",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033563.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "60233",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034562.E14TG2A_embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "365",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034913.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "1809",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034914.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "1764",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034915.F9_embryonal_carcinoma.RXRA/"
        }
    ]
}