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=780
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=781",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=779",
    "results": [
        {
            "tf_name": "SNPC-4",
            "total_peaks": "3891",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR798QYD.Whole_worms_developmental_stage_young_adults.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "2220",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR827AIS.Whole_worms_developmental_stage_L1.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "3256",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR032FII.Whole_worms_developmental_stage_young_adults.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "1477",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR568VIQ.Whole_worms_mixed-stage_embryos.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "3253",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR623HHL.Whole_worms_developmental_stage_young_adults.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "3062",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR604JOF.Whole_worms_developmental_stage_young_adults.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "123",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR513NQL.Whole_worms_developmental_stage_L4young_adults.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "2871",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR399PUK.Whole_worms_developmental_stage_L3.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "1787",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR824CVJ.Whole_worms_developmental_stage_L2.SNPC-4/"
        },
        {
            "tf_name": "SNPC-4",
            "total_peaks": "2888",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042531.Whole_worms_developmental_stage_L4young_adults.SNPC-4/"
        }
    ]
}