{
  "data": [
    {
      "word": "おはよう",
      "reading": "おはよう",
      "romaji": "ohayou",
      "meaning": "good morning (casual)",
      "category": "greetings",
      "examples": [
        {
          "japanese": "おはよう、元気？",
          "english": "Good morning, how are you?"
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "こんにちは",
      "reading": "こんにちは",
      "romaji": "konnichiwa",
      "meaning": "hello / good afternoon",
      "category": "greetings",
      "examples": [
        {
          "japanese": "こんにちは、田中さん。",
          "english": "Hello, Mr. Tanaka."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "こんばんは",
      "reading": "こんばんは",
      "romaji": "konbanwa",
      "meaning": "good evening",
      "category": "greetings",
      "examples": [
        {
          "japanese": "こんばんは、いい天気ですね。",
          "english": "Good evening, nice weather isn't it."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "さようなら",
      "reading": "さようなら",
      "romaji": "sayounara",
      "meaning": "goodbye",
      "category": "greetings",
      "examples": [
        {
          "japanese": "さようなら、また明日。",
          "english": "Goodbye, see you tomorrow."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "ありがとう",
      "reading": "ありがとう",
      "romaji": "arigatou",
      "meaning": "thank you",
      "category": "greetings",
      "examples": [
        {
          "japanese": "ありがとう、助かりました。",
          "english": "Thank you, that helped."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "すみません",
      "reading": "すみません",
      "romaji": "sumimasen",
      "meaning": "excuse me / sorry",
      "category": "greetings",
      "examples": [
        {
          "japanese": "すみません、駅はどこですか。",
          "english": "Excuse me, where is the station?"
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "お願いします",
      "reading": "おねがいします",
      "romaji": "onegaishimasu",
      "meaning": "please",
      "category": "greetings",
      "examples": [
        {
          "japanese": "水をお願いします。",
          "english": "Water, please."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "はい",
      "reading": "はい",
      "romaji": "hai",
      "meaning": "yes",
      "category": "greetings",
      "examples": [
        {
          "japanese": "はい、そうです。",
          "english": "Yes, that's right."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "いいえ",
      "reading": "いいえ",
      "romaji": "iie",
      "meaning": "no",
      "category": "greetings",
      "examples": [
        {
          "japanese": "いいえ、違います。",
          "english": "No, that's wrong."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "大丈夫",
      "reading": "だいじょうぶ",
      "romaji": "daijoubu",
      "meaning": "okay / all right",
      "category": "greetings",
      "examples": [
        {
          "japanese": "大丈夫ですか。",
          "english": "Are you okay?"
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "元気",
      "reading": "げんき",
      "romaji": "genki",
      "meaning": "energetic / healthy / fine",
      "category": "greetings",
      "examples": [
        {
          "japanese": "お元気ですか。",
          "english": "How are you?"
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "どうも",
      "reading": "どうも",
      "romaji": "doumo",
      "meaning": "thanks (casual) / hey",
      "category": "greetings",
      "examples": [
        {
          "japanese": "どうも、久しぶり。",
          "english": "Hey, long time no see."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "いただきます",
      "reading": "いただきます",
      "romaji": "itadakimasu",
      "meaning": "bon appétit (before eating)",
      "category": "greetings",
      "examples": [
        {
          "japanese": "いただきます！",
          "english": "Let's eat! (before a meal)"
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "ごちそうさま",
      "reading": "ごちそうさま",
      "romaji": "gochisousama",
      "meaning": "thank you for the meal",
      "category": "greetings",
      "examples": [
        {
          "japanese": "ごちそうさまでした。",
          "english": "Thank you for the meal."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "おやすみ",
      "reading": "おやすみ",
      "romaji": "oyasumi",
      "meaning": "good night",
      "category": "greetings",
      "examples": [
        {
          "japanese": "おやすみなさい。",
          "english": "Good night."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "今日",
      "reading": "きょう",
      "romaji": "kyou",
      "meaning": "today",
      "category": "time",
      "examples": [
        {
          "japanese": "今日は暑いです。",
          "english": "It's hot today."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "明日",
      "reading": "あした",
      "romaji": "ashita",
      "meaning": "tomorrow",
      "category": "time",
      "examples": [
        {
          "japanese": "明日、学校に行きます。",
          "english": "I'll go to school tomorrow."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "昨日",
      "reading": "きのう",
      "romaji": "kinou",
      "meaning": "yesterday",
      "category": "time",
      "examples": [
        {
          "japanese": "昨日、映画を見ました。",
          "english": "I watched a movie yesterday."
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "今",
      "reading": "いま",
      "romaji": "ima",
      "meaning": "now",
      "category": "time",
      "examples": [
        {
          "japanese": "今、何時ですか。",
          "english": "What time is it now?"
        }
      ],
      "jlpt": "N5"
    },
    {
      "word": "朝",
      "reading": "あさ",
      "romaji": "asa",
      "meaning": "morning",
      "category": "time",
      "examples": [
        {
          "japanese": "朝ごはんを食べます。",
          "english": "I eat breakfast."
        }
      ],
      "jlpt": "N5"
    }
  ],
  "pagination": {
    "page": 1,
    "limit": 20,
    "total": 170,
    "totalPages": 9
  },
  "categories": [
    "greetings",
    "time",
    "people",
    "places",
    "food",
    "verbs",
    "adjectives",
    "things",
    "nature",
    "numbers",
    "misc"
  ],
  "attribution": {
    "source": "Kanji Flash — JLPT N5 Vocabulary",
    "url": "https://kanjiflash.pages.dev/tools/vocab-practice/"
  }
}