Languages API.

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

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

{
    "total": 3208,
    "total_words": 13318,
    "last_change": "2025-03-10T17:45:00.441462Z",
    "recent_changes": 848,
    "translated": 2245,
    "translated_words": 5595,
    "translated_percent": 69.9,
    "translated_words_percent": 42.0,
    "translated_chars": 36419,
    "translated_chars_percent": 41.3,
    "total_chars": 88113,
    "fuzzy": 14,
    "fuzzy_percent": 0.4,
    "failing": 48,
    "failing_percent": 1.4,
    "name": "Punjabi",
    "url": "https://translate.lxqt-project.org/languages/pa/"
}