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=769
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=770",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=768",
    "results": [
        {
            "tf_name": "SHOX2",
            "total_peaks": "35033",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036457.embryonic_limb_and_palate_mix.SHOX2/"
        },
        {
            "tf_name": "SIX1",
            "total_peaks": "5835",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE73865.hek.SIX1/"
        },
        {
            "tf_name": "SIX1",
            "total_peaks": "1528",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75948.fetal-kidney-16w.SIX1/"
        },
        {
            "tf_name": "SIX1",
            "total_peaks": "2850",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE75948.fetal-kidney-17w.SIX1/"
        },
        {
            "tf_name": "SIX2",
            "total_peaks": "78387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051905.kidney.SIX2/"
        },
        {
            "tf_name": "SIX2",
            "total_peaks": "14920",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051911.kidney.SIX2/"
        },
        {
            "tf_name": "SIX2",
            "total_peaks": "16702",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051912.kidney.SIX2/"
        },
        {
            "tf_name": "SIX2",
            "total_peaks": "81312",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051913.kidney.SIX2/"
        },
        {
            "tf_name": "SIX2",
            "total_peaks": "94",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058223.MCF7_Invasive_ductal_breast_carcinoma.SIX2/"
        },
        {
            "tf_name": "SIX2",
            "total_peaks": "454",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058224.MCF7_Invasive_ductal_breast_carcinoma.SIX2/"
        }
    ]
}