Translation projects API.

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

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

{
    "total": 9686,
    "total_words": 45153,
    "last_change": "2024-05-13T12:01:20.455962Z",
    "recent_changes": 538,
    "translated": 6319,
    "translated_words": 25993,
    "translated_percent": 65.2,
    "translated_words_percent": 57.5,
    "translated_chars": 196804,
    "translated_chars_percent": 56.2,
    "total_chars": 349682,
    "fuzzy": 26,
    "fuzzy_percent": 0.2,
    "failing": 143,
    "failing_percent": 1.4,
    "name": "dglent",
    "url": "https://translate.lxqt-project.org/projects/dglent/"
}