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=494
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=495",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=493",
    "results": [
        {
            "tf_name": "JUNB",
            "total_peaks": "4271",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037821.bone_marrow-derived_macrophages.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "27004",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038596.Th17-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "39206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038597.Th17-cells.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "13476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039779.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "37119",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRF.A549_lung_carcinoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "71527",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038720.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "64753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038721.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "66095",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038722.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "69719",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038723.bone_marrow-derived_macrophages.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "71080",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038724.bone_marrow-derived_macrophages.JUND/"
        }
    ]
}