Translation projects API.

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

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

{
    "total": 4131,
    "total_words": 18563,
    "last_change": "2024-04-02T04:32:21.058833Z",
    "recent_changes": 161,
    "translated": 3526,
    "translated_words": 15919,
    "translated_percent": 85.3,
    "translated_words_percent": 85.7,
    "translated_chars": 93529,
    "translated_chars_percent": 85.8,
    "total_chars": 108936,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 14,
    "failing_percent": 0.3,
    "approved": 1796,
    "approved_percent": 43.4,
    "readonly": 336,
    "readonly_percent": 8.1,
    "suggestions": 157,
    "comments": 0,
    "name": "barrel",
    "url": "https://l10n.opensuse.org/projects/barrel/"
}