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=761
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=762",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=760",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "32812",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036284.bone_marrow-derived_mesenchymal_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "32371",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036285.bone_marrow-derived_mesenchymal_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "27990",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036290.bone_marrow-derived_mesenchymal_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "23722",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036291.bone_marrow-derived_mesenchymal_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "22536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036837.monocyte-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "14436",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036838.monocyte-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "1058",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036877.embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "149",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036878.embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036879.embryonic_stem_cells.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "24486",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036919.liver.RXRA/"
        }
    ]
}