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=675
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=676",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=674",
    "results": [
        {
            "tf_name": "POU5F1",
            "total_peaks": "33535",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037075.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "58896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037110.epiblast_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "9392",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037634.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "77876",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038137.embryonic_fibroblasts_expressing_OSKM_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "38725",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038141.embryonic_stem_cells.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "35826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038147.embryonic_fibroblasts_expressing_Oct4_from_pMX_vector_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "31262",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038148.embryonic_fibroblasts_expressing_Oct4_from_inducible_system_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "67653",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038151.embryonic_fibroblasts_expressing_Oct4Klf4_from_pMX_vector_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "70490",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038155.embryonic_fibroblasts_expressing_Oct4Sox2_from_pMX_vector_for_48h.POU5F1/"
        },
        {
            "tf_name": "POU5F1",
            "total_peaks": "45444",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038158.embryonic_fibroblasts_expressing_Oct4Sox2Klf4_from_pMX_vector_for_48h.POU5F1/"
        }
    ]
}