Languages API.

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

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

{
    "total": 2206,
    "total_words": 16782,
    "last_change": "2023-06-22T12:06:08.841096Z",
    "recent_changes": 75,
    "translated": 2176,
    "translated_words": 16259,
    "translated_percent": 98.6,
    "translated_words_percent": 96.8,
    "translated_chars": 97322,
    "translated_chars_percent": 97.1,
    "total_chars": 100199,
    "fuzzy": 23,
    "fuzzy_percent": 1.0,
    "failing": 39,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 38,
    "comments": 0,
    "name": "German",
    "url": "https://translate.pdfforge.org/languages/de/"
}