Languages API.

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

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

{
    "total": 1971,
    "total_words": 21129,
    "last_change": "2021-01-23T13:01:21.313239Z",
    "recent_changes": 88,
    "translated": 1971,
    "translated_words": 21129,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 121220,
    "translated_chars_percent": 100.0,
    "total_chars": 121220,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Portuguese (Brazil)",
    "url": "http://Translate.ArchiveEntertainment.com/languages/pt_BR/"
}