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": 55322,
    "total_words": 242182,
    "last_change": "2026-01-24T15:10:51.140656Z",
    "recent_changes": 2424,
    "translated": 28850,
    "translated_words": 119802,
    "translated_percent": 52.1,
    "translated_words_percent": 49.4,
    "translated_chars": 758778,
    "translated_chars_percent": 49.4,
    "total_chars": 1532952,
    "fuzzy": 1534,
    "fuzzy_percent": 2.7,
    "failing": 2398,
    "failing_percent": 4.3,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}