Translation projects API.

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

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

{
    "total": 739591,
    "total_words": 12439407,
    "last_change": "2025-12-08T20:24:58.974103Z",
    "recent_changes": 6185,
    "translated": 122915,
    "translated_words": 1985005,
    "translated_percent": 16.6,
    "translated_words_percent": 15.9,
    "translated_chars": 13570113,
    "translated_chars_percent": 15.8,
    "total_chars": 85835391,
    "fuzzy": 12684,
    "fuzzy_percent": 1.7,
    "failing": 12044,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 38840,
    "readonly_percent": 5.2,
    "suggestions": 748,
    "comments": 23,
    "name": "Documentation",
    "url": "https://translate-dev.freebsd.org/projects/documentation/"
}