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": 67779,
    "total_words": 297930,
    "last_change": "2026-09-04T16:38:51.322137Z",
    "recent_changes": 2626,
    "translated": 31039,
    "translated_words": 126348,
    "translated_percent": 45.7,
    "translated_words_percent": 42.4,
    "translated_chars": 785623,
    "translated_chars_percent": 42.4,
    "total_chars": 1851625,
    "fuzzy": 2043,
    "fuzzy_percent": 3.0,
    "failing": 2464,
    "failing_percent": 3.6,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}