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=331
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=332",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=330",
    "results": [
        {
            "tf_name": "FOS",
            "total_peaks": "58788",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051861.primary_fibroblasts.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "53122",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058769.bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "6843",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058770.bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "93633",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058783.bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "31181",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058784.bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "20328",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DKB.K562_myelogenous_leukemia.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "60064",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EVU.HUVEC-C_HUVEC_umbilical_vein_endothelial_cells.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "14766",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000FAI.K562_myelogenous_leukemia.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "55767",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR124AIG.IMR90_lung_fibroblasts.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "47121",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR569XNP.MCF7_Invasive_ductal_breast_carcinoma.FOS/"
        }
    ]
}