{"id":4166,"date":"2012-07-31T17:06:40","date_gmt":"2012-07-31T21:06:40","guid":{"rendered":"http:\/\/www.iri.com\/blog\/?p=4166"},"modified":"2017-11-07T10:12:40","modified_gmt":"2017-11-07T15:12:40","slug":"generating-test-nid-data-italy-fiscal-codes","status":"publish","type":"post","link":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/","title":{"rendered":"Generating Test NID Data &#8211; Italy Fiscal Codes"},"content":{"rendered":"<p>Fiscal Codes in Italy are used in much the same way Social Security numbers are used in the United States.\u00a0 The &#8220;Codice Fiscale&#8221; identifies citizens, taxpayers, or any other person who has entered the country for an extended stay on a visa. It consists of sixteen characters, in the format:<\/p>\n<p>LLLFFFYYMDDBBBBC<\/p>\n<p>The first six letters are consonants from the first name and last name. If there are not enough consonants available from the first or last name then vowels will be placed after the available consonants. The next five digits are generated from the birth date of the person being identified. The 12th through 15th characters identify the city of birth. The last character is a check, or validation character.<\/p>\n<p>IRI has created new library functions for <a title=\"RowGen Test Data Generation Software\" href=\"http:\/\/www.iri.com\/products\/rowgen\" target=\"_blank\" rel=\"noopener\">RowGen<\/a> users who wish to generate either computationally valid or invalid Codice Fiscale values.\u00a0When creating a valid Fiscal Code that is computationally correct and properly formatted the user can utilize a special\u00a0function within a <a title=\"RowGen Test Data Generation Software\" href=\"http:\/\/www.iri.com\/products\/rowgen\" target=\"_blank\" rel=\"noopener\">RowGen<\/a>\u00a0job script like this:<\/p>\n<pre style=\"padding-left: 30px;\">\/INFILE=RowGen_IFC_valid.placeholder.in\r\n   \/ALIAS=RGIFC\r\n   \/PROCESS=RANDOM\r\n   \/INCOLLECT=1\r\n   \/FIELD=(NATID=natid_gen_italy(\"Rossi\", \"Mario\", \"1992\/04\/03\", \"Torreano\", \"M\"), TYPE=ASCII, POSITION=1, \r\n          SEPARATOR=\"\\n\") \r\n\/REPORT \r\n\/OUTFILE=stdout \r\n   \/PROCESS=RECORD \r\n   \/FIELD=(NATID, TYPE=ASCII, POSITION=1, SEPARATOR=\"\\t\")<\/pre>\n<p>The output from this routine is:<br \/>\nRSSMRA92D03L246A<\/p>\n<p>When trying to create a specific, and valid, Fiscal Code, like the example above, use the syntax:<\/p>\n<p>\/FIELD=(FieldName=natid_gen_italy(LastName, FirstName, BirthDate, BirthCity, Gender), TYPE=ASCII, POSITION=2, SEPARATOR=&#8221;\\t&#8221;)<\/p>\n<p>where:<\/p>\n<ul>\n<li>FieldName is the desired name for the field.<\/li>\n<li>LastName is a string surrounded by quotations that signifies the last name for the desired fiscal code to be generated.<\/li>\n<li>FirstName is a string surrounded by quotations that signifies the first name for the desired fiscal code to be generated.<\/li>\n<li>BirthDate is a string surrounded by quotations entered in year, month, day format (YYYY\/MM\/DD).<\/li>\n<li>BirthCity\u00a0is a string surrounded by quotations that signifies the city of birth, or foreign country of birth, for the desired fiscal code to be generated.<\/li>\n<li>Gender\u00a0is a string surrounded by quotations that consists of a M or F to represent male or female.<\/li>\n<li>These fields are optional, but if one field is not present the other cannot be present either.<\/li>\n<\/ul>\n<p>If the user was interested in generating an invalid Fiscal Code, so as to protect people from identity fraud, using a different control character rather than the correct one would satisfy this need. A <a title=\"RowGen Test Data Generation Software\" href=\"http:\/\/www.iri.com\/products\/rowgen\" target=\"_blank\" rel=\"noopener\">RowGen<\/a>\u00a0job script calling this function to create a properly formatted, but computationally insufficient Fiscal Code might be:<\/p>\n<pre style=\"padding-left: 30px;\">\/INFILE=RowGen_IFC_invalid.placeholder.in\r\n   \/ALIAS=RGIFC\r\n   \/PROCESS=RANDOM\r\n   \/INCOLLECT=1\r\n   \/FIELD=(NATID=natid_gen_invalid_italy(\"Esposito\", \"Giuseppe\", \"1997\/06\/12\", \"Torrazzo\", \"M\"), TYPE=ASCII, \r\n          POSITION=1,SEPARATOR = \"\\n\")<\/pre>\n<p>The output from this routine is:<br \/>\nSPSGPP97H12L239Y<\/p>\n<p>If the user is interested in creating a specific, and invalid, Fiscal Code the user can call the script above, such as:<\/p>\n<p>\/FIELD=(FieldName=natid_gen_invalid_italy(LastName, FirstName, BirthDate, BirthCity, Gender), TYPE=ASCII, POSITION=2, SEPARATOR=&#8221;\\t&#8221;)<\/p>\n<p>where:<\/p>\n<ul>\n<li>FieldName is the desired name for the field.<\/li>\n<li>LastName is a string surrounded by quotations that signifies the last name for the desired fiscal code to be generated.<\/li>\n<li>FirstName is a string surrounded by quotations that signifies the first name for the desired fiscal code to be generated.<\/li>\n<li>BirthDate is a string surrounded by quotations entered in year, month, day format (YYYY\/MM\/DD).<\/li>\n<li>BirthCity\u00a0is a string surrounded by quotations that signifies the city of birth, or foreign country of birth, for the desired fiscal code to be generated.<\/li>\n<li>Gender\u00a0is a string surrounded by quotations that consists of a M or F to represent male or female.<\/li>\n<li>These fields are optional, but if one field is not present the other cannot be present either.<\/li>\n<\/ul>\n<p>Any number of records can be generated, and sent to one or more output file or table targets, in one or more (custom) formats with or without other data fields. \u00a0If you are interested in using either of these functions in RowGen, please contact your IRI representative.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Fiscal Codes in Italy are used in much the same way Social Security numbers are used in the United States.\u00a0 The &#8220;Codice Fiscale&#8221; identifies citizens, taxpayers, or any other person who has entered the country for an extended stay on a visa. It consists of sixteen characters, in the format: LLLFFFYYMDDBBBBC The first six letters<\/p>\n<div><a class=\"btn-filled btn\" href=\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\" title=\"Generating Test NID Data &#8211; Italy Fiscal Codes\">Read More<\/a><\/div>\n","protected":false},"author":20,"featured_media":11891,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"_exactmetrics_skip_tracking":false,"_exactmetrics_sitenote_active":false,"_exactmetrics_sitenote_note":"","_exactmetrics_sitenote_category":0,"footnotes":""},"categories":[29],"tags":[322],"class_list":["post-4166","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-test-data","tag-www-iri-comgenerating-test-nid-data-italy-fiscal-codes"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v23.4 (Yoast SEO v23.4) - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Generating Test NID Data - Italy Fiscal Codes - IRI<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Generating Test NID Data - Italy Fiscal Codes\" \/>\n<meta property=\"og:description\" content=\"Fiscal Codes in Italy are used in much the same way Social Security numbers are used in the United States.\u00a0 The &#8220;Codice Fiscale&#8221; identifies citizens, taxpayers, or any other person who has entered the country for an extended stay on a visa. It consists of sixteen characters, in the format: LLLFFFYYMDDBBBBC The first six lettersRead More\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\" \/>\n<meta property=\"og:site_name\" content=\"IRI\" \/>\n<meta property=\"article:published_time\" content=\"2012-07-31T21:06:40+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2017-11-07T15:12:40+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1024\" \/>\n\t<meta property=\"og:image:height\" content=\"500\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Zachary McHenry\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Zachary McHenry\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"3 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\"},\"author\":{\"name\":\"Zachary McHenry\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/person\/78eba25b0948cc80568f172c56e99745\"},\"headline\":\"Generating Test NID Data &#8211; Italy Fiscal Codes\",\"datePublished\":\"2012-07-31T21:06:40+00:00\",\"dateModified\":\"2017-11-07T15:12:40+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\"},\"wordCount\":619,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png\",\"keywords\":[\"www.iri.com+generating-test-nid-data-italy-fiscal-codes\"],\"articleSection\":[\"Test Data\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\",\"url\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\",\"name\":\"Generating Test NID Data - Italy Fiscal Codes - IRI\",\"isPartOf\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png\",\"datePublished\":\"2012-07-31T21:06:40+00:00\",\"dateModified\":\"2017-11-07T15:12:40+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage\",\"url\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png\",\"contentUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png\",\"width\":1024,\"height\":500,\"caption\":\"italian fiscal code\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/www.iri.com\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Generating Test NID Data &#8211; Italy Fiscal Codes\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.iri.com\/blog\/#website\",\"url\":\"https:\/\/www.iri.com\/blog\/\",\"name\":\"IRI\",\"description\":\"Total Data Management Blog\",\"publisher\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.iri.com\/blog\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.iri.com\/blog\/#organization\",\"name\":\"IRI\",\"url\":\"https:\/\/www.iri.com\/blog\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png\",\"contentUrl\":\"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png\",\"width\":750,\"height\":206,\"caption\":\"IRI\"},\"image\":{\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/person\/78eba25b0948cc80568f172c56e99745\",\"name\":\"Zachary McHenry\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.iri.com\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f783b98096dabe202c36c6ab81417f89?s=96&d=blank&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f783b98096dabe202c36c6ab81417f89?s=96&d=blank&r=g\",\"caption\":\"Zachary McHenry\"},\"sameAs\":[\"http:\/\/www.iri.com\"],\"url\":\"https:\/\/www.iri.com\/blog\/author\/zachm\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Generating Test NID Data - Italy Fiscal Codes - IRI","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:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/","og_locale":"en_US","og_type":"article","og_title":"Generating Test NID Data - Italy Fiscal Codes","og_description":"Fiscal Codes in Italy are used in much the same way Social Security numbers are used in the United States.\u00a0 The &#8220;Codice Fiscale&#8221; identifies citizens, taxpayers, or any other person who has entered the country for an extended stay on a visa. It consists of sixteen characters, in the format: LLLFFFYYMDDBBBBC The first six lettersRead More","og_url":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/","og_site_name":"IRI","article_published_time":"2012-07-31T21:06:40+00:00","article_modified_time":"2017-11-07T15:12:40+00:00","og_image":[{"width":1024,"height":500,"url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png","type":"image\/png"}],"author":"Zachary McHenry","twitter_card":"summary_large_image","twitter_misc":{"Written by":"Zachary McHenry","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#article","isPartOf":{"@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/"},"author":{"name":"Zachary McHenry","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/person\/78eba25b0948cc80568f172c56e99745"},"headline":"Generating Test NID Data &#8211; Italy Fiscal Codes","datePublished":"2012-07-31T21:06:40+00:00","dateModified":"2017-11-07T15:12:40+00:00","mainEntityOfPage":{"@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/"},"wordCount":619,"commentCount":0,"publisher":{"@id":"https:\/\/www.iri.com\/blog\/#organization"},"image":{"@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png","keywords":["www.iri.com+generating-test-nid-data-italy-fiscal-codes"],"articleSection":["Test Data"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/","url":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/","name":"Generating Test NID Data - Italy Fiscal Codes - IRI","isPartOf":{"@id":"https:\/\/www.iri.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage"},"image":{"@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage"},"thumbnailUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png","datePublished":"2012-07-31T21:06:40+00:00","dateModified":"2017-11-07T15:12:40+00:00","breadcrumb":{"@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#primaryimage","url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png","contentUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png","width":1024,"height":500,"caption":"italian fiscal code"},{"@type":"BreadcrumbList","@id":"https:\/\/www.iri.com\/blog\/test-data\/generating-test-nid-data-italy-fiscal-codes\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.iri.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Generating Test NID Data &#8211; Italy Fiscal Codes"}]},{"@type":"WebSite","@id":"https:\/\/www.iri.com\/blog\/#website","url":"https:\/\/www.iri.com\/blog\/","name":"IRI","description":"Total Data Management Blog","publisher":{"@id":"https:\/\/www.iri.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.iri.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.iri.com\/blog\/#organization","name":"IRI","url":"https:\/\/www.iri.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png","contentUrl":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2019\/02\/iri-logo-total-data-management-small-1.png","width":750,"height":206,"caption":"IRI"},"image":{"@id":"https:\/\/www.iri.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/person\/78eba25b0948cc80568f172c56e99745","name":"Zachary McHenry","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.iri.com\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f783b98096dabe202c36c6ab81417f89?s=96&d=blank&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f783b98096dabe202c36c6ab81417f89?s=96&d=blank&r=g","caption":"Zachary McHenry"},"sameAs":["http:\/\/www.iri.com"],"url":"https:\/\/www.iri.com\/blog\/author\/zachm\/"}]}},"jetpack_featured_media_url":"https:\/\/www.iri.com\/blog\/wp-content\/uploads\/2012\/07\/italian-fiscal-code.png","_links":{"self":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts\/4166"}],"collection":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/users\/20"}],"replies":[{"embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/comments?post=4166"}],"version-history":[{"count":28,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts\/4166\/revisions"}],"predecessor-version":[{"id":11892,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/posts\/4166\/revisions\/11892"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/media\/11891"}],"wp:attachment":[{"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/media?parent=4166"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/categories?post=4166"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.iri.com\/blog\/wp-json\/wp\/v2\/tags?post=4166"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}