Languages API.

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

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

{
    "total": 7602,
    "total_words": 37970,
    "last_change": "2025-04-02T11:40:30.085729Z",
    "recent_changes": 1042,
    "translated": 7326,
    "translated_words": 35765,
    "translated_percent": 96.3,
    "translated_words_percent": 94.1,
    "translated_chars": 250837,
    "translated_chars_percent": 94.5,
    "total_chars": 265378,
    "fuzzy": 264,
    "fuzzy_percent": 3.4,
    "failing": 256,
    "failing_percent": 3.3,
    "name": "Portuguese",
    "url": "https://translate.lxqt-project.org/languages/pt/"
}