Translation projects API.

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

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

{
    "total": 518,
    "total_words": 2130,
    "last_change": "2023-09-08T13:51:51.564413Z",
    "recent_changes": 35,
    "translated": 459,
    "translated_words": 1887,
    "translated_percent": 88.6,
    "translated_words_percent": 88.5,
    "translated_chars": 11290,
    "translated_chars_percent": 88.9,
    "total_chars": 12694,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Ooops l10n-italy",
    "url": "http://weblate.ops404.it/projects/ooops-l10n-italy/"
}