Translation projects API.

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

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

{
    "total": 25700,
    "total_words": 122391,
    "total_chars": 783480,
    "last_change": "2024-04-03T12:10:37.667712Z",
    "recent_changes": 267,
    "translated": 11790,
    "translated_words": 46669,
    "translated_percent": 45.8,
    "translated_words_percent": 38.1,
    "translated_chars": 303477,
    "translated_chars_percent": 38.7,
    "fuzzy": 1870,
    "fuzzy_percent": 7.2,
    "failing": 924,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 351,
    "readonly_percent": 1.3,
    "suggestions": 1525,
    "comments": 2,
    "name": "AppCenter",
    "url": "https://l10n.elementary.io/projects/appcenter/"
}