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=323
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=324",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=322",
    "results": [
        {
            "tf_name": "FLI1",
            "total_peaks": "7164",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049962.A-673_clone_Asp114_Ewing_sarcoma.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "28380",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050160.hemogenic_endothelium.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "16136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050161.hemogenic_endothelium.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "9005",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050162.hemogenic_endothelium.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "23221",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050163.hemogenic_endothelium.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "128",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP050342.EWS-FLI1-induced_murine_Ewing_sarcoma_cells.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051506.BaF3-Mpl.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051507.BaF3-Mpl.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "729",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051508.BaF3-Mpl.FLI1/"
        },
        {
            "tf_name": "FLI1",
            "total_peaks": "264",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051509.BaF3-Mpl.FLI1/"
        }
    ]
}