Translation projects API.

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

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

{
    "total": 3995,
    "total_words": 20662,
    "last_change": "2024-03-09T20:02:17.699393Z",
    "recent_changes": 433,
    "translated": 2206,
    "translated_words": 11108,
    "translated_percent": 55.2,
    "translated_words_percent": 53.7,
    "translated_chars": 73236,
    "translated_chars_percent": 53.9,
    "total_chars": 135662,
    "fuzzy": 399,
    "fuzzy_percent": 9.9,
    "failing": 209,
    "failing_percent": 5.2,
    "approved": 2,
    "approved_percent": 0.1,
    "readonly": 70,
    "readonly_percent": 1.7,
    "suggestions": 7,
    "comments": 1,
    "name": "scout",
    "url": "https://l10n.opensuse.org/projects/scout/"
}