Translation projects API.

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

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

{
    "total": 6766,
    "total_words": 23410,
    "last_change": "2024-01-30T16:57:14.326563Z",
    "recent_changes": 236,
    "translated": 2692,
    "translated_words": 8552,
    "translated_percent": 39.7,
    "translated_words_percent": 36.5,
    "translated_chars": 59233,
    "translated_chars_percent": 36.8,
    "total_chars": 160684,
    "fuzzy": 1194,
    "fuzzy_percent": 17.6,
    "failing": 524,
    "failing_percent": 7.7,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 90,
    "readonly_percent": 1.3,
    "suggestions": 36,
    "comments": 1,
    "name": "yast-geo-cluster",
    "url": "https://l10n.opensuse.org/projects/yast-geo-cluster/"
}