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=596
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=597",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=595",
    "results": [
        {
            "tf_name": "NKX2-2",
            "total_peaks": "10390",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037300.MIN6-B1_insulinoma.NKX2-2/"
        },
        {
            "tf_name": "NKX2-5",
            "total_peaks": "14108",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049255.embryonic_stem_cells.NKX2-5/"
        },
        {
            "tf_name": "NKX2-5",
            "total_peaks": "13983",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP049256.BGO3_embryonic_stem_cells.NKX2-5/"
        },
        {
            "tf_name": "NKX2-5",
            "total_peaks": "33356",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030896.HL-1_cardiac_muscle_cells.NKX2-5/"
        },
        {
            "tf_name": "NKX2-5",
            "total_peaks": "12566",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033313.heart.NKX2-5/"
        },
        {
            "tf_name": "NKX2-5",
            "total_peaks": "21769",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035161.E12_5_embryonic_heart.NKX2-5/"
        },
        {
            "tf_name": "NKX3-1",
            "total_peaks": "3079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031260.prostate.NKX3-1/"
        },
        {
            "tf_name": "NKX3-1",
            "total_peaks": "61287",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031261.prostate.NKX3-1/"
        },
        {
            "tf_name": "NKX3-1",
            "total_peaks": "53808",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031262.prostate.NKX3-1/"
        },
        {
            "tf_name": "NKX3-1",
            "total_peaks": "71900",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP004003.pancreatic_islets.NKX3-1/"
        }
    ]
}