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=616
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=617",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=615",
    "results": [
        {
            "tf_name": "NR3C1",
            "total_peaks": "4330",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039608.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "6343",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039685.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "4427",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039702.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "3813",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039722.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "3992",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039724.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "15430",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039790.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "1394",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP039836.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "5171",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040168.A549_lung_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "10954",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040662.MCF-7_C4-12_invasive_breast_ductal_carcinoma.NR3C1/"
        },
        {
            "tf_name": "NR3C1",
            "total_peaks": "2245",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040669.breast_tumor.NR3C1/"
        }
    ]
}