Translation projects API.

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

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

{
    "total": 1813,
    "total_words": 32873,
    "total_chars": 214131,
    "last_change": "2024-02-17T02:30:00.973174Z",
    "recent_changes": 271,
    "translated": 832,
    "translated_words": 15242,
    "translated_percent": 45.8,
    "translated_words_percent": 46.3,
    "translated_chars": 99227,
    "translated_chars_percent": 46.3,
    "fuzzy": 20,
    "fuzzy_percent": 1.1,
    "fuzzy_words": 289,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 2636,
    "fuzzy_chars_percent": 1.2,
    "failing": 24,
    "failing_percent": 1.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 264,
    "readonly_percent": 14.5,
    "readonly_words": 4704,
    "readonly_words_percent": 14.3,
    "readonly_chars": 30648,
    "readonly_chars_percent": 14.3,
    "suggestions": 68,
    "comments": 2,
    "name": "fedora-docs-l10n/fedora-docs-contributing",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-docs-contributing/"
}