{"id":1961,"date":"2026-08-26T07:19:06","date_gmt":"2026-08-26T07:19:06","guid":{"rendered":"https:\/\/studiokrew.com\/blog\/?p=1961"},"modified":"2026-08-26T07:24:11","modified_gmt":"2026-08-26T07:24:11","slug":"port-mobile-game-to-pc-steam","status":"publish","type":"post","link":"https:\/\/studiokrew.com\/blog\/port-mobile-game-to-pc-steam\/","title":{"rendered":"How to Port a Mobile Game to PC and Steam in 2026: A Studio&#8217;s Complete Playbook"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Porting a mobile game to PC means rebuilding how players touch the game, not just compiling a new binary. You are changing the input model, the UI scale, the session length, the monetization, and very often the economy underneath all of it. For a straightforward Unity title, that work lands between $20,000 and $45,000 and takes eight to fourteen weeks. Add a monetization redesign and the range moves to $45,000 to $110,000 across four to seven months. A rebuild-level port, where the mobile codebase cannot carry desktop expectations, starts near $120,000 and runs eight months or longer. This guide covers what sits inside each of those numbers.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Why mobile games are porting to PC in 2026<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">The first reason is revenue diversification. A mobile title that depends on user acquisition spend and rewarded video is exposed to two factors it cannot control: ad rates and store policy. A PC release swaps that for a one-time purchase from a player who found you through a storefront that keeps recommending your game long after launch week. It is a different revenue shape, not a bigger one, and studios that understand the difference get more out of it.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The second reason is discoverability with a longer half-life. Steam had its biggest half-year on record in the first six months of 2026, with roughly $11.1 billion in estimated gross revenue, up 14.5% year over year according to Alinea Analytics. That growth comes with competition. SteamDB logged around 21,000 games released on Steam in 2025, up from about 14,000 in 2023, and Valve&#8217;s own State of Steam session at GDC 2026 reported that 5,863 games each earned over $100,000 in 2025. Those two numbers together are the honest picture: the ceiling is real, and so is the floor.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The third reason is premium and demo culture. PC players will pay $9.99 to $24.99 up front for something they can try first, and demos are an expected part of the sales cycle rather than a concession. That culture rewards games with depth per session, which is exactly where strategy, management, base building, and roguelike-adjacent mobile titles have an advantage. If your mobile game is built around systems mastery, it already speaks the language of PC audiences, and the same is true in the tactical and\u00a0RTS game development\u00a0space, where mouse-and-keyboard control is a feature rather than an accommodation. As a\u00a0<a href=\"https:\/\/studiokrew.com\/pc-game-development-company\" target=\"_blank\" rel=\"noreferrer noopener\">PC game development company<\/a>\u00a0that also ships\u00a0<a href=\"https:\/\/studiokrew.com\/mobile-game-development-company\" target=\"_blank\" rel=\"noreferrer noopener\">mobile game development company<\/a>\u00a0work, we see the same title behave very differently on the two platforms, and that gap is the whole project.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">The honest technical audit before porting<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">When we port a title, the first thing we audit is not the renderer. It is the game&#8217;s assumptions about the person holding it.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Input paradigm<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Touch input is direct and absolute. You put your finger on the thing you want. Mouse input is indirect and relative, and gamepad input is neither. A drag gesture becomes a click and hold, a pinch becomes a scroll wheel, a two-finger rotate becomes a modifier key, and a virtual joystick becomes WASD or an analog stick with real acceleration curves. All three input methods need to be supported, because a Steam player will switch between them in the same session. One of our technical leads puts it this way: the remapping work is rarely hard, but the rebinding UI is where ports die, because players expect every action rebindable, conflict detection that works, and glyphs that change when they pick up a controller, and none of that exists in a mobile build.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">UI scaling and aspect ratios<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Portrait 9:16 layouts do not survive contact with a 16:9 monitor, and they certainly do not survive 21:9. Expect to rebuild HUD anchoring, add hover and focus states that touch never needed, resize fonts for viewing distance rather than thumb distance, and support windowed mode, resolution selection, and at minimum 1080p through 4K. Mobile UI is also usually built around a single canvas scaler and one safe area. Desktop needs several.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Session length expectations<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Mobile sessions run three to five minutes. PC sessions run forty to ninety. Anything that exists to fragment a session, energy timers, forced waits, daily login rewards, interstitial ad breaks, reads on desktop as an insult rather than a pacing tool. The systems those mechanics were protecting still need protecting, so this is design work, not deletion.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Monetization model translation<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">This is where most porting budgets are spent and most porting plans are overly optimistic. Rewarded video does not translate. Neither does a soft currency gate that assumes a player will either wait or pay. On Steam, the standard shape is a premium price with optional cosmetic or expansion content, and Valve&#8217;s refund policy gives players two hours to change their mind. A free-to-play economy shipped at $14.99 without redesign produces the specific review pattern every studio dreads: a wall of negative reviews using the word &#8220;mobile&#8221; as the criticism.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Performance targets, including Steam Deck<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Target 1080p at 60fps on midrange desktop hardware, and treat Steam Deck as a separate certification track rather than an afterthought. Valve has extended the Verified program beyond the handheld: at GDC 2026, the company confirmed the program splits across Steam Deck, Steam Machine, and Steam Frame Standalone, with Steam Deck Verified games automatically verified for Steam Machine, and Steam Machine Verified games expected to run at 1080p and 30 fps minimum. Notably, Valve is not applying the same display resolution and legibility requirements to Steam Machine, since it is more likely to be connected to a large display, which means a game can be Playable on Deck because of small text while being Verified on Machine. Valve also runs a separate SteamOS compatibility rating covering whether a game and its middleware work with SteamOS and Proton. Mobile-origin titles usually pass performance easily and fail on text legibility and launcher behavior.<\/p>\n\n\n\n<style data-wp-block-html=\"css\">\n.pop-up-bnr2{background:url(https:\/\/studiokrew.com\/blog\/wp-content\/uploads\/2026\/08\/Unreal-engine-game-development-company.webp); background-size:cover; background-position:center;}\n.pop-up-pd2{padding:6rem 4rem 6rem 2rem;}\n.pop-up-link2{color:#ff0901; text-decoration:none;}\n.pop-up-link2:hover{text-decoration:}\n<\/style>\n\n<div class=\"pop-up-bnr2\">\n<div class=\"pop-up-pd2\">\n<h2 style=\"font-family: 'Oswald', sans-serif;color:#ffffff;margin:0 0 6px;font-weight:700;font-size:1.8rem;\">Porting your game on Unreal Engine?<\/h2><p style=\"font-family: 'Poppins', sans-serif;color:#ffffff;margin:0;font-size:1.2rem;line-height:1.6;\">For teams weighing an engine change as part of the move, our <a class=\"pop-up-link2\" href=\"https:\/\/studiokrew.com\/unreal-engine-game-development-company\">Unreal Engine game development<\/a> practice handles Unity-to-Unreal migrations as part of porting engagements.<\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">The porting workflow, stage by stage<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage one, audit, one to two weeks.<\/strong>&nbsp;We take the shipping build, profile it on desktop and Deck class hardware, map every touch interaction to its desktop equivalent, and produce a written list of what breaks. This stage exists to make the estimate honest. Skipping it is how a twelve-week port becomes a twenty-six-week port.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage two, input and UI rework, three to six weeks.<\/strong>&nbsp;Full keyboard, mouse, and gamepad support, rebinding, resolution and aspect handling, settings menus that desktop players expect, and a first pass on text legibility for handheld screens.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage three, economy redesign where needed, two to eight weeks.<\/strong>&nbsp;Removing timers and ad hooks, converting soft currency progression into an unlock curve that works for a paid game, rebalancing difficulty for uninterrupted play, and deciding what becomes DLC.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage four, Steam integration, two to four weeks.<\/strong>&nbsp;The integration list is short and non-negotiable:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Achievements, ideally 20 to 40 with a mix of early and long-tail unlocks<\/li>\n\n\n\n<li>Steam Cloud saves, with a conflict resolution path if the mobile version stays live<\/li>\n\n\n\n<li>Steam Input configuration and official controller layouts<\/li>\n\n\n\n<li>Leaderboards and rich presence where the design supports them<\/li>\n\n\n\n<li>Steam Workshop, only if your game has genuinely moddable content<\/li>\n\n\n\n<li>Trading cards and a demo build, both of which affect visibility<\/li>\n<\/ul>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage five, QA across hardware, three to five weeks.<\/strong>&nbsp;Multiple GPU vendors, several Windows configurations, ultrawide, multi-monitor, Deck, and controller hot-swapping. Budget for a second pass after the first round of fixes.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage six<\/strong>: store page and wishlist campaign, running in parallel for three to six months<strong>.<\/strong>\u00a0Valve requires a Coming Soon page to be live for at least two weeks before release, and once it is live and the date is within 14 days you cannot change the release date without contacting Valve. Treat two weeks as a compliance floor, not a plan. One of our producers is blunt about this: the store page should go up the day the porting contract is signed, because wishlists compound and a page that has existed for three weeks has no compounding to do. Steam Next Fest is the other timing constraint. Valve scheduled three 2026 editions: February 23 to March 2, June 15 to June 22, and October 19 to October 26. Per Steamworks documentation, a title may participate in only one Next Fest. For the October 2026 edition, registration closed on August 31, demo builds are due on September 21, and all required items are due on October 5.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Stage seven, launch.<\/strong>\u00a0The Steam Direct fee is $100 per app and is non-refundable but recoupable once the product reaches $1,000 in adjusted gross revenue. Valve&#8217;s standard split is 70\/30, increasing to 75\/25 for revenue above $10 million and to 80\/20 for revenue above $50 million.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">What porting a mobile game to PC actually costs<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Three bands cover almost every project we quote. The variable that moves a project between bands is almost never graphics. It is how much of the design was load-bearing on mobile monetization.<\/p>\n\n\n\n<figure class=\"wp-block-table\"><table class=\"has-fixed-layout\"><thead><tr><th>Port type<\/th><th>Typical cost band<\/th><th>Typical timeline<\/th><th>Best suited for<\/th><\/tr><\/thead><tbody><tr><td>Straightforward engine port (Unity or Unreal, premium or ad-light mobile game)<\/td><td>$20,000 to $45,000<\/td><td>8 to 14 weeks<\/td><td>Puzzle, narrative, arcade, and premium mobile titles with a clean codebase and no live economy<\/td><\/tr><tr><td>Port with monetization and economy redesign<\/td><td>$45,000 to $110,000<\/td><td>4 to 7 months<\/td><td>Free-to-play titles with IAP, timers, or rewarded ads that need a premium or hybrid economy for Steam<\/td><\/tr><tr><td>Rebuild-level port<\/td><td>$120,000 to $300,000 and up<\/td><td>8 to 14 months<\/td><td>Live-service or heavily server-dependent games, aging codebases, or ports that add multiplayer, mod support, or a content expansion<\/td><\/tr><\/tbody><\/table><\/figure>\n\n\n\n<p class=\"wp-block-paragraph\">What drives the first band is scope discipline: input, UI, settings, Steam integration, QA, nothing else. What drives the second is design headcount, because someone has to rebuild the progression curve and rebalance it, and that takes weeks of iteration rather than days of implementation. What drives the third is new code: netcode, backend changes, engine version upgrades, or content volume that the mobile version never needed. Our published rates start at $18 per hour for individual developers, dedicated teams run $15,000 to $40,000 per month, and fixed-price projects start at $20,000, so a mid-band port is realistically a small team for a quarter or two. For a broader view of how these numbers compare to original development, our\u00a0<a href=\"https:\/\/studiokrew.com\/blog\/game-development-cost-report-2026\/\" target=\"_blank\" rel=\"noreferrer noopener\">Game Development Cost Report 2026<\/a>\u00a0breaks down the same math across genres and platforms.<\/p>\n\n\n\n<style data-wp-block-html=\"css\">\n.pop-up-bnr1{background:url(https:\/\/studiokrew.com\/blog\/wp-content\/uploads\/2026\/08\/Roblox-game-development-company.webp); background-size:cover; background-position:center;}\n.pop-up-pd1{padding:6rem 4rem 6rem 2rem;}\n.pop-up-link1{color:#ff0901; text-decoration:none;}\n.pop-up-link1:hover{text-decoration:}\n<\/style>\n\n<div class=\"pop-up-bnr1\">\n<div class=\"pop-up-pd1\">\n<h2 style=\"font-family: 'Oswald', sans-serif;color:#ffffff;margin:0 0 6px;font-weight:700;font-size:1.8rem;\">Thinking about bringing your game to Steam?<\/h2><p style=\"font-family: 'Poppins', sans-serif;color:#ffffff;margin:0;font-size:1.2rem;line-height:1.2;\">We audit your build and return a scoped porting proposal with real numbers within 48 hours, from a studio with 700+ shipped titles. <a href=\"https:\/\/studiokrew.com\/contact\" class=\"pop-up-link1\">Start the conversation.<\/a><\/p>\n<\/div>\n<\/div>\n\n\n\n<h2 class=\"wp-block-heading\">Five mistakes studios make when porting<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">1. Shipping touch UI on desktop<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Oversized buttons, thumb-zone layouts, and tap targets sized for fingers read as laziness on a monitor, and reviewers say so in the first week. This is the single most common reason a competent port gets mediocre reviews.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">2. Building wishlists too late<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Wishlists are the input to Steam&#8217;s launch visibility, and they take months to accumulate. A store page published four weeks before launch has no runway, and Next Fest cannot fix it because you only get one shot at it per title.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">3. Pricing a free-to-play economy as premium<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Setting $14.99 on a game whose progression still assumes a player will either wait or pay is the fastest route to a negative review score. If the grind existed to sell a currency you no longer sell, the grind has to go.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">4. Treating Steam Deck as optional<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Handheld players are a meaningful slice of the audience for exactly the kind of games that port well from mobile. Failing verification on text legibility, something a mobile-origin game is uniquely prone to, costs you a badge you could have earned in a week of UI work.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">5. Underestimating QA breadth<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Mobile QA covers a large but predictable device matrix. PC QA covers GPU driver combinations, ultrawide resolutions, alt-tab behavior, controller hot-swapping, and Proton. Teams that budget mobile-sized QA hours find the gap in their first week of launch support.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">When not to port<\/h2>\n\n\n\n<p class=\"wp-block-paragraph\">Some games should stay on mobile, and saying so early saves everyone money.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The first disqualifier is genre mismatch. Hyper-casual, idle, and tap-driven games rely on ambient, interstitial play. On PC, they compete for undivided attention against games designed for it, and they lose. If the core loop cannot hold forty minutes, the port has nowhere to go.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The second is unit economics that only function with mobile ad monetization. If your lifetime value comes overwhelmingly from rewarded video and your IAP ARPU is negligible, then a premium PC version has to earn its entire revenue at a price point the game was never designed to justify. Do the arithmetic before the audit: at $9.99 with a 70% share, you need roughly 3,000 units to clear a $20,000 port, and the median new release does not reach that threshold.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The third is a live-service dependency you are not prepared to duplicate. If the game needs a backend, and the backend needs staffing, a PC port is a second live product, not a second SKU.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">The fourth is timing. If your mobile title is still growing and the team is the same team, a port pulls your best engineers off the revenue that funds them. Porting is a good decision at a plateau and a poor one during a climb.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Frequently asked questions<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">How much does it cost to port a mobile game to PC?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">A straightforward Unity or Unreal port with input rework, UI rebuild, Steam integration, and QA typically costs $20,000 to $45,000. A port that also requires monetization and economy redesign runs $45,000 to $110,000. A rebuild-level port, where the codebase or backend must be substantially reworked, starts at around $120,000 and can exceed $300,000. The main cost driver is not graphics; it is how much of the original design depended on mobile monetization mechanics.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">How long does a Steam port take?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Eight to fourteen weeks for a straightforward port, four to seven months for an economy-level redesign, and eight to fourteen months for a rebuild-level port. Add platform lead time on top of development: Valve requires a Coming Soon page to be live for at least two weeks before release, and the release date locks once it is within 14 days. In practice, plan for the store page to go live several months before launch so wishlists have time to accumulate.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Can a free-to-play mobile game work on Steam?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Yes, but rarely without redesign. Rewarded video and energy timers do not translate to desktop sessions, and shipping them intact is a reliable way to earn negative reviews. Most successful conversions either move to a premium price with the grind removed and optional cosmetic or expansion content, or keep free-to-play with an economy rebuilt around cosmetics and progression rather than time gates. Budget design time for this, not just engineering time.<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">Do I need to rebuild my game to port it?<\/h3>\n\n\n\n<p class=\"wp-block-paragraph\">Usually not. If the game was built in a current version of Unity, Unreal, or Godot with reasonably separated UI and input layers, the existing codebase carries over, and the work concentrates on input, UI, settings, Steam features, and QA. A rebuild becomes necessary when the project sits on an unsupported engine version, when core systems are hard-wired to mobile SDKs, or when the PC version adds multiplayer or content the mobile build never had.<\/p>\n\n\n\n<script type=\"application\/ld+json\">\n{\n  \"@context\": \"https:\/\/schema.org\",\n  \"@type\": \"FAQPage\",\n  \"mainEntity\": [\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How much does it cost to port a mobile game to PC?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"A straightforward Unity or Unreal port with input rework, UI rebuild, Steam integration, and QA typically costs $20,000 to $45,000. A port that also requires monetization and economy redesign runs $45,000 to $110,000. A rebuild-level port, where the codebase or backend has to be substantially reworked, starts around $120,000 and can exceed $300,000. The main cost driver is not graphics, it is how much of the original design depended on mobile monetization mechanics.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"How long does a Steam port take?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Eight to fourteen weeks for a straightforward port, four to seven months when the economy needs redesigning, and eight to fourteen months for a rebuild-level port. Add platform lead time on top of development: Valve requires a Coming Soon page to be live for at least two weeks before release, and the release date locks once it is within 14 days. In practice, plan for the store page to go live several months before launch so wishlists have time to accumulate.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Can a free-to-play mobile game work on Steam?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Yes, but rarely without redesign. Rewarded video and energy timers do not translate to desktop sessions, and shipping them intact is a reliable way to earn negative reviews. Most successful conversions either move to a premium price with the grind removed and optional cosmetic or expansion content, or keep free-to-play with an economy rebuilt around cosmetics and progression rather than time gates. Budget design time for this, not just engineering time.\"\n      }\n    },\n    {\n      \"@type\": \"Question\",\n      \"name\": \"Do I need to rebuild my game to port it?\",\n      \"acceptedAnswer\": {\n        \"@type\": \"Answer\",\n        \"text\": \"Usually not. If the game was built in a current version of Unity, Unreal, or Godot with reasonably separated UI and input layers, the existing codebase carries over and the work concentrates on input, UI, settings, Steam features, and QA. A rebuild becomes necessary when the project sits on an unsupported engine version, when core systems are hard-wired to mobile SDKs, or when the PC version adds multiplayer or content the mobile build never had.\"\n      }\n    }\n  ]\n}\n<\/script>\n","protected":false},"excerpt":{"rendered":"<p>A working guide to porting a mobile game to PC and Steam in 2026, covering the technical audit, the stage-by-stage workflow, honest cost bands and timelines, the five mistakes we see most often in production, and the cases where porting is the wrong call.<\/p>\n","protected":false},"author":1,"featured_media":1964,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[77,49,78,125,165],"tags":[98,123,62],"class_list":["post-1961","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-expert-tips","category-game-development","category-game-posts","category-mobile-game-development","category-pc-game-development","tag-custom-game-development","tag-expert-tip","tag-game-development-service"],"_links":{"self":[{"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/posts\/1961","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/comments?post=1961"}],"version-history":[{"count":5,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/posts\/1961\/revisions"}],"predecessor-version":[{"id":1969,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/posts\/1961\/revisions\/1969"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/media\/1964"}],"wp:attachment":[{"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/media?parent=1961"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/categories?post=1961"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/studiokrew.com\/blog\/wp-json\/wp\/v2\/tags?post=1961"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}