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=860
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=861",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=859",
    "results": [
        {
            "tf_name": "STAT3",
            "total_peaks": "1473",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053278.JB6_Human_anaplastic_large_cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "21875",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053281.SU-DHL-1_Anaplastic_large_cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1589",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053282.SU-DHL-1_Anaplastic_large_cell_lymphoma.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1417",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP053630.cultured_GC_B_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "239",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056242.gastric_tumors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "3076",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056243.gastric_tumors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "1760",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056244.gastric_tumors.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "274",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056269.inducible_motor_neuron_embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "522",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056271.inducible_motor_neuron_embryonic_stem_cells.STAT3/"
        },
        {
            "tf_name": "STAT3",
            "total_peaks": "14169",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP056272.inducible_motor_neuron_embryonic_stem_cells.STAT3/"
        }
    ]
}