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=498
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=499",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=497",
    "results": [
        {
            "tf_name": "JUND",
            "total_peaks": "5218",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EYV.GM12878_female_B-cells_lymphoblastoid_cell_line.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "17451",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000436.GM12878_female_B-cells_lymphoblastoid_cell_line.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "12003",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010348.CH12_LX_Mouse_lymphoma.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "4096",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010561.MEL_cell_line.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "36756",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031657.Th17-cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "29758",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031903.STHdhQ7_striatal_cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "25366",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031904.STHdhQ111_striatal_cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "3758",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032882.CD8_T-cells.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "22319",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033005.3T3-L1-derived_adipocytes.JUND/"
        },
        {
            "tf_name": "JUND",
            "total_peaks": "8588",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037684.Calu-3_lung_adenocarcinoma.JUND/"
        }
    ]
}