Sylius/tests/Api/Responses/admin/locale/get_locales_response.json

29 lines
801 B
JSON

{
"@context": "\/api\/v2\/contexts\/Locale",
"@id": "\/api\/v2\/admin\/locales",
"@type": "hydra:Collection",
"hydra:member": [
{
"@id": "\/api\/v2\/admin\/locales\/en_US",
"@type": "Locale",
"id": "@integer@",
"code": "en_US",
"name": "English (United States)"
},
{
"@id": "\/api\/v2\/admin\/locales\/pl_PL",
"@type": "Locale",
"id": "@integer@",
"code": "pl_PL",
"name": "Polish (Poland)"
},
{
"@id": "\/api\/v2\/admin\/locales\/ga_IE",
"@type": "Locale",
"id": "@integer@",
"code": "ga_IE",
"name": "Irish (Ireland)"
}
],
"hydra:totalItems": 3
}