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=655
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=656",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=654",
    "results": [
        {
            "tf_name": "PITX2",
            "total_peaks": "168",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051564.heart_ventricels.PITX2/"
        },
        {
            "tf_name": "PITX2",
            "total_peaks": "814",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030603.heart.PITX2/"
        },
        {
            "tf_name": "PITX3",
            "total_peaks": "42484",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038298.SH-SY5Y_neuroblastoma.PITX3/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "4147",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033714.embryonic_fibroblasts.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "21938",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033716.embryonic_fibroblasts.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "57611",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR115SMW.K562_myelogenous_leukemia.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "3500",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030490.embryo_trunk_day_11_5.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "16418",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032892.embryonic_fibroblasts.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "4223",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034314.embryonic_stem_cells.PKNOX1/"
        },
        {
            "tf_name": "PKNOX1",
            "total_peaks": "43719",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039329.GM12878_female_B-cells_lymphoblastoid_cell_line.PKNOX1/"
        }
    ]
}