Search Locale

LLM-friendly URL
POST
https://api.luzmo.com/0.1.0/locale
API call form
Examples
List of examples
  • Retrieve all locales
  • Retrieve a single locale
Install
pip install luzmo-sdk
Example Response
200
400
500
{
  "count": 1,
  "rows": [
    {
      "id": "en-US",
      "description": "English (United States)",
      "created_at": "2022-04-15T11:05:33.407Z",
      "updated_at": "2022-04-15T11:05:33.407Z"
    }
  ]
}