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=491
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=492",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=490",
    "results": [
        {
            "tf_name": "JUNB",
            "total_peaks": "20889",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039540.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "15448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039614.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "26736",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039744.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "11024",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039831.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "12176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039868.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "15977",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039942.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "14591",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040036.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "18882",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040135.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "11581",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040136.A549_lung_carcinoma.JUNB/"
        },
        {
            "tf_name": "JUNB",
            "total_peaks": "6987",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040736.bone_marrow-derived_macrophages.JUNB/"
        }
    ]
}