Translation projects API.

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

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

{
    "total": 13820,
    "total_words": 71520,
    "total_chars": 436587,
    "last_change": "2024-05-08T00:43:27.861351Z",
    "recent_changes": 195,
    "translated": 7956,
    "translated_words": 38836,
    "translated_percent": 57.5,
    "translated_words_percent": 54.3,
    "translated_chars": 235196,
    "translated_chars_percent": 53.8,
    "fuzzy": 389,
    "fuzzy_percent": 2.8,
    "fuzzy_words": 2660,
    "fuzzy_words_percent": 3.7,
    "fuzzy_chars": 16059,
    "fuzzy_chars_percent": 3.6,
    "failing": 703,
    "failing_percent": 5.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 606,
    "readonly_percent": 4.3,
    "readonly_words": 3150,
    "readonly_words_percent": 4.4,
    "readonly_chars": 19200,
    "readonly_chars_percent": 4.3,
    "suggestions": 1478,
    "comments": 0,
    "name": "fedora-infra",
    "url": "https://translate.fedoraproject.org/projects/fedora-infra/"
}