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=67
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=68",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=66",
    "results": [
        {
            "tf_name": "BHLHE40",
            "total_peaks": "40699",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR987MTA.GM12878_female_B-cells_lymphoblastoid_cell_line.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "27476",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010009.CH12_LX_Mouse_lymphoma.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "9670",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP010957.MEL_cell_line.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "57532",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039939.IMR90_lung_fibroblasts.BHLHE40/"
        },
        {
            "tf_name": "BHLHE40",
            "total_peaks": "398",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039998.HEK293T_embryonic_kidney.BHLHE40/"
        },
        {
            "tf_name": "BHLHE41",
            "total_peaks": "5637",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038325.splenic_B-1a-cells.BHLHE41/"
        },
        {
            "tf_name": "BHLHE41",
            "total_peaks": "7858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038326.splenic_B-1a-cells.BHLHE41/"
        },
        {
            "tf_name": "BLMP-1",
            "total_peaks": "4810",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR744BON.Whole_worms_developmental_stage_L2.BLMP-1/"
        },
        {
            "tf_name": "BLMP-1",
            "total_peaks": "887",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR304JRJ.Whole_worms_mixed-stage_embryos.BLMP-1/"
        },
        {
            "tf_name": "BLMP-1",
            "total_peaks": "4072",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR232QHU.Whole_worms_developmental_stage_L1.BLMP-1/"
        }
    ]
}