Translation projects API.

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

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

{
    "total": 110087,
    "total_words": 482120,
    "total_chars": 2866152,
    "last_change": "2024-04-23T13:08:10.751549Z",
    "recent_changes": 335,
    "translated": 23357,
    "translated_words": 97663,
    "translated_percent": 21.2,
    "translated_words_percent": 20.2,
    "translated_chars": 584925,
    "translated_chars_percent": 20.4,
    "fuzzy": 6243,
    "fuzzy_percent": 5.6,
    "failing": 3085,
    "failing_percent": 2.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 592,
    "readonly_percent": 0.5,
    "suggestions": 1162,
    "comments": 10,
    "name": "Files",
    "url": "https://l10n.elementary.io/projects/files/"
}