Translation components API.

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

GET /api/translations/yunohost-apps-test/jsoncrack/en/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/jsoncrack/en/?format=api",
            "source": [
                "JSON Crack is a tool for visualizing JSON, YAML, CSV, XML, and TOML data in interactive graphs, making files easier to explore, format, and validate. It includes the following features: - Visualizer: Instantly convert JSON, YAML, CSV, XML, and TOML into interactive graphs or trees in dark or light mode.  - Convert: Seamlessly transform data formats, like JSON to CSV or XML to JSON, for easy sharing.  - Format & Validate: Beautify and validate JSON, YAML, and CSV for clear and accurate data.  - Code Generation: Generate TypeScript interfaces, Golang structs, and JSON Schema.  - JSON Schema: Create JSON Schema, mock data, and validate various data formats.  - Advanced Tools: Decode JWT, randomize data, and run jq or JSON path queries.  - Export Image: Download your visualization as PNG, JPEG, or SVG.  - Privacy: All data processing is performed client-side; nothing is stored on the server."
            ],
            "previous_source": "",
            "target": [
                "JSON Crack is a tool for visualizing JSON, YAML, CSV, XML, and TOML data in interactive graphs, making files easier to explore, format, and validate. It includes the following features: - Visualizer: Instantly convert JSON, YAML, CSV, XML, and TOML into interactive graphs or trees in dark or light mode.  - Convert: Seamlessly transform data formats, like JSON to CSV or XML to JSON, for easy sharing.  - Format & Validate: Beautify and validate JSON, YAML, and CSV for clear and accurate data.  - Code Generation: Generate TypeScript interfaces, Golang structs, and JSON Schema.  - JSON Schema: Create JSON Schema, mock data, and validate various data formats.  - Advanced Tools: Decode JWT, randomize data, and run jq or JSON path queries.  - Export Image: Download your visualization as PNG, JPEG, or SVG.  - Privacy: All data processing is performed client-side; nothing is stored on the server."
            ],
            "id_hash": -7471574656128238362,
            "content_hash": -7471574656128238362,
            "location": "src/jsoncrack/DESCRIPTION.md:9",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 146,
            "source_unit": "https://translate.yunohost.org/api/units/133082/?format=api",
            "priority": 100,
            "id": 133082,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/jsoncrack/en/?checksum=184fa26fb4aa3ce6",
            "url": "https://translate.yunohost.org/api/units/133082/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:22.688087Z"
        }
    ]
}