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=580
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=581",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=579",
    "results": [
        {
            "tf_name": "NEUROD1",
            "total_peaks": "44647",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038213.D283_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "48156",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR986CDX.K562_myelogenous_leukemia.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "5132",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR006WUS.MCF7_Invasive_ductal_breast_carcinoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "8455",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000434.pancreatic_islets.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "2071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034506.A2lox_embryonic_stem_cells.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "64999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038198.D283_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "62151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038201.D341_Med_medulloblastoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD1",
            "total_peaks": "3674",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE69394.NCI-H524_small_cell_lung_carcinoma.NEUROD1/"
        },
        {
            "tf_name": "NEUROD2",
            "total_peaks": "8440",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034455.P19_embryonic_carcinoma.NEUROD2/"
        },
        {
            "tf_name": "NEUROD2",
            "total_peaks": "22721",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034456.P19_embryonic_carcinoma.NEUROD2/"
        }
    ]
}