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=737
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=738",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=736",
    "results": [
        {
            "tf_name": "RFX5",
            "total_peaks": "5152",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR064LJN.A549_lung_carcinoma.RFX5/"
        },
        {
            "tf_name": "RFX5",
            "total_peaks": "10187",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR924TVL.MCF7_Invasive_ductal_breast_carcinoma.RFX5/"
        },
        {
            "tf_name": "RORA",
            "total_peaks": "340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040378.liver.RORA/"
        },
        {
            "tf_name": "RORA",
            "total_peaks": "23497",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033741.liver.RORA/"
        },
        {
            "tf_name": "RORA",
            "total_peaks": "26409",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034825.liver.RORA/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032963.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "1308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032964.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "525",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032965.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "506",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032966.Th17-cells.RORC/"
        },
        {
            "tf_name": "RORC",
            "total_peaks": "308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032967.Th17-cells.RORC/"
        }
    ]
}