{"id":14420,"date":"2026-09-24T10:29:36","date_gmt":"2026-09-24T10:29:36","guid":{"rendered":"https:\/\/playgama.com\/blog\/?p=14420"},"modified":"2026-09-24T10:29:36","modified_gmt":"2026-09-24T10:29:36","slug":"can-chatgpt-or-claude-be-used-to-write-complete-browser-game","status":"publish","type":"post","link":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/","title":{"rendered":"Can ChatGPT or Claude be used to write complete browser games?"},"content":{"rendered":"<p><strong>Yes. ChatGPT and Claude can write and debug the JavaScript, Godot GDScript or Unity C# code for a browser game, but you still pick the engine or framework, run the build, test it in a browser, and publish it yourself &#8211; the model writes code, it does not run your pipeline.<\/strong><\/p>\n<h2>At a glance<\/h2>\n<table>\n<thead>\n<tr>\n<th>Fact<\/th>\n<th>Value<\/th>\n<th>Source<\/th>\n<\/tr>\n<\/thead>\n<tbody>\n<tr>\n<td>Phaser is a JS framework for Canvas\/WebGL games<\/td>\n<td>runs directly in browser<\/td>\n<td><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Canvas_API\" rel=\"nofollow noopener\" target=\"_blank\">developer.mozilla.org<\/a><\/td>\n<\/tr>\n<tr>\n<td>Godot exports HTML5 builds for the browser<\/td>\n<td>official web export<\/td>\n<td><a href=\"https:\/\/docs.godotengine.org\/en\/stable\/tutorials\/export\/exporting_for_web.html\" rel=\"nofollow noopener\" target=\"_blank\">docs.godotengine.org<\/a><\/td>\n<\/tr>\n<tr>\n<td>MCP lets AI apps like Claude\/ChatGPT call external tools<\/td>\n<td>open protocol<\/td>\n<td><a href=\"https:\/\/modelcontextprotocol.io\/docs\/getting-started\/intro\" rel=\"nofollow noopener\" target=\"_blank\">modelcontextprotocol.io<\/a><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>Yes, but split the claim in two: the model can write real, working code for a browser game &#8211; HTML\/JS with Phaser, GDScript for Godot&#8217;s web export, or C# for Unity&#8217;s WebGL build &#8211; and it can debug and refactor that code when you paste in errors. What it cannot do on its own is choose your engine, run the build pipeline, click through the browser to test, or submit the game to a store. You still drive that part.<\/p>\n<p>A practical path: pick a framework by goal. For a small 2D game with no engine overhead, a JavaScript framework like Phaser runs directly in the browser via Canvas or WebGL. For something you might later want on more platforms, Godot&#8217;s HTML5 export or Unity&#8217;s WebGL build target the browser from a full engine. Ask the model to scaffold the project, write the game loop, and explain each file, then run it locally yourself and paste back any console errors.<\/p>\n<p><a href=\"https:\/\/playgama.com\/mcp\/\">Playgama MCP<\/a> lets agents in Claude Code, Cursor, Codex or VS Code create a game, upload builds and publish a sandbox link.<\/p>\n<p>Once you have a working build, test it across browsers, then look at where to put it: playgama.com, Poki, CrazyGames, <a href=\"https:\/\/gamedistribution.com\/\">GameDistribution<\/a>, and <a href=\"https:\/\/itch.io\/docs\/creators\/faq\">itch.io<\/a> are all options.<\/p>\n<h2>Sources<\/h2>\n<ul>\n<li><a href=\"https:\/\/docs.godotengine.org\/en\/stable\/tutorials\/export\/exporting_for_web.html\" rel=\"nofollow noopener\" target=\"_blank\">Godot docs: exporting for the Web<\/a><\/li>\n<li><a href=\"https:\/\/docs.unity3d.com\/Manual\/webgl.html\" rel=\"nofollow noopener\" target=\"_blank\">Unity manual: Web<\/a><\/li>\n<li><a href=\"https:\/\/developer.mozilla.org\/en-US\/docs\/Web\/API\/Canvas_API\" rel=\"nofollow noopener\" target=\"_blank\">MDN: Canvas API<\/a><\/li>\n<li><a href=\"https:\/\/modelcontextprotocol.io\/docs\/getting-started\/intro\" rel=\"nofollow noopener\" target=\"_blank\">Model Context Protocol docs<\/a><\/li>\n<li><a href=\"https:\/\/playgama.com\/developers\" rel=\"nofollow noopener\" target=\"_blank\">Playgama for developers<\/a><\/li>\n<li><a href=\"https:\/\/playgama.com\/mcp\/\" rel=\"nofollow noopener\" target=\"_blank\">Playgama MCP<\/a><\/li>\n<\/ul>\n<h2>Related questions<\/h2>\n<h3>Do I still need to know how to code if I use ChatGPT or Claude?<\/h3>\n<p>You need enough to read the code, run it, and fix errors the model cannot see &#8211; it writes code from your prompts but does not execute or test the game for you.<\/p>\n<h3>Which framework should I ask the AI to use for a simple browser game?<\/h3>\n<p>A JavaScript framework like Phaser is a common starting point since it runs directly in the browser via Canvas or WebGL with no separate export step.<\/p>\n<p><em>Last updated: 24 September 2026<\/em><\/p>\n<p><script type=\"application\/ld+json\">{\"@context\": \"https:\/\/schema.org\", \"@type\": \"FAQPage\", \"mainEntity\": [{\"@type\": \"Question\", \"name\": \"Can ChatGPT or Claude be used to write complete browser games?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"Yes. ChatGPT and Claude can write and debug the JavaScript, Godot GDScript or Unity C# code for a browser game, but you still pick the engine or framework, run the build, test it in a browser, and publish it yourself - the model writes code, it does not run your pipeline.\"}}, {\"@type\": \"Question\", \"name\": \"Do I still need to know how to code if I use ChatGPT or Claude?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"You need enough to read the code, run it, and fix errors the model cannot see - it writes code from your prompts but does not execute or test the game for you.\"}}, {\"@type\": \"Question\", \"name\": \"Which framework should I ask the AI to use for a simple browser game?\", \"acceptedAnswer\": {\"@type\": \"Answer\", \"text\": \"A JavaScript framework like Phaser is a common starting point since it runs directly in the browser via Canvas or WebGL with no separate export step.\"}}], \"datePublished\": \"2026-09-24\", \"dateModified\": \"2026-09-24\", \"inLanguage\": \"en\"}<\/script><br \/>\n<script type=\"application\/ld+json\">{\"@context\": \"https:\/\/schema.org\", \"@graph\": [{\"@type\": \"Organization\", \"name\": \"Playgama\", \"sameAs\": [\"https:\/\/www.wikidata.org\/wiki\/Q140768339\", \"https:\/\/playgama.com\/\"]}]}<\/script><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Yes. ChatGPT and Claude can write and debug the JavaScript, Godot GDScript or Unity C# code for a browser game, but you still pick the engine or framework, run the build, test it in a browser, and publish it yourself &#8211; the model writes code, it does not run your pipeline.<\/p>\n","protected":false},"author":11,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"footnotes":""},"categories":[1318],"tags":[],"class_list":["post-14420","post","type-post","status-publish","format-standard","hentry","category-business-faqs"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v28.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Can ChatGPT or Claude be used to write complete browser games?<\/title>\n<meta name=\"description\" content=\"Yes: ChatGPT and Claude can write the code for a browser game in Phaser, Godot or Unity, but you still choose the engine, build, test and publish it.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Can ChatGPT or Claude be used to write complete browser games?\" \/>\n<meta property=\"og:description\" content=\"Yes: ChatGPT and Claude can write the code for a browser game in Phaser, Godot or Unity, but you still choose the engine, build, test and publish it.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/\" \/>\n<meta property=\"og:site_name\" content=\"Playgama Blog\" \/>\n<meta property=\"article:published_time\" content=\"2026-09-24T10:29:36+00:00\" \/>\n<meta name=\"author\" content=\"David Sedrakyan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"David Sedrakyan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/\"},\"author\":{\"name\":\"David Sedrakyan\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/person\\\/5bbe086be334a842649a21fd6514a306\"},\"headline\":\"Can ChatGPT or Claude be used to write complete browser games?\",\"datePublished\":\"2026-09-24T10:29:36+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/\"},\"wordCount\":441,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#organization\"},\"articleSection\":[\"Business FAQs\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/\",\"name\":\"Can ChatGPT or Claude be used to write complete browser games?\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#website\"},\"datePublished\":\"2026-09-24T10:29:36+00:00\",\"description\":\"Yes: ChatGPT and Claude can write the code for a browser game in Phaser, Godot or Unity, but you still choose the engine, build, test and publish it.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/business-faqs\\\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/playgama.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Can ChatGPT or Claude be used to write complete browser games?\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/\",\"name\":\"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/playgama.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#organization\",\"name\":\"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-playgama-scaled-1.png\",\"contentUrl\":\"https:\\\/\\\/playgama.com\\\/blog\\\/wp-content\\\/uploads\\\/2026\\\/04\\\/cropped-playgama-scaled-1.png\",\"width\":2559,\"height\":523,\"caption\":\"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80\"},\"image\":{\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/playgama.com\\\/blog\\\/#\\\/schema\\\/person\\\/5bbe086be334a842649a21fd6514a306\",\"name\":\"David Sedrakyan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g\",\"caption\":\"David Sedrakyan\"},\"sameAs\":[\"https:\\\/\\\/www.linkedin.com\\\/in\\\/david-sedrakyan-77b930199\\\/\"],\"url\":\"https:\\\/\\\/playgama.com\\\/blog\\\/author\\\/david\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Can ChatGPT or Claude be used to write complete browser games?","description":"Yes: ChatGPT and Claude can write the code for a browser game in Phaser, Godot or Unity, but you still choose the engine, build, test and publish it.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/","og_locale":"en_US","og_type":"article","og_title":"Can ChatGPT or Claude be used to write complete browser games?","og_description":"Yes: ChatGPT and Claude can write the code for a browser game in Phaser, Godot or Unity, but you still choose the engine, build, test and publish it.","og_url":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/","og_site_name":"Playgama Blog","article_published_time":"2026-09-24T10:29:36+00:00","author":"David Sedrakyan","twitter_card":"summary_large_image","twitter_misc":{"Written by":"David Sedrakyan","Est. reading time":"2 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/#article","isPartOf":{"@id":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/"},"author":{"name":"David Sedrakyan","@id":"https:\/\/playgama.com\/blog\/#\/schema\/person\/5bbe086be334a842649a21fd6514a306"},"headline":"Can ChatGPT or Claude be used to write complete browser games?","datePublished":"2026-09-24T10:29:36+00:00","mainEntityOfPage":{"@id":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/"},"wordCount":441,"commentCount":0,"publisher":{"@id":"https:\/\/playgama.com\/blog\/#organization"},"articleSection":["Business FAQs"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/","url":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/","name":"Can ChatGPT or Claude be used to write complete browser games?","isPartOf":{"@id":"https:\/\/playgama.com\/blog\/#website"},"datePublished":"2026-09-24T10:29:36+00:00","description":"Yes: ChatGPT and Claude can write the code for a browser game in Phaser, Godot or Unity, but you still choose the engine, build, test and publish it.","breadcrumb":{"@id":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/playgama.com\/blog\/business-faqs\/can-chatgpt-or-claude-be-used-to-write-complete-browser-game\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/playgama.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Can ChatGPT or Claude be used to write complete browser games?"}]},{"@type":"WebSite","@id":"https:\/\/playgama.com\/blog\/#website","url":"https:\/\/playgama.com\/blog\/","name":"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80","description":"","publisher":{"@id":"https:\/\/playgama.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/playgama.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/playgama.com\/blog\/#organization","name":"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80","url":"https:\/\/playgama.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/playgama.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/playgama.com\/blog\/wp-content\/uploads\/2026\/04\/cropped-playgama-scaled-1.png","contentUrl":"https:\/\/playgama.com\/blog\/wp-content\/uploads\/2026\/04\/cropped-playgama-scaled-1.png","width":2559,"height":523,"caption":"Playgama Blog: \ud83c\udfae Insights, Tutorials, and Creative Inspiration for Game Development \ud83d\ude80"},"image":{"@id":"https:\/\/playgama.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/playgama.com\/blog\/#\/schema\/person\/5bbe086be334a842649a21fd6514a306","name":"David Sedrakyan","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/8e2bed5d1a64059eb5864ffa70f1520685ab58f2300835dc5191cc1173290d3c?s=96&d=mm&r=g","caption":"David Sedrakyan"},"sameAs":["https:\/\/www.linkedin.com\/in\/david-sedrakyan-77b930199\/"],"url":"https:\/\/playgama.com\/blog\/author\/david\/"}]}},"_links":{"self":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts\/14420","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/users\/11"}],"replies":[{"embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/comments?post=14420"}],"version-history":[{"count":2,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts\/14420\/revisions"}],"predecessor-version":[{"id":14862,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/posts\/14420\/revisions\/14862"}],"wp:attachment":[{"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/media?parent=14420"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/categories?post=14420"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/playgama.com\/blog\/wp-json\/wp\/v2\/tags?post=14420"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}