{"id":277,"date":"2009-12-04T21:24:28","date_gmt":"2009-12-04T21:24:28","guid":{"rendered":"http:\/\/kedar.nitty-witty.com\/?p=277"},"modified":"2023-05-14T10:52:25","modified_gmt":"2023-05-14T10:52:25","slug":"how-to-echo-colored-text-in-shell-script","status":"publish","type":"post","link":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script","title":{"rendered":"How to echo colored text in linux shell script"},"content":{"rendered":"\n<p class=\"wp-block-paragraph\">Having a colourful display on shell script is something that&#8217;d beautify your experience. Using colour text and echos will help you to highlight and distinguish the shell output on a linux prompt.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Here&#8217;s how you can have colored text in linux shell, try following command on your bash:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>bash $] tput setaf 1<br>You will see your text color will turn red.<br>To reset it you can type following command to make text color white<br><span style=\"color: #888888;\"> bash $] tput setaf 7<\/span><\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code>or to reset everything again text modes<br><span style=\"color: #888888;\"> bash $] tput sgr0<\/span><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\">Same things you can use in your bash script to colorize output.<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Create following sample bash script for colourize echo:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code><em># vi try.sh <\/em>\n#<em>ColourfulText<\/em>\n<em>txtrst=$(tput sgr0) # Text reset<\/em>\n<em>txtred=$(tput setaf 1) # Red<\/em>\n<em>echo \"Welcome to ${txtred} kedar.nitty-witty.com ${txtrst}!\"<\/em><\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><span style=\"color: #888888;\"><em><span style=\"color: #000000;\"><span style=\"font-style: normal;\">The coloured text output is as follows::<\/span><\/span><\/em><\/span><\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter\"><a href=\"http:\/\/kedar.nitty-witty.com\/wp-content\/uploads\/2009\/12\/colored-shell-script.JPG\"><img decoding=\"async\" src=\"http:\/\/kedar.nitty-witty.com\/wp-content\/uploads\/2009\/12\/colored-shell-script-300x60.jpg\" alt=\"colored-shell-script\" class=\"wp-image-278\" title=\"colored-shell-script\"\/><\/a><\/figure>\n<\/div>\n\n\n<p class=\"wp-block-paragraph\">If you need more colors, you may define them as follows in shell script:<\/p>\n\n\n\n<p class=\"wp-block-paragraph\">Other variables you can define as follows:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>txtgrn=$(tput setaf 2) # Green\ntxtylw=$(tput setaf 3) # Yellow\ntxtblu=$(tput setaf 4) # Blue\ntxtpur=$(tput setaf 5) # Purple\ntxtcyn=$(tput setaf 6) # Cyan\ntxtwht=$(tput setaf 7) # White\ntxtrst=$(tput sgr0) # Text reset.<\/code><\/pre>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>Following are the tput details further:<\/strong><br>tput setab [1-7] : Set a background colour using ANSI escape<br>tput setb [1-7] : Set a background colour<br>tput setaf [1-7] : Set a foreground colour using ANSI escape<br>tput setf [1-7] : Set a foreground colour<\/p>\n\n\n\n<p class=\"wp-block-paragraph\"><strong>tput Text Mode Capabilities:<\/strong><\/p>\n\n\n\n<p class=\"wp-block-paragraph\">tput bold : Set bold mode<br>tput dim : turn on half-bright mode<br>tput smul : begin underline mode<br>tput rmul : exit underline mode<br>tput rev : Turn on reverse mode<br>tput smso : Enter standout mode (bold on rxvt)<br>tput rmso : Exit standout mode<br>tput sgr0 : Turn off all attributes (doesn&#8217;t work quite as expected)<br><br>I hope you liked this. Happy &amp; colourful shell scripting.&nbsp; \ud83d\ude42<\/p>\n","protected":false},"excerpt":{"rendered":"Having a colourful display on shell script is something that&#8217;d beautify your experience. Using colour text and echos will help you to highlight and distinguish the shell output on a&hellip;\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"om_disable_all_campaigns":false,"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":""},"categories":[6],"tags":[24,253,330,252,59],"class_list":["post-277","post","type-post","status-publish","format-standard","category-technical","tag-code","tag-color-text-shell-script","tag-colouring-shell-script","tag-echo-coloured-text","tag-linux"],"aioseo_notices":[],"aioseo_head":"\n\t\t<!-- All in One SEO 4.9.10 - aioseo.com -->\n\t<meta name=\"description\" content=\"How to echo colored text in shell script, using tput colouring shell script\" \/>\n\t<meta name=\"robots\" content=\"max-image-preview:large\" \/>\n\t<meta name=\"author\" content=\"Kedar\"\/>\n\t<meta name=\"google-site-verification\" content=\"_Bu1h5r0PxIC0D2jBVdmYN45RTeG9ogcX85XLkbG1qA\" \/>\n\t<meta name=\"msvalidate.01\" content=\"116B62074CBCA1BA99B8CCE09CCF2FB8\" \/>\n\t<meta name=\"keywords\" content=\"colored output,shell script,tput,linux,color text,colouring shell script,code,color text shell script,echo coloured text\" \/>\n\t<link rel=\"canonical\" href=\"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script\" \/>\n\t<meta name=\"generator\" content=\"All in One SEO (AIOSEO) 4.9.10\" \/>\n\t\t<meta property=\"og:locale\" content=\"en_US\" \/>\n\t\t<meta property=\"og:site_name\" content=\"Change Is Inevitable | Kedar Vaijanapurkar&#039;s Blog for MySQL, technology and various subjects\" \/>\n\t\t<meta property=\"og:type\" content=\"article\" \/>\n\t\t<meta property=\"og:title\" content=\"How to echo colored text in shell script | Change Is Inevitable\" \/>\n\t\t<meta property=\"og:description\" content=\"How to echo colored text in shell script, using tput colouring shell script\" \/>\n\t\t<meta property=\"og:url\" content=\"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script\" \/>\n\t\t<meta property=\"article:published_time\" content=\"2009-12-04T21:24:28+00:00\" \/>\n\t\t<meta property=\"article:modified_time\" content=\"2023-05-14T10:52:25+00:00\" \/>\n\t\t<meta name=\"twitter:card\" content=\"summary\" \/>\n\t\t<meta name=\"twitter:title\" content=\"How to echo colored text in shell script | Change Is Inevitable\" \/>\n\t\t<meta name=\"twitter:description\" content=\"How to echo colored text in shell script, using tput colouring shell script\" \/>\n\t\t<script type=\"application\/ld+json\" class=\"aioseo-schema\">\n\t\t\t{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#article\",\"name\":\"How to echo colored text in shell script | Change Is Inevitable\",\"headline\":\"How to echo colored text in linux shell script\",\"author\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"publisher\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\"},\"image\":{\"@type\":\"ImageObject\",\"url\":\"http:\\\/\\\/kedar.nitty-witty.com\\\/wp-content\\\/uploads\\\/2009\\\/12\\\/colored-shell-script-300x60.jpg\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script\\\/#articleImage\"},\"datePublished\":\"2009-12-04T21:24:28+00:00\",\"dateModified\":\"2023-05-14T10:52:25+00:00\",\"inLanguage\":\"en-US\",\"commentCount\":2,\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#webpage\"},\"isPartOf\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#webpage\"},\"articleSection\":\"Technical, code, color text shell script, colouring shell script, echo coloured text, linux\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#breadcrumblist\",\"itemListElement\":[{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog#listItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/technical#listItem\",\"name\":\"Technical\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/technical#listItem\",\"position\":2,\"name\":\"Technical\",\"item\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/technical\",\"nextItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#listItem\",\"name\":\"How to echo colored text in linux shell script\"},\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog#listItem\",\"name\":\"Home\"}},{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#listItem\",\"position\":3,\"name\":\"How to echo colored text in linux shell script\",\"previousItem\":{\"@type\":\"ListItem\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/category\\\/technical#listItem\",\"name\":\"Technical\"}}]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\",\"name\":\"Kedar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#personImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin\",\"name\":\"Kedar\",\"image\":{\"@type\":\"ImageObject\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#authorImage\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g\",\"width\":96,\"height\":96,\"caption\":\"Kedar\"}},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#webpage\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script\",\"name\":\"How to echo colored text in shell script | Change Is Inevitable\",\"description\":\"How to echo colored text in shell script, using tput colouring shell script\",\"inLanguage\":\"en-US\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#website\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/how-to-echo-colored-text-in-shell-script#breadcrumblist\"},\"author\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"creator\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/author\\\/admin#author\"},\"datePublished\":\"2009-12-04T21:24:28+00:00\",\"dateModified\":\"2023-05-14T10:52:25+00:00\"},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/\",\"name\":\"..::CHANGE is INEVITABLE::..\",\"description\":\"Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects\",\"inLanguage\":\"en-US\",\"publisher\":{\"@id\":\"https:\\\/\\\/kedar.nitty-witty.com\\\/blog\\\/#person\"}}]}\n\t\t<\/script>\n\t\t<!-- All in One SEO -->\n\n","aioseo_head_json":{"title":"How to echo colored text in shell script | Change Is Inevitable","description":"How to echo colored text in shell script, using tput colouring shell script","canonical_url":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script","robots":"max-image-preview:large","keywords":"colored output,shell script,tput,linux,color text,colouring shell script,code,color text shell script,echo coloured text","webmasterTools":{"google-site-verification":"_Bu1h5r0PxIC0D2jBVdmYN45RTeG9ogcX85XLkbG1qA","msvalidate.01":"116B62074CBCA1BA99B8CCE09CCF2FB8","miscellaneous":""},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#article","name":"How to echo colored text in shell script | Change Is Inevitable","headline":"How to echo colored text in linux shell script","author":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"publisher":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person"},"image":{"@type":"ImageObject","url":"http:\/\/kedar.nitty-witty.com\/wp-content\/uploads\/2009\/12\/colored-shell-script-300x60.jpg","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script\/#articleImage"},"datePublished":"2009-12-04T21:24:28+00:00","dateModified":"2023-05-14T10:52:25+00:00","inLanguage":"en-US","commentCount":2,"mainEntityOfPage":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#webpage"},"isPartOf":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#webpage"},"articleSection":"Technical, code, color text shell script, colouring shell script, echo coloured text, linux"},{"@type":"BreadcrumbList","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#breadcrumblist","itemListElement":[{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog#listItem","position":1,"name":"Home","item":"https:\/\/kedar.nitty-witty.com\/blog","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/technical#listItem","name":"Technical"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/technical#listItem","position":2,"name":"Technical","item":"https:\/\/kedar.nitty-witty.com\/blog\/category\/technical","nextItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#listItem","name":"How to echo colored text in linux shell script"},"previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog#listItem","name":"Home"}},{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#listItem","position":3,"name":"How to echo colored text in linux shell script","previousItem":{"@type":"ListItem","@id":"https:\/\/kedar.nitty-witty.com\/blog\/category\/technical#listItem","name":"Technical"}}]},{"@type":"Person","@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person","name":"Kedar","image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#personImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"}},{"@type":"Person","@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author","url":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin","name":"Kedar","image":{"@type":"ImageObject","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#authorImage","url":"https:\/\/secure.gravatar.com\/avatar\/be1f7021485c325d92cc4c5d961accb9c1af72b1b11281a790f7f4f066ef10d3?s=96&d=mm&r=g","width":96,"height":96,"caption":"Kedar"}},{"@type":"WebPage","@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#webpage","url":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script","name":"How to echo colored text in shell script | Change Is Inevitable","description":"How to echo colored text in shell script, using tput colouring shell script","inLanguage":"en-US","isPartOf":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#website"},"breadcrumb":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script#breadcrumblist"},"author":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"creator":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/author\/admin#author"},"datePublished":"2009-12-04T21:24:28+00:00","dateModified":"2023-05-14T10:52:25+00:00"},{"@type":"WebSite","@id":"https:\/\/kedar.nitty-witty.com\/blog\/#website","url":"https:\/\/kedar.nitty-witty.com\/blog\/","name":"..::CHANGE is INEVITABLE::..","description":"Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects","inLanguage":"en-US","publisher":{"@id":"https:\/\/kedar.nitty-witty.com\/blog\/#person"}}]},"og:locale":"en_US","og:site_name":"Change Is Inevitable | Kedar Vaijanapurkar's Blog for MySQL, technology and various subjects","og:type":"article","og:title":"How to echo colored text in shell script | Change Is Inevitable","og:description":"How to echo colored text in shell script, using tput colouring shell script","og:url":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script","article:published_time":"2009-12-04T21:24:28+00:00","article:modified_time":"2023-05-14T10:52:25+00:00","twitter:card":"summary","twitter:title":"How to echo colored text in shell script | Change Is Inevitable","twitter:description":"How to echo colored text in shell script, using tput colouring shell script"},"aioseo_meta_data":{"post_id":"277","title":"How to echo colored text in shell script | #site_title","description":"How to echo colored text in shell script, using tput colouring shell script","keywords":[{"label":"colored output","value":"colored output"},{"label":"shell script","value":"shell script"},{"label":"tput","value":"tput"},{"label":"linux","value":"linux"},{"label":"color text","value":"color text"},{"label":"colouring shell script","value":"colouring shell script"}],"keyphrases":null,"primary_term":null,"canonical_url":null,"og_title":null,"og_description":null,"og_object_type":"default","og_image_type":"default","og_image_url":null,"og_image_width":null,"og_image_height":null,"og_image_custom_url":null,"og_image_custom_fields":null,"og_video":null,"og_custom_url":null,"og_article_section":null,"og_article_tags":null,"twitter_use_og":false,"twitter_card":"default","twitter_image_type":"default","twitter_image_url":null,"twitter_image_custom_url":null,"twitter_image_custom_fields":null,"twitter_title":null,"twitter_description":null,"schema":{"blockGraphs":[],"customGraphs":[],"default":{"data":{"Article":[],"Course":[],"Dataset":[],"FAQPage":[],"Movie":[],"Person":[],"Product":[],"ProductReview":[],"Car":[],"Recipe":[],"Service":[],"SoftwareApplication":[],"WebPage":[]},"graphName":"","isEnabled":true},"graphs":[]},"schema_type":null,"schema_type_options":null,"pillar_content":false,"robots_default":true,"robots_noindex":false,"robots_noarchive":false,"robots_nosnippet":false,"robots_nofollow":false,"robots_noimageindex":false,"robots_noodp":false,"robots_notranslate":false,"robots_max_snippet":null,"robots_max_videopreview":null,"robots_max_imagepreview":"large","priority":null,"frequency":null,"location":null,"local_seo":null,"breadcrumb_settings":null,"limit_modified_date":false,"ai":null,"created":"2021-03-24 17:44:00","updated":"2025-08-16 19:01:23","seo_analyzer_scan_date":null},"aioseo_breadcrumb":"<div class=\"aioseo-breadcrumbs\"><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\" title=\"Home\">Home<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\t<a href=\"https:\/\/kedar.nitty-witty.com\/blog\/category\/technical\" title=\"Technical\">Technical<\/a>\n\t\t<\/span><span class=\"aioseo-breadcrumb-separator\">\u00bb<\/span><span class=\"aioseo-breadcrumb\">\n\t\t\tHow to echo colored text in linux shell script\n\t\t<\/span><\/div>","aioseo_breadcrumb_json":[{"label":"Home","link":"https:\/\/kedar.nitty-witty.com\/blog"},{"label":"Technical","link":"https:\/\/kedar.nitty-witty.com\/blog\/category\/technical"},{"label":"How to echo colored text in linux shell script","link":"https:\/\/kedar.nitty-witty.com\/blog\/how-to-echo-colored-text-in-shell-script"}],"amp_enabled":true,"_links":{"self":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/277","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/comments?post=277"}],"version-history":[{"count":9,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/277\/revisions"}],"predecessor-version":[{"id":2897,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/posts\/277\/revisions\/2897"}],"wp:attachment":[{"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/media?parent=277"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/categories?post=277"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/kedar.nitty-witty.com\/blog\/wp-json\/wp\/v2\/tags?post=277"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}