Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/foe-helper/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 51605,
    "total_words": 225075,
    "last_change": "2025-06-15T17:33:56.610380Z",
    "recent_changes": 2961,
    "translated": 27612,
    "translated_words": 114524,
    "translated_percent": 53.5,
    "translated_words_percent": 50.8,
    "translated_chars": 727755,
    "translated_chars_percent": 51.1,
    "total_chars": 1422840,
    "fuzzy": 2180,
    "fuzzy_percent": 4.2,
    "failing": 3210,
    "failing_percent": 6.2,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}