Translation projects API.

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

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

{
    "total": 2282,
    "total_words": 14336,
    "total_chars": 103186,
    "last_change": "2024-03-10T14:35:56.773081Z",
    "recent_changes": 46,
    "translated": 1435,
    "translated_words": 7720,
    "translated_percent": 62.8,
    "translated_words_percent": 53.8,
    "translated_chars": 55979,
    "translated_chars_percent": 54.2,
    "fuzzy": 193,
    "fuzzy_percent": 8.4,
    "fuzzy_words": 1160,
    "fuzzy_words_percent": 8.0,
    "fuzzy_chars": 9244,
    "fuzzy_chars_percent": 8.9,
    "failing": 68,
    "failing_percent": 2.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 350,
    "readonly_percent": 15.3,
    "readonly_words": 924,
    "readonly_words_percent": 6.4,
    "readonly_chars": 8003,
    "readonly_chars_percent": 7.7,
    "suggestions": 0,
    "comments": 0,
    "name": "fedora-docs-l10n/docs",
    "url": "https://translate.fedoraproject.org/projects/fedora-docs-l10n-docs/"
}