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=106
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=107",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=105",
    "results": [
        {
            "tf_name": "CLAMP",
            "total_peaks": "1333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052898.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "1078",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052899.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "5962",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052900.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "5359",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052901.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "7154",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052902.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "6105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052903.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "6516",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052904.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "7123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052905.S2_Schneider_2.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "7571",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057690.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        },
        {
            "tf_name": "CLAMP",
            "total_peaks": "3661",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP057693.KC167_developmental_stage_6-12h_embryo.CLAMP/"
        }
    ]
}