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": 56986,
    "total_words": 248344,
    "last_change": "2026-06-28T15:28:01.241619Z",
    "recent_changes": 2666,
    "translated": 29077,
    "translated_words": 119514,
    "translated_percent": 51.0,
    "translated_words_percent": 48.1,
    "translated_chars": 755904,
    "translated_chars_percent": 48.0,
    "total_chars": 1571900,
    "fuzzy": 1954,
    "fuzzy_percent": 3.4,
    "failing": 2482,
    "failing_percent": 4.3,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}