Translation projects API.

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

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

{
    "total": 12014,
    "total_words": 144608,
    "last_change": "2024-04-07T07:39:34.220680Z",
    "recent_changes": 261,
    "translated": 4758,
    "translated_words": 45862,
    "translated_percent": 39.6,
    "translated_words_percent": 31.7,
    "translated_chars": 303384,
    "translated_chars_percent": 31.7,
    "total_chars": 955282,
    "fuzzy": 1647,
    "fuzzy_percent": 13.7,
    "failing": 901,
    "failing_percent": 7.4,
    "approved": 80,
    "approved_percent": 0.6,
    "readonly": 157,
    "readonly_percent": 1.3,
    "suggestions": 49,
    "comments": 1,
    "name": "yast-bootloader",
    "url": "https://l10n.opensuse.org/projects/yast-bootloader/"
}