Repository Locale

/api/repositories/{repository}/locale
Parameter Type Purpose
repository String The repository name

Get

GET /api/repositories/(string: repository)/locale

Shows repository locale

GET /api/repositories/jupiter/locale HTTP/1.1
Accept: application/json
Response Code Reason
200 No error
401 No repository with that name.
500 Server error

The response is a JSON object containing the repository locale:

{
    "locale": "Original"
}