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": 52335,
    "total_words": 228845,
    "last_change": "2025-08-22T19:02:18.118290Z",
    "recent_changes": 3105,
    "translated": 28586,
    "translated_words": 118677,
    "translated_percent": 54.6,
    "translated_words_percent": 51.8,
    "translated_chars": 752192,
    "translated_chars_percent": 51.8,
    "total_chars": 1451400,
    "fuzzy": 1459,
    "fuzzy_percent": 2.7,
    "failing": 2268,
    "failing_percent": 4.3,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}