Translation projects API.

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

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

{
    "total": 3045,
    "total_words": 11318,
    "total_chars": 72688,
    "last_change": "2024-02-29T19:09:08.858671Z",
    "recent_changes": 390,
    "translated": 1291,
    "translated_words": 4693,
    "translated_percent": 42.3,
    "translated_words_percent": 41.4,
    "translated_chars": 29659,
    "translated_chars_percent": 40.8,
    "fuzzy": 62,
    "fuzzy_percent": 2.0,
    "failing": 17,
    "failing_percent": 0.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 70,
    "readonly_percent": 2.2,
    "suggestions": 346,
    "comments": 0,
    "name": "Camera",
    "url": "https://l10n.elementary.io/projects/camera/"
}