Languages API.

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

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

{
    "total": 2206,
    "total_words": 16782,
    "last_change": "2024-03-13T17:21:22.892064Z",
    "recent_changes": 4,
    "translated": 1720,
    "translated_words": 12631,
    "translated_percent": 77.9,
    "translated_words_percent": 75.2,
    "translated_chars": 76543,
    "translated_chars_percent": 76.3,
    "total_chars": 100199,
    "fuzzy": 33,
    "fuzzy_percent": 1.4,
    "failing": 7,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "https://translate.pdfforge.org/languages/nl/"
}