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=517
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=518",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=516",
    "results": [
        {
            "tf_name": "LHX1",
            "total_peaks": "3026",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP035282.P19_embryonic_carcinoma.LHX1/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "28755",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP036594.pre-B-cell_progenitors.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "11538",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052044.mature_olfactory_sensory_neurons.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "20662",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052045.mature_olfactory_sensory_neurons.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "336",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052049.mature_olfactory_sensory_neurons.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "1119",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP052051.mature_olfactory_sensory_neurons.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "43501",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059882.retinal_progenitor_cells.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "36615",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059883.retinal_progenitor_cells.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "22653",
            "url": "https://unibind.uio.no/api/v1/datasets/GSE60024.retina.LHX2/"
        },
        {
            "tf_name": "LHX2",
            "total_peaks": "2972",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP030864.hair_follicle_stem_cells.LHX2/"
        }
    ]
}