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=367
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=368",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=366",
    "results": [
        {
            "tf_name": "FOXA3",
            "total_peaks": "6020",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036074.liver.FOXA3/"
        },
        {
            "tf_name": "FOXA3",
            "total_peaks": "7856",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036073.liver.FOXA3/"
        },
        {
            "tf_name": "FOXA3",
            "total_peaks": "80478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039891.HepG2_hepatoblastoma.FOXA3/"
        },
        {
            "tf_name": "FOXD3",
            "total_peaks": "853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033670.embryonic_stem_cells.FOXD3/"
        },
        {
            "tf_name": "FOXD3",
            "total_peaks": "4606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033671.epiblast-like_cells.FOXD3/"
        },
        {
            "tf_name": "FOXD3",
            "total_peaks": "12499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035180.FH-Foxd3_embryonic_stem_cells.FOXD3/"
        },
        {
            "tf_name": "FOXD3",
            "total_peaks": "15033",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035181.FH-Foxd3_embryonic_stem_cells.FOXD3/"
        },
        {
            "tf_name": "FOXD3",
            "total_peaks": "736",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038304.A549_lung_carcinoma.FOXD3/"
        },
        {
            "tf_name": "FOXE1",
            "total_peaks": "5682",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054158.HeLa_cervical_adenocarcinoma.FOXE1/"
        },
        {
            "tf_name": "FOXF1",
            "total_peaks": "77965",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036123.lung.FOXF1/"
        }
    ]
}