{"id":46223,"date":"2023-05-15T18:27:40","date_gmt":"2023-05-15T12:57:40","guid":{"rendered":"http:\/\/198.58.113.91\/blog\/?p=46223"},"modified":"2026-03-10T13:27:02","modified_gmt":"2026-03-10T07:57:02","slug":"directx-end-user-runtime-dll-files","status":"publish","type":"post","link":"https:\/\/www.winhelponline.com\/blog\/directx-end-user-runtime-dll-files\/","title":{"rendered":"How to Extract DLLs from the DirectX (June 2010) Runtimes Setup"},"content":{"rendered":"<p>The Microsoft DirectX\u00ae End-User Runtime installs a number of runtime libraries from the legacy DirectX SDK for some games that use D3DX9, D3DX10, D3DX11, XAudio 2.7, XInput 1.3, XACT, and\/or Managed DirectX 1.1. Note that this package does not modify the DirectX Runtime installed on your Windows OS in any way.<!--more--><\/p>\n<p>When you run a game app, one of the following errors may occur:<\/p>\n<pre class=\"err\">The code execution cannot proceed because XINPUT1_3.dll was not found. Reinstalling the program may fix this problem.<\/pre>\n<pre class=\"err\">The code execution cannot proceed because X3DAudio1_7.dll was not found. Reinstalling the program may fix this problem.<\/pre>\n<pre class=\"err\">The code execution cannot proceed because XAPOFX1_5.dll was not found. Reinstalling the program may fix this problem.<\/pre>\n<p>All three file names are related to an older version of DirectX.<\/p>\n<p>Installing the <a href=\"https:\/\/www.microsoft.com\/en-gb\/download\/details.aspx?id=8109\">Download DirectX End-User Runtimes (June 2010) from Official Microsoft Download Center<\/a> should resolve the issue. Alternately, you can install it using the Web installer &#8212; Download <a href=\"https:\/\/www.microsoft.com\/en-gb\/download\/details.aspx?id=35\" target=\"_blank\" rel=\"noopener\">DirectX End-User Runtime Web Installer<\/a>.<\/p>\n<div id=\"toc\">\n<strong>Contents<\/strong><\/p>\n<ul>\n<li><a href=\"#extract\">How to Extract the DLL files from the DirectX Runtime Setup file<\/a><\/li>\n<li><a href=\"#list\">List of Files Added by the DirectX Runtime Installer<\/a><\/li>\n<\/ul>\n<\/div>\n<h2><a id=\"extract\"><\/a>Extract DLL files from the DirectX Runtime Setup file<\/h2>\n<p>To extract the DLL files from the directx_Jun2010_redist.exe package without running the DXSETUP.exe installer (or if DXSETUP.exe doesn&#8217;t run on the latest Windows OS), follow these steps:<\/p>\n<ol>\n<li>Run <code>directx_Jun2010_redist.exe<\/code> and accept the license agreement.<\/li>\n<li>Mention the destination where the contents of the package will be extracted to. &#8212; e.g., D:\\DX9.<br \/>\n<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/dx9-setup-dest-location.png\" alt=\"DX9 redist - extract DLL files\" width=\"364\" height=\"134\" class=\"alignnone size-full wp-image-46423\" \/>\n<\/li>\n<li>The contents of the redistributable package is now extracted to <code>D:\\DX9<\/code> folder.<br \/>\n<img loading=\"lazy\" decoding=\"async\" class=\"alignnone size-full wp-image-46419\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/dx9-cab-files.png\" alt=\"DX9 redist - extract DLL files\" width=\"667\" height=\"246\" \/><\/li>\n<li>You may extract files from each CAB file manually, but that&#8217;s a tedious way. Instead, use the <code>Expand.exe<\/code> command-line.\n<p>From the DX9 folder, type <code><strong>cmd.exe<\/strong><\/code> in the address bar. This opens a Command Prompt window in that folder.<\/li>\n<li>In the Command Prompt window, run the following commands:\n<pre class=\"cmd\">cd \/d D:\\DX9<\/pre>\n<pre class=\"cmd\">md Files\\x64<\/pre>\n<pre class=\"cmd\">md Files\\x86<\/pre>\n<pre class=\"cmd\">expand.exe *x86.cab -F:*.DLL .\\Files\\x86 -R<\/pre>\n<pre class=\"cmd\">expand.exe *x64.cab -F:*.DLL .\\Files\\x64 -R<\/pre>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/dx9-cab-files-expand-dlls.png\" alt=\"DX9 redist - extract DLL files\" width=\"700\" height=\"317\" class=\"alignnone size-full wp-image-47054\" \/><\/p>\n<p>The DLLs are now extracted to &#8220;<code>D:\\DX9\\Files\\x86<\/code>&#8221; and &#8220;<code>D:\\DX9\\Files\\x64<\/code>&#8220;.<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/www.winhelponline.com\/blog\/wp-content\/uploads\/2023\/05\/dx9-cab-files-contents.png\" alt=\"list of DLLs in DirectX end-user runtime setup\" width=\"476\" height=\"316\" class=\"alignnone size-full wp-image-47055\" \/>\n<\/li>\n<\/ol>\n<p>If your game software complains about a missing DirectX 9-10 runtime, do the following:<\/p>\n<p><strong>On Windows 64-bit systems:<\/strong><\/p>\n<p>Copy the respective file from the <strong>x64<\/strong> folder to the &#8220;C:\\Windows\\System32&#8221; folder.<br \/>\nCopy the respective file from the <strong>x86<\/strong> folder to the &#8220;C:\\Windows\\SysWOW64&#8221; folder.<\/p>\n<p><strong>On Windows 32-bit systems:<\/strong><\/p>\n<p>Copy the respective file from the <strong>x86<\/strong> folder to the &#8220;C:\\Windows\\System32&#8221; folder.<\/p>\n<p><strong>Important:<\/strong> On a 64-Windows installation, please do <strong>NOT<\/strong> copy the 32-bit DLLs to &#8220;Windows\\System32&#8221; folder. Doing so will cause errors in various applications.\u00a0Copy the required 32-bit modules to &#8220;Windows\\SysWOW64&#8221; instead.<\/p>\n<p><em>(To check if you have 32-bit or 64-bit Windows, use one of the methods in the article <a href=\"https:\/\/www.winhelponline.com\/blog\/find-windows-10-build-version-edition-bit\/\">Find Your Windows Build Number, Edition and Bitness<\/a>.)<\/em><\/p>\n<hr>\n<h2><a id=\"list\"><\/a>List of Files Added by the DirectX Runtime Installer<\/h2>\n<p>Here&#8217;s the list of files installed by the DirectX runtime installer.<\/p>\n<h4>64-bit DLLs<\/h4>\n<pre>\r\nd3dcompiler_33.dll\r\nd3dcompiler_34.dll\r\nd3dcompiler_35.dll\r\nd3dcompiler_36.dll\r\nD3DCompiler_37.dll\r\nD3DCompiler_38.dll\r\nD3DCompiler_39.dll\r\nD3DCompiler_40.dll\r\nD3DCompiler_41.dll\r\nD3DCompiler_42.dll\r\nD3DCompiler_43.dll\r\nd3dcsx_42.dll\r\nd3dcsx_43.dll\r\nd3dx10.dll\r\nd3dx10_33.dll\r\nd3dx10_34.dll\r\nd3dx10_35.dll\r\nd3dx10_36.dll\r\nd3dx10_37.dll\r\nd3dx10_38.dll\r\nd3dx10_39.dll\r\nd3dx10_40.dll\r\nd3dx10_41.dll\r\nd3dx10_42.dll\r\nd3dx10_43.dll\r\nd3dx11_42.dll\r\nd3dx11_43.dll\r\nd3dx9_24.dll\r\nd3dx9_25.dll\r\nd3dx9_26.dll\r\nd3dx9_27.dll\r\nd3dx9_28.dll\r\nd3dx9_29.dll\r\nd3dx9_30.dll\r\nd3dx9_31.dll\r\nd3dx9_32.dll\r\nd3dx9_33.dll\r\nd3dx9_34.dll\r\nd3dx9_35.dll\r\nd3dx9_36.dll\r\nd3dx9_37.dll\r\nd3dx9_38.dll\r\nd3dx9_39.dll\r\nd3dx9_40.dll\r\nd3dx9_41.dll\r\nd3dx9_42.dll\r\nd3dx9_43.dll\r\nx3daudio1_0.dll\r\nx3daudio1_1.dll\r\nx3daudio1_2.dll\r\nX3DAudio1_3.dll\r\nX3DAudio1_4.dll\r\nX3DAudio1_5.dll\r\nX3DAudio1_6.dll\r\nX3DAudio1_7.dll\r\nxactengine2_0.dll\r\nxactengine2_1.dll\r\nxactengine2_10.dll\r\nxactengine2_2.dll\r\nxactengine2_3.dll\r\nxactengine2_4.dll\r\nxactengine2_5.dll\r\nxactengine2_6.dll\r\nxactengine2_7.dll\r\nxactengine2_8.dll\r\nxactengine2_9.dll\r\nxactengine3_0.dll\r\nxactengine3_1.dll\r\nxactengine3_2.dll\r\nxactengine3_3.dll\r\nxactengine3_4.dll\r\nxactengine3_5.dll\r\nxactengine3_6.dll\r\nxactengine3_7.dll\r\nXAPOFX1_0.dll\r\nXAPOFX1_1.dll\r\nXAPOFX1_2.dll\r\nXAPOFX1_3.dll\r\nXAPOFX1_4.dll\r\nXAPOFX1_5.dll\r\nXAudio2_0.dll\r\nXAudio2_1.dll\r\nXAudio2_2.dll\r\nXAudio2_3.dll\r\nXAudio2_4.dll\r\nXAudio2_5.dll\r\nXAudio2_6.dll\r\nXAudio2_7.dll\r\nxinput1_1.dll\r\nxinput1_2.dll\r\nxinput1_3.dll\r\nxinput9_1_0.dll\r\n<\/pre>\n<h4>32-bit DLLs<\/h4>\n<pre>\r\nd3dcompiler_33.dll\r\nd3dcompiler_34.dll\r\nd3dcompiler_35.dll\r\nd3dcompiler_36.dll\r\nD3DCompiler_37.dll\r\nD3DCompiler_38.dll\r\nD3DCompiler_39.dll\r\nD3DCompiler_40.dll\r\nD3DCompiler_41.dll\r\nD3DCompiler_42.dll\r\nD3DCompiler_43.dll\r\nd3dcsx_42.dll\r\nd3dcsx_43.dll\r\nd3dx10.dll\r\nd3dx10_33.dll\r\nd3dx10_34.dll\r\nd3dx10_35.dll\r\nd3dx10_36.dll\r\nd3dx10_37.dll\r\nd3dx10_38.dll\r\nd3dx10_39.dll\r\nd3dx10_40.dll\r\nd3dx10_41.dll\r\nd3dx10_42.dll\r\nd3dx10_43.dll\r\nd3dx11_42.dll\r\nd3dx11_43.dll\r\nd3dx9_24.dll\r\nd3dx9_25.dll\r\nd3dx9_26.dll\r\nd3dx9_27.dll\r\nd3dx9_28.dll\r\nd3dx9_29.dll\r\nd3dx9_30.dll\r\nd3dx9_31.dll\r\nd3dx9_32.dll\r\nd3dx9_33.dll\r\nd3dx9_34.dll\r\nd3dx9_35.dll\r\nd3dx9_36.dll\r\nd3dx9_37.dll\r\nd3dx9_38.dll\r\nd3dx9_39.dll\r\nd3dx9_40.dll\r\nd3dx9_41.dll\r\nd3dx9_42.dll\r\nd3dx9_43.dll\r\nmicrosoft.directx.audiovideoplayback.dll\r\nmicrosoft.directx.diagnostics.dll\r\nmicrosoft.directx.direct3d.dll\r\nmicrosoft.directx.direct3dx.dll\r\nmicrosoft.directx.directdraw.dll\r\nmicrosoft.directx.directinput.dll\r\nmicrosoft.directx.directplay.dll\r\nmicrosoft.directx.directsound.dll\r\nmicrosoft.directx.dll\r\nx3daudio1_0.dll\r\nx3daudio1_1.dll\r\nx3daudio1_2.dll\r\nX3DAudio1_3.dll\r\nX3DAudio1_4.dll\r\nX3DAudio1_5.dll\r\nX3DAudio1_6.dll\r\nX3DAudio1_7.dll\r\nxactengine2_0.dll\r\nxactengine2_1.dll\r\nxactengine2_10.dll\r\nxactengine2_2.dll\r\nxactengine2_3.dll\r\nxactengine2_4.dll\r\nxactengine2_5.dll\r\nxactengine2_6.dll\r\nxactengine2_7.dll\r\nxactengine2_8.dll\r\nxactengine2_9.dll\r\nxactengine3_0.dll\r\nxactengine3_1.dll\r\nxactengine3_2.dll\r\nxactengine3_3.dll\r\nxactengine3_4.dll\r\nxactengine3_5.dll\r\nxactengine3_6.dll\r\nxactengine3_7.dll\r\nXAPOFX1_0.dll\r\nXAPOFX1_1.dll\r\nXAPOFX1_2.dll\r\nXAPOFX1_3.dll\r\nXAPOFX1_4.dll\r\nXAPOFX1_5.dll\r\nXAudio2_0.dll\r\nXAudio2_1.dll\r\nXAudio2_2.dll\r\nXAudio2_3.dll\r\nXAudio2_4.dll\r\nXAudio2_5.dll\r\nXAudio2_6.dll\r\nXAudio2_7.dll\r\nxinput1_1.dll\r\nxinput1_2.dll\r\nxinput1_3.dll\r\nxinput9_1_0.dll\r\n<\/pre>\n<div class=\"rp\"><strong>RELATED:<\/strong> <a href=\"https:\/\/www.winhelponline.com\/blog\/vc-redist-visual-studio-2015-2019-listing\/\">VC++ Redist for Visual Studio 2015 &#8211; 2019 (List of Files)<\/a><\/div>\n","protected":false},"excerpt":{"rendered":"<p>The Microsoft DirectX\u00ae End-User Runtime installs a number of runtime libraries from the legacy DirectX SDK for some games that use D3DX9, D3DX10, D3DX11, XAudio 2.7, XInput 1.3, XACT, and\/or Managed DirectX 1.1. Note that this package does not modify the DirectX Runtime installed on your Windows OS in any way.<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_feature_clip_id":0,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_post_was_ever_published":false},"categories":[7],"tags":[106,988],"class_list":["post-46223","post","type-post","status-publish","format-standard","hentry","category-windows","tag-command-prompt","tag-runtimes"],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack-related-posts":[{"id":80435,"url":"https:\/\/www.winhelponline.com\/blog\/directx-runtime-component-required-game-error\/","url_meta":{"origin":46223,"position":0},"title":"&#8220;DirectX Runtime&#8221; component required when running a game","author":"Ramesh","date":"March 10, 2026","format":false,"excerpt":"When you run a game that requires the DirectX 2010 runtimes, the following error may occur. The following component(s) are required to run this program: DirectX Runtime RELATED: How to Fix Epic Games Launcher Error 0xC000007B or 0xC000012F Resolution Option 1: Install the DirectX Runtimes (June 2010) Download the DirectX\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"directx runtimes components required when running a game","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/03\/directx-runtime-needed-error.png?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":80358,"url":"https:\/\/www.winhelponline.com\/blog\/mfc140u-dll-missing-vc-runtime\/","url_meta":{"origin":46223,"position":1},"title":"[Fix] mfc140u.dll was not found","author":"Ramesh","date":"February 28, 2026","format":false,"excerpt":"When you open Lightroom Classic, TrafficMonitor or any other app that depends on the VC++ v14 (2015-2022) runtimes, the following error may occur: The code execution cannot proceed because mfc140u.dll was not found. Reinstalling the program may fix the problem. RELATED: VC++ Redist for Visual Studio 2015 - 2022 (List\u2026","rel":"","context":"In &quot;Windows 10&quot;","block_context":{"text":"Windows 10","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/windows-10\/"},"img":{"alt_text":"mfc140u.dll vc++ redist runtime error 0xc000012f","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2026\/02\/mfc140u_dll_0xc000012f.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":74737,"url":"https:\/\/www.winhelponline.com\/blog\/missing-mfc110u-dll-vc-runtime\/","url_meta":{"origin":46223,"position":2},"title":"Fix for &#8220;Mfc110u.dll was not found&#8221; Error","author":"Ramesh","date":"April 9, 2024","format":false,"excerpt":"When you run a program, an error may occur indicating that the file \"mfc110u.dll\" is missing from the computer. The entire error message is below: The code execution cannot proceed because mfc110u.dll was not found. Reinstalling the program may fix the problem. Running DISM and SFC doesn't resolve the issue.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"mfc110u.dll missing - vc++ redist","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2024\/04\/mfc110u-dll-missing.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":6078,"url":"https:\/\/www.winhelponline.com\/blog\/fix-vcruntime140-dll-missing-error-windows\/","url_meta":{"origin":46223,"position":3},"title":"[Fix] Missing VCRUNTIME140.DLL, VCRUNTIME140_1.DLL, MSVCP140.DLL","author":"Ramesh","date":"January 1, 2018","format":false,"excerpt":"On your Windows 10 or 11 computer, a 3rd party program (e.g., Epic Games) may throw the error that the module VCRUNTIME140.DLL, VCRUNTIME140_1.DLL, or MSVCP140.dll is missing from the computer. Here are the error messages which you may encounter: The program can't start because VCRUNTIME140.dll is missing from your computer.\u2026","rel":"","context":"In &quot;Windows&quot;","block_context":{"text":"Windows","link":"https:\/\/www.winhelponline.com\/blog\/category\/microsoft\/windows\/"},"img":{"alt_text":"powertoys runtime files","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2018\/01\/runtimes-powertoys.png?resize=700%2C400&ssl=1 2x"},"classes":[]},{"id":18026,"url":"https:\/\/www.winhelponline.com\/blog\/youtube-dl-error-msvcr100-dll-runtime-missing\/","url_meta":{"origin":46223,"position":4},"title":"[Fix] Youtube-dl Error MSVCR100.dll not found in Windows","author":"Ramesh","date":"August 23, 2020","format":false,"excerpt":"Youtube-dl is a command-line program to download videos from YouTube or other sites. When you run the software on some computers, you may receive the following error: youtube-dl.exe - System Error The code execution cannot proceed because MSVCR100.dll was not found. Reinstalling the program may fix this problem. Let's see\u2026","rel":"","context":"In &quot;Utilities&quot;","block_context":{"text":"Utilities","link":"https:\/\/www.winhelponline.com\/blog\/category\/utilities\/"},"img":{"alt_text":"youtube-dl error msvcr100.dll 32-bit syswow64","src":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/youtube-dl-error-msvcr100-dll.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/youtube-dl-error-msvcr100-dll.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.winhelponline.com\/blog\/wp-content\/uploads\/2020\/08\/youtube-dl-error-msvcr100-dll.png?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":77428,"url":"https:\/\/www.winhelponline.com\/blog\/0xc000007b-hatred-win64-shipping\/","url_meta":{"origin":46223,"position":5},"title":"0xC000007B Error Launching the Hatred Game","author":"Ramesh","date":"January 1, 2025","format":false,"excerpt":"When you launch the Hatred game (Hatred-Win64-Shipping.exe), the error code 0xC000007B may appear. The error code, 0xC000007B, as mentioned in this Epic Games 0xC000007B article, occurs due to mismatched DirectX or VC++ runtime DLLs. RELATED: How to Fix Epic Games Launcher Error 0xC000007B or 0xC000012F Cause Error code 0xc000007b (\u201cSTATUS_INVALID_IMAGE_FORMAT\u201d)\u2026","rel":"","context":"In &quot;Microsoft Edge&quot;","block_context":{"text":"Microsoft Edge","link":"https:\/\/www.winhelponline.com\/blog\/category\/edge\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/46223","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/comments?post=46223"}],"version-history":[{"count":0,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/posts\/46223\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/media?parent=46223"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/categories?post=46223"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.winhelponline.com\/blog\/wp-json\/wp\/v2\/tags?post=46223"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}