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": 2160,
    "total_words": 9500,
    "last_change": "2025-10-30T18:05:44.208947Z",
    "recent_changes": 513,
    "translated": 2133,
    "translated_words": 9312,
    "translated_percent": 98.7,
    "translated_words_percent": 98.0,
    "translated_chars": 58968,
    "translated_chars_percent": 97.9,
    "total_chars": 60186,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 11,
    "failing_percent": 0.5,
    "name": "Portuguese",
    "url": "http://i18n.foe-helper.com/languages/pt/"
}