Translation projects API.

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

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

{
    "total": 14731,
    "total_words": 51776,
    "total_chars": 300252,
    "last_change": "2024-04-19T15:35:12.025651Z",
    "recent_changes": 591,
    "translated": 3422,
    "translated_words": 10430,
    "translated_percent": 23.2,
    "translated_words_percent": 20.1,
    "translated_chars": 60036,
    "translated_chars_percent": 19.9,
    "fuzzy": 83,
    "fuzzy_percent": 0.5,
    "failing": 112,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 112,
    "readonly_percent": 0.7,
    "suggestions": 134,
    "comments": 0,
    "name": "Videos",
    "url": "https://l10n.elementary.io/projects/videos/"
}