{"id":1607,"date":"2018-11-07T08:22:52","date_gmt":"2018-11-07T08:22:52","guid":{"rendered":"https:\/\/poeditor.com\/blog\/?p=1607"},"modified":"2024-10-16T08:16:32","modified_gmt":"2024-10-16T08:16:32","slug":"improved-poeditor-webhooks","status":"publish","type":"post","link":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/","title":{"rendered":"Improved POEditor webhooks"},"content":{"rendered":"\n<p>We have recently changed the way webhoooks work with POEditor in order to improve security.&nbsp;<strong>On&nbsp;March the 1st, 2019, we will discontinue the former webhooks format<\/strong>. This is just a change in the format of the webhooks, the functionality remains the same, as described below.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How webhooks work<\/h2>\n\n\n\n<p>Webhooks work in the same way&nbsp;for all the&nbsp;<a href=\"\/kb\/code-hosting-service-integrations\" target=\"_blank\" rel=\"noreferrer noopener\">code hosting services<\/a> supported by POEditor: GitHub, Bitbucket, GitLab or Visual Studio Teams Service &#8211; VSTS. They can be called from anywhere, and can be maintained, modified and managed by any third-party users. In your account, you can access the webhooks page via the&nbsp;<strong>Add\/Manage webhooks<\/strong> link in the bottom right corner of the integration page.<\/p>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"538\" src=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-1024x538.jpg\" alt=\"KB_GitHub integration options\" class=\"wp-image-5374\" srcset=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-1024x538.jpg 1024w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-300x158.jpg 300w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-768x403.jpg 768w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options.jpg 1327w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<!--more-->\n\n\n\n<p>Webhooks work on a project \/ language basis. So, if you have several files linked to a language, it&#8217;s enough to run one webhook with an operation and that operation will be executed for all the files linked to that language.<\/p>\n\n\n\n<p>You can create webhooks for the following operations:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>Import new terms<\/strong>:&nbsp;Brings the terms (without the translations) from GitHub to POEditor.<\/li>\n\n\n\n<li><strong>Import translations<\/strong>:&nbsp;Brings the translations from the GitHub file to POEditor for the matching terms.<\/li>\n\n\n\n<li><strong>Import terms and translations<\/strong>: Brings the terms and the translations from the GitHub file to the POEditor project.<\/li>\n\n\n\n<li><strong>Sync terms and translations<\/strong>:&nbsp;Brings the terms and translations from the GitHub file to POEditor, deleting the obsolete terms from the project.<\/li>\n\n\n\n<li><strong>Export terms and translations<\/strong>:&nbsp;Takes the terms and translations from POEditor to GitHub, overwriting the original file.<\/li>\n<\/ul>\n\n\n\n<p>The Import translations, Import terms and translations and Sync terms and translations webhooks have two options you can also check:<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li>Overwrite Translations:&nbsp;overwrites the translations in the project with those in the file for the matching terms.<\/li>\n\n\n\n<li>Mark corresponding translations from the other languages as fuzzy for the updated values:&nbsp;puts a fuzzy flag on the translations in all the languages in the project, which correspond to the term with the updated value.<\/li>\n<\/ul>\n\n\n<div class=\"wp-block-image\">\n<figure class=\"aligncenter size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"426\" src=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2018\/11\/Webhook_generator-1024x426.png\" alt=\"POEditor Webhooks page\" class=\"wp-image-4108\" srcset=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2018\/11\/Webhook_generator-1024x426.png 1024w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2018\/11\/Webhook_generator-300x125.png 300w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2018\/11\/Webhook_generator-768x319.png 768w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2018\/11\/Webhook_generator-1536x639.png 1536w, https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2018\/11\/Webhook_generator.png 1909w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/figure>\n<\/div>\n\n\n<p>We strongly recommend that you do not use the sync webhook if you have multiple files linked to the source language. The sync webhook deletes the terms which are in the project, but are not in the connected file. So you may end up losing terms you imported from other files. The terms from the file last synced is what remains in your POEditor project.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Webhooks &#8211; a tool for localization project admins to manage data<\/h2>\n\n\n\n<p>Webhooks are a simple solution to allow an admin or someone else to manage the data between POEditor projects the GitHub, Bitbucket, GitLab or VSTS account connected with the localization project owner&#8217;s POEditor account.<\/p>\n\n\n\n<p>First, the project owner should set the links between the language file in your repo and the corresponding language in POEditor. After this, anyone can trigger the updates both ways: to get the terms (and translations) from the repos and to export the translations in POEditor to the linked file in your repos.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">How to track webhooks<\/h2>\n\n\n\n<p>You can easily observe your webhooks activity with the help of the <a href=\"\/kb\/event-tracking-with-webhooks-log\" target=\"_blank\" rel=\"noreferrer noopener\">Webhooks log<\/a>&nbsp;which&nbsp;stores for&nbsp;<strong>30 days<\/strong>&nbsp;all the requests that can be identified as being yours (using a webhook generated from your account).<\/p>\n\n\n\n<p>If you are not using webhooks but are looking for a solution to automate the synchronization between the POEditor&nbsp;localization platform and your repos, then we encourage you to give these&nbsp;\u201cuser-defined HTTP callbacks\u201d a try. If you&#8217;re using them and have not already switched to the new format, we encourage you to do so,&nbsp;for better security and in order not to experience any interruptions in your workflow.<\/p>\n\n\n\n<p>For any questions or feedback, feel free to drop us a comment or an email at <strong>info@poeditor.com<\/strong>.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>We have recently changed the way webhoooks work with POEditor in order to improve security.&nbsp;On&nbsp;March the 1st, 2019, we will discontinue the former webhooks format. This is just a change in the format of the webhooks, the functionality remains the same, as described below. How webhooks work Webhooks work in the same way&nbsp;for all the&nbsp;code [&hellip;]<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[6],"tags":[],"class_list":["post-1607","post","type-post","status-publish","format-standard","hentry","category-news"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Improved POEditor webhooks - POEditor Blog<\/title>\n<meta name=\"description\" content=\"Read about what webhooks are, how they work, how to track them, and their role in the localization industry.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Improved POEditor webhooks - POEditor Blog\" \/>\n<meta property=\"og:description\" content=\"Read about what webhooks are, how they work, how to track them, and their role in the localization industry.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/\" \/>\n<meta property=\"og:site_name\" content=\"POEditor Blog\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/POEditor\" \/>\n<meta property=\"article:published_time\" content=\"2018-11-07T08:22:52+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2024-10-16T08:16:32+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-1024x538.jpg\" \/>\n<meta name=\"author\" content=\"Anca\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@poeditor\" \/>\n<meta name=\"twitter:site\" content=\"@poeditor\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Anca\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/\"},\"author\":{\"name\":\"Anca\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/17dc166df9c0c7dfde49f069caf6e1c1\"},\"headline\":\"Improved POEditor webhooks\",\"datePublished\":\"2018-11-07T08:22:52+00:00\",\"dateModified\":\"2024-10-16T08:16:32+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/\"},\"wordCount\":634,\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/01\\\/KB_GitHub-integration-options-1024x538.jpg\",\"articleSection\":[\"Product updates\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/\",\"name\":\"Improved POEditor webhooks - POEditor Blog\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/01\\\/KB_GitHub-integration-options-1024x538.jpg\",\"datePublished\":\"2018-11-07T08:22:52+00:00\",\"dateModified\":\"2024-10-16T08:16:32+00:00\",\"description\":\"Read about what webhooks are, how they work, how to track them, and their role in the localization industry.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#primaryimage\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/01\\\/KB_GitHub-integration-options.jpg\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/01\\\/KB_GitHub-integration-options.jpg\",\"width\":1327,\"height\":697,\"caption\":\"KB_GitHub integration options\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/improved-poeditor-webhooks\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Improved POEditor webhooks\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"name\":\"POEditor Blog\",\"description\":\"All about translation and localization management\",\"publisher\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#organization\",\"name\":\"POEditor\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"contentUrl\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/wp-content\\\/uploads\\\/2019\\\/11\\\/logo_head_512_transparent.png\",\"width\":512,\"height\":512,\"caption\":\"POEditor\"},\"image\":{\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/POEditor\",\"https:\\\/\\\/x.com\\\/poeditor\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/poeditor\\\/\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCXAk1u8N49VRMAqNneENCFA\"]},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/#\\\/schema\\\/person\\\/17dc166df9c0c7dfde49f069caf6e1c1\",\"name\":\"Anca\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d67b3c02838a428c9c27851a3e7486ec31f7648ae20abb5d4402cbcb8e7093be?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d67b3c02838a428c9c27851a3e7486ec31f7648ae20abb5d4402cbcb8e7093be?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d67b3c02838a428c9c27851a3e7486ec31f7648ae20abb5d4402cbcb8e7093be?s=96&d=mm&r=g\",\"caption\":\"Anca\"},\"url\":\"https:\\\/\\\/poeditor.com\\\/blog\\\/author\\\/anca\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Improved POEditor webhooks - POEditor Blog","description":"Read about what webhooks are, how they work, how to track them, and their role in the localization industry.","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:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/","og_locale":"en_US","og_type":"article","og_title":"Improved POEditor webhooks - POEditor Blog","og_description":"Read about what webhooks are, how they work, how to track them, and their role in the localization industry.","og_url":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/","og_site_name":"POEditor Blog","article_publisher":"https:\/\/www.facebook.com\/POEditor","article_published_time":"2018-11-07T08:22:52+00:00","article_modified_time":"2024-10-16T08:16:32+00:00","og_image":[{"url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-1024x538.jpg","type":"","width":"","height":""}],"author":"Anca","twitter_card":"summary_large_image","twitter_creator":"@poeditor","twitter_site":"@poeditor","twitter_misc":{"Written by":"Anca","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#article","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/"},"author":{"name":"Anca","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/17dc166df9c0c7dfde49f069caf6e1c1"},"headline":"Improved POEditor webhooks","datePublished":"2018-11-07T08:22:52+00:00","dateModified":"2024-10-16T08:16:32+00:00","mainEntityOfPage":{"@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/"},"wordCount":634,"publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"image":{"@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-1024x538.jpg","articleSection":["Product updates"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/","url":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/","name":"Improved POEditor webhooks - POEditor Blog","isPartOf":{"@id":"https:\/\/poeditor.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#primaryimage"},"image":{"@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#primaryimage"},"thumbnailUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options-1024x538.jpg","datePublished":"2018-11-07T08:22:52+00:00","dateModified":"2024-10-16T08:16:32+00:00","description":"Read about what webhooks are, how they work, how to track them, and their role in the localization industry.","breadcrumb":{"@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#primaryimage","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options.jpg","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/01\/KB_GitHub-integration-options.jpg","width":1327,"height":697,"caption":"KB_GitHub integration options"},{"@type":"BreadcrumbList","@id":"https:\/\/poeditor.com\/blog\/improved-poeditor-webhooks\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/poeditor.com\/blog\/"},{"@type":"ListItem","position":2,"name":"Improved POEditor webhooks"}]},{"@type":"WebSite","@id":"https:\/\/poeditor.com\/blog\/#website","url":"https:\/\/poeditor.com\/blog\/","name":"POEditor Blog","description":"All about translation and localization management","publisher":{"@id":"https:\/\/poeditor.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/poeditor.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/poeditor.com\/blog\/#organization","name":"POEditor","url":"https:\/\/poeditor.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","contentUrl":"https:\/\/poeditor.com\/blog\/wp-content\/uploads\/2019\/11\/logo_head_512_transparent.png","width":512,"height":512,"caption":"POEditor"},"image":{"@id":"https:\/\/poeditor.com\/blog\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/POEditor","https:\/\/x.com\/poeditor","https:\/\/www.linkedin.com\/company\/poeditor\/","https:\/\/www.youtube.com\/channel\/UCXAk1u8N49VRMAqNneENCFA"]},{"@type":"Person","@id":"https:\/\/poeditor.com\/blog\/#\/schema\/person\/17dc166df9c0c7dfde49f069caf6e1c1","name":"Anca","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d67b3c02838a428c9c27851a3e7486ec31f7648ae20abb5d4402cbcb8e7093be?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d67b3c02838a428c9c27851a3e7486ec31f7648ae20abb5d4402cbcb8e7093be?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d67b3c02838a428c9c27851a3e7486ec31f7648ae20abb5d4402cbcb8e7093be?s=96&d=mm&r=g","caption":"Anca"},"url":"https:\/\/poeditor.com\/blog\/author\/anca\/"}]}},"_links":{"self":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/1607","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/comments?post=1607"}],"version-history":[{"count":14,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/1607\/revisions"}],"predecessor-version":[{"id":5376,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/posts\/1607\/revisions\/5376"}],"wp:attachment":[{"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/media?parent=1607"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/categories?post=1607"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/poeditor.com\/blog\/wp-json\/wp\/v2\/tags?post=1607"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}