{"id":3492,"date":"2023-04-12T15:33:27","date_gmt":"2023-04-12T15:33:27","guid":{"rendered":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/"},"modified":"2026-01-20T16:11:00","modified_gmt":"2026-01-20T16:11:00","slug":"loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1","status":"publish","type":"post","link":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/","title":{"rendered":"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1"},"content":{"rendered":"<table width=\"0\">\n<tbody>\n<tr>\n<td width=\"143\">Title:<\/td>\n<td width=\"479\"><em>Loading Data to IBM Planning Analytics using TM1Py and Pandas<\/em>\u00a0Part 1<\/td>\n<\/tr>\n<tr>\n<td width=\"143\">Author(s):<\/td>\n<td width=\"479\"><em>Paul Caggiano<\/em><\/td>\n<\/tr>\n<tr>\n<td width=\"143\">Application:<\/td>\n<td width=\"479\"><em>Planning Analytics, Python<\/em><\/td>\n<\/tr>\n<tr>\n<td width=\"143\">Software Version:<\/td>\n<td width=\"479\"><em>Planning Analytics Version 11.8.01300.1; Python 3.9.12<\/em><\/td>\n<\/tr>\n<tr>\n<td width=\"143\">Keywords:<\/td>\n<td width=\"479\"><em>TM1Py, Python, Planning Analytics, TM1, Pandas<\/em><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p>&nbsp;<\/p>\n<p>Python is no doubt one of the fastest growing programming languages in terms of its use for data science.\u00a0 This popularity comes from Python\u2019s powerful ability to automate many tasks, such as data wrangling, manipulation, and visualization with help from many different integrated libraries that can be easily implemented by a developer of any experience level.<\/p>\n<p>Many organizations are switching to Python for data modeling, taking advantage of the ability to handle different machine learning algorithms such as linear regression, logistic regression, and many others. This can be extremely useful for FP&amp;A departments, as Python can allow for large quantities of data to be calculated and automated, boosting efficiency in areas such as financial forecasting.<\/p>\n<p><strong>A Use Case for TM1Py<\/strong><\/p>\n<p>When it comes to integrating forecasts from Python to IBM Planning Analytics (PA), this can become overwhelming as there are many different options to choose from \u2013 many of which come with a cost of performance and time. TM1Py is a Python library that solves this problem. It allows for direct integration of data between a Python script and Planning Analytics without having to use TI processes to read from csv files or creating time-consuming ODBC connections. With the use of the Pandas library and TM1Py, uploading data directly from Python can become an efficient process.<\/p>\n<p>Many machine learning libraries within Python allow for a direct output to a dataframe from the Pandas library, and TM1Py allows for a direct integration between PA a Pandas dataframe. This can be useful in scenarios such as automating Python scripts to run a forecast and write directly to a dataframe. Instead of writing the data to a text file or to a SQL database and creating a TI process from reading an output file, modeling and uploading can be done directly from your Python script.<\/p>\n<p>In this series, we will explore how to connect TM1Py to your PA instance, prepare a Pandas dataframe in Python for a load to PA, and prepare your PA cube and load data. The example discussed in this series shows a dataframe that was output by an automated forecasting algorithm in Python. Using only a Python script, the program will connect to PA, zero out the target intersection and allow for the upload of the forecasted data. Assumed in this series is a baseline understanding of Python and the Pandas library, as well as having Pandas and TM1Py installed in your Python environment.<\/p>\n<p><strong>Creating a Connection to Planning Analytics via Python<\/strong><\/p>\n<p>To import the library into your Python script, use the following line of code:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2568\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/Picture16-300x21.png\" alt=\"\" width=\"914\" height=\"64\" \/><\/p>\n<p>The library is now successfully implemented in the script, and connection to a Planning Analytics instance can be created. The first step is to create a TM1Service object. The following arguments are needed for the TM1Service object:<\/p>\n<ol>\n<li>Address \u2013 IP Address of the PA instance<\/li>\n<li>Port \u2013 HTTPPortNumber found in the tm1s.cfg file of the PA instance<\/li>\n<li>User \u2013 The User ID that will be used to control changes to the data<\/li>\n<li>Password \u2013 The corresponding password for the User ID<\/li>\n<li>SSL \u2013 If SSL is used, set equal to True.<\/li>\n<\/ol>\n<p>The TM1Service object should show as follows:<\/p>\n<p><img loading=\"lazy\" decoding=\"async\" class=\"alignnone wp-image-2570\" src=\"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/Picture2-1-300x32.png\" alt=\"\" width=\"900\" height=\"96\" \/><\/p>\n<p>The object \u201ctm1\u201d will be referenced any time the program interacts with the PA instance.<\/p>\n<p>The next step is to prepare your dataframe for a load to PA, which is covered in Part 2 of this series.<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Title: Loading Data to IBM Planning Analytics using TM1Py and Pandas\u00a0Part 1 Author(s): Paul Caggiano Application: Planning Analytics, Python Software Version: Planning Analytics Version 11.8.01300.1; Python 3.9.12 Keywords: TM1Py, Python, Planning Analytics, TM1, Pandas &nbsp; Python is no doubt one of the fastest growing programming languages in terms of its use for data science.\u00a0 This&hellip;<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"footnotes":""},"categories":[24],"tags":[38,36,51],"class_list":["post-3492","post","type-post","status-publish","format-standard","hentry","category-ibm","tag-how-tos","tag-planning-analytics","tag-planning-analytics-how-tos"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.3 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1 - QueBIT<\/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:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1 - QueBIT\" \/>\n<meta property=\"og:description\" content=\"Title: Loading Data to IBM Planning Analytics using TM1Py and Pandas\u00a0Part 1 Author(s): Paul Caggiano Application: Planning Analytics, Python Software Version: Planning Analytics Version 11.8.01300.1; Python 3.9.12 Keywords: TM1Py, Python, Planning Analytics, TM1, Pandas &nbsp; Python is no doubt one of the fastest growing programming languages in terms of its use for data science.\u00a0 This&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/\" \/>\n<meta property=\"og:site_name\" content=\"QueBIT\" \/>\n<meta property=\"article:published_time\" content=\"2023-04-12T15:33:27+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2026-01-20T16:11:00+00:00\" \/>\n<meta name=\"author\" content=\"agoddard\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"agoddard\" \/>\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:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/\"},\"author\":{\"name\":\"agoddard\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"headline\":\"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1\",\"datePublished\":\"2023-04-12T15:33:27+00:00\",\"dateModified\":\"2026-01-20T16:11:00+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/\"},\"wordCount\":624,\"commentCount\":0,\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Picture16-300x21.png\",\"keywords\":[\"How To\u2019s\",\"Planning Analytics\",\"Planning Analytics How To's\"],\"articleSection\":[\"IBM\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/\",\"name\":\"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1 - QueBIT\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Picture16-300x21.png\",\"datePublished\":\"2023-04-12T15:33:27+00:00\",\"dateModified\":\"2026-01-20T16:11:00+00:00\",\"author\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\"},\"breadcrumb\":{\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#primaryimage\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Picture16-300x21.png\",\"contentUrl\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/wp-content\\\/uploads\\\/2023\\\/01\\\/Picture16-300x21.png\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#website\",\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/\",\"name\":\"QueBIT\",\"description\":\"QueBIT\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/#\\\/schema\\\/person\\\/e52d72da0fd2f5f70d189343fe4f5084\",\"name\":\"agoddard\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g\",\"caption\":\"agoddard\"},\"sameAs\":[\"https:\\\/\\\/quebit.com\\\/askquebit\"],\"url\":\"https:\\\/\\\/quebit.com\\\/askquebit\\\/author\\\/agoddard\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1 - QueBIT","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:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/","og_locale":"en_US","og_type":"article","og_title":"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1 - QueBIT","og_description":"Title: Loading Data to IBM Planning Analytics using TM1Py and Pandas\u00a0Part 1 Author(s): Paul Caggiano Application: Planning Analytics, Python Software Version: Planning Analytics Version 11.8.01300.1; Python 3.9.12 Keywords: TM1Py, Python, Planning Analytics, TM1, Pandas &nbsp; Python is no doubt one of the fastest growing programming languages in terms of its use for data science.\u00a0 This&hellip;","og_url":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/","og_site_name":"QueBIT","article_published_time":"2023-04-12T15:33:27+00:00","article_modified_time":"2026-01-20T16:11:00+00:00","author":"agoddard","twitter_card":"summary_large_image","twitter_misc":{"Written by":"agoddard","Est. reading time":"3 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#article","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/"},"author":{"name":"agoddard","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"headline":"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1","datePublished":"2023-04-12T15:33:27+00:00","dateModified":"2026-01-20T16:11:00+00:00","mainEntityOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/"},"wordCount":624,"commentCount":0,"image":{"@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/Picture16-300x21.png","keywords":["How To\u2019s","Planning Analytics","Planning Analytics How To's"],"articleSection":["IBM"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/","url":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/","name":"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1 - QueBIT","isPartOf":{"@id":"https:\/\/quebit.com\/askquebit\/#website"},"primaryImageOfPage":{"@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#primaryimage"},"image":{"@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#primaryimage"},"thumbnailUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/Picture16-300x21.png","datePublished":"2023-04-12T15:33:27+00:00","dateModified":"2026-01-20T16:11:00+00:00","author":{"@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084"},"breadcrumb":{"@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#primaryimage","url":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/Picture16-300x21.png","contentUrl":"https:\/\/quebit.com\/askquebit\/wp-content\/uploads\/2023\/01\/Picture16-300x21.png"},{"@type":"BreadcrumbList","@id":"https:\/\/quebit.com\/askquebit\/loading-data-to-ibm-planning-analytics-using-tm1py-and-pandas-part-1\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/quebit.com\/askquebit\/"},{"@type":"ListItem","position":2,"name":"How Do I Load Data to IBM Planning Analytics Using TM1py and Pandas? \u2013 Part 1"}]},{"@type":"WebSite","@id":"https:\/\/quebit.com\/askquebit\/#website","url":"https:\/\/quebit.com\/askquebit\/","name":"QueBIT","description":"QueBIT","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/quebit.com\/askquebit\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Person","@id":"https:\/\/quebit.com\/askquebit\/#\/schema\/person\/e52d72da0fd2f5f70d189343fe4f5084","name":"agoddard","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/d817b364cff1d66116debde8d1c85e5e76eeece9c5ae731b19276a6040231455?s=96&d=mm&r=g","caption":"agoddard"},"sameAs":["https:\/\/quebit.com\/askquebit"],"url":"https:\/\/quebit.com\/askquebit\/author\/agoddard\/"}]}},"_links":{"self":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3492","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/comments?post=3492"}],"version-history":[{"count":2,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3492\/revisions"}],"predecessor-version":[{"id":5082,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/posts\/3492\/revisions\/5082"}],"wp:attachment":[{"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/media?parent=3492"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/categories?post=3492"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/quebit.com\/askquebit\/wp-json\/wp\/v2\/tags?post=3492"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}