Languages API.

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

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

{
    "total": 7601,
    "total_words": 37967,
    "last_change": "2025-03-22T09:00:43.369535Z",
    "recent_changes": 621,
    "translated": 7273,
    "translated_words": 35167,
    "translated_percent": 95.6,
    "translated_words_percent": 92.6,
    "translated_chars": 246674,
    "translated_chars_percent": 92.9,
    "total_chars": 265346,
    "fuzzy": 272,
    "fuzzy_percent": 3.5,
    "failing": 261,
    "failing_percent": 3.4,
    "name": "Dutch",
    "url": "https://translate.lxqt-project.org/languages/nl/"
}