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": 73261,
    "total_words": 735389,
    "total_chars": 4855612,
    "last_change": "2025-07-01T23:56:41.750286Z",
    "recent_changes": 352,
    "translated": 45504,
    "translated_words": 411616,
    "translated_percent": 62.1,
    "translated_words_percent": 55.9,
    "translated_chars": 2712392,
    "translated_chars_percent": 55.8,
    "fuzzy": 2591,
    "fuzzy_percent": 3.5,
    "fuzzy_words": 29449,
    "fuzzy_words_percent": 4.0,
    "fuzzy_chars": 207468,
    "fuzzy_chars_percent": 4.2,
    "failing": 4512,
    "failing_percent": 6.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 2195,
    "readonly_percent": 2.9,
    "readonly_words": 17160,
    "readonly_words_percent": 2.3,
    "readonly_chars": 113385,
    "readonly_chars_percent": 2.3,
    "suggestions": 4946,
    "comments": 8,
    "name": "fedora-websites",
    "url": "https://translate.fedoraproject.org/projects/fedora-websites/"
}