Translation projects API.

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

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

{
    "total": 3094,
    "total_words": 13072,
    "last_change": "2025-04-09T09:55:18.544321Z",
    "recent_changes": 35,
    "translated": 3089,
    "translated_words": 13067,
    "translated_percent": 99.8,
    "translated_words_percent": 99.9,
    "translated_chars": 84935,
    "translated_chars_percent": 99.8,
    "total_chars": 85048,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops Configurator 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-configurator-14-0/"
}