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": 1971,
    "total_words": 21121,
    "last_change": "2023-01-08T02:00:08.264254Z",
    "recent_changes": 201,
    "translated": 1007,
    "translated_words": 7997,
    "translated_percent": 51.0,
    "translated_words_percent": 37.8,
    "translated_chars": 45243,
    "translated_chars_percent": 37.3,
    "total_chars": 121174,
    "fuzzy": 116,
    "fuzzy_percent": 5.8,
    "failing": 80,
    "failing_percent": 4.0,
    "name": "German",
    "url": "http://Translate.ArchiveEntertainment.com/languages/de/"
}