Translation projects API.

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

GET /api/projects/cinemafv5/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Cinema FV-5",
    "slug": "cinemafv5",
    "web": "http://www.cinemafv5.com/",
    "source_language": {
        "code": "en",
        "name": "English",
        "direction": "ltr",
        "web_url": "http://localization.fgae.de/languages/en/",
        "url": "https://localization.fgae.de/api/languages/en/?format=api"
    },
    "web_url": "http://localization.fgae.de/projects/cinemafv5/",
    "url": "https://localization.fgae.de/api/projects/cinemafv5/?format=api",
    "components_list_url": "https://localization.fgae.de/api/projects/cinemafv5/components/?format=api",
    "repository_url": "https://localization.fgae.de/api/projects/cinemafv5/repository/?format=api",
    "statistics_url": "https://localization.fgae.de/api/projects/cinemafv5/statistics/?format=api",
    "changes_list_url": "https://localization.fgae.de/api/projects/cinemafv5/changes/?format=api"
}