Translation components API.

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

GET /api/components/noosfero/plugin-require-auth-to-comment/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 7,
            "total_words": 26,
            "total_chars": 173,
            "last_change": "2020-10-01T20:01:01.835172Z",
            "recent_changes": 2,
            "translated": 7,
            "translated_words": 26,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 173,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pt",
            "name": "Portuguese",
            "url": "https://hosted.weblate.org/projects/noosfero/plugin-require-auth-to-comment/pt/",
            "translate_url": "https://hosted.weblate.org/translate/noosfero/plugin-require-auth-to-comment/pt/"
        },
        {
            "total": 7,
            "total_words": 26,
            "total_chars": 173,
            "last_change": "2016-01-04T14:23:29Z",
            "recent_changes": 1,
            "translated": 4,
            "translated_words": 16,
            "translated_percent": 57.1,
            "translated_words_percent": 61.5,
            "translated_chars": 111,
            "translated_chars_percent": 64.1,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://hosted.weblate.org/projects/noosfero/plugin-require-auth-to-comment/es/",
            "translate_url": "https://hosted.weblate.org/translate/noosfero/plugin-require-auth-to-comment/es/"
        },
        {
            "total": 7,
            "total_words": 26,
            "total_chars": 173,
            "last_change": "2017-01-23T19:33:36Z",
            "recent_changes": 5,
            "translated": 7,
            "translated_words": 26,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 173,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "readonly_words": 0,
            "readonly_words_percent": 0.0,
            "readonly_chars": 0,
            "readonly_chars_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://hosted.weblate.org/projects/noosfero/plugin-require-auth-to-comment/de/",
            "translate_url": "https://hosted.weblate.org/translate/noosfero/plugin-require-auth-to-comment/de/"
        },
        {
            "total": 7,
            "total_words": 26,
            "total_chars": 173,
            "last_change": null,
            "recent_changes": 0,
            "translated": 7,
            "translated_words": 26,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 173,
            "translated_chars_percent": 100.0,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "fuzzy_words": 0,
            "fuzzy_words_percent": 0.0,
            "fuzzy_chars": 0,
            "fuzzy_chars_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "approved_words": 0,
            "approved_words_percent": 0.0,
            "approved_chars": 0,
            "approved_chars_percent": 0.0,
            "readonly": 7,
            "readonly_percent": 100.0,
            "readonly_words": 26,
            "readonly_words_percent": 100.0,
            "readonly_chars": 173,
            "readonly_chars_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en",
            "name": "English",
            "url": "https://hosted.weblate.org/projects/noosfero/plugin-require-auth-to-comment/en/",
            "translate_url": "https://hosted.weblate.org/translate/noosfero/plugin-require-auth-to-comment/en/"
        }
    ]
}