Translation projects API.

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

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

{
    "total": 1835,
    "total_words": 32635,
    "total_chars": 197425,
    "last_change": "2024-01-21T11:13:29.010329Z",
    "recent_changes": 68,
    "translated": 815,
    "translated_words": 14102,
    "translated_percent": 44.4,
    "translated_words_percent": 43.2,
    "translated_chars": 86978,
    "translated_chars_percent": 44.0,
    "fuzzy": 10,
    "fuzzy_percent": 0.5,
    "fuzzy_words": 119,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 812,
    "fuzzy_chars_percent": 0.4,
    "failing": 8,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 367,
    "readonly_percent": 20.0,
    "readonly_words": 6527,
    "readonly_words_percent": 20.0,
    "readonly_chars": 39485,
    "readonly_chars_percent": 20.0,
    "suggestions": 144,
    "comments": 1,
    "name": "fedora-docs-l10n/ask-fedora-sops",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-ask-fedora-sops/"
}