Languages API.

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

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

{
    "total": 1971,
    "total_words": 21129,
    "last_change": "2020-12-18T12:10:35.351794Z",
    "recent_changes": 24,
    "translated": 78,
    "translated_words": 1122,
    "translated_percent": 3.9,
    "translated_words_percent": 5.3,
    "translated_chars": 7329,
    "translated_chars_percent": 6.0,
    "total_chars": 121220,
    "fuzzy": 5,
    "fuzzy_percent": 0.2,
    "failing": 3,
    "failing_percent": 0.1,
    "name": "Arabic",
    "url": "http://Translate.ArchiveEntertainment.com/languages/ar/"
}