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=499
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=500",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=498",
    "results": [
        {
            "tf_name": "JUND",
            "total_peaks": "14651",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038598.Junb_CD4cre_Th17-cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "16793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038599.Junb_flfl_CD4cre_Th17-cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "28062",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039345.liver.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "19490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040078.liver.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "6187",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29808.PC3bone_mets_prostate_adenocarcinoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "2711",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE59021.du145.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "144538",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE61369.artery-smooth-muscle.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "15589",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma_SIRAD21.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "6363",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE51234.GP5d_colon_adenocarcinoma.JUND/"
        },
        {
            "tf_name": "KAN1",
            "total_peaks": "9753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041287.10_day_old_seedlings.KAN1/"
        }
    ]
}