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=218
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=219",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=217",
    "results": [
        {
            "tf_name": "DAF-12",
            "total_peaks": "75",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR655OIS.Whole_worms_developmental_stage_L4young_adults.DAF-12/"
        },
        {
            "tf_name": "DAF-12",
            "total_peaks": "158",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR962LVB.Whole_worms_developmental_stage_L3.DAF-12/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "3249",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR081BBL.Whole_worms_developmental_stage_L4young_adults.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "6319",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR656GKY.Whole_worms_developmental_stage_L4young_adults.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "1492",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR946AUI.Whole_worms_developmental_stage_L4young_adults.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "2878",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042320.Whole_worms_developmental_stage_L4young_adults.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "4769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042321.Whole_worms_developmental_stage_L4young_adults.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "4894",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044310.Whole_worms_mix_stage_culture.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "5998",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044311.Whole_worms_mix_stage_culture.DAF-16/"
        },
        {
            "tf_name": "DAF-16",
            "total_peaks": "179",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP044313.Whole_worms_mix_stage_culture.DAF-16/"
        }
    ]
}