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=474
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=475",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=473",
    "results": [
        {
            "tf_name": "ISL1",
            "total_peaks": "30150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037371.embryoid_body.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "15722",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037374.embryoid_body.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "22098",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037377.embryoid_body.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "4286",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040392.HuES6-derived_cardiomyocyte_progenitors.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "539",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040393.HuES6-derived_cardiomyocyte_progenitors.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "43889",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049483.BE2C.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "11622",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049485.Kelly_neuroblastoma.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "13428",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051966.embryonic_genital_tubercle.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "17401",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051967.embryonic_genital_tubercle.ISL1/"
        },
        {
            "tf_name": "ISL1",
            "total_peaks": "27904",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059829.embryos.ISL1/"
        }
    ]
}