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=767
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=768",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=766",
    "results": [
        {
            "tf_name": "RXRG",
            "total_peaks": "105",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000688.F9_embryonal_carcinoma.RXRG/"
        },
        {
            "tf_name": "RXRG",
            "total_peaks": "156",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP000689.F9_embryonal_carcinoma.RXRG/"
        },
        {
            "tf_name": "SCHLANK",
            "total_peaks": "742",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR110JFN.whole_organism_development_stage_embryonic.SCHLANK/"
        },
        {
            "tf_name": "SCR",
            "total_peaks": "13818",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059545.KC167_developmental_stage_6-12h_embryo.SCR/"
        },
        {
            "tf_name": "SCRT1",
            "total_peaks": "95606",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035930.HEK293_embryonic_kidney.SCRT1/"
        },
        {
            "tf_name": "SCRT1",
            "total_peaks": "5400",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039621.HEK293_embryonic_kidney.SCRT1/"
        },
        {
            "tf_name": "SCRT2",
            "total_peaks": "21499",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040055.HEK293_embryonic_kidney.SCRT2/"
        },
        {
            "tf_name": "SD",
            "total_peaks": "1735",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045813.whole_organism_development_stage_wandering_third_instar_larva.SD/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "3308",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041202.inflorescence_meristems_and_floral_buds_5-7_weeks.SEP3/"
        },
        {
            "tf_name": "SEP3",
            "total_peaks": "3896",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP041203.inflorescence_meristems_and_floral_buds_5-7_weeks.SEP3/"
        }
    ]
}