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=690
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=691",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=689",
    "results": [
        {
            "tf_name": "PRDM1",
            "total_peaks": "11260",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051954.embryonic_intestinal_epithelium.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "13115",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051955.photoreceptor_precursor.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "23017",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051956.plasmablasts.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "2775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053466.In-vitro_Pro-B_cell_culture.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "4565",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000ECY.HeLa_S3_cervical_adenocarcinoma.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032201.T-cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "14753",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035366.plasmablasts.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "15966",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035871.HEK293_embryonic_kidney.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "3074",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036228.CD8_T-cells.PRDM1/"
        },
        {
            "tf_name": "PRDM1",
            "total_peaks": "6699",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036693.HUES64_embryonic_stem_cells.PRDM1/"
        }
    ]
}