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": 56466,
    "total_words": 245562,
    "last_change": "2026-04-16T21:42:10.039524Z",
    "recent_changes": 2443,
    "translated": 29237,
    "translated_words": 120879,
    "translated_percent": 51.7,
    "translated_words_percent": 49.2,
    "translated_chars": 766306,
    "translated_chars_percent": 49.3,
    "total_chars": 1553284,
    "fuzzy": 1541,
    "fuzzy_percent": 2.7,
    "failing": 2416,
    "failing_percent": 4.2,
    "name": "FoE Helper",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/"
}