Translation projects API.

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

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

{
    "total": 142987,
    "total_words": 573117,
    "total_chars": 3863054,
    "last_change": "2024-02-18T11:36:52.027523Z",
    "recent_changes": 446,
    "translated": 38255,
    "translated_words": 139069,
    "translated_percent": 26.7,
    "translated_words_percent": 24.2,
    "translated_chars": 956044,
    "translated_chars_percent": 24.7,
    "fuzzy": 2538,
    "fuzzy_percent": 1.7,
    "failing": 2558,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 749,
    "readonly_percent": 0.5,
    "suggestions": 1044,
    "comments": 2,
    "name": "Photos",
    "url": "https://l10n.elementary.io/projects/photos/"
}