Translation projects API.

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

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

{
    "total": 318,
    "total_words": 759,
    "last_change": "2024-03-11T17:18:33.378674Z",
    "recent_changes": 234,
    "translated": 307,
    "translated_words": 730,
    "translated_percent": 96.5,
    "translated_words_percent": 96.1,
    "translated_chars": 4910,
    "translated_chars_percent": 96.1,
    "total_chars": 5106,
    "fuzzy": 11,
    "fuzzy_percent": 3.4,
    "failing": 1,
    "failing_percent": 0.3,
    "name": "zjes",
    "url": "https://translate.lxqt-project.org/projects/zjes/"
}