Languages API.

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

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

{
    "total": 415,
    "total_words": 2503,
    "last_change": "2024-03-02T21:05:40.926878Z",
    "recent_changes": 43,
    "translated": 403,
    "translated_words": 2474,
    "translated_percent": 97.1,
    "translated_words_percent": 98.8,
    "translated_chars": 16268,
    "translated_chars_percent": 98.4,
    "total_chars": 16531,
    "fuzzy": 5,
    "fuzzy_percent": 1.2,
    "failing": 8,
    "failing_percent": 1.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 10,
    "readonly_percent": 2.4,
    "suggestions": 7,
    "comments": 0,
    "name": "Portuguese",
    "url": "https://weblate.rikka.app/languages/pt/"
}