{"id":5351,"date":"2024-09-05T20:47:32","date_gmt":"2024-09-05T15:17:32","guid":{"rendered":"https:\/\/www.veeble.org\/kb\/?p=5351"},"modified":"2025-03-11T10:13:42","modified_gmt":"2025-03-11T04:43:42","slug":"resolve-error-python-pip-pip3-is-not-recognized","status":"publish","type":"post","link":"https:\/\/www.veeble.com\/kb\/resolve-error-python-pip-pip3-is-not-recognized\/","title":{"rendered":"Resolve Error: &#8220;python\/pip3\/pip is not recognized&#8221;"},"content":{"rendered":"\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-1 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-scaled.jpeg\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"428\" data-id=\"5373\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-scaled.jpeg\" alt=\"Fix issues such as:\nPython is not recognized.\n\nPip is not recognized.\n\nPip3 is not recognized.\" class=\"wp-image-5373\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-scaled.jpeg 2560w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-300x50.jpeg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-1024x171.jpeg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-768x129.jpeg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-1536x257.jpeg 1536w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Python-Pip-Pip3-Error-Cover-Photo-2048x343.jpeg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>This guide covers common Python-related errors, such as &#8220;Python is not recognized&#8221; or &#8220;pip is not recognized,&#8221; and how to resolve these issues on a Windows system. These errors occur when Python or pip is installed, but the system is unable to recognize them due to incorrect environment variable settings.<\/p>\n\n\n<h5 class=\"wp-block-heading\" id=\"common-errors\">Common Errors:<\/h5>\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Python is not recognized.<\/strong><\/li>\n\n\n\n<li><strong>Pip is not recognized.<\/strong><\/li>\n\n\n\n<li><strong>Pip3 is not recognized.<\/strong><\/li>\n<\/ol>\n\n\n\n<p><\/p>\n\n\n<h5 class=\"wp-block-heading\" id=\"root-cause\">Root Cause:<\/h5>\n\n\n<p>These errors occur because the system can&#8217;t find Python or pip executables due to missing entries in the environment variables. As a result, the system cannot locate and execute Python commands in the command prompt.<\/p>\n\n\n\n<p><\/p>\n\n\n<h2 class=\"wp-block-heading has-text-align-center\" id=\"steps-to-resolve-the-issue\"><span style=\"text-decoration: underline\">Steps to Resolve the Issue<\/span><\/h2>\n\n<h5 class=\"wp-block-heading\" id=\"step-1-verify-python-installation\">Step 1: Verify Python Installation<\/h5>\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Check Python Installation<\/strong><br>Ensure Python is installed correctly by typing <code>python<\/code> in the Windows search bar. If the Microsoft Store opens or nothing happens, Python might not be configured correctly.<\/li>\n<\/ol>\n\n\n\n<ol start=\"2\" class=\"wp-block-list\">\n<li><strong>Run Python in a Shell<\/strong><br>Right-click on the Python shortcut, and choose &#8220;Open File Location.&#8221;<\/li>\n<\/ol>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-2 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location.jpg\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1545\" height=\"383\" data-id=\"5357\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location.jpg\" alt=\"Open Python app File Location\" class=\"wp-image-5357\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location.jpg 1545w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location-300x74.jpg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location-1024x254.jpg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location-768x190.jpg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/open-python-files-location-1536x381.jpg 1536w\" sizes=\"auto, (max-width: 1545px) 100vw, 1545px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p>The directory where Python is installed opens. Launch Python from there by typing simple commands like <code>print(\"Hello\")<\/code>. If the command executes correctly, Python is installed but not recognized in the command prompt.<\/p>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-2-add-python-to-environment-variables\">Step 2: Add Python to Environment Variables<\/h3>\n\n<h5 class=\"wp-block-heading\" id=\"1-locate-python-installation-path\">1. Locate Python Installation Path<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>Open File Explorer.<\/li>\n\n\n\n<li>Navigate to the directory where Python is installed. This could be in:\n<ul class=\"wp-block-list\">\n<li><code>C:\\Program Files<\/code><\/li>\n\n\n\n<li><code>C:\\Users\\&lt;YourUser&gt;\\AppData\\Local\\Programs\\Python\\Python38<\/code> (common location for Python installations).<\/li>\n<\/ul>\n<\/li>\n\n\n\n<li>Copy the path to the <code>python.exe<\/code> file.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-3 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Python-Path.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1112\" height=\"374\" data-id=\"5361\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Python-Path.gif\" alt=\"Locate Python Installation Path\" class=\"wp-image-5361\"\/><\/a><\/figure>\n<\/figure>\n\n\n<h5 class=\"wp-block-heading\" id=\"2-update-user-environment-variables\">2. Update User Environment Variables<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>Search for &#8220;<a href=\"https:\/\/www.computerhope.com\/issues\/ch000549.htm\" target=\"_blank\" rel=\"noopener\">Environment Variables<\/a>&#8221; in the Windows search bar.<\/li>\n\n\n\n<li>Click on &#8220;Edit the system environment variables.&#8221;<\/li>\n\n\n\n<li>In the System Properties window, click &#8220;Environment Variables.&#8221;<\/li>\n\n\n\n<li>In the &#8220;User variables&#8221; section, select &#8220;Path&#8221; and click &#8220;Edit.&#8221;<\/li>\n\n\n\n<li>Select &#8216;New&#8217; to paste the path for the <a href=\"https:\/\/realpython.com\/add-python-to-path\/\" target=\"_blank\" rel=\"noopener\">Python executable<\/a>. Then, press &#8216;OK.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-4 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Environmental-Variables.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"678\" data-id=\"5363\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/Environmental-Variables.gif\" alt=\"Updating user environment variables\" class=\"wp-image-5363\"\/><\/a><\/figure>\n<\/figure>\n\n\n<h5 class=\"wp-block-heading\" id=\"3-update-system-environment-variables\">3. Update System Environment Variables<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>In the &#8220;System variables&#8221; section, select &#8220;Path&#8221; and click &#8220;Edit.&#8221;<\/li>\n\n\n\n<li>Click &#8220;New&#8221; and paste the Python executable path here as well.<\/li>\n\n\n\n<li>Press &#8220;OK&#8221; to save.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-5 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/System-Variables.gif\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1904\" height=\"678\" data-id=\"5365\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/System-Variables.gif\" alt=\"Update System Environmental Variables\" class=\"wp-image-5365\"\/><\/a><\/figure>\n<\/figure>\n\n\n<h5 class=\"wp-block-heading\" id=\"4-restart-command-prompt\">4. Restart Command Prompt<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>Close the command prompt and reopen it.<\/li>\n\n\n\n<li>Type <code>python --version<\/code> to verify if Python is now recognized.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-6 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/python.jpg\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1286\" height=\"108\" data-id=\"5367\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/python.jpg\" alt=\"python command output\" class=\"wp-image-5367\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/python.jpg 1286w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/python-300x25.jpg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/python-1024x86.jpg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/python-768x64.jpg 768w\" sizes=\"auto, (max-width: 1286px) 100vw, 1286px\" \/><\/a><\/figure>\n<\/figure>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"step-3-fixing-pip-and-pip3-not-recognized\">Step 3: Fixing Pip and Pip3 Not Recognized<\/h3>\n\n<h5 class=\"wp-block-heading\" id=\"1-locate-pip-executables\">1. Locate Pip Executables<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>Pip and <a href=\"https:\/\/www.makeuseof.com\/tag\/install-pip-for-python\/\" target=\"_blank\" rel=\"noopener\">Pip3 executables<\/a> are usually located in the &#8220;Scripts&#8221; folder within the Python installation directory.<\/li>\n\n\n\n<li>Navigate to the Python installation folder and locate the <code>Scripts<\/code> subfolder (e.g., <code>C:\\Users\\&lt;YourUser&gt;\\AppData\\Local\\Programs\\Python\\Python38\\Scripts<\/code>).<\/li>\n\n\n\n<li>Copy this path.<\/li>\n<\/ul>\n\n\n\n<figure class=\"wp-block-gallery has-nested-images columns-default is-cropped wp-block-gallery-7 is-layout-flex wp-block-gallery-is-layout-flex\">\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/pip-path.jpg\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1772\" height=\"341\" data-id=\"5375\" src=\"https:\/\/www.veeble.org\/kb\/wp-content\/uploads\/2024\/09\/pip-path.jpg\" alt=\"pip path\" class=\"wp-image-5375\" srcset=\"https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/pip-path.jpg 1772w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/pip-path-300x58.jpg 300w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/pip-path-1024x197.jpg 1024w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/pip-path-768x148.jpg 768w, https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/pip-path-1536x296.jpg 1536w\" sizes=\"auto, (max-width: 1772px) 100vw, 1772px\" \/><\/a><\/figure>\n<\/figure>\n\n\n<h5 class=\"wp-block-heading\" id=\"2-add-pip-to-environment-variables\">2. Add Pip to Environment Variables<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>Follow the same steps for adding Python to environment variables (see Step 2).<\/li>\n\n\n\n<li>In both &#8220;User&#8221; and &#8220;System&#8221; variables, add the path to the <code>Scripts<\/code> folder.<\/li>\n<\/ul>\n\n\n<h5 class=\"wp-block-heading\" id=\"3-restart-command-prompt\">3. Restart Command Prompt<\/h5>\n\n\n<ul class=\"wp-block-list\">\n<li>Restart the command prompt. After reopening, type <code>python --version<\/code> to check if Python is recognized.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"example-command-tests\">Example Command Tests<\/h3>\n\n\n<p>Once the environment variables are correctly set, you should be able to run the following commands successfully:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>python --version<\/code><\/pre>\n\n\n\n<p>Output: This should display the installed Python version (e.g., <code>Python 3.8.2<\/code>).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip --version<\/code><\/pre>\n\n\n\n<p>Output: This should display the pip version (e.g., <code>pip 19.2.3<\/code>).<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip3 --version<\/code><\/pre>\n\n\n\n<p>Output: This should display the pip3 version if installed.<\/p>\n\n\n\n<p><\/p>\n\n\n<h3 class=\"wp-block-heading\" id=\"troubleshooting\">Troubleshooting<\/h3>\n\n\n<ul class=\"wp-block-list\">\n<li>If Python or pip is still not recognized after following these steps, ensure you are adding the correct paths. Double-check both the Python executable and <code>Scripts<\/code> folder locations.<\/li>\n\n\n\n<li>Remember always to restart the command prompt after modifying environment variables.<\/li>\n<\/ul>\n\n\n\n<p><\/p>\n\n\n\n<div class=\"wp-block-uagb-separator uagb-block-8cf96845\"><div class=\"wp-block-uagb-separator__inner\" style=\"--my-background-image:\"><\/div><\/div>\n\n\n\n<p>By adding the correct paths for Python and pip to your system&#8217;s environment variables, you can resolve the errors where Python or pip is not recognized. <\/p>\n\n\n\n<div style=\"height:45px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<div class=\"wp-block-uagb-call-to-action uagb-block-d4be187e wp-block-button\"><div class=\"uagb-cta__wrap\"><h3 class=\"uagb-cta__title\">Reliable cPanel Hosting<\/h3><p class=\"uagb-cta__desc\">Secure, dependable, and easy-to-use cPanel hosting. Perfect for your website.<\/p><\/div><div class=\"uagb-cta__buttons\"><a href=\"https:\/\/www.veeble.com\/in\/cpanel-hosting\/\" class=\"uagb-cta__button-link-wrapper wp-block-button__link\" target=\"_blank\" rel=\"noopener noreferrer\">Get Started Now<svg xmlns=\"https:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><path d=\"M504.3 273.6l-112.1 104c-6.992 6.484-17.18 8.218-25.94 4.406c-8.758-3.812-14.42-12.45-14.42-21.1L351.9 288H32C14.33 288 .0002 273.7 .0002 255.1S14.33 224 32 224h319.9l0-72c0-9.547 5.66-18.19 14.42-22c8.754-3.809 18.95-2.075 25.94 4.41l112.1 104C514.6 247.9 514.6 264.1 504.3 273.6z\"><\/path><\/svg><\/a><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>This guide covers common Python-related errors, such as &#8220;Python is not recognized&#8221; or &#8220;pip is not recognized,&#8221; and how to resolve these issues on [&hellip;]<\/p>\n","protected":false},"author":7,"featured_media":7986,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_uag_custom_page_level_css":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"categories":[16,15],"tags":[],"class_list":["post-5351","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-windows","category-developers-stuff"],"uagb_featured_image_src":{"full":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized.jpg",1366,768,false],"thumbnail":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized-150x150.jpg",150,150,true],"medium":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized-300x169.jpg",300,169,true],"medium_large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized-768x432.jpg",768,432,true],"large":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized-1024x576.jpg",1024,576,true],"1536x1536":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized.jpg",1366,768,false],"2048x2048":["https:\/\/www.veeble.com\/kb\/wp-content\/uploads\/2024\/09\/Resolve-Error-pythonpip3pip-is-not-recognized.jpg",1366,768,false]},"uagb_author_info":{"display_name":"Adrian Antony","author_link":"https:\/\/www.veeble.com\/kb\/author\/adrian\/"},"uagb_comment_info":0,"uagb_excerpt":"This guide covers common Python-related errors, such as &#8220;Python is not recognized&#8221; or &#8220;pip is not recognized,&#8221; and how to resolve these issues on [&hellip;]","_links":{"self":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5351","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/users\/7"}],"replies":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/comments?post=5351"}],"version-history":[{"count":27,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5351\/revisions"}],"predecessor-version":[{"id":7593,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/posts\/5351\/revisions\/7593"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media\/7986"}],"wp:attachment":[{"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/media?parent=5351"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/categories?post=5351"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.veeble.com\/kb\/wp-json\/wp\/v2\/tags?post=5351"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}