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=571
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=572",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=570",
    "results": [
        {
            "tf_name": "MYCN",
            "total_peaks": "1695",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040346.neuroblastoma_Th-MYCN.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "1217",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040347.neuroblastoma_Th-MYCN.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "107",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040348.neuroblastoma_Th-MYCN.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "16505",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048884.IMR-5_Neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "22263",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048885.IMR-5_Neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "22624",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048926.HIV-1_latently-infected_central_memory_T_cells_cultured_from_uninfected_primary_T_cells.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "19503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048927.MYCN3_neuroblastoma_cell_line_with_inducible_MYCN_expression.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "34702",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049482.BE2C.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "58312",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049488.Kelly_neuroblastoma.MYCN/"
        },
        {
            "tf_name": "MYCN",
            "total_peaks": "19414",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058024.SH-EP-NMYCER.MYCN/"
        }
    ]
}