Translation projects API.

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

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

{
    "total": 45048,
    "total_words": 151879,
    "last_change": "2024-05-01T23:25:49.306711Z",
    "recent_changes": 6636,
    "translated": 38858,
    "translated_words": 127132,
    "translated_percent": 86.2,
    "translated_words_percent": 83.7,
    "translated_chars": 895606,
    "translated_chars_percent": 84.0,
    "total_chars": 1065751,
    "fuzzy": 125,
    "fuzzy_percent": 0.2,
    "failing": 618,
    "failing_percent": 1.3,
    "name": "LXQt Configuration",
    "url": "https://translate.lxqt-project.org/projects/lxqt-configuration/"
}