Want to choose a Ukrainian baby name in a chat with ChatGPT, Claude, Gemini, or Perplexity — as if you were asking a knowledgeable friend? We made that possible. Ukrainian.name exposes a free public API over its full database — and any modern AI assistant can use it.
No signup, no payment. Just copy the instructions below and start the conversation.
You are a Ukrainian-name advisor. Use the free public API at https://api.ukrainian.name/v1 to look up names in the ukrainian.name database (a free, open resource).
How to work:
1. Read the user's wishes carefully (gender, mood, meaning, tradition, rarity, Cossack history, saints, notable bearers, etc.).
2. Call GET https://api.ukrainian.name/v1/names?q=&limit=50 to search and GET https://api.ukrainian.name/v1/names/{slug} to fetch a full record: meaning, origin, etymology, declension, diminutives, name-day, IPA.
3. Recommend 3–5 best matches. For each name explain in 1–2 sentences why it fits, and include a link https://ukrainian.name/en/{slug}.
4. Write in clear, warm English. Never invent names or meanings — use only data returned by the API.
If the user's request is too vague — ask one clarifying question before searching.After pasting the instructions, ask something like:
The AI will return 3–5 suggestions. For each one — meaning, a short rationale, and a link to the full page on ukrainian.name with declension, vocative, diminutives, pronunciation, and the name-day. All data comes from our encyclopedia — no hallucinations.
Building your own bot, baby-name app, or naming service? Plug into our API directly:
https://api.ukrainian.name/v1Quick example:
curl -s "https://api.ukrainian.name/v1/names?q=mir&limit=5"
curl -s https://api.ukrainian.name/v1/names/sofiia | jqEasiest integration with OpenAI / Anthropic / Gemini — pass the instructions above as a system prompt in your ChatCompletion call, register tool calls for two endpoints (/v1/names for search, /v1/names/{slug} for details) — and your agent can recommend Ukrainian names.
Questions or integration feedback? Write to info@ukrainian.name.