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=157
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=158",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=156",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "75139",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059798.fetal_limb_bud_and_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "108664",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059802.fetal_limb_bud_and_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "163509",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059803.fetal_limb_bud_and_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "81111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059804.fetal_limb_bud_and_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "101682",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059805.fetal_limb_bud_and_midbrain.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "25404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059836.cerebellum.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "22527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059837.cerebellum.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "82916",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059838.Abelson-transformed_pre-B_cell.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "84425",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059850.bone-marrow_derived_primary_pre_B_cells.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "80501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059871.E14TG2A_embryonic_stem_cells.CTCF/"
        }
    ]
}