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=430
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=431",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=429",
    "results": [
        {
            "tf_name": "HLF",
            "total_peaks": "5526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035130.Lin-Sca-1_c-Kit_hematopietic_multipotent_stem_cells.HLF/"
        },
        {
            "tf_name": "HLF",
            "total_peaks": "36944",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039776.HepG2_hepatoblastoma.HLF/"
        },
        {
            "tf_name": "HLH-1",
            "total_peaks": "353",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR360ADL.Whole_worms_mixed-stage_embryos.HLH-1/"
        },
        {
            "tf_name": "HLH-30",
            "total_peaks": "7651",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR449BAR.Whole_worms_developmental_stage_L4young_adults.HLH-30/"
        },
        {
            "tf_name": "HLH-30",
            "total_peaks": "7596",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR246PQU.Whole_worms_developmental_stage_L4young_adults.HLH-30/"
        },
        {
            "tf_name": "HLH-30",
            "total_peaks": "3747",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR648EWO.Whole_worms_developmental_stage_late_embryo.HLH-30/"
        },
        {
            "tf_name": "HLH-30",
            "total_peaks": "3033",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR091KQX.Whole_worms_developmental_stage_late_embryo.HLH-30/"
        },
        {
            "tf_name": "HMBOX1",
            "total_peaks": "42727",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR757IIU.K562_myelogenous_leukemia.HMBOX1/"
        },
        {
            "tf_name": "HMBOX1",
            "total_peaks": "2832",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46237.HeLa_cervical_adenocarcinoma.HMBOX1/"
        },
        {
            "tf_name": "HMBOX1",
            "total_peaks": "1497",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46237.VA13_transformed_lung_fibroblasts.HMBOX1/"
        }
    ]
}