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=605
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=606",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=604",
    "results": [
        {
            "tf_name": "NR2F2",
            "total_peaks": "26930",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE52008.uterus.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "63678",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BRS.K562_myelogenous_leukemia.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "59369",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BUY.MCF7_Invasive_ductal_breast_carcinoma.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "22784",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR000BVM.HepG2_hepatoblastoma.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "3876",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030995.H9-derived_neural_crest_cells.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "2540",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032076.retina.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "40334",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039783.liver.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "20973",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040003.liver.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "4957",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46237.HeLa_cervical_adenocarcinoma.NR2F2/"
        },
        {
            "tf_name": "NR2F2",
            "total_peaks": "5107",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE46237.VA13_transformed_lung_fibroblasts.NR2F2/"
        }
    ]
}