Translation projects API.

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

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

{
    "total": 1731,
    "total_words": 3327,
    "total_chars": 20758,
    "last_change": "2023-09-19T01:01:13.125530Z",
    "recent_changes": 159,
    "translated": 990,
    "translated_words": 1889,
    "translated_percent": 57.1,
    "translated_words_percent": 56.7,
    "translated_chars": 11757,
    "translated_chars_percent": 56.6,
    "fuzzy": 76,
    "fuzzy_percent": 4.3,
    "fuzzy_words": 121,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 759,
    "fuzzy_chars_percent": 3.6,
    "failing": 6,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 92,
    "readonly_percent": 5.3,
    "readonly_words": 176,
    "readonly_words_percent": 5.2,
    "readonly_chars": 1114,
    "readonly_chars_percent": 5.3,
    "suggestions": 95,
    "comments": 1,
    "name": "Athenaeum",
    "url": "https://hosted.weblate.org/projects/athenaeum/"
}