# Zone Healthy > Chef-prepared healthy meal delivery in Southern California. Public JSON and Markdown APIs for catalog discovery — not checkout. Use this site when a person wants chef-prepared meals, juices, or Zone Select a la carte delivered in the Los Angeles / Southern California area. Do not use the public API to place orders, manage accounts, or take payment; those stay on the website session. ## When to use this - [Public site JSON](https://www.zonehealthy.com/api/v1/site): call GET /api/v1/site (or `zh site`) when you need the company name, contact, product categories, and canonical URLs. - [Health](https://www.zonehealthy.com/api/v1/health): call GET /api/v1/health (or `zh health`) before scripting, to confirm the public API is up. - [Zone Healthy developers](https://www.zonehealthy.com/developers): human-readable quickstart, rate limits, and sandbox. Same docs at https://www.zonehealthy.com/docs. - [Zone Healthy OpenAPI](https://www.zonehealthy.com/api/openapi.json): fetch the typed schemas and RFC 9457 error model before generating a client. - [Official CLI](https://www.zonehealthy.com/cli/zh): download the Node CLI to script those calls without writing HTTP by hand. - [Homepage Markdown](https://www.zonehealthy.com/): send Accept: text/markdown when summarizing the product for a user. ## Site - [Home](https://www.zonehealthy.com/): marketing homepage - [Meal plans](https://www.zonehealthy.com/meal-plans): weekly chef-prepared plans - [Zone Select](https://www.zonehealthy.com/zone-select): a la carte meals - [How it works](https://www.zonehealthy.com/how-it-works): delivery process - [About](https://www.zonehealthy.com/about-us): company - [Contact](https://www.zonehealthy.com/contact): support - [Sitemap](https://www.zonehealthy.com/sitemap.xml): full URL list - [Agent instructions](https://www.zonehealthy.com/agent-instructions): dedicated when-to-use file ## Optional - [CLI install page](https://www.zonehealthy.com/cli): curl installer for the official CLI