Translation projects API.

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

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

{
    "total": 119810,
    "total_words": 533411,
    "total_chars": 3717594,
    "last_change": "2024-04-23T12:54:47.833583Z",
    "recent_changes": 2760,
    "translated": 14855,
    "translated_words": 51788,
    "translated_percent": 12.3,
    "translated_words_percent": 9.7,
    "translated_chars": 355172,
    "translated_chars_percent": 9.5,
    "fuzzy": 1167,
    "fuzzy_percent": 0.9,
    "failing": 911,
    "failing_percent": 0.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1906,
    "readonly_percent": 1.5,
    "suggestions": 1810,
    "comments": 12,
    "name": "Desktop",
    "url": "https://l10n.elementary.io/projects/desktop/"
}