# Kickoff Calendar (KOC) > Football fixture calendar SaaS that pushes every kickoff from 21 > top-flight leagues — Premier League, LaLiga, Serie A, Bundesliga, > Ligue 1, UEFA Champions League / Europa League / Conference League, > J.League (J1, J2), AFC Champions League Elite, MLS, Saudi Pro League, > Belgian Pro League, Eredivisie, Primeira Liga, FIFA World Cup, and > international match weeks — into Google Calendar, Apple Calendar, or > Outlook via a single ICS subscription URL. Spoiler-free: results, > scores and live standings are deliberately excluded so the calendar > stays a pure schedule. KOC is operated by Popaz Inc. (Japan). The Free plan covers up to 5 teams; the Pro plan (¥1,500 / month for Japanese users, $9.99 / month elsewhere) lifts the limit to 100 teams and surfaces broadcaster / streaming hints for each match. ## Core pages - [Home](https://kickoff.guide/): Product overview, hero with team search, league grid, pricing, FAQ - [All leagues](https://kickoff.guide/leagues): Index of every supported league with logos, regions, and links to per-league detail pages - [All clubs](https://kickoff.guide/teams): Filter-able directory of every club we follow, grouped by league - [Pricing](https://kickoff.guide/#pricing): Free vs. Pro tier breakdown - [FAQ](https://kickoff.guide/faq): Common questions about ICS sync, spoiler-free policy, calendar lag, supported apps ## League detail pages URL pattern: `https://kickoff.guide/leagues/{slug}` where `{slug}` is the lowercase ASCII version of the league's English name. - /leagues/premier-league - /leagues/laliga - /leagues/serie-a - /leagues/bundesliga - /leagues/ligue-1 - /leagues/uefa-champions-league - /leagues/uefa-europa-league - /leagues/uefa-conference-league - /leagues/j1-league - /leagues/j2-league - /leagues/afc-champions-league-elite - /leagues/mls - /leagues/saudi-pro-league - /leagues/belgian-pro-league - /leagues/eredivisie - /leagues/primeira-liga - /leagues/fifa-world-cup - /leagues/international-match-week Each league page surfaces: this week's fixtures (or the next 8 if empty), the full season standings (where the league has a single table), the participating clubs, and — for cup competitions — the knockout bracket and reigning champion. ## Club detail pages URL pattern: `https://kickoff.guide/teams/{slug}`. ~400 clubs total. Each club page shows: the next 5 fixtures, home venue, league position (rank only — no W-D-L breakdown in v1), and links back to the parent league. ## How the calendar feed works 1. User signs in with a magic-link email (no password). 2. User picks teams to follow (Settings → Leagues & teams). 3. KOC issues a personal ICS feed URL of the form `webcal://kickoff.guide/api/feeds/{token}.ics`. 4. The user adds that URL to Google Calendar, Apple Calendar, or Outlook. The calendar app polls KOC on its own schedule (Apple ~1 hour, Google ~24 hours, Outlook 3-6 hours). 5. KOC re-syncs every league every 24 hours from API-Football (UTC 00:00). Fixtures, kickoff times, venues and broadcaster listings (Pro / JP) update automatically — no app, no notifications that aren't from the user's calendar app itself. ## Spoiler-free policy KOC never publishes match scores, goal counts, or in-progress states to the calendar feed or to any LP / detail page. Standings are visible (since they're a season-wide public fact), but individual match results are not. This is a deliberate product commitment — a fan who's recording a match to watch later should be able to open KOC without seeing what happened. ## Languages - English (default) — root URLs (/teams/manchester-united, /leagues/premier-league, /faq, /privacy, …) - Japanese — `/ja` sub-directory mirror of every public page (/ja/teams/manchester-united, /ja/leagues/premier-league, /ja/faq, /ja/privacy, …). Each EN ↔ JA pair points at the other via `` and `sitemap.xml` declares both. The language toggle in the header navigates between the two URLs. - /tokushoho stays JA-only by Japanese commercial-law convention (no /ja/tokushoho or English equivalent). ## Supported leagues — quick reference Europe (top 5 + UEFA): Premier League, LaLiga, Serie A, Bundesliga, Ligue 1, UEFA Champions League, UEFA Europa League, UEFA Conference League. Japan & AFC: J1 League, J2 League, AFC Champions League Elite. Other regions: Belgian Pro League, Eredivisie, Primeira Liga, MLS, Saudi Pro League, FIFA World Cup, International Match Week. ## Contact and legal - Contact: hi@kickoff.guide - Operator: Popaz Inc. (Japan) - [Privacy Policy](https://kickoff.guide/privacy) - [Terms of Service](https://kickoff.guide/terms) - [Cookie Policy](https://kickoff.guide/cookies) - [特定商取引法に基づく表記 / Tokushoho](https://kickoff.guide/tokushoho) (Japanese commercial-disclosure page)