Translation projects API.

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

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

{
    "total": 3056,
    "total_words": 23131,
    "last_change": "2024-03-31T12:58:03.134899Z",
    "recent_changes": 314,
    "translated": 2824,
    "translated_words": 20104,
    "translated_percent": 92.4,
    "translated_words_percent": 86.9,
    "translated_chars": 133063,
    "translated_chars_percent": 87.0,
    "total_chars": 152863,
    "fuzzy": 47,
    "fuzzy_percent": 1.5,
    "failing": 68,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 566,
    "readonly_percent": 18.5,
    "suggestions": 12,
    "comments": 1,
    "name": "landing-page",
    "url": "https://l10n.opensuse.org/projects/landing-page/"
}