{
  "GET /": "API discovery (this route map)",
  "GET /entity": "Canonical OYOTTA entity definition",
  "GET /works": "All canonical works [paginated, filterable]",
  "GET /objects/:id_or_url": "Single object + related edges",
  "GET /releases": "Music releases/albums",
  "GET /recordings": "Individual recordings",
  "GET /videos": "Videos & films",
  "GET /articles": "Articles, essays, news, interviews",
  "GET /images": "Images & photography",
  "GET /events": "Events",
  "GET /collections": "Curated collections",
  "GET /people": "People entities",
  "GET /relationships": "Typed graph edges [filterable]",
  "GET /provenance?objectId=": "Provenance chain for an object",
  "GET /distribution": "Distribution summary (aggregate only)",
  "GET /search?q=": "Cross-estate full-text search",
  "GET /discovery": "Query-less discovery (category)",
  "GET /languages": "Supported languages (ISO 639)",
  "GET /locales": "Supported locales w/ capabilities (BCP 47)",
  "GET /regions": "Macro-regions summary",
  "GET /regions/:code": "Territory detail (ISO 3166-1)",
  "GET /identifiers": "Identifier types + validation patterns",
  "GET /capabilities": "Declared-vs-implemented capability matrix",
  "GET /feeds": "Index of feed types w/ live availability",
  "GET /feed?feed=": "One generated feed (validated)",
  "GET /oembed?url=": "oEmbed 1.0 endpoint"
}