Translation projects API.

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

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

{
    "total": 1267,
    "total_words": 16407,
    "total_chars": 103032,
    "last_change": "2024-03-12T07:36:06.911650Z",
    "recent_changes": 31,
    "translated": 747,
    "translated_words": 9406,
    "translated_percent": 58.9,
    "translated_words_percent": 57.3,
    "translated_chars": 59586,
    "translated_chars_percent": 57.8,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 51,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 310,
    "fuzzy_chars_percent": 0.3,
    "failing": 3,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 236,
    "readonly_percent": 18.6,
    "readonly_words": 2925,
    "readonly_words_percent": 17.8,
    "readonly_chars": 18409,
    "readonly_chars_percent": 17.8,
    "suggestions": 120,
    "comments": 0,
    "name": "nani",
    "url": "https://translate.fedoraproject.org/projects/nani/"
}