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=901
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=902",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=900",
    "results": [
        {
            "tf_name": "TCF7L2",
            "total_peaks": "17879",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034509.oligodendrocyte_progenitors.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "44820",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034510.oligodendrocyte_progenitors.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "199",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034519.crypt_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "1156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052258.cardiac_ventricles.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "1339",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052259.cardiac_ventricles.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "12616",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE29194.CD34_cells.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "51517",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EUV.HCT-116_colon_carcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "9554",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EUY.HEK293_embryonic_kidney.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "20408",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVE.HeLa_S3_cervical_adenocarcinoma.TCF7L2/"
        },
        {
            "tf_name": "TCF7L2",
            "total_peaks": "2955",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVF.HeLa_S3_cervical_adenocarcinoma.TCF7L2/"
        }
    ]
}