This site reports the status of all known, public, and active F-Droid mirrors. All data on this page reflects the status of the mirrors within the last 7 days The check script runs on a regular basis and polls for the /repo/index-v1.jar file.

This status data is also available in JSON format. And the historical data of the last 7 days is saved here

The last mirror check ran at {{ last_check }}. Checks have ran X times in the last 24 hours at an average interval of XX:XX (hh:mm).

{% for mirror in report['mirrors'] %} {% if 'https://' in mirror['url'] %} {% else %} {% endif %} {% endfor %}
Mirror URL Name Duration Errors
{{ mirror['url'] }}{{ mirror['url'] }}{{ mirror['name'] }} {% if mirror['duration'] %} {{ '%.02f' % mirror['duration'] }} {% endif %} {% for error in mirror['errors'] %} {{ error }}: {{mirror['errors'][error] }}
{% endfor %}
details
{% endblock %}