Translation projects API.

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

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

{
    "total": 42819,
    "total_words": 105962,
    "last_change": "2025-01-22T13:43:14.329238Z",
    "recent_changes": 467,
    "translated": 32618,
    "translated_words": 77311,
    "translated_percent": 76.1,
    "translated_words_percent": 72.9,
    "translated_chars": 472664,
    "translated_chars_percent": 72.8,
    "total_chars": 649121,
    "fuzzy": 1891,
    "fuzzy_percent": 4.4,
    "failing": 3176,
    "failing_percent": 7.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1913,
    "readonly_percent": 4.4,
    "suggestions": 1,
    "comments": 6,
    "name": "SeeYouMobile",
    "url": "https://t.naviter.com/projects/seeyoumobile/"
}