# 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 - Robots: https://tazy.dog/robots.txt - Sitemap: https://tazy.dog/sitemap.xml - Registry: https://tazy.dog/#/registry - QR passport verification: https://tazy.dog/#/lost-found - Breeders: https://tazy.dog/#/breeders - Media: https://tazy.dog/#/media ## 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. ## 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 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` ## 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. ## Canonical signals - Canonical root: https://tazy.dog/ - Sitemap: https://tazy.dog/sitemap.xml - Manifest: https://tazy.dog/ai-manifest.json