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=943
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=944",
    "previous": "https://unibind.uio.no/api/v1/datasets?format=api&page=942",
    "results": [
        {
            "tf_name": "UBX",
            "total_peaks": "2206",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046249.Kc167_development_stage_embryonic.UBX/"
        },
        {
            "tf_name": "UBX",
            "total_peaks": "6212",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046250.Kc167_development_stage_embryonic.UBX/"
        },
        {
            "tf_name": "UBX",
            "total_peaks": "8939",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059529.KC167_developmental_stage_6-12h_embryo.UBX/"
        },
        {
            "tf_name": "UBX",
            "total_peaks": "10034",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP059547.KC167_developmental_stage_6-12h_embryo.UBX/"
        },
        {
            "tf_name": "UBX",
            "total_peaks": "5240",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP045967.0-16_h_embryo.UBX/"
        },
        {
            "tf_name": "UBX",
            "total_peaks": "4956",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046245.Kc167_development_stage_embryonic.UBX/"
        },
        {
            "tf_name": "UBX",
            "total_peaks": "5361",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP046246.Kc167_development_stage_embryonic.UBX/"
        },
        {
            "tf_name": "UNC-30",
            "total_peaks": "83",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR472PQB.Whole_worms_developmental_stage_L1.UNC-30/"
        },
        {
            "tf_name": "UNC-30",
            "total_peaks": "3110",
            "url": "https://unibind.uio.no/api/v1/datasets/EXP040429.Whole_worms_developmental_stage_L2.UNC-30/"
        },
        {
            "tf_name": "UNC-62",
            "total_peaks": "94",
            "url": "https://unibind.uio.no/api/v1/datasets/ENCSR043YAI.whole_organism_development_stage_dauer.UNC-62/"
        }
    ]
}