{"id":24878,"date":"2019-01-25T00:00:00","date_gmt":"2019-01-25T00:00:00","guid":{"rendered":"https:\/\/www.idp.es\/dynamo-programming-for-revit\/"},"modified":"2022-09-21T14:45:27","modified_gmt":"2022-09-21T14:45:27","slug":"dynamo-programming-for-revit","status":"publish","type":"post","link":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/","title":{"rendered":"DYNAMO: Programming for REVIT"},"content":{"rendered":"<p>The\u00a0IDP team organizes weekly different days of internal training, led and presented by the employees themselves, who aim to educate the team the importance of collaborating and sharing information and expanding our knowledge in different subjects ranging from the most technical and focused on knowledge of software and methodologies to more cross-cutting move materials management, organization and personnel development.<\/p>\n<p>Today, we have many tools that help us become more efficient and productive in our work, but we tend to fall into repetitive and unproductive processes due to ignorance of them. Either its existence or its use.<\/p>\n<p>In one of the first sessions held DYNAMO we talked about one of the most useful for the implementation of projects and information management tools in the BIM environment.<\/p>\n<p>Why we use DYNAMO in IDP?<\/p>\n<p>Among other advantages, the use of DYNAMO allows us to:<\/p>\n<ul>\n<li>Automating repetitive processes<\/li>\n<li>Revit improve performance and project<\/li>\n<li>Ease and accuracy in managing models and generating geometries.<\/li>\n<li>Positive participation in the workflow<\/li>\n<li>Eliminating errors due to the human factor, both in modeling and data entry<\/li>\n<\/ul>\n<p>However, there are times when we do not recommend their use:<\/p>\n<ul>\n<li>It works for linear processes, which is not suitable for multitasking. For these types of routines programmed from Revit API<\/li>\n<li>You require trained personnel, since its first use is not easy<\/li>\n<\/ul>\n<p>To facilitate collaborative use of routines performed DYNAMO each individually follow a procedure for creating and saving these routines on the server. The interesting thing is that we can all participate in the improvement and productivity of projects sharing this development, although it carries a previous effort subsequently saves time on the project for which it was created the routine as well as in future projects in which the process is repeated.<\/p>\n<p><img fetchpriority=\"high\" decoding=\"async\" class=\"alignnone size-full wp-image-55272\" src=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-1.png\" alt=\"\" width=\"941\" height=\"581\" srcset=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-1.png 941w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-1-530x327.png 530w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-1-768x474.png 768w\" sizes=\"(max-width: 941px) 100vw, 941px\" \/><\/p>\n<p>DYNAMO see the interface:<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-full wp-image-55267 lazyload\" data-src=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-2.png\" alt=\"\" width=\"840\" height=\"719\" data-srcset=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-2.png 840w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-2-444x380.png 444w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo-2-768x657.png 768w\" data-sizes=\"(max-width: 840px) 100vw, 840px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 840px; --smush-placeholder-aspect-ratio: 840\/719;\" \/><\/p>\n<p>It is divided into five regions:<\/p>\n<ol>\n<li>The menu bar (1) as in any program, includes tools, display options, configuration help &#8230; and the most interesting, the packages or packages containing an online library download packages already created nodes previously by other users, or due to program updates.<\/li>\n<li>The toolbar (2) Quick Access: New file, save, undo &#8230;<\/li>\n<li>The library node (3) is probably the most interesting of the program region. Since, packages nodes are what makes the program to create, modify or consult within our model.<\/li>\n<li>The work space (4), it is the physical location where nodes are placed, which are to be bonded together for the actions. In addition, in the background, in the same workspace, it displays geometrically actions that are taking place to make use of the nodes.<\/li>\n<li>And finally, the execution bar (5), whose function is to decide whether the action nodes will be held simultaneously automatically use or manually. Due to the possible complication of routine use Dynamo manually recommended, and only perform the routine when completed, or when required to test their use.<\/li>\n<\/ol>\n<p>Although the theoretical part of the program is much more extensive than recognize its interface, as an example of use and application in project design briefly see how to create basic routines, in this case creating a wall.<\/p>\n<p><img decoding=\"async\" class=\"alignnone size-large wp-image-55277 lazyload\" data-src=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo3-1024x552.png\" alt=\"\" width=\"1024\" height=\"552\" data-srcset=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo3-1024x552.png 1024w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo3-530x286.png 530w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo3-768x414.png 768w, https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/dynamo3.png 1059w\" data-sizes=\"(max-width: 1024px) 100vw, 1024px\" src=\"data:image\/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgaGVpZ2h0PSIxIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjwvc3ZnPg==\" style=\"--smush-placeholder-width: 1024px; --smush-placeholder-aspect-ratio: 1024\/552;\" \/><\/p>\n<p>The procedure to successfully complete a routine is to identify the node with the action you want to perform, in this case, creating a wall by a line and levels, which is the last node.<\/p>\n<p>To have an Output, which would be the wall (Wall), a number of points that the node itself indicates in this case are required: c (curve); startLevel; endLevel; walltype. Therefore, we should find nodes in Dynamo with which these inputs are achieved. If the node used to achieve these inputs requires more inputs to create the element, the operation remains the same, find nodes that facilitate inputs. It is the case of input c, curve., which requires a start point and an end point, and therefore a node to make a point, and in turn, the point needs two coordinates, so you have to use another node , number, to get it. Reading routine would be from right to left, to understand the workings of it.<\/p>\n<p>During the day pose many new application possibilities with different cases that can generate interesting new routines, which indicates that DYNAMO is a very handy tool that solves common situations during project implementation.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>The\u00a0IDP team organizes weekly different days of internal training, led and presented by the employees themselves, who aim to educate the team the importance of collaborating and sharing information and expanding our knowledge in different subjects ranging from the most technical and focused on knowledge of software and methodologies to more cross-cutting move materials management, [&hellip;]<\/p>\n","protected":false},"author":15,"featured_media":116950,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"_vp_format_video_url":"","_vp_image_focal_point":[],"footnotes":""},"categories":[287],"tags":[],"class_list":["post-24878","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-bim-en"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>DYNAMO: Programming for REVIT - IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura<\/title>\n<meta name=\"description\" content=\"DYNAMO, one of the most useful tools for the realization of projects and information management in the BIM environment.\" \/>\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.idp.es\/en\/dynamo-programming-for-revit\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"DYNAMO: Programming for REVIT - IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura\" \/>\n<meta property=\"og:description\" content=\"DYNAMO, one of the most useful tools for the realization of projects and information management in the BIM environment.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/\" \/>\n<meta property=\"og:site_name\" content=\"IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura\" \/>\n<meta property=\"article:published_time\" content=\"2019-01-25T00:00:00+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-09-21T14:45:27+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png\" \/>\n\t<meta property=\"og:image:width\" content=\"800\" \/>\n\t<meta property=\"og:image:height\" content=\"576\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"idp\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"idp\" \/>\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:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/\"},\"author\":{\"name\":\"idp\",\"@id\":\"https:\/\/www.idp.es\/en\/#\/schema\/person\/9b6c9c23f3938dbdb03b9944ebf4a88d\"},\"headline\":\"DYNAMO: Programming for REVIT\",\"datePublished\":\"2019-01-25T00:00:00+00:00\",\"dateModified\":\"2022-09-21T14:45:27+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/\"},\"wordCount\":702,\"publisher\":{\"@id\":\"https:\/\/www.idp.es\/en\/#organization\"},\"image\":{\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png\",\"articleSection\":[\"BIM\"],\"inLanguage\":\"en-US\"},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/\",\"url\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/\",\"name\":\"DYNAMO: Programming for REVIT - IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura\",\"isPartOf\":{\"@id\":\"https:\/\/www.idp.es\/en\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png\",\"datePublished\":\"2019-01-25T00:00:00+00:00\",\"dateModified\":\"2022-09-21T14:45:27+00:00\",\"description\":\"DYNAMO, one of the most useful tools for the realization of projects and information management in the BIM environment.\",\"breadcrumb\":{\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage\",\"url\":\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png\",\"contentUrl\":\"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png\",\"width\":800,\"height\":576},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Portada\",\"item\":\"https:\/\/www.idp.es\/en\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"DYNAMO: Programming for REVIT\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.idp.es\/en\/#website\",\"url\":\"https:\/\/www.idp.es\/en\/\",\"name\":\"IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura\",\"description\":\"IDP INGENIERIA Y ARQUITECTURA IBERIA SL\",\"publisher\":{\"@id\":\"https:\/\/www.idp.es\/en\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.idp.es\/en\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/www.idp.es\/en\/#organization\",\"name\":\"IDP\",\"url\":\"https:\/\/www.idp.es\/en\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.idp.es\/en\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/www.idp.es\/wp-content\/uploads\/2018\/02\/logoIDP.jpg\",\"contentUrl\":\"https:\/\/www.idp.es\/wp-content\/uploads\/2018\/02\/logoIDP.jpg\",\"width\":210,\"height\":65,\"caption\":\"IDP\"},\"image\":{\"@id\":\"https:\/\/www.idp.es\/en\/#\/schema\/logo\/image\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\/\/www.idp.es\/en\/#\/schema\/person\/9b6c9c23f3938dbdb03b9944ebf4a88d\",\"name\":\"idp\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/www.idp.es\/en\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/d5f1a0538eeaa221effdfaa32960f0de2b098299d33ffbe9e2d4e4873ff020fa?s=96&d=mm&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/d5f1a0538eeaa221effdfaa32960f0de2b098299d33ffbe9e2d4e4873ff020fa?s=96&d=mm&r=g\",\"caption\":\"idp\"},\"url\":\"https:\/\/www.idp.es\/en\/author\/idp\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"DYNAMO: Programming for REVIT - IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura","description":"DYNAMO, one of the most useful tools for the realization of projects and information management in the BIM environment.","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.idp.es\/en\/dynamo-programming-for-revit\/","og_locale":"en_US","og_type":"article","og_title":"DYNAMO: Programming for REVIT - IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura","og_description":"DYNAMO, one of the most useful tools for the realization of projects and information management in the BIM environment.","og_url":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/","og_site_name":"IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura","article_published_time":"2019-01-25T00:00:00+00:00","article_modified_time":"2022-09-21T14:45:27+00:00","og_image":[{"width":800,"height":576,"url":"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png","type":"image\/png"}],"author":"idp","twitter_card":"summary_large_image","twitter_misc":{"Written by":"idp","Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#article","isPartOf":{"@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/"},"author":{"name":"idp","@id":"https:\/\/www.idp.es\/en\/#\/schema\/person\/9b6c9c23f3938dbdb03b9944ebf4a88d"},"headline":"DYNAMO: Programming for REVIT","datePublished":"2019-01-25T00:00:00+00:00","dateModified":"2022-09-21T14:45:27+00:00","mainEntityOfPage":{"@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/"},"wordCount":702,"publisher":{"@id":"https:\/\/www.idp.es\/en\/#organization"},"image":{"@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage"},"thumbnailUrl":"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png","articleSection":["BIM"],"inLanguage":"en-US"},{"@type":"WebPage","@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/","url":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/","name":"DYNAMO: Programming for REVIT - IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura","isPartOf":{"@id":"https:\/\/www.idp.es\/en\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage"},"image":{"@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage"},"thumbnailUrl":"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png","datePublished":"2019-01-25T00:00:00+00:00","dateModified":"2022-09-21T14:45:27+00:00","description":"DYNAMO, one of the most useful tools for the realization of projects and information management in the BIM environment.","breadcrumb":{"@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#primaryimage","url":"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png","contentUrl":"https:\/\/www.idp.es\/wp-content\/uploads\/2019\/01\/IDP-TRAINING-DYNAMO.png","width":800,"height":576},{"@type":"BreadcrumbList","@id":"https:\/\/www.idp.es\/en\/dynamo-programming-for-revit\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Portada","item":"https:\/\/www.idp.es\/en\/"},{"@type":"ListItem","position":2,"name":"DYNAMO: Programming for REVIT"}]},{"@type":"WebSite","@id":"https:\/\/www.idp.es\/en\/#website","url":"https:\/\/www.idp.es\/en\/","name":"IDP - ingenier\u00eda \u00b7 medio ambiente \u00b7 arquitectura","description":"IDP INGENIERIA Y ARQUITECTURA IBERIA SL","publisher":{"@id":"https:\/\/www.idp.es\/en\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.idp.es\/en\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.idp.es\/en\/#organization","name":"IDP","url":"https:\/\/www.idp.es\/en\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.idp.es\/en\/#\/schema\/logo\/image\/","url":"https:\/\/www.idp.es\/wp-content\/uploads\/2018\/02\/logoIDP.jpg","contentUrl":"https:\/\/www.idp.es\/wp-content\/uploads\/2018\/02\/logoIDP.jpg","width":210,"height":65,"caption":"IDP"},"image":{"@id":"https:\/\/www.idp.es\/en\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/www.idp.es\/en\/#\/schema\/person\/9b6c9c23f3938dbdb03b9944ebf4a88d","name":"idp","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.idp.es\/en\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/d5f1a0538eeaa221effdfaa32960f0de2b098299d33ffbe9e2d4e4873ff020fa?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d5f1a0538eeaa221effdfaa32960f0de2b098299d33ffbe9e2d4e4873ff020fa?s=96&d=mm&r=g","caption":"idp"},"url":"https:\/\/www.idp.es\/en\/author\/idp\/"}]}},"_links":{"self":[{"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/posts\/24878","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/users\/15"}],"replies":[{"embeddable":true,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/comments?post=24878"}],"version-history":[{"count":2,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/posts\/24878\/revisions"}],"predecessor-version":[{"id":116955,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/posts\/24878\/revisions\/116955"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/media\/116950"}],"wp:attachment":[{"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/media?parent=24878"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/categories?post=24878"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.idp.es\/en\/wp-json\/wp\/v2\/tags?post=24878"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}