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=646
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=647",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=645",
    "results": [
        {
            "tf_name": "PAX7",
            "total_peaks": "29998",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038641.WA09_embryonic_stem_cells.PAX7/"
        },
        {
            "tf_name": "PAX7",
            "total_peaks": "70507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051797.AtT-20_pituitary_tumor.PAX7/"
        },
        {
            "tf_name": "PAX7",
            "total_peaks": "143",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051808.AtT-20_pituitary_tumor.PAX7/"
        },
        {
            "tf_name": "PAX7",
            "total_peaks": "38335",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030937.myoblasts.PAX7/"
        },
        {
            "tf_name": "PB",
            "total_peaks": "1063",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR946EAE.whole_organism_development_stage_embryonic.PB/"
        },
        {
            "tf_name": "PB",
            "total_peaks": "9403",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059543.KC167_developmental_stage_6-12h_embryo.PB/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "7357",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035821.C2C12_myoblasts.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "11657",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035822.C2C12_myoblasts.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "18952",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035823.C2C12_myoblasts.PBX1/"
        },
        {
            "tf_name": "PBX1",
            "total_peaks": "10006",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035824.C2C12_myoblasts.PBX1/"
        }
    ]
}