Translation projects API.

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

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

{
    "total": 73259,
    "total_words": 735385,
    "total_chars": 4855588,
    "last_change": "2025-03-27T14:52:27.801377Z",
    "recent_changes": 337,
    "translated": 45461,
    "translated_words": 411400,
    "translated_percent": 62.0,
    "translated_words_percent": 55.9,
    "translated_chars": 2710816,
    "translated_chars_percent": 55.8,
    "fuzzy": 2613,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 29589,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 208525,
    "fuzzy_chars_percent": 4.2,
    "failing": 3625,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2193,
    "readonly_percent": 2.9,
    "readonly_words": 17156,
    "readonly_words_percent": 2.3,
    "readonly_chars": 113361,
    "readonly_chars_percent": 2.3,
    "suggestions": 4795,
    "comments": 8,
    "name": "fedora-websites",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/"
}