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=645
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=646",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=644",
    "results": [
        {
            "tf_name": "PAX6",
            "total_peaks": "9674",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60024.retina.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "19606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP031752.embryonic_stem_cell-derived_neural_progenitor-like_cells.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "7109",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034672.lens.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "11118",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034673.forebrain.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "4858",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036728.HUES64_embryonic_stem_cells.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "5520",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036729.HUES64_embryonic_stem_cells.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "8408",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037896.EndoC-betaH2_immortalized_pancreatic_beta_cells.PAX6/"
        },
        {
            "tf_name": "PAX6",
            "total_peaks": "6224",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037897.MIN6_insulinoma.PAX6/"
        },
        {
            "tf_name": "PAX7",
            "total_peaks": "3502",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038053.myogenic_progenitors.PAX7/"
        },
        {
            "tf_name": "PAX7",
            "total_peaks": "7582",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP038054.myogenic_progenitors.PAX7/"
        }
    ]
}