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=374
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=375",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=373",
    "results": [
        {
            "tf_name": "FOXP1",
            "total_peaks": "3656",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034307.HBL1_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "5355",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034308.HT_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "2340",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034309.OCI-LY8_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "12503",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034310.OCI-LY10_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "1775",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034311.OCI-LY19_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "2980",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034312.TMD8_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "227123",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP058128.OCI-LY7_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "352",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP010999.SU-DHL-4_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "15518",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP010999.SU-DHL-6_diffuse_large_B-cell_lymphoma.FOXP1/"
        },
        {
            "tf_name": "FOXP1",
            "total_peaks": "8401",
            "url": "https://unibind.uio.no/api/v1/datasets/ERP010999.U2932_diffuse_large_B-cell_lymphoma.FOXP1/"
        }
    ]
}