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=768
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=769",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=767",
    "results": [
        {
            "tf_name": "SEP3",
            "total_peaks": "440",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041204.inflorescence_meristems_and_floral_buds_5-7_weeks.SEP3/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "1477",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041205.inflorescence_meristems_and_floral_buds_5-7_weeks.SEP3/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "3535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041206.inflorescence_meristems_and_floral_buds_5-7_weeks.SEP3/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "4173",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041280.inflorescence.SEP3/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "3807",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041281.inflorescence.SEP3/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "1573",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041285.inflorescence.SEP3/"
        },
        {
            "tf_name": "SHOX2",
            "total_peaks": "11383",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035160.E12_5_embryonic_heart.SHOX2/"
        },
        {
            "tf_name": "SHOX2",
            "total_peaks": "38844",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036454.E12_5_embryonic_limb.SHOX2/"
        },
        {
            "tf_name": "SHOX2",
            "total_peaks": "14725",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036455.E13_5_embryonic_limb.SHOX2/"
        },
        {
            "tf_name": "SHOX2",
            "total_peaks": "34250",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036456.E12_5_embryonic_palate.SHOX2/"
        }
    ]
}