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=776
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=777",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=775",
    "results": [
        {
            "tf_name": "SMAD4",
            "total_peaks": "26136",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040491.E14TG2a_4_embryonic_stem_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "1552",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040492.E14TG2a_4_embryonic_stem_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "1518",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP051325.forelimb.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "1307",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053557.Mile_Sven_1_MS1_mouse_endothelial_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "3491",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053558.Mile_Sven_1_MS1_mouse_endothelial_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "827",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053559.Mile_Sven_1_MS1_mouse_endothelial_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "3880",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053560.Mile_Sven_1_MS1_mouse_endothelial_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "43759",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033584.lung.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "2245",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036742.HUES64_embryonic_stem_cells.SMAD4/"
        },
        {
            "tf_name": "SMAD4",
            "total_peaks": "8208",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036743.HUES64_embryonic_stem_cells.SMAD4/"
        }
    ]
}