Translation projects API.

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

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

{
    "total": 2211,
    "total_words": 8973,
    "total_chars": 51532,
    "last_change": "2023-11-15T13:38:02.859504Z",
    "recent_changes": 72,
    "translated": 1808,
    "translated_words": 7105,
    "translated_percent": 81.7,
    "translated_words_percent": 79.1,
    "translated_chars": 40767,
    "translated_chars_percent": 79.1,
    "fuzzy": 20,
    "fuzzy_percent": 0.9,
    "fuzzy_words": 329,
    "fuzzy_words_percent": 3.6,
    "fuzzy_chars": 1901,
    "fuzzy_chars_percent": 3.6,
    "failing": 116,
    "failing_percent": 5.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 1.8,
    "readonly_words": 67,
    "readonly_words_percent": 0.7,
    "readonly_chars": 346,
    "readonly_chars_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Teamward",
    "url": "https://hosted.weblate.org/projects/teamward/"
}