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=272
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=273",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=271",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "2095",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034118.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "12319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034119.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "12386",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034120.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "7366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034121.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034122.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "1327",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034899.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "12971",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034901.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "9313",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034903.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "439",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035165.liver.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "2132",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035166.liver.ESR1/"
        }
    ]
}