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=806
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=807",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=805",
    "results": [
        {
            "tf_name": "SP1",
            "total_peaks": "39547",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036144.HCT-116_colon_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "10049",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036754.HUES64_embryonic_stem_cells.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "15415",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036810.HUES64_embryonic_stem_cells.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "1820",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039384.HepG2_hepatoblastoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "2899",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039917.MCF7_Invasive_ductal_breast_carcinoma.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "14679",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP007114.HEK293T_embryonic_kidney.SP1/"
        },
        {
            "tf_name": "SP1",
            "total_peaks": "233",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP008568.HL-60_acute_myeloid_leukemia.SP1/"
        },
        {
            "tf_name": "SP2",
            "total_peaks": "5303",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BNL.K562_myelogenous_leukemia.SP2/"
        },
        {
            "tf_name": "SP2",
            "total_peaks": "1034",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BOU.HepG2_hepatoblastoma.SP2/"
        },
        {
            "tf_name": "SP2",
            "total_peaks": "2252",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BQG.WA01_H1_human_embryonic_stem_cells.SP2/"
        }
    ]
}