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=623
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=624",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=622",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "5087",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058704.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "13583",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058705.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "66848",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058706.3617-KOGR_mouse_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "54947",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058707.MEF_mouse_embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "36143",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058708.MEF_mouse_embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "69707",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058709.MEF_mouse_embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "57082",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058710.MEF_mouse_embryonic_fibroblasts.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "337",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059807.BWTG3Hepatocellular_carcinoma_of_the_mouse.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "72847",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059808.BWTG3Hepatocellular_carcinoma_of_the_mouse.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "89875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059809.BWTG3Hepatocellular_carcinoma_of_the_mouse.NR3C1/"
        }
    ]
}