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=703
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=704",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=702",
    "results": [
        {
            "tf_name": "REF6",
            "total_peaks": "374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059480.10_day_old_seedlings.REF6/"
        },
        {
            "tf_name": "REL",
            "total_peaks": "526",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031335.dendritic_cells.REL/"
        },
        {
            "tf_name": "REL",
            "total_peaks": "4621",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031336.dendritic_cells.REL/"
        },
        {
            "tf_name": "REL",
            "total_peaks": "1863",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031337.dendritic_cells.REL/"
        },
        {
            "tf_name": "REL",
            "total_peaks": "5054",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031338.dendritic_cells.REL/"
        },
        {
            "tf_name": "REL",
            "total_peaks": "39623",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054687.GM12878_female_B-cells_lymphoblastoid_cell_line.REL/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "6635",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DYM.GM10847_female_B-cells_Lymphoblastoid_Cell_Lines.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "24545",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EAG.GM12878_female_B-cells_lymphoblastoid_cell_line.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "22516",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EAI.GM12891_male_B-_cells_lymphoblastoid_cell_line.RELA/"
        },
        {
            "tf_name": "RELA",
            "total_peaks": "3925",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EAN.GM12892_female_B-cells_lymphoblastoid_cell_line.RELA/"
        }
    ]
}