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=610
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=611",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=609",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "14073",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032059.7438_mammary_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "4379",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032209.embryonic_kidney.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "26278",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032210.embryonic_kidney.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "39086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032211.embryonic_kidney.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2440",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033449.MDA-MB-231_breast_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1177",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033450.MDA-MB-231_breast_adenocarcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17868",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033653.acute_myeloblastic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "10706",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033788.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "14743",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033789.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "12190",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033790.liver.NR3C1/"
        }
    ]
}