Translation projects API.

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

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

{
    "total": 945,
    "total_words": 1710,
    "last_change": "2025-05-01T13:12:20.667159Z",
    "recent_changes": 332,
    "translated": 845,
    "translated_words": 1523,
    "translated_percent": 89.4,
    "translated_words_percent": 89.0,
    "translated_chars": 10046,
    "translated_chars_percent": 89.2,
    "total_chars": 11257,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Labwc",
    "url": "https://translate.lxqt-project.org/projects/labwc/"
}