Translation projects API.

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

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

{
    "total": 627035,
    "total_words": 13214613,
    "total_chars": 94169391,
    "last_change": "2024-04-23T00:53:55.078242Z",
    "recent_changes": 15245,
    "translated": 125604,
    "translated_words": 2462614,
    "translated_percent": 20.0,
    "translated_words_percent": 18.6,
    "translated_chars": 17584041,
    "translated_chars_percent": 18.6,
    "fuzzy": 402,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 7666,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 57918,
    "fuzzy_chars_percent": 0.1,
    "failing": 11299,
    "failing_percent": 1.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 29803,
    "readonly_percent": 4.7,
    "readonly_words": 613707,
    "readonly_words_percent": 4.6,
    "readonly_chars": 4385808,
    "readonly_chars_percent": 4.6,
    "suggestions": 72368,
    "comments": 4,
    "name": "fedora-docs-l10n/fedora-install-guide",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-fedora-install-guide/"
}