Translation projects API.

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

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

{
    "total": 2116,
    "total_words": 32575,
    "total_chars": 235445,
    "last_change": "2024-05-01T22:36:37.644649Z",
    "recent_changes": 94,
    "translated": 1483,
    "translated_words": 21953,
    "translated_percent": 70.0,
    "translated_words_percent": 67.3,
    "translated_chars": 159337,
    "translated_chars_percent": 67.6,
    "fuzzy": 30,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 682,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 5162,
    "fuzzy_chars_percent": 2.1,
    "failing": 122,
    "failing_percent": 5.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 527,
    "readonly_percent": 24.9,
    "readonly_words": 8206,
    "readonly_words_percent": 25.1,
    "readonly_chars": 59340,
    "readonly_chars_percent": 25.2,
    "suggestions": 350,
    "comments": 0,
    "name": "fedora-docs-l10n/fedora-kinoite",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-kinoite/"
}