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=700
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=701",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=699",
    "results": [
        {
            "tf_name": "RBPJ",
            "total_peaks": "3252",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056515.primary_murine_T-ALL_acute_lymphocytic_leukemia_cells.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "109130",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058200.MDA-MB-157_triple_negative_breast_carcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "103459",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058201.MDA-MB-157_triple_negative_breast_carcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "34204",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058209.HCC-1599ductal_breast_carcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "21714",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058210.HCC-1599ductal_breast_carcinoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059727.brain_pericytes.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "225",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059728.brain_pericytes.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "53631",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR596FEL.HepG2_hepatoblastoma.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "10898",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030599.neural_tube.RBPJ/"
        },
        {
            "tf_name": "RBPJ",
            "total_peaks": "1048",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032639.T29_T-cell_leukemia.RBPJ/"
        }
    ]
}