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=944
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=945",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=943",
    "results": [
        {
            "tf_name": "UNC-62",
            "total_peaks": "59",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR652MCL.Whole_worms_developmental_stage_L4young_adults.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "1309",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR119ZYX.Whole_worms_developmental_stage_young_adults.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "523",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR779JCL.Whole_worms_developmental_stage_L2.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "1319",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR091FUG.Whole_worms_developmental_stage_L3.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "2168",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR927RAW.Whole_worms_mixed-stage_embryos.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "311",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR394EZM.Whole_worms_developmental_stage_L4young_adults.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "1247",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR255EYF.Whole_worms_developmental_stage_L4young_adults.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "111",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR330VDT.Whole_worms_developmental_stage_L1.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "604",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047186.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "1097",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP047187.Whole_wormsdevelomental_stage_day_4_young_adult.UNC-62/"
        }
    ]
}