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=835
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=836",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=834",
    "results": [
        {
            "tf_name": "SREBF1",
            "total_peaks": "10567",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032715.liver.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "7800",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032716.liver.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "39608",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032717.liver.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "10566",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032718.liver.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "4536",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP032719.liver.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "6119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP034339.peritoneal_macrophages.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "9176",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037276.peritoneal_thioglycolate-elicited_macrophages.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "9823",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037277.peritoneal_thioglycolate-elicited_macrophages.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "19478",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037278.peritoneal_thioglycolate-elicited_macrophages.SREBF1/"
        },
        {
            "tf_name": "SREBF1",
            "total_peaks": "55576",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP037279.peritoneal_thioglycolate-elicited_macrophages.SREBF1/"
        }
    ]
}