Translation projects API.

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

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

{
    "total": 446,
    "total_words": 1596,
    "last_change": "2025-02-18T13:38:17.399661Z",
    "recent_changes": 57,
    "translated": 446,
    "translated_words": 1596,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 10242,
    "translated_chars_percent": 100.0,
    "total_chars": 10242,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops l10n-italy 14.0",
    "url": "http://weblate.ops404.it/projects/ooops-l10n-italy-14-0/"
}