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=254
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=255",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=253",
    "results": [
        {
            "tf_name": "ELK1",
            "total_peaks": "688",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037128.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "1267",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037129.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "1172",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037130.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "1127",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037131.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "553",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037132.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "312",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037133.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "1123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037134.embryonic_fibroblasts.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "4826",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECI.HeLa_S3_cervical_adenocarcinoma.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "4285",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EFU.K562_myelogenous_leukemia.ELK1/"
        },
        {
            "tf_name": "ELK1",
            "total_peaks": "5518",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR338QAC.K562_myelogenous_leukemia.ELK1/"
        }
    ]
}