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=525
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=526",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=524",
    "results": [
        {
            "tf_name": "MAFF",
            "total_peaks": "8155",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031310.dendritic_cells.MAFF/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "82810",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EEC.HepG2_hepatoblastoma.MAFF/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "29373",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGI.K562_myelogenous_leukemia.MAFF/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "69009",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR140DSL.HeLa_S3_cervical_adenocarcinoma.MAFF/"
        },
        {
            "tf_name": "MAFF",
            "total_peaks": "6076",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR237YZZ.GM12878_female_B-cells_lymphoblastoid_cell_line.MAFF/"
        },
        {
            "tf_name": "MAFG",
            "total_peaks": "19653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036051.liver.MAFG/"
        },
        {
            "tf_name": "MAFG",
            "total_peaks": "62057",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036052.liver.MAFG/"
        },
        {
            "tf_name": "MAFK",
            "total_peaks": "31670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010956.ES-E14_E14_embryonic_stem_cells.MAFK/"
        },
        {
            "tf_name": "MAFK",
            "total_peaks": "2609",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010977.MEL_cell_line.MAFK/"
        },
        {
            "tf_name": "MAFK",
            "total_peaks": "1733",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYV.GM12878_female_B-cells_lymphoblastoid_cell_line.MAFK/"
        }
    ]
}