Translation components API.

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

GET /api/translations/pdfcreator/messages/ga/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1298,
    "total_words": 7565,
    "last_change": "2023-04-24T11:25:52.281508Z",
    "recent_changes": 31,
    "translated": 1004,
    "translated_words": 4992,
    "translated_percent": 77.3,
    "translated_words_percent": 65.9,
    "translated_chars": 31666,
    "translated_chars_percent": 67.0,
    "total_chars": 47207,
    "fuzzy": 253,
    "fuzzy_percent": 19.4,
    "failing": 46,
    "failing_percent": 3.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ga",
    "name": "Irish",
    "url": "https://translate.pdfforge.org/projects/pdfcreator/messages/ga/",
    "translate_url": "https://translate.pdfforge.org/translate/pdfcreator/messages/ga/"
}