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=650
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=651",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=649",
    "results": [
        {
            "tf_name": "PHA-4",
            "total_peaks": "4675",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR431IBS.Whole_worms_developmental_stage_L4young_adults.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "2032",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR647AOX.Whole_worms_developmental_stage_L4young_adults.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "7028",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR845QMZ.Whole_worms_developmental_stage_L3.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "2332",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR604BQF.Whole_worms_mixed-stage_embryos.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "506",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR651HUF.Whole_worms_developmental_stage_L2.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "669",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR304RME.Whole_worms_developmental_stage_late_embryo.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "180",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR312NKK.Whole_worms_developmental_stage_young_adults.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "2336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042312.Whole_worms_developmental_stage_embryo.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "3747",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042313.Whole_worms_developmental_stage_L1.PHA-4/"
        },
        {
            "tf_name": "PHA-4",
            "total_peaks": "3479",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042479.Whole_worms_developmental_stage_L1.PHA-4/"
        }
    ]
}