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": 1424,
    "total_words": 5938,
    "last_change": "2024-02-28T00:09:00.666302Z",
    "recent_changes": 21,
    "translated": 803,
    "translated_words": 2374,
    "translated_percent": 56.3,
    "translated_words_percent": 39.9,
    "translated_chars": 15768,
    "translated_chars_percent": 40.9,
    "total_chars": 38510,
    "fuzzy": 170,
    "fuzzy_percent": 11.9,
    "failing": 25,
    "failing_percent": 1.7,
    "name": "Portuguese",
    "url": "http://i18n.foe-helper.com/languages/pt/"
}