Translation projects API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/projects/elviosak/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1156,
    "total_words": 3445,
    "last_change": "2025-03-27T08:35:05.112610Z",
    "recent_changes": 353,
    "translated": 840,
    "translated_words": 2502,
    "translated_percent": 72.6,
    "translated_words_percent": 72.6,
    "translated_chars": 14471,
    "translated_chars_percent": 72.7,
    "total_chars": 19891,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.3,
    "name": "Elviosak",
    "url": "https://translate.lxqt-project.org/projects/elviosak/"
}