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=516
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=517",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=515",
    "results": [
        {
            "tf_name": "LFY",
            "total_peaks": "310",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041218.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "402",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041219.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "3308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041220.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "10593",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041221.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041272.7_days_old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "13872",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041354.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "11483",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041355.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "472",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041523.inflorescence.LFY/"
        },
        {
            "tf_name": "LFY",
            "total_peaks": "3597",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041353.complete_15_day-old_seedlings.LFY/"
        },
        {
            "tf_name": "LHX1",
            "total_peaks": "1105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035281.P19_embryonic_carcinoma.LHX1/"
        }
    ]
}