· Standard
Q
llmstxt.info directory · Standard
Quodat
Community listing
llms.txt reachable
AI Impact Score 100/100 · A
Quodat is listed in the llmstxt.info directory as an AI-discoverable organization. Industry: Other. The website quodat.com provides its llms.txt at https://quodat.com/llms.txt. Listed since 13 June 2026.
llms.txt address
https://quodat.com/llms.txt
Under GDPR Art. 17 you can request the deletion of your data. Report a legal violation (Art. 16 DSA) →
llms.txt — current content
Open ↗
# Quodat
> Quodat is your personal cultural release tracker where you never miss what matters. Add any manga, anime, video game, movie, concert, or book release to your calendar, get notified before it drops, and follow only the categories and creators you care about. Publishers and creators can publish their releases to reach engaged fans directly. Built by a community of verified publishers, updated daily.
## URL Structure & Localization
Quodat is bilingual (French primary, English secondary). Public HTML pages are served under locale-prefixed URLs:
- French: `https://www.quodat.com/fr/...`
- English: `https://www.quodat.com/en/...`
- Root `/` redirects to `/fr/` or `/en/` based on the `Accept-Language` header.
Every public page emits `<link rel="alternate" hreflang="fr|en|x-default">` so the language variants are discoverable. The canonical URL listed below is the French version; substitute `/fr/` with `/en/` to get the English equivalent.
**Locale-prefixed (everything user-facing)**: all public pages, authenticated areas, settings, studio, calendar, lists, login/register, password reset, 2FA, etc. — both `/fr/...` and `/en/...` exist with hreflang cross-references.
**Locale-agnostic endpoints** (no `/fr/` or `/en/` prefix, single canonical URL):
- `/api/releases/{id}.json` — JSON-LD data for AI crawlers
- `/api/agent/upcoming` — AI-agent JSON endpoint for upcoming releases (read-only, no auth, params `days`/`limit`)
- `/api/documentation` — REST API docs
- `/llms-f
[…truncated]