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=318
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=319",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=317",
    "results": [
        {
            "tf_name": "ETV5",
            "total_peaks": "3199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059733.RGd2embryonic_stem_cells.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "6824",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059734.RGd2embryonic_stem_cells.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "6590",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059735.RGd2embryonic_stem_cells.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "4228",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059736.RGd2embryonic_stem_cells.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "4071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059737.RGd2embryonic_stem_cells.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "68870",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR096IIB.HepG2_hepatoblastoma.ETV5/"
        },
        {
            "tf_name": "ETV5",
            "total_peaks": "7111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038024.EpRas_mammary_gland_epithelial_cells.ETV5/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "8999",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038886.Th17-cells.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "1071",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040493.Reh_ATCC_CRL-8286.ETV6/"
        },
        {
            "tf_name": "ETV6",
            "total_peaks": "436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040494.Reh_ATCC_CRL-8286.ETV6/"
        }
    ]
}