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=764
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=765",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=763",
    "results": [
        {
            "tf_name": "RXRA",
            "total_peaks": "2871",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001010.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "13203",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001011.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "4608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP001012.F9_embryonal_carcinoma.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "6487",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031502.C17_2a_neural_progenitors.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "62407",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032105.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "62404",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032484.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "47236",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032518.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "47314",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032519.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "48878",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032520.liver.RXRA/"
        },
        {
            "tf_name": "RXRA",
            "total_peaks": "47823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032521.liver.RXRA/"
        }
    ]
}