Translation components API.

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

GET /api/components/trm/considerations-generales/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 48,
            "total_words": 2110,
            "last_change": null,
            "recent_changes": 0,
            "translated": 48,
            "translated_words": 2110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 12444,
            "translated_chars_percent": 100.0,
            "total_chars": 12444,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 5,
            "failing_percent": 10.4,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 48,
            "readonly_percent": 100.0,
            "suggestions": 0,
            "comments": 0,
            "code": "fr",
            "name": "French",
            "url": "https://weblate.duniter.org/projects/trm/considerations-generales/fr/",
            "translate_url": "https://weblate.duniter.org/translate/trm/considerations-generales/fr/"
        },
        {
            "total": 48,
            "total_words": 2110,
            "last_change": "2023-03-24T15:20:48.179209Z",
            "recent_changes": 6,
            "translated": 48,
            "translated_words": 2110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 12444,
            "translated_chars_percent": 100.0,
            "total_chars": 12444,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "en_US",
            "name": "English (United States)",
            "url": "https://weblate.duniter.org/projects/trm/considerations-generales/en_US/",
            "translate_url": "https://weblate.duniter.org/translate/trm/considerations-generales/en_US/"
        },
        {
            "total": 48,
            "total_words": 2110,
            "last_change": "2024-05-07T10:02:56.960833Z",
            "recent_changes": 2,
            "translated": 48,
            "translated_words": 2110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 12444,
            "translated_chars_percent": 100.0,
            "total_chars": 12444,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "es",
            "name": "Spanish",
            "url": "https://weblate.duniter.org/projects/trm/considerations-generales/es/",
            "translate_url": "https://weblate.duniter.org/translate/trm/considerations-generales/es/"
        },
        {
            "total": 48,
            "total_words": 2110,
            "last_change": "2024-05-17T19:25:56.605614Z",
            "recent_changes": 1,
            "translated": 5,
            "translated_words": 53,
            "translated_percent": 10.4,
            "translated_words_percent": 2.5,
            "translated_chars": 260,
            "translated_chars_percent": 2.0,
            "total_chars": 12444,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "de",
            "name": "German",
            "url": "https://weblate.duniter.org/projects/trm/considerations-generales/de/",
            "translate_url": "https://weblate.duniter.org/translate/trm/considerations-generales/de/"
        },
        {
            "total": 48,
            "total_words": 2110,
            "last_change": "2023-04-11T21:43:23.738699Z",
            "recent_changes": 50,
            "translated": 48,
            "translated_words": 2110,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 12444,
            "translated_chars_percent": 100.0,
            "total_chars": 12444,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "approved": 0,
            "approved_percent": 0.0,
            "readonly": 0,
            "readonly_percent": 0.0,
            "suggestions": 0,
            "comments": 0,
            "code": "pt",
            "name": "Portuguese",
            "url": "https://weblate.duniter.org/projects/trm/considerations-generales/pt/",
            "translate_url": "https://weblate.duniter.org/translate/trm/considerations-generales/pt/"
        }
    ]
}