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=612
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=613",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=611",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "346",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034217.burst-forming_unit_erythroid.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "3005",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034367.HEK293T_embryonic_kidney.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "80743",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034416.white_adipose_tissue.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "84857",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034417.inguinal_white_adipose_tissue.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "16151",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035139.embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035140.embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17685",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035141.embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "23324",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035671.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "51698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035672.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "4561",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035673.mammary_gland.NR3C1/"
        }
    ]
}