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=543
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=544",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=542",
    "results": [
        {
            "tf_name": "MNT",
            "total_peaks": "13613",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR730TBC.HepG2_hepatoblastoma.MNT/"
        },
        {
            "tf_name": "MNT",
            "total_peaks": "32856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040038.HepG2_hepatoblastoma.MNT/"
        },
        {
            "tf_name": "MNX1",
            "total_peaks": "387",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034037.MIN6-4N_insulinoma.MNX1/"
        },
        {
            "tf_name": "MSGN1",
            "total_peaks": "2406",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033215.A2lox_FMsgn1_embryonic_stem_cells.MSGN1/"
        },
        {
            "tf_name": "MSN2",
            "total_peaks": "258",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041962.YMC_OX_phase_S__cerevisiae_cells.MSN2/"
        },
        {
            "tf_name": "MSN2",
            "total_peaks": "448",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041963.YMC_RB_phase_S__cerevisiae_cells.MSN2/"
        },
        {
            "tf_name": "MSN2",
            "total_peaks": "106",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041964.YMC_RB_phase_S__cerevisiae_cells.MSN2/"
        },
        {
            "tf_name": "MSN2",
            "total_peaks": "157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041965.YMC_RC_phase_S__cerevisiae_cells.MSN2/"
        },
        {
            "tf_name": "MSN2",
            "total_peaks": "301",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041966.YMC_RC_phase_S__cerevisiae_cells.MSN2/"
        },
        {
            "tf_name": "MSN2",
            "total_peaks": "340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041967.YMC_RC_phase_S__cerevisiae_cells.MSN2/"
        }
    ]
}