Translation projects API.

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

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

{
    "total": 130392,
    "total_words": 1916038,
    "total_chars": 13978723,
    "last_change": "2024-05-14T12:36:04.501263Z",
    "recent_changes": 7207,
    "translated": 27723,
    "translated_words": 354217,
    "translated_percent": 21.2,
    "translated_words_percent": 18.4,
    "translated_chars": 2610361,
    "translated_chars_percent": 18.6,
    "fuzzy": 97,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 735,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 6575,
    "fuzzy_chars_percent": 0.1,
    "failing": 2708,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 5452,
    "readonly_percent": 4.1,
    "readonly_words": 79948,
    "readonly_words_percent": 4.1,
    "readonly_chars": 583627,
    "readonly_chars_percent": 4.1,
    "suggestions": 15035,
    "comments": 7,
    "name": "fedora-docs-l10n/fedora-release-notes",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-release-notes/"
}