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=785
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=786",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=784",
    "results": [
        {
            "tf_name": "SOX17",
            "total_peaks": "23703",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051484.uterus.SOX17/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "1735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036747.HUES64_embryonic_stem_cells.SOX17/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "16708",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036748.HUES64_embryonic_stem_cells.SOX17/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "8642",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036749.HUES64_embryonic_stem_cells.SOX17/"
        },
        {
            "tf_name": "SOX17",
            "total_peaks": "18793",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036750.HUES64_embryonic_stem_cells.SOX17/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "5754",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030984.ZHBTc4_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "4079",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030985.ZHBTc4_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "2673",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030986.ZHBTc4_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "2728",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030987.ZHBTc4_embryonic_stem_cells.SOX2/"
        },
        {
            "tf_name": "SOX2",
            "total_peaks": "3042",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030988.ZHBTc4_embryonic_stem_cells.SOX2/"
        }
    ]
}