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=593
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=594",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=592",
    "results": [
        {
            "tf_name": "NFKB1",
            "total_peaks": "22281",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054688.GM12878_female_B-cells_lymphoblastoid_cell_line.NFKB1/"
        },
        {
            "tf_name": "NFKB1",
            "total_peaks": "56771",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63736.L1236_Hodgkin_lymphoma.NFKB1/"
        },
        {
            "tf_name": "NFKB2",
            "total_peaks": "77394",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP054689.GM12878_female_B-cells_lymphoblastoid_cell_line.NFKB2/"
        },
        {
            "tf_name": "NFKB2",
            "total_peaks": "25396",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE63736.L1236_Hodgkin_lymphoma.NFKB2/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "1023",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNN.GM12878_female_B-cells_lymphoblastoid_cell_line.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "7776",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000DNS.HeLa_S3_cervical_adenocarcinoma.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "4803",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000EGR.K562_myelogenous_leukemia.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "546",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000898.embryonic_stem_cells.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "1858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000899.neural_progenitors.NFYA/"
        },
        {
            "tf_name": "NFYA",
            "total_peaks": "7811",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000900.terminally_differentiated_neurons.NFYA/"
        }
    ]
}