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=271
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=272",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=270",
    "results": [
        {
            "tf_name": "ESR1",
            "total_peaks": "6286",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032062.7438_mammary_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "4440",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032063.7438_mammary_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "332",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032819.aortic_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "36786",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032821.liver.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "5318",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032822.liver.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "29939",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032992.uterine_cells.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "52398",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033906.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "27009",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033907.MCF7_Invasive_ductal_breast_carcinoma.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "17229",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033908.LTED_breast_cancer.ESR1/"
        },
        {
            "tf_name": "ESR1",
            "total_peaks": "4731",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033909.LTED_breast_cancer.ESR1/"
        }
    ]
}