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=539
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=540",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=538",
    "results": [
        {
            "tf_name": "MEIS1",
            "total_peaks": "16826",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032698.mast_cells.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "5086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032889.embryonic_fibroblasts.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "31505",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032890.embryonic_fibroblasts.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "14453",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032891.embryonic_fibroblasts.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "15341",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033358.acute_myeloid_leukemia.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "507",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033405.superior_cervical_ganglion.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "1970",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034211.E10_5_embryonic_optic_cups.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "150",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037486.F9_embryonal_carcinoma.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "6248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037577.Hoxb8-FL.MEIS1/"
        },
        {
            "tf_name": "MEIS1",
            "total_peaks": "9444",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052992.A-673_clone_Asp114_Ewing_sarcoma.MEIS1/"
        }
    ]
}