Translation projects API.

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

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

{
    "total": 1018,
    "total_words": 4138,
    "last_change": "2024-03-31T16:27:09.728704Z",
    "recent_changes": 194,
    "translated": 744,
    "translated_words": 2835,
    "translated_percent": 73.0,
    "translated_words_percent": 68.5,
    "translated_chars": 18811,
    "translated_chars_percent": 68.8,
    "total_chars": 27320,
    "fuzzy": 79,
    "fuzzy_percent": 7.7,
    "failing": 37,
    "failing_percent": 3.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 15,
    "readonly_percent": 1.4,
    "suggestions": 0,
    "comments": 0,
    "name": "yast-control-center",
    "url": "https://l10n.opensuse.org/projects/yast-control-center/"
}