Translation projects API.

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

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

{
    "total": 43363,
    "total_words": 465073,
    "last_change": "2023-02-16T10:21:17.572366Z",
    "recent_changes": 1895,
    "translated": 23494,
    "translated_words": 236903,
    "translated_percent": 54.1,
    "translated_words_percent": 50.9,
    "translated_chars": 1349786,
    "translated_chars_percent": 50.5,
    "total_chars": 2668293,
    "fuzzy": 1923,
    "fuzzy_percent": 4.4,
    "failing": 1117,
    "failing_percent": 2.5,
    "name": "Dragon Audit",
    "url": "http://Translate.ArchiveEntertainment.com/projects/dragon-audit/"
}