Polish Vocabulary

Polish Vocab List +

📚 Polish Vocabulary Database

Polish ↕ English ↕ Category ↕ Details
Create Your Own Vocab +
Polish English Category
Page 1 of 1

📘 JSON Format Guide

Click the "Download Sample File" button to get a sample file to load.

When exporting or importing your vocabulary, the JSON file should follow this structure:

{
  "vocab": [
    {
      "polish": "zima",
      "english": "winter",
      "category": "time/seasons"
    }
  ]
}

🧩 Steps to Create Your Own JSON File

  1. Open a text editor such as Notepad, TextEdit, or VS Code.
  2. Copy the example above and replace the values with your own words.
  3. Ensure the structure stays the same — including curly brackets { } and square brackets [ ].
  4. Each word should have three keys:
    • "polish": Polish word (required)
    • "english": English translation (required)
    • "category": category or topic (optional)
  5. Separate multiple words with commas.
{
  "vocab": [
    { "polish": "zima", "english": "winter", "category": "time/seasons" },
    { "polish": "jabłko", "english": "apple", "category": "food" },
    { "polish": "dzień", "english": "day", "category": "time" }
  ]
}
  1. Save your file as vocabulary.json.
  2. Click "Load Vocabulary" and select your JSON file.
  3. To export your current list, use the "Export JSON" button.