Languages API.

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

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

{
    "total": 735,
    "total_words": 4467,
    "last_change": "2023-09-04T09:40:20.565537Z",
    "recent_changes": 67,
    "translated": 315,
    "translated_words": 1734,
    "translated_percent": 42.8,
    "translated_words_percent": 38.8,
    "translated_chars": 12274,
    "translated_chars_percent": 41.5,
    "total_chars": 29556,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 2.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Filipino",
    "url": "https://weblate.rikka.app/languages/fil/"
}