Translation components API.

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

GET /api/translations/mapotempo-doc/manual04-destinations/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 288,
    "total_words": 4106,
    "last_change": "2021-02-25T15:44:35.814731Z",
    "recent_changes": 6,
    "translated": 288,
    "translated_words": 4106,
    "translated_percent": 100.0,
    "translated_words_percent": 100.0,
    "translated_chars": 26600,
    "translated_chars_percent": 100.0,
    "total_chars": 26600,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "en",
    "name": "English",
    "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manual04-destinations/en/",
    "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manual04-destinations/en/"
}