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=621
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=622",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=620",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "35800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051403.mammary_gland.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "3990",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051799.AtT-20_pituitary_tumor.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "12157",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051800.AtT-20_pituitary_tumor.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "586",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052964.SUP-B15_Childhood_B_acute_lymphoblastic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17467",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052965.SUP-B15_Childhood_B_acute_lymphoblastic_leukemia.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "18159",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053618.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "9824",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053619.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "17666",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053620.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "28299",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053621.liver.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15494",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053622.liver.NR3C1/"
        }
    ]
}