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": 2775,
    "total_words": 10062,
    "last_change": "2024-03-06T13:57:04.396133Z",
    "recent_changes": 28,
    "translated": 1418,
    "translated_words": 5451,
    "translated_percent": 51.0,
    "translated_words_percent": 54.1,
    "translated_chars": 34389,
    "translated_chars_percent": 55.0,
    "total_chars": 62482,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 35,
    "failing_percent": 1.2,
    "name": "Portuguese",
    "url": "https://weblate.linphone.org/languages/pt/"
}