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": 7605,
    "total_words": 38002,
    "last_change": "2025-05-01T20:44:00.384982Z",
    "recent_changes": 1007,
    "translated": 7328,
    "translated_words": 35793,
    "translated_percent": 96.3,
    "translated_words_percent": 94.1,
    "translated_chars": 251034,
    "translated_chars_percent": 94.5,
    "total_chars": 265598,
    "fuzzy": 264,
    "fuzzy_percent": 3.4,
    "failing": 256,
    "failing_percent": 3.3,
    "name": "Portuguese",
    "url": "https://translate.lxqt-project.org/languages/pt/"
}