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=520
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=521",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=519",
    "results": [
        {
            "tf_name": "LIN-54",
            "total_peaks": "3008",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR117TRB.Whole_worms_developmental_stage_young_adults.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "1778",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044327.Whole_worms_developmental_stage_L3.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "3608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044328.Whole_worms_developmental_stage_L3.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "1450",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044426.Whole_worms_developmental_stage_late_embryo.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "2493",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044427.Whole_worms_developmental_stage_late_embryo.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "2864",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044428.Whole_worms_developmental_stage_late_embryo.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "915",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044429.Whole_worms_developmental_stage_late_embryo.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "3377",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044430.Whole_worms_developmental_stage_late_embryo.LIN-54/"
        },
        {
            "tf_name": "LIN-54",
            "total_peaks": "877",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044431.Whole_worms_developmental_stage_late_embryo.LIN-54/"
        },
        {
            "tf_name": "LMX1B",
            "total_peaks": "2458",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037557.limb_bud.LMX1B/"
        }
    ]
}