Translation projects API.

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

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

{
    "total": 41290,
    "total_words": 170538,
    "total_chars": 1049562,
    "last_change": "2024-04-23T12:58:06.109035Z",
    "recent_changes": 344,
    "translated": 5992,
    "translated_words": 20856,
    "translated_percent": 14.5,
    "translated_words_percent": 12.2,
    "translated_chars": 128197,
    "translated_chars_percent": 12.2,
    "fuzzy": 2039,
    "fuzzy_percent": 4.9,
    "failing": 737,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 254,
    "readonly_percent": 0.6,
    "suggestions": 977,
    "comments": 5,
    "name": "Mail",
    "url": "https://l10n.elementary.io/projects/mail/"
}