Translation projects API.

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

GET /api/projects/desktop-file-translations/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1411721,
    "total_words": 5219353,
    "last_change": "2024-03-28T15:25:19.308508Z",
    "recent_changes": 6236,
    "translated": 529589,
    "translated_words": 1670970,
    "translated_percent": 37.5,
    "translated_words_percent": 32.0,
    "translated_chars": 12303681,
    "translated_chars_percent": 31.2,
    "total_chars": 39344452,
    "fuzzy": 306086,
    "fuzzy_percent": 21.6,
    "failing": 79609,
    "failing_percent": 5.6,
    "approved": 233,
    "approved_percent": 0.1,
    "readonly": 22353,
    "readonly_percent": 1.5,
    "suggestions": 3317,
    "comments": 15,
    "name": "desktop-file-translations",
    "url": "https://l10n.opensuse.org/projects/desktop-file-translations/"
}