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=406
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=407",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=405",
    "results": [
        {
            "tf_name": "GATA4",
            "total_peaks": "248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034947.jejunal_epithelial_cells.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "10647",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036707.HUES64_embryonic_stem_cells.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "40529",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036708.HUES64_embryonic_stem_cells.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "45239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036789.HUES64_embryonic_stem_cells.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "39166",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036790.HUES64_embryonic_stem_cells.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "9333",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037712.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "14675",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037714.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "14435",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037716.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "9170",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037718.iPSC-derived_cardiomyocytes.GATA4/"
        },
        {
            "tf_name": "GATA4",
            "total_peaks": "16789",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP048969.A549_lung_carcinoma.GATA4/"
        }
    ]
}