Quickstart

Start with the surface that matches your question. You can explore the rest later.

1. Explore (human)

  1. Open Globe.
  2. Type a language name or use a category chip.
  3. Click a point to open the language detail page.

If you want a suggestion instead of browsing the globe, try the Language Advisor.

2. Compare (human)

  1. Open Compare.
  2. Select two languages and scroll the dimensions (variables, loops, …).

3. Structured data (tool or script)

  1. Fetch /api/languages.json from the same origin as the site (or your self-hosted copy).
  2. Parse as JSON; each item has an id you can use in /language-detail.html?lang=….
  3. Read For AI tools for /v1 routes when your deployment exposes them.

More help