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=521
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=522",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=520",
    "results": [
        {
            "tf_name": "M1BP",
            "total_peaks": "218",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR517LBX.whole_organism_development_stage_embryonic.M1BP/"
        },
        {
            "tf_name": "M1BP",
            "total_peaks": "1732",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046329.S2R_late_embryonic_stage_cells.M1BP/"
        },
        {
            "tf_name": "MAB-5",
            "total_peaks": "2305",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR531TNN.Whole_worms_developmental_stage_L3.MAB-5/"
        },
        {
            "tf_name": "MAB-5",
            "total_peaks": "754",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR112URX.Whole_worms_mixed-stage_embryos.MAB-5/"
        },
        {
            "tf_name": "MAB-5",
            "total_peaks": "2772",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR518QIC.Whole_worms_developmental_stage_L2.MAB-5/"
        },
        {
            "tf_name": "MAB-5",
            "total_peaks": "2296",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042324.Whole_worms_developmental_stage_L3.MAB-5/"
        },
        {
            "tf_name": "MAB-5",
            "total_peaks": "3813",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP042325.Whole_worms_developmental_stage_L3.MAB-5/"
        },
        {
            "tf_name": "MAD",
            "total_peaks": "2326",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR875FVD.whole_organism_development_stage_embryonic.MAD/"
        },
        {
            "tf_name": "MAD",
            "total_peaks": "2941",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046003.Kc167_development_stage_embryonic.MAD/"
        },
        {
            "tf_name": "MAD",
            "total_peaks": "4518",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046017.2-4_h_embryo.MAD/"
        }
    ]
}