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=257
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=258",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=256",
    "results": [
        {
            "tf_name": "ELT-2",
            "total_peaks": "4702",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR955ZJN.Whole_worms_developmental_stage_L3.ELT-2/"
        },
        {
            "tf_name": "ELT-2",
            "total_peaks": "1632",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR697MUB.Whole_worms_developmental_stage_L1.ELT-2/"
        },
        {
            "tf_name": "ELT-2",
            "total_peaks": "536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044363.Whole_worms_developmental_stage_L3.ELT-2/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "999",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR962VUP.Whole_worms_developmental_stage_L3.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "1010",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR671WFN.Whole_worms_mixed-stage_embryos.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "3249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR143VPY.Whole_worms_developmental_stage_L1.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "262",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR697KIC.Whole_worms_developmental_stage_L1.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "496",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR501WWC.Whole_worms_developmental_stage_L1.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "139",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR058SJV.Whole_worms_developmental_stage_L3.ELT-3/"
        },
        {
            "tf_name": "ELT-3",
            "total_peaks": "253",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR696OWC.Whole_worms_developmental_stage_L3.ELT-3/"
        }
    ]
}