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=599
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=600",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=598",
    "results": [
        {
            "tf_name": "NR1D1",
            "total_peaks": "38540",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040617.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "43830",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040618.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "44600",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040619.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "41174",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040620.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "37019",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040621.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "27362",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031165.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "7958",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032014.RAW_264_7_Abelson_murine_leukemia_virus-induced_tumor-derived_macrophages.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "4513",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034804.liver.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "7499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034828.epididymal_white_adipose_tissue.NR1D1/"
        },
        {
            "tf_name": "NR1D1",
            "total_peaks": "34663",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034829.liver.NR1D1/"
        }
    ]
}