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=328
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=329",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=327",
    "results": [
        {
            "tf_name": "FOS",
            "total_peaks": "11479",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000619.MCF7_Invasive_ductal_breast_carcinoma.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "39395",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035521.BMDM_bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "56371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035522.BMDM_bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "29387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035523.BMDM_bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "44629",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035524.BMDM_bone_marrow-derived_macrophages.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "10405",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036221.Flk1_hemangioblasts.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "19694",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036669.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "24658",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036670.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "6306",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036676.cortical_neurons.FOS/"
        },
        {
            "tf_name": "FOS",
            "total_peaks": "14886",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036677.cortical_neurons.FOS/"
        }
    ]
}