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=836
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=837",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=835",
    "results": [
        {
            "tf_name": "SREBF1",
            "total_peaks": "1516",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYU.GM12878_female_B-cells_lymphoblastoid_cell_line.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "5574",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR197DJH.MCF7_Invasive_ductal_breast_carcinoma.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "12841",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR815ZDS.K562_myelogenous_leukemia.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "4005",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR897MYK.A549_lung_carcinoma.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "16086",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037729.liver.SREBF1/"
        },
        {
            "tf_name": "SREBF2",
            "total_peaks": "248",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055770.PANC1_pancreatic_ductal_adenocarcinoma.SREBF2/"
        },
        {
            "tf_name": "SREBF2",
            "total_peaks": "892",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP055771.PANC1_pancreatic_ductal_adenocarcinoma.SREBF2/"
        },
        {
            "tf_name": "SREBF2",
            "total_peaks": "658",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYT.GM12878_female_B-cells_lymphoblastoid_cell_line.SREBF2/"
        },
        {
            "tf_name": "SREBF2",
            "total_peaks": "417",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR638QYO.A549_lung_carcinoma.SREBF2/"
        },
        {
            "tf_name": "SRF",
            "total_peaks": "37111",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032500.cornea.SRF/"
        }
    ]
}