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=129
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=130",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=128",
    "results": [
        {
            "tf_name": "CTCF",
            "total_peaks": "52790",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040193.A549_lung_carcinoma.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "35703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040357.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040358.HPC7_haematopoietic_multipotent_progenitors.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "43421",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040400.E12_5_embryonic_distal_forelimb.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "41249",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040401.E12_5_embryonic_proximal_forelimbs.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34947",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040402.E12_5_embryonic_forelimbs_and_hindlimbs.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "47131",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040403.E12_5_embryonic_forelimbs_and_hindlimbs.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "30525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040404.E12_5_embryonic_forelimbs_and_hindlimbs.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "34641",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040405.E12_5_embryonic_forelimbs_and_hindlimbs.CTCF/"
        },
        {
            "tf_name": "CTCF",
            "total_peaks": "37023",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040406.E12_5_embryonic_forelimbs_and_hindlimbs.CTCF/"
        }
    ]
}