Languages API.

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

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

{
    "total": 7028,
    "total_words": 35751,
    "last_change": "2024-05-17T09:54:48.643856Z",
    "recent_changes": 517,
    "translated": 6691,
    "translated_words": 32966,
    "translated_percent": 95.2,
    "translated_words_percent": 92.2,
    "translated_chars": 231096,
    "translated_chars_percent": 92.0,
    "total_chars": 251126,
    "fuzzy": 266,
    "fuzzy_percent": 3.7,
    "failing": 281,
    "failing_percent": 3.9,
    "name": "French",
    "url": "https://translate.lxqt-project.org/languages/fr/"
}