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": 1879,
    "total_words": 8264,
    "last_change": "2024-04-12T14:11:54.847461Z",
    "recent_changes": 22,
    "translated": 1879,
    "translated_words": 8264,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 52906,
    "translated_chars_percent": 100.0,
    "total_chars": 52906,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "French",
    "url": "http://i18n.foe-helper.com/languages/fr/"
}