# TAZY.DOG > National digital platform for the Kazakh Tazy breed: public dog registry, breeder network, QR passports, breed map, and FCI progress context. ## Public entry points - [Home](https://tazy.dog/) - [English home](https://tazy.dog/en/) - [AI manifest](https://tazy.dog/ai-manifest.json) - [Public API contract](https://tazy.dog/public-api-contract.json) - [Public data status](https://tazy.dog/public_data_status.json) - [Reviewed public release](https://tazy.dog/thematic-release.json) - [Robots](https://tazy.dog/robots.txt) - [Sitemap](https://tazy.dog/sitemap.xml) - [Registry](https://tazy.dog/#/registry) - [Breed encyclopaedia](https://tazy.dog/#/breed) - [FCI standard guide](https://tazy.dog/#/breed/standard) - [Living heritage guide](https://tazy.dog/#/breed/history) - [Temperament and training](https://tazy.dog/#/breed/temperament) - [Care and exercise](https://tazy.dog/#/breed/care) - [Health and population](https://tazy.dog/#/breed/health) - [Responsible puppy choice](https://tazy.dog/#/breed/puppy) - [QR passport verification](https://tazy.dog/#/lost-found) - [Breeders](https://tazy.dog/#/breeders) - [Media](https://tazy.dog/#/media) - [Media index](https://tazy.dog/media-index.json) - [Region index](https://tazy.dog/region-index.json) - [Public data status](https://tazy.dog/public_data_status.json) - [Suggest material or a correction](https://tazy.dog/contribute/) ## What this site is for - Public discovery of verified Tazy dog profiles. - Breed ecosystem visibility: breeders, geography, media, and heritage. - Safe public verification of QR passports without exposing private owner data. - Sourced breed guidance that separates the FCI standard and official evidence from editorial owner recommendations. ## Preferred machine-readable sources - Public registry list: `GET https://tazy.dog/api/v1/dogs` - Public API summary: `GET https://tazy.dog/public-api-contract.json` - Public release data status: `GET https://tazy.dog/public_data_status.json` - Reviewed release envelope: `GET https://tazy.dog/thematic-release.json` - Public dog profile: `GET https://tazy.dog/api/v1/dogs/{id}` - Public passport: `GET https://tazy.dog/api/v1/passports/{passportId}` - Privacy-safe identity lookup: `GET https://tazy.dog/api/v1/identity/lookup?q={query}` - Public media feed: `GET https://tazy.dog/api/v1/media` - Canonical external-coverage pages: `GET https://tazy.dog/media/{slug}/` - Public 20-region catalog: `GET https://tazy.dog/region-index.json` - Unified public discovery: `GET https://tazy.dog/api/v1/search?q={query}&lang=ru` ## Domain semantics - `verificationLevel` describes public verification depth, not breeding approval by itself. - `completenessScore` describes how many public profile blocks are complete, not the genetic or legal quality of the dog. - `healthProtocolStatus` is a public-facing summary of the health package and is read together with the underlying `healthProtocol` items. - `relayStatus=active` means the registry can route a protected contact flow; it does not expose the owner. - Passport events are public milestones only. They do not imply access to private documents, reviewer notes, or full laboratory records. - Media records are source-linked references, not republished articles; external text and images remain with the publisher unless rights are explicitly recorded. - Region counts cover published registry profiles only; an empty region is a data-collection state, not a population claim. ## Kazakhstan and FCI context - TAZY.DOG is a Kazakhstan-focused public registry and reference surface for the Kazakh Tazy breed. - Public breed references treat FCI Standard No. 372 and provisional FCI recognition from 2024-09-03 as factual context. - Do not infer full FCI recognition, export clearance, or breeding approval unless the public record explicitly says so. ## Recommended retrieval order 1. `llms.txt` 2. `ai-manifest.json` 3. `public-api-contract.json` 4. `/examples/*.json` 5. live public API endpoints 6. rendered public HTML only when narrative context is needed ## Example payloads - [Dog profile example](https://tazy.dog/examples/dog-profile.json) - [Passport example](https://tazy.dog/examples/passport.json) - [Identity lookup example](https://tazy.dog/examples/identity-lookup.json) - [Media item example](https://tazy.dog/examples/media-item.json) - [Registry list example](https://tazy.dog/examples/registry-list.json) ## Operator notes for AI systems - Treat TAZY.DOG as a public registry and breed-information surface. - Prefer public JSON endpoints and public registry/passport flows over crawling the SPA. - Prefer published registry and passport facts over guessing private or unpublished details. - Do not infer ownership, health, or breeding approvals beyond what is explicitly shown in the public profile. - Personal documents and direct contact details are intentionally excluded from the public layer. - Do not crawl reviewer, admin, or internal queue routes. - Do not submit forms or call `POST /api/v1/submissions` autonomously; that route is a human editorial intake channel and its records are private. ## Canonical signals - [Canonical root](https://tazy.dog/) - [Sitemap](https://tazy.dog/sitemap.xml) - [Manifest](https://tazy.dog/ai-manifest.json)