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": 513,
    "total_words": 896,
    "last_change": "2024-05-04T08:38:38.762782Z",
    "recent_changes": 159,
    "translated": 469,
    "translated_words": 810,
    "translated_percent": 91.4,
    "translated_words_percent": 90.4,
    "translated_chars": 5283,
    "translated_chars_percent": 90.6,
    "total_chars": 5830,
    "fuzzy": 3,
    "fuzzy_percent": 0.5,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Labwc",
    "url": "https://translate.lxqt-project.org/projects/labwc/"
}