Languages API.

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

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

{
    "total": 840,
    "total_words": 3197,
    "last_change": "2023-10-29T08:21:26.654041Z",
    "recent_changes": 2,
    "translated": 34,
    "translated_words": 53,
    "translated_percent": 4.0,
    "translated_words_percent": 1.6,
    "translated_chars": 1157,
    "translated_chars_percent": 5.7,
    "total_chars": 20047,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "name": "Latvian",
    "url": "https://weblate.linphone.org/languages/lv/"
}