Translation components API.

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

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

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "total": 4,
            "total_words": 45,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 280,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "es",
            "name": "Spanish",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manualindex/es/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manualindex/es/"
        },
        {
            "total": 4,
            "total_words": 45,
            "last_change": null,
            "recent_changes": 0,
            "translated": 0,
            "translated_words": 0,
            "translated_percent": 0.0,
            "translated_words_percent": 0.0,
            "translated_chars": 0,
            "translated_chars_percent": 0.0,
            "total_chars": 280,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "pt",
            "name": "Portuguese",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manualindex/pt/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manualindex/pt/"
        },
        {
            "total": 4,
            "total_words": 45,
            "last_change": null,
            "recent_changes": 0,
            "translated": 4,
            "translated_words": 45,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 280,
            "translated_chars_percent": 100.0,
            "total_chars": 280,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "en",
            "name": "English",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manualindex/en/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manualindex/en/"
        },
        {
            "total": 4,
            "total_words": 45,
            "last_change": "2021-03-02T08:20:34.507317Z",
            "recent_changes": 4,
            "translated": 4,
            "translated_words": 45,
            "translated_percent": 100.0,
            "translated_words_percent": 100.0,
            "translated_chars": 280,
            "translated_chars_percent": 100.0,
            "total_chars": 280,
            "fuzzy": 0,
            "fuzzy_percent": 0.0,
            "failing": 0,
            "failing_percent": 0.0,
            "code": "he",
            "name": "Hebrew",
            "url": "http://translate.mapotempo.com/projects/mapotempo-doc/manualindex/he/",
            "translate_url": "http://translate.mapotempo.com/translate/mapotempo-doc/manualindex/he/"
        }
    ]
}