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=595
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=596",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=594",
    "results": [
        {
            "tf_name": "NFYB",
            "total_peaks": "15270",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE26439.K562_myelogenous_leukemia.NFYB/"
        },
        {
            "tf_name": "NFYC",
            "total_peaks": "3212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP033551.embryonic_stem_cells.NFYC/"
        },
        {
            "tf_name": "NFYC",
            "total_peaks": "32434",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039903.HepG2_hepatoblastoma.NFYC/"
        },
        {
            "tf_name": "NHP10",
            "total_peaks": "342",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052661.S__cerevisiae_cells.NHP10/"
        },
        {
            "tf_name": "NHP10",
            "total_peaks": "374",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052662.S__cerevisiae_cells.NHP10/"
        },
        {
            "tf_name": "NHR-6",
            "total_peaks": "3435",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR187ZBO.Whole_worms_developmental_stage_L4young_adults.NHR-6/"
        },
        {
            "tf_name": "NHR-6",
            "total_peaks": "739",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR599VYW.Whole_worms_developmental_stage_L2.NHR-6/"
        },
        {
            "tf_name": "NK7.1",
            "total_peaks": "1205",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR021FJA.whole_organism_development_stage_embryonic.NK7_1/"
        },
        {
            "tf_name": "NKX2-2",
            "total_peaks": "22261",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034046.ventral_neural_progenitors.NKX2-2/"
        },
        {
            "tf_name": "NKX2-2",
            "total_peaks": "9499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034050.neural_progenitors.NKX2-2/"
        }
    ]
}