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=657
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=658",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=656",
    "results": [
        {
            "tf_name": "POU2F1",
            "total_peaks": "23679",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034594.CD4_T-cells.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036097.LNCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1835",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036098.LNCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1217",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036099.LNCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "7594",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036102.VCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036103.VCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "8642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036104.VCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "1125",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036108.LNCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036109.LNCaP_prostate_carcinoma.POU2F1/"
        },
        {
            "tf_name": "POU2F1",
            "total_peaks": "847",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036110.LNCaP_prostate_carcinoma.POU2F1/"
        }
    ]
}