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": 56440,
    "total_words": 245510,
    "last_change": "2026-03-23T06:46:58.065476Z",
    "recent_changes": 2337,
    "translated": 29065,
    "translated_words": 120436,
    "translated_percent": 51.4,
    "translated_words_percent": 49.0,
    "translated_chars": 762886,
    "translated_chars_percent": 49.1,
    "total_chars": 1552920,
    "fuzzy": 1540,
    "fuzzy_percent": 2.7,
    "failing": 2424,
    "failing_percent": 4.2,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}