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=699
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=700",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=698",
    "results": [
        {
            "tf_name": "RBPJ",
            "total_peaks": "6581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055428.LAL-B_All-B_patient-derived_cell_line.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "833",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056066.C2C12_myoblasts.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "315",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056067.C2C12_myoblasts.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "28",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056072.C2C12_myoblasts.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "314",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056075.C2C12_myoblasts.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056076.C2C12_myoblasts.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "413",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056077.C2C12_myoblasts.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "27600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056226.F9_embryonal_carcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "168212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056227.F9_embryonal_carcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "514",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056514.primary_murine_T-ALL_acute_lymphocytic_leukemia_cells.RBPJ/"
        }
    ]
}