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=762
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=763",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=761",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "13954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036921.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "6530",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036923.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "18691",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036925.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "57",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040785.bone_marrow-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "8313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040792.bone_marrow-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "8909",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040793.bone_marrow-derived_macrophages.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "16679",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040815.JMSU-1_Bladder_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "19508",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040816.JMSU-1_Bladder_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "328",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052150.C2C12_myoblasts.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "52873",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054366.MCF7_Invasive_ductal_breast_carcinoma.RXRA/"
        }
    ]
}