{"id":22588,"date":"2021-11-22T12:08:00","date_gmt":"2021-11-22T06:38:00","guid":{"rendered":"https:\/\/tutorial.eyehunts.com\/?p=22588"},"modified":"2021-11-22T12:08:03","modified_gmt":"2021-11-22T06:38:03","slug":"how-to-get-string-input-in-python-3-example-code","status":"publish","type":"post","link":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/","title":{"rendered":"How to get string input in Python 3 | Example code"},"content":{"rendered":"\n<p>Use <a href=\"https:\/\/tutorial.eyehunts.com\/python\/python-input-function-string-integer-number\/\">input() function<\/a> to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>input(prompt)<\/code><\/pre>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<h2 class=\"wp-block-heading\"><strong>Example get string input in Python 3<\/strong><\/h2>\n\n\n\n<p>Simple example code taking string input from the user.<\/p>\n\n\n\n<div class=\"wp-block-image\"><figure class=\"aligncenter size-full\"><img data-recalc-dims=\"1\" loading=\"lazy\" decoding=\"async\" width=\"267\" height=\"133\" src=\"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg?resize=267%2C133&#038;ssl=1\" alt=\"How to get string input in Python 3\" class=\"wp-image-22626\"\/><\/figure><\/div>\n\n\n\n<div style=\"height:31px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p><strong>Another Example<\/strong><\/p>\n\n\n\n<p>You can also take input from the user with a message.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>name = input(\"Enter your name: \")\r\n\r\n# Output\r\nprint(\"Hello\", name)<\/code><\/pre>\n\n\n\n<p><strong>Output<\/strong>:<\/p>\n\n\n\n<p>Enter your name: John<br>Hello John<\/p>\n\n\n\n<div style=\"height:30px\" aria-hidden=\"true\" class=\"wp-block-spacer\"><\/div>\n\n\n\n<p>Do comment if you have any doubts and suggestions on this Python input topic.<\/p>\n\n\n\n<blockquote class=\"wp-block-quote is-layout-flow wp-block-quote-is-layout-flow\"><p><strong>Note:<\/strong> IDE:&nbsp;<a rel=\"noreferrer noopener\" href=\"https:\/\/www.jetbrains.com\/pycharm\/\" target=\"_blank\">PyCharm<\/a>&nbsp;2021.3.3 (Community Edition)<\/p><p>Windows 10<\/p><p><strong>Python 3.10.1<\/strong><\/p><p>All<strong>&nbsp;Python Examples&nbsp;are in&nbsp;Python&nbsp;3<\/strong>, so Maybe its different from python 2 or upgraded versions.<\/p><\/blockquote>\n","protected":false},"excerpt":{"rendered":"<p>Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string. Example get string input in Python 3 Simple example code taking string input from the user. Another Example You can also take input from the user with a message. Output: Enter&hellip;&nbsp;<a href=\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/\" rel=\"bookmark\">Read More &raquo;<span class=\"screen-reader-text\">How to get string input in Python 3 | Example code<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"neve_meta_sidebar":"","neve_meta_container":"","neve_meta_enable_content_width":"","neve_meta_content_width":0,"neve_meta_title_alignment":"","neve_meta_author_avatar":"","neve_post_elements_order":"","neve_meta_disable_header":"","neve_meta_disable_footer":"","neve_meta_disable_title":"","jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[30],"tags":[263,98],"post_series":[],"class_list":["post-22588","post","type-post","status-publish","format-standard","hentry","category-python","tag-python-input","tag-python-string"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v26.1.1 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>How to get string input in Python 3 | Code<\/title>\n<meta name=\"description\" content=\"Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to get string input in Python 3 | Code\" \/>\n<meta property=\"og:description\" content=\"Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/\" \/>\n<meta property=\"og:site_name\" content=\"Tutorial\" \/>\n<meta property=\"article:published_time\" content=\"2021-11-22T06:38:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-11-22T06:38:03+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg\" \/>\n<meta name=\"author\" content=\"Rohit\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Rohit\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/\",\"url\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/\",\"name\":\"How to get string input in Python 3 | Code\",\"isPartOf\":{\"@id\":\"https:\/\/tutorial.eyehunts.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg\",\"datePublished\":\"2021-11-22T06:38:00+00:00\",\"dateModified\":\"2021-11-22T06:38:03+00:00\",\"author\":{\"@id\":\"https:\/\/tutorial.eyehunts.com\/#\/schema\/person\/69ca2cb8c13fdce0ee5b39d6175119b1\"},\"description\":\"Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.\",\"breadcrumb\":{\"@id\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#primaryimage\",\"url\":\"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg?fit=267%2C133&ssl=1\",\"contentUrl\":\"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg?fit=267%2C133&ssl=1\",\"width\":267,\"height\":133},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/tutorial.eyehunts.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How to get string input in Python 3 | Example code\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/tutorial.eyehunts.com\/#website\",\"url\":\"https:\/\/tutorial.eyehunts.com\/\",\"name\":\"Tutorial\",\"description\":\"By EyeHunts\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/tutorial.eyehunts.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\/\/tutorial.eyehunts.com\/#\/schema\/person\/69ca2cb8c13fdce0ee5b39d6175119b1\",\"name\":\"Rohit\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/tutorial.eyehunts.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/tutorial.eyehunts.com\/wp-content\/litespeed\/avatar\/2b27529b86d6dfb5336897e07c93a827.jpg?ver=1777374971\",\"contentUrl\":\"https:\/\/tutorial.eyehunts.com\/wp-content\/litespeed\/avatar\/2b27529b86d6dfb5336897e07c93a827.jpg?ver=1777374971\",\"caption\":\"Rohit\"},\"description\":\"Degree in Computer Science and Engineer: App Developer and has multiple Programming languages experience. Enthusiasm for technology &amp; like learning technical.\",\"url\":\"https:\/\/tutorial.eyehunts.com\/author\/rohit\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to get string input in Python 3 | Code","description":"Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.","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:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/","og_locale":"en_US","og_type":"article","og_title":"How to get string input in Python 3 | Code","og_description":"Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.","og_url":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/","og_site_name":"Tutorial","article_published_time":"2021-11-22T06:38:00+00:00","article_modified_time":"2021-11-22T06:38:03+00:00","og_image":[{"url":"https:\/\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg","type":"","width":"","height":""}],"author":"Rohit","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Rohit","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/","url":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/","name":"How to get string input in Python 3 | Code","isPartOf":{"@id":"https:\/\/tutorial.eyehunts.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#primaryimage"},"image":{"@id":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#primaryimage"},"thumbnailUrl":"https:\/\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg","datePublished":"2021-11-22T06:38:00+00:00","dateModified":"2021-11-22T06:38:03+00:00","author":{"@id":"https:\/\/tutorial.eyehunts.com\/#\/schema\/person\/69ca2cb8c13fdce0ee5b39d6175119b1"},"description":"Use input() function to get string input in Python 3. Whatever user will enter as input, the input function converts it into a string.","breadcrumb":{"@id":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#primaryimage","url":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg?fit=267%2C133&ssl=1","contentUrl":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-get-string-input-in-Python-3.jpg?fit=267%2C133&ssl=1","width":267,"height":133},{"@type":"BreadcrumbList","@id":"https:\/\/tutorial.eyehunts.com\/python\/how-to-get-string-input-in-python-3-example-code\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/tutorial.eyehunts.com\/"},{"@type":"ListItem","position":2,"name":"How to get string input in Python 3 | Example code"}]},{"@type":"WebSite","@id":"https:\/\/tutorial.eyehunts.com\/#website","url":"https:\/\/tutorial.eyehunts.com\/","name":"Tutorial","description":"By EyeHunts","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/tutorial.eyehunts.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/tutorial.eyehunts.com\/#\/schema\/person\/69ca2cb8c13fdce0ee5b39d6175119b1","name":"Rohit","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/tutorial.eyehunts.com\/#\/schema\/person\/image\/","url":"https:\/\/tutorial.eyehunts.com\/wp-content\/litespeed\/avatar\/2b27529b86d6dfb5336897e07c93a827.jpg?ver=1777374971","contentUrl":"https:\/\/tutorial.eyehunts.com\/wp-content\/litespeed\/avatar\/2b27529b86d6dfb5336897e07c93a827.jpg?ver=1777374971","caption":"Rohit"},"description":"Degree in Computer Science and Engineer: App Developer and has multiple Programming languages experience. Enthusiasm for technology &amp; like learning technical.","url":"https:\/\/tutorial.eyehunts.com\/author\/rohit\/"}]}},"jetpack_featured_media_url":"","jetpack-related-posts":[{"id":22586,"url":"https:\/\/tutorial.eyehunts.com\/python\/how-to-take-string-input-in-python-example-code\/","url_meta":{"origin":22588,"position":0},"title":"How to take string input in Python | Example code","author":"Rohit","date":"November 22, 2021","format":false,"excerpt":"You can take input in Python by using the raw_input() or the input() function command. The input() function reads the input and assigns whatever datatype it thinks best suits the input. input(prompt) prompt:- A String, representing a default message before the input. Note: raw_input() function has been discontinued in Python\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"https:\/\/tutorial.eyehunts.com\/category\/python\/"},"img":{"alt_text":"How to take string input in Python","src":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-take-string-input-in-Python.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":23142,"url":"https:\/\/tutorial.eyehunts.com\/python\/python-input-list-of-strings-example-code\/","url_meta":{"origin":22588,"position":1},"title":"Python input list of strings | Example code","author":"Rohit","date":"December 11, 2021","format":false,"excerpt":"Use the split() function on input string to get an input list of strings in Python. Where the split function splits a string into a list of words. Example take an input list of strings in Python A simple example code accepts the list of strings from a user in\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"https:\/\/tutorial.eyehunts.com\/category\/python\/"},"img":{"alt_text":"Python input list of strings","src":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/12\/Python-input-list-of-strings.jpg?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/12\/Python-input-list-of-strings.jpg?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/12\/Python-input-list-of-strings.jpg?resize=525%2C300&ssl=1 1.5x"},"classes":[]},{"id":34855,"url":"https:\/\/tutorial.eyehunts.com\/python\/eval-input-in-python\/","url_meta":{"origin":22588,"position":2},"title":"eval input in Python","author":"Rohit","date":"December 14, 2022","format":false,"excerpt":"You can feed input into eval() and evaluate it as a Python expression. The built-in input() reads the user input at the command line, converts it to a string, strips the trailing newline, and returns the result to the caller. x = eval(input(\"Enter a number: \")) You can wrap Python\u2019s\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"https:\/\/tutorial.eyehunts.com\/category\/python\/"},"img":{"alt_text":"eval input in Python","src":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2022\/12\/eval-input-in-Python.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":22582,"url":"https:\/\/tutorial.eyehunts.com\/python\/how-to-take-integer-input-in-python-3-example-code\/","url_meta":{"origin":22588,"position":3},"title":"How to take integer input in Python 3 | Example code","author":"Rohit","date":"November 23, 2021","format":false,"excerpt":"Use Python built-in input() function to take integer input from the user. This input() function returns string data and it can be stored in a string variable. Then use the int() function to parse into an integer value. num = int(input(\"Enter an integer: \")) Example take integer input in Python\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"https:\/\/tutorial.eyehunts.com\/category\/python\/"},"img":{"alt_text":"How to take integer input in Python 3","src":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/11\/How-to-take-integer-input-in-Python-3.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":23041,"url":"https:\/\/tutorial.eyehunts.com\/python\/input-split-python-example-code\/","url_meta":{"origin":22588,"position":4},"title":"Input split Python | Example code","author":"Rohit","date":"December 9, 2021","format":false,"excerpt":"If you want to split input by space or any other splitter then just use the split method with the input function in Python. split slits a string by a space by default, but you can change this behavior: input().split(separator, maxsplit) separator (optional): The delimiter on which the string will\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"https:\/\/tutorial.eyehunts.com\/category\/python\/"},"img":{"alt_text":"Input split Python","src":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2021\/12\/Input-split-Python.jpg?resize=350%2C200&ssl=1","width":350,"height":200},"classes":[]},{"id":2170,"url":"https:\/\/tutorial.eyehunts.com\/python\/python-input-function-string-integer-number\/","url_meta":{"origin":22588,"position":5},"title":"Python input function | Input String | Input Integer (Number)","author":"Rohit","date":"October 5, 2018","format":false,"excerpt":"Python input function allows to user pass content\u00a0in the program. In a simple word, the program can read the line form console, which\u00a0entered by users. With the input function, we can read string and integer (Numbers) data types in python. In this tutorial, you will learn about the input function\u00a0with\u2026","rel":"","context":"In &quot;Python&quot;","block_context":{"text":"Python","link":"https:\/\/tutorial.eyehunts.com\/category\/python\/"},"img":{"alt_text":"Python input function | Input String | Input Integer (Number)","src":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2018\/10\/Python-input-function-Input-String-Input-Integer-Number.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2018\/10\/Python-input-function-Input-String-Input-Integer-Number.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2018\/10\/Python-input-function-Input-String-Input-Integer-Number.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/tutorial.eyehunts.com\/wp-content\/uploads\/2018\/10\/Python-input-function-Input-String-Input-Integer-Number.png?resize=700%2C400&ssl=1 2x"},"classes":[]}],"jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/posts\/22588","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/comments?post=22588"}],"version-history":[{"count":1,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/posts\/22588\/revisions"}],"predecessor-version":[{"id":22628,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/posts\/22588\/revisions\/22628"}],"wp:attachment":[{"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/media?parent=22588"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/categories?post=22588"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/tags?post=22588"},{"taxonomy":"post_series","embeddable":true,"href":"https:\/\/tutorial.eyehunts.com\/wp-json\/wp\/v2\/post_series?post=22588"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}