{"id":148172,"date":"2026-05-18T06:07:26","date_gmt":"2026-05-18T06:07:26","guid":{"rendered":"\/tutorials\/?p=148172"},"modified":"2026-05-18T06:07:48","modified_gmt":"2026-05-18T06:07:48","slug":"create-random-name-picker","status":"publish","type":"post","link":"\/tutorials\/create-random-name-picker","title":{"rendered":"How to create a random name picker"},"content":{"rendered":"<p>A <strong>random name picker<\/strong> helps users choose a name fairly from a list. It is useful for classrooms, team meetings, giveaways, games, events, and group activities where the selection should feel quick, transparent, and fun.<\/p><p>With AI and vibe coding, you can describe how the picker should work &mdash; name entry, random selection, spinning animation, winner display, exclusions, and reset options &mdash; and quickly turn it into a working web application.<\/p><p>Using <strong>Hostinger Horizons<\/strong>, you can create and customize a random name picker without writing code. Add list management, animated reveals, winner history, and classroom or event modes through simple follow-up prompts.<\/p><h2 class=\"wp-block-heading\" id=\"h-tldr-how-do-you-create-a-random-name-picker-fast\">TL;DR: How do you create a random name picker fast?<\/h2><ul class=\"wp-block-list\">\n<li><strong>Define the picking workflow.<\/strong> Decide whether users add names manually, paste a list, upload names, or reuse saved groups.<\/li>\n\n\n\n<li><strong>Generate the picker interface with AI.<\/strong> Ask Hostinger Horizons to create a name input, a list display, a random pick button, and a winner reveal.<\/li>\n\n\n\n<li><strong>Add random selection logic.<\/strong> Pick one name fairly from the active list and optionally remove winners after selection.<\/li>\n\n\n\n<li><strong>Publish and start picking names.<\/strong> Launch the app so users can select students, winners, participants, or teams instantly.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><a class=\"hgr-tutorials-cta hgr-tutorials-cta-horizons\" href=\"\/horizons\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"2048\" height=\"600\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/public\" alt=\"\" class=\"wp-image-129223\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=2048,fit=scale-down 2048w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=768,fit=scale-down 768w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=1536,fit=scale-down 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/><\/a><\/figure><h2 class=\"wp-block-heading\" id=\"h-step-1-define-the-problem-your-random-name-picker-solves\">Step 1: Define the problem your random name picker solves<\/h2><p>This tool helps <strong>teachers, team leads, event hosts, trainers, streamers, and community managers<\/strong> do <strong>fair random selection<\/strong> so they can <strong>choose participants, winners, or speakers without bias or manual sorting<\/strong>.<\/p><p>For example:<\/p><ul class=\"wp-block-list\">\n<li><strong>Teachers can pick students fairly.<\/strong> A random picker makes classroom participation feel more balanced and transparent.<\/li>\n\n\n\n<li><strong>Event hosts can choose giveaway winners.<\/strong> A visual reveal makes the selection feel more exciting for the audience.<\/li>\n\n\n\n<li><strong>Team leads can rotate speaking turns.<\/strong> Random selection helps meetings feel more inclusive and structured.<\/li>\n<\/ul><p>Decide whether your picker focuses on <strong>classrooms<\/strong>, <strong>giveaways<\/strong>, <strong>events<\/strong>, <strong>team meetings<\/strong>, or <strong>general group activities<\/strong>.<\/p><h2 class=\"wp-block-heading\" id=\"h-step-2-outline-what-to-include-in-the-first-version-of-your-random-name-picker\">Step 2: Outline what to include in the first version of your random name picker<\/h2><p>Focus on the core selection experience first.<\/p><ul class=\"wp-block-list\">\n<li><strong>Name input area.<\/strong> Let users type names one by one or paste a full list so setup is fast for classrooms, teams, and events.<\/li>\n\n\n\n<li><strong>Active name list.<\/strong> Show all entered names clearly so users can check the list before picking.<\/li>\n\n\n\n<li><strong>Random pick button.<\/strong> Make the main action obvious so users can select a name with one click.<\/li>\n\n\n\n<li><strong>Winner reveal screen.<\/strong> Display the chosen name clearly with an animation or highlight to make the result feel exciting and transparent.<\/li>\n<\/ul><p>Start with a simple picker, then add history, groups, and exclusion rules later.<\/p><h2 class=\"wp-block-heading\" id=\"h-step-3-create-a-user-flow-from-start-to-finish\">Step 3: Create a user flow from start to finish<\/h2><p>Design the picker around fast setup and a satisfying reveal.<\/p><ul class=\"wp-block-list\">\n<li><strong>Landing &rarr;<\/strong> User opens the random name picker and sees a field for entering names.<\/li>\n\n\n\n<li><strong>Input &rarr;<\/strong> User types or pastes a list of names into the app.<\/li>\n\n\n\n<li><strong>Processing &rarr;<\/strong> The system stores the active list and randomly selects one name when prompted.<\/li>\n\n\n\n<li><strong>Result &rarr;<\/strong> The chosen name appears in a large winner reveal area.<\/li>\n\n\n\n<li><strong>Next step CTA &rarr;<\/strong> User can pick again, remove the selected name, reset the list, or save the group.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-step-4-generate-the-first-version-with-hostinger-horizons\">Step 4: Generate the first version with Hostinger Horizons<\/h2><p>Open Hostinger Horizons and describe your random name picker clearly.<\/p><p>For example: &ldquo;Create a random name picker web app where users paste a list of names, click Pick Random Name, and see a fun animated winner reveal.&rdquo;<\/p><p>Horizons will generate a working preview where you can test adding names, selecting winners, and resetting the list.<\/p><p>You can refine it with prompts like:<\/p><ul class=\"wp-block-list\">\n<li>&ldquo;Add a spinning wheel animation.&rdquo;<\/li>\n\n\n\n<li>&ldquo;Add winner history.&rdquo;<\/li>\n\n\n\n<li>&ldquo;Add an option to remove selected names after each pick.&rdquo;<\/li>\n\n\n\n<li>&ldquo;Allow users to paste names separated by commas or line breaks.&rdquo;<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-step-5-customize-the-design-and-layout\">Step 5: Customize the design and layout<\/h2><p>Make the picker fun, clear, and easy to use in front of a group.<\/p><ul class=\"wp-block-list\">\n<li><strong>Use a large winner display.<\/strong> The selected name should be easy to read on a classroom screen, projector, or meeting display.<\/li>\n\n\n\n<li><strong>Add animation carefully.<\/strong> A spinning wheel, shuffle effect, or countdown makes the reveal fun without slowing the process too much.<\/li>\n\n\n\n<li><strong>Keep list controls simple.<\/strong> Add, remove, reset, and pick again should be obvious for quick group use.<\/li>\n\n\n\n<li><strong>Optimize for mobile and big screens.<\/strong> Hosts may run the picker from a phone, laptop, classroom display, or projector.<\/li>\n<\/ul><p>Use the select-and-edit feature in Hostinger Horizons to refine buttons, reveal cards, name lists, and animations.<\/p><h2 class=\"wp-block-heading\" id=\"h-step-6-add-logic-calculations-or-scoring\">Step 6: Add logic, calculations, or scoring<\/h2><p>Random name pickers rely on clear selection and list rules.<\/p><ul class=\"wp-block-list\">\n<li><strong>Random selection logic.<\/strong> Choose one name from the active list with equal chance so the picker feels fair.<\/li>\n\n\n\n<li><strong>Duplicate handling.<\/strong> Decide whether duplicate names are allowed or should be merged to avoid accidental extra chances.<\/li>\n\n\n\n<li><strong>Remove-after-pick option.<\/strong> Let users exclude selected names from future rounds when they want everyone picked once.<\/li>\n\n\n\n<li><strong>Winner history.<\/strong> Store previous selections so users can review who has already been chosen.<\/li>\n<\/ul><p>Prompt example:<\/p><p>&ldquo;Pick one random name from the active list, show winner history, and add a toggle to remove selected names after each pick.&rdquo;<\/p><h2 class=\"wp-block-heading\" id=\"h-step-7-test-your-random-name-picker-before-publishing\">Step 7: Test your random name picker before publishing<\/h2><p>Test the picker with different list sizes.<\/p><p>Try a small classroom list, a large giveaway list, duplicate names, and pasted names with commas or line breaks to make sure everything works smoothly.<\/p><p>Checklist:<\/p><ul class=\"wp-block-list\">\n<li><strong>Names save correctly.<\/strong> Every entered or pasted name should appear in the active list.<\/li>\n\n\n\n<li><strong>Random pick works fairly.<\/strong> The tool should choose from the active list without skipping valid names.<\/li>\n\n\n\n<li><strong>Remove-after-pick works.<\/strong> Selected names should disappear only when the option is enabled.<\/li>\n\n\n\n<li><strong>Winner display is readable.<\/strong> The selected name should be clear on mobile, desktop, and projector screens.<\/li>\n<\/ul><p>If issues appear, use follow-up prompts in Hostinger Horizons to improve list handling, random logic, or layout.<\/p><h2 class=\"wp-block-heading\" id=\"h-step-8-publish-and-share-your-random-name-picker\">Step 8: Publish and share your random name picker<\/h2><p>Once the picker works properly, click <strong>Publish<\/strong>.<\/p><p>You can share it with teachers, teams, event hosts, streamers, or community managers as a simple selection tool.<\/p><p>Common use cases include:<\/p><ul class=\"wp-block-list\">\n<li><strong>Classroom participation.<\/strong><\/li>\n\n\n\n<li><strong>Giveaway winner selection.<\/strong><\/li>\n\n\n\n<li><strong>Meeting speaker rotation.<\/strong><\/li>\n\n\n\n<li><strong>Game night turns.<\/strong><\/li>\n\n\n\n<li><strong>Event volunteer selection.<\/strong><\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-step-9-improve-your-random-name-picker-after-launch\">Step 9: Improve your random name picker after launch<\/h2><p>Once users start picking names, improve the tool based on common group needs.<\/p><p>Possible upgrades include:<\/p><ul class=\"wp-block-list\">\n<li><strong>Saved name groups.<\/strong><\/li>\n\n\n\n<li><strong>Spinning wheel mode.<\/strong><\/li>\n\n\n\n<li><strong>Team picker mode.<\/strong><\/li>\n\n\n\n<li><strong>CSV import.<\/strong><\/li>\n\n\n\n<li><strong>Shareable results.<\/strong><\/li>\n<\/ul><p>These improvements can be added with follow-up prompts in Hostinger Horizons.<\/p><h2 class=\"wp-block-heading\" id=\"h-why-should-you-create-random-name-picker\">Why should you create random name picker?<\/h2><p>A random name picker makes group selection faster, fairer, and more engaging.<\/p><p>It allows users to:<\/p><ul class=\"wp-block-list\">\n<li><strong>Pick names without bias.<\/strong><\/li>\n\n\n\n<li><strong>Save time during group activities.<\/strong><\/li>\n\n\n\n<li><strong>Make selections feel transparent.<\/strong><\/li>\n\n\n\n<li><strong>Add excitement with animated reveals.<\/strong><\/li>\n\n\n\n<li><strong>Reuse lists for recurring classes, teams, or events.<\/strong><\/li>\n<\/ul><p>Random name pickers are useful for <strong>teachers, trainers, event hosts, streamers, managers, community leaders, and giveaway organizers<\/strong>.<\/p><h2 class=\"wp-block-heading\" id=\"h-what-features-should-a-good-random-name-picker-include\">What features should a good random name picker include?<\/h2><ul class=\"wp-block-list\">\n<li><strong>Easy name entry.<\/strong> Users should be able to type names or paste a full list quickly.<\/li>\n\n\n\n<li><strong>Fair random selection.<\/strong> Every active name should have an equal chance unless the user sets different rules.<\/li>\n\n\n\n<li><strong>Winner reveal.<\/strong> A large, clear result makes the selection easy for everyone to see.<\/li>\n\n\n\n<li><strong>Remove-after-pick option.<\/strong> This helps when users want each participant selected only once.<\/li>\n\n\n\n<li><strong>Winner history.<\/strong> Previous selections help hosts avoid confusion during repeated rounds.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-what-initial-prompt-should-you-use-to-build-random-name-picker-in-horizons\">What initial prompt should you use to build random name picker in Horizons?<\/h2><p>Use the prompt below in Hostinger Horizons to generate your random name picker web app. Simply copy and paste it into the chat to create your first working version instantly. As you build, you can add follow-up prompts to adjust animations, list rules, group saving, or winner history based on your selection workflow using vibe coding.<\/p><p>Prompt template example: <\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Create a random name picker web app.\nAllow users to add names manually and paste lists separated by commas or line breaks.\nDisplay all active names in a clear editable list.\nAdd a Pick Random Name button that selects one name fairly from the active list.\nShow the selected name in a large winner reveal card.\nAdd a toggle to remove selected names after each pick.\nShow winner history with previous selections.\nAdd reset list, clear history, and pick again buttons.\nMake the design fun, clean, accessible, and mobile-friendly.<\/pre><p>Pre-filled prompt template example: <\/p><pre class=\"EnlighterJSRAW\" data-enlighter-language=\"generic\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">Create a random name picker web app for classrooms, meetings, and giveaways.\nAllow users to paste a participant list and edit names before picking.\nAdd a fun shuffle or spinning reveal animation before showing the selected name.\nLet users choose whether winners remain in the list or are removed after selection.\nDisplay winner history and remaining names.\nInclude saved group placeholders for classes, teams, or event lists.\nMake the interface simple, playful, readable on a projector, and mobile-responsive.<\/pre><h2 class=\"wp-block-heading\" id=\"h-what-are-common-mistakes-to-avoid-when-building-random-name-picker\">What are common mistakes to avoid when building random name picker?<\/h2><p>A random name picker should feel fair, fast, and easy to use in front of others.<\/p><ul class=\"wp-block-list\">\n<li><strong>Unclear list handling.<\/strong> Users need to know exactly which names are active before picking.<\/li>\n\n\n\n<li><strong>No remove-after-pick option.<\/strong> Repeated selections can feel unfair when users want everyone chosen once.<\/li>\n\n\n\n<li><strong>No winner history.<\/strong> Hosts may forget who was already selected during long activities.<\/li>\n\n\n\n<li><strong>Overly slow animations.<\/strong> A reveal should be fun, but it should not interrupt the flow of a class, meeting, or event.<\/li>\n\n\n\n<li><strong>Poor big-screen readability.<\/strong> The selected name should be visible to everyone in the room.<\/li>\n\n\n\n<li><strong>No duplicate handling.<\/strong> Duplicate names should be flagged or intentionally allowed so selection rules stay clear.<\/li>\n<\/ul><h2 class=\"wp-block-heading\" id=\"h-how-can-you-leverage-hostinger-horizons-to-build-random-name-picker\">How can you leverage Hostinger Horizons to build random name picker?<\/h2><ul class=\"wp-block-list\">\n<li><strong>Use AI chat to refine selection rules.<\/strong> Add duplicate handling, winner removal, saved groups, and history through simple prompts.<\/li>\n\n\n\n<li><strong>Improve the reveal experience quickly.<\/strong> Adjust animations, winner cards, buttons, and big-screen layout without coding.<\/li>\n\n\n\n<li><strong>Add classroom and event features over time.<\/strong> Include class groups, giveaway mode, team picker mode, or CSV import.<\/li>\n\n\n\n<li><strong>Scale into a group activity toolkit.<\/strong> Combine random picking with quizzes, surveys, event scoreboards, and classroom tools.<\/li>\n<\/ul><figure class=\"wp-block-image size-large\"><a class=\"hgr-tutorials-cta hgr-tutorials-cta-horizons\" href=\"\/horizons\" target=\"_blank\" rel=\"noreferrer noopener\"><img decoding=\"async\" width=\"2048\" height=\"600\" src=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/public\" alt=\"\" class=\"wp-image-129223\" srcset=\"https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=2048,fit=scale-down 2048w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=300,fit=scale-down 300w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=1024,fit=scale-down 1024w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=150,fit=scale-down 150w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=768,fit=scale-down 768w, https:\/\/imagedelivery.net\/LqiWLm-3MGbYHtFuUbcBtA\/wp-content\/uploads\/sites\/2\/2025\/03\/Horizons-in-text-banner-no-code-website-builder.png\/w=1536,fit=scale-down 1536w\" sizes=\"(max-width: 2048px) 100vw, 2048px\" \/><\/a><\/figure><h2 class=\"wp-block-heading\" id=\"h-what-other-tools-can-you-build-with-hostinger-horizons\">What other tools can you build with Hostinger Horizons?<\/h2><ul class=\"wp-block-list\">\n<li><a data-wpel-link=\"internal\" href=\"https:\/\/www.hostinger.com\/tutorials\/create-quiz-for-events\" rel=\"follow\">Create a quiz for events<\/a>. Build interactive quizzes for classrooms, parties, webinars, or competitions.<\/li>\n\n\n\n<li><a data-wpel-link=\"internal\" href=\"https:\/\/www.hostinger.com\/tutorials\/create-survey-builder\" rel=\"follow\">Create a survey builder<\/a>. Collect votes, preferences, and feedback from students, employees, or event participants.<\/li>\n\n\n\n<li><a data-wpel-link=\"internal\" href=\"https:\/\/www.hostinger.com\/tutorials\/create-event-management-web-app\" rel=\"follow\">Create an event management web app<\/a>. Manage registrations, schedules, attendees, and activities for group events.<\/li>\n\n\n\n<li><a data-wpel-link=\"internal\" href=\"https:\/\/www.hostinger.com\/tutorials\/create-reading-app-for-kids\" rel=\"follow\">Create a reading app for kids<\/a>. Build a child-friendly learning app with stories, quizzes, and progress tracking.<\/li>\n<\/ul>\n","protected":false},"excerpt":{"rendered":"<p>A random name picker helps users choose a name fairly from a list. It is useful for classrooms, team meetings, [&#8230;]<\/p>\n<p><a class=\"btn btn-secondary understrap-read-more-link\" href=\"\/tutorials\/create-random-name-picker\">Read More&#8230;<\/a><\/p>\n","protected":false},"author":556,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"rank_math_title":"Build a random name picker for fair selections","rank_math_description":"Create a random name picker with Hostinger Horizons. Pick names for classrooms, giveaways, meetings, games, and events.","rank_math_focus_keyword":"Create Random name picker","footnotes":""},"categories":[22651,22652],"tags":[],"class_list":["post-148172","post","type-post","status-publish","format-standard","hentry","category-web-app","category-web-application-blueprints"],"hreflangs":[{"locale":"en-US","link":"https:\/\/www.hostinger.com\/tutorials\/create-random-name-picker\/","default":1},{"locale":"en-PH","link":"https:\/\/www.hostinger.com\/ph\/tutorials\/create-random-name-picker\/","default":0},{"locale":"en-MY","link":"https:\/\/www.hostinger.com\/my\/tutorials\/create-random-name-picker\/","default":0},{"locale":"en-UK","link":"https:\/\/www.hostinger.com\/uk\/tutorials\/create-random-name-picker\/","default":0},{"locale":"en-IN","link":"https:\/\/www.hostinger.com\/in\/tutorials\/create-random-name-picker\/","default":0},{"locale":"en-CA","link":"https:\/\/www.hostinger.com\/ca\/tutorials\/create-random-name-picker\/","default":0},{"locale":"en-AU","link":"https:\/\/www.hostinger.com\/au\/tutorials\/create-random-name-picker\/","default":0},{"locale":"en-NG","link":"https:\/\/www.hostinger.com\/ng\/tutorials\/create-random-name-picker\/","default":0}],"_links":{"self":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/148172","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/users\/556"}],"replies":[{"embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/comments?post=148172"}],"version-history":[{"count":3,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/148172\/revisions"}],"predecessor-version":[{"id":148573,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/posts\/148172\/revisions\/148573"}],"wp:attachment":[{"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/media?parent=148172"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/categories?post=148172"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.hostinger.com\/tutorials\/wp-json\/wp\/v2\/tags?post=148172"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}