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=518
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=519",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=517",
    "results": [
        {
            "tf_name": "LHX2",
            "total_peaks": "1090",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030865.hair_follicle_stem_cells.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "2517",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030866.hair_follicle_stem_cells.LHX2/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "32115",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031090.Ainv15_embryonic_stem_cells.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "18853",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037364.embryoid_body.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "4145",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037365.embryoid_body.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "5974",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037367.embryoid_body.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "589",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037368.embryoid_body.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "17456",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037370.embryoid_body.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "27052",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037372.embryoid_body.LHX3/"
        },
        {
            "tf_name": "LHX3",
            "total_peaks": "38961",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037375.embryoid_body.LHX3/"
        }
    ]
}