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=514
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=515",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=513",
    "results": [
        {
            "tf_name": "KR",
            "total_peaks": "144",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045523.Kc167_development_stage_embryonic.KR/"
        },
        {
            "tf_name": "KR",
            "total_peaks": "2698",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045757.whole_organism_development_stage_embryonic.KR/"
        },
        {
            "tf_name": "KR",
            "total_peaks": "1653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045762.whole_organism_development_stage_embryonic.KR/"
        },
        {
            "tf_name": "LAB",
            "total_peaks": "6786",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059542.KC167_developmental_stage_6-12h_embryo.LAB/"
        },
        {
            "tf_name": "LBE",
            "total_peaks": "2687",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR392ANZ.whole_organism_development_stage_embryonic.LBE/"
        },
        {
            "tf_name": "LEF1",
            "total_peaks": "448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035500.RL95-2_endometrial_adenosquamous_carcinoma.LEF1/"
        },
        {
            "tf_name": "LEF1",
            "total_peaks": "5444",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035501.RL95-2_endometrial_adenosquamous_carcinoma.LEF1/"
        },
        {
            "tf_name": "LEF1",
            "total_peaks": "7289",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035502.RL95-2_endometrial_adenosquamous_carcinoma.LEF1/"
        },
        {
            "tf_name": "LEF1",
            "total_peaks": "334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035503.RL95-2_endometrial_adenosquamous_carcinoma.LEF1/"
        },
        {
            "tf_name": "LEF1",
            "total_peaks": "2559",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058970.primary_keratinocytes.LEF1/"
        }
    ]
}