{"id":3019,"date":"2012-06-25T11:54:25","date_gmt":"2012-06-25T10:54:25","guid":{"rendered":"https:\/\/www.fullo.net\/blog\/?p=3019"},"modified":"2012-06-25T11:54:56","modified_gmt":"2012-06-25T10:54:56","slug":"export-github-issues-as-csv-with-v3-api","status":"publish","type":"post","link":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/","title":{"rendered":"Export GitHub issues as CSV with v3 API"},"content":{"rendered":"<p>That&#8217;s a very little snipplet\/hack to retrieve the issue with curl and php. If you have time take a look to the <a href=\"http:\/\/developer.github.com\/v3\/issues\/\">official GitHub v3 API<\/a> to create something better ;)<br \/>\n[code]<br \/>\ncurl -u &#8220;:user&#8221; https:\/\/api.github.com\/repos\/:user\/:repo\/issues?per_page=1000  > issue.json<br \/>\n[\/code]<br \/>\nnote that I have to use <code>per_page<\/code> parameter because since v3 API all the results are all <a href=\"http:\/\/developer.github.com\/v3\/#pagination\">paginated by 30<\/a>. I used CuRL externally from php (I&#8217;m lazy) but you can implement the API call as you like.<\/p>\n<p>Then create a php file like this:<\/p>\n<p>[code]<br \/>\n<?php\n\/\/ issues.php\n$file = fopen('.\/issue.json', 'r'); \n$content = fread($file, filesize('.\/issue.json')); \n$issues = json_decode($content); \n\n\/\/ I retrieve milestone, issue number, state, title and description\nforeach ($issues as $i) { \n  echo $i->milestone->title.&#8221;;&#8221;.$i->number.&#8221;;&#8221;.$i->state.&#8221;;&#8221;.$i->title.&#8221;;&#8221;.$i->body.&#8221;\\n\\r&#8221;;<br \/>\n}<br \/>\n?><br \/>\n[\/code]<\/p>\n<p>and execute it to have issues on a csv file<\/p>\n<p>[code]<br \/>\nphp issues.php > issues.csv<br \/>\n[\/code]<\/p>\n<p>That&#8217;s all!<\/p>\n","protected":false},"excerpt":{"rendered":"<p>That&#8217;s a very little snipplet\/hack to retrieve the issue with curl and php. If you have time take a look to the official GitHub v3 API to create something better ;) [code] curl -u &#8220;:user&#8221; https:\/\/api.github.com\/repos\/:user\/:repo\/issues?per_page=1000 > issue.json [\/code] note that I have to use per_page parameter because since v3 API all the results are [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":false,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[9,12],"tags":[793,2196,2197,2248],"class_list":["post-3019","post","type-post","status-publish","format-standard","hentry","category-php","category-webdev","tag-api","tag-github","tag-issues","tag-php"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Export GitHub issues as CSV with v3 API - Fullo<\/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.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Export GitHub issues as CSV with v3 API - Fullo\" \/>\n<meta property=\"og:description\" content=\"That&#8217;s a very little snipplet\/hack to retrieve the issue with curl and php. If you have time take a look to the official GitHub v3 API to create something better ;) [code] curl -u &#8220;:user&#8221; https:\/\/api.github.com\/repos\/:user\/:repo\/issues?per_page=1000 &gt; issue.json [\/code] note that I have to use per_page parameter because since v3 API all the results are [&hellip;]\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/\" \/>\n<meta property=\"og:site_name\" content=\"Fullo\" \/>\n<meta property=\"article:published_time\" content=\"2012-06-25T10:54:25+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2012-06-25T10:54:56+00:00\" \/>\n<meta name=\"author\" content=\"Francesco Fullone\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@fullo\" \/>\n<meta name=\"twitter:site\" content=\"@fullo\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Francesco Fullone\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/\"},\"author\":{\"name\":\"Francesco Fullone\",\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/#\\\/schema\\\/person\\\/24e91bc6caea6c411a8668df5639428c\"},\"headline\":\"Export GitHub issues as CSV with v3 API\",\"datePublished\":\"2012-06-25T10:54:25+00:00\",\"dateModified\":\"2012-06-25T10:54:56+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/\"},\"wordCount\":123,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/#\\\/schema\\\/person\\\/24e91bc6caea6c411a8668df5639428c\"},\"keywords\":[\"api\",\"github\",\"issues\",\"php\"],\"articleSection\":[\"php\",\"webdev\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/\",\"url\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/\",\"name\":\"Export GitHub issues as CSV with v3 API - Fullo\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/#website\"},\"datePublished\":\"2012-06-25T10:54:25+00:00\",\"dateModified\":\"2012-06-25T10:54:56+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/2012\\\/06\\\/25\\\/export-github-issues-as-csv-with-v3-api\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Export GitHub issues as CSV with v3 API\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/\",\"name\":\"Fullo\",\"description\":\"nulla e&#039; impossibile per chi non lo deve fare!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/#\\\/schema\\\/person\\\/24e91bc6caea6c411a8668df5639428c\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/#\\\/schema\\\/person\\\/24e91bc6caea6c411a8668df5639428c\",\"name\":\"Francesco Fullone\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.fullo.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1\",\"url\":\"https:\\\/\\\/i0.wp.com\\\/www.fullo.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1\",\"contentUrl\":\"https:\\\/\\\/i0.wp.com\\\/www.fullo.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1\",\"width\":622,\"height\":622,\"caption\":\"Francesco Fullone\"},\"logo\":{\"@id\":\"https:\\\/\\\/i0.wp.com\\\/www.fullo.net\\\/blog\\\/wp-content\\\/uploads\\\/2024\\\/10\\\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1\"},\"sameAs\":[\"http:\\\/\\\/www.fullo.net\",\"https:\\\/\\\/www.linkedin.com\\\/in\\\/fullo\",\"https:\\\/\\\/x.com\\\/fullo\"],\"url\":\"https:\\\/\\\/www.fullo.net\\\/blog\\\/author\\\/fullo\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Export GitHub issues as CSV with v3 API - Fullo","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.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/","og_locale":"en_US","og_type":"article","og_title":"Export GitHub issues as CSV with v3 API - Fullo","og_description":"That&#8217;s a very little snipplet\/hack to retrieve the issue with curl and php. If you have time take a look to the official GitHub v3 API to create something better ;) [code] curl -u &#8220;:user&#8221; https:\/\/api.github.com\/repos\/:user\/:repo\/issues?per_page=1000 > issue.json [\/code] note that I have to use per_page parameter because since v3 API all the results are [&hellip;]","og_url":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/","og_site_name":"Fullo","article_published_time":"2012-06-25T10:54:25+00:00","article_modified_time":"2012-06-25T10:54:56+00:00","author":"Francesco Fullone","twitter_card":"summary_large_image","twitter_creator":"@fullo","twitter_site":"@fullo","twitter_misc":{"Written by":"Francesco Fullone","Est. reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/#article","isPartOf":{"@id":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/"},"author":{"name":"Francesco Fullone","@id":"https:\/\/www.fullo.net\/blog\/#\/schema\/person\/24e91bc6caea6c411a8668df5639428c"},"headline":"Export GitHub issues as CSV with v3 API","datePublished":"2012-06-25T10:54:25+00:00","dateModified":"2012-06-25T10:54:56+00:00","mainEntityOfPage":{"@id":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/"},"wordCount":123,"commentCount":0,"publisher":{"@id":"https:\/\/www.fullo.net\/blog\/#\/schema\/person\/24e91bc6caea6c411a8668df5639428c"},"keywords":["api","github","issues","php"],"articleSection":["php","webdev"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/","url":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/","name":"Export GitHub issues as CSV with v3 API - Fullo","isPartOf":{"@id":"https:\/\/www.fullo.net\/blog\/#website"},"datePublished":"2012-06-25T10:54:25+00:00","dateModified":"2012-06-25T10:54:56+00:00","breadcrumb":{"@id":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.fullo.net\/blog\/2012\/06\/25\/export-github-issues-as-csv-with-v3-api\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.fullo.net\/blog\/"},{"@type":"ListItem","position":2,"name":"Export GitHub issues as CSV with v3 API"}]},{"@type":"WebSite","@id":"https:\/\/www.fullo.net\/blog\/#website","url":"https:\/\/www.fullo.net\/blog\/","name":"Fullo","description":"nulla e&#039; impossibile per chi non lo deve fare!","publisher":{"@id":"https:\/\/www.fullo.net\/blog\/#\/schema\/person\/24e91bc6caea6c411a8668df5639428c"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.fullo.net\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":["Person","Organization"],"@id":"https:\/\/www.fullo.net\/blog\/#\/schema\/person\/24e91bc6caea6c411a8668df5639428c","name":"Francesco Fullone","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/i0.wp.com\/www.fullo.net\/blog\/wp-content\/uploads\/2024\/10\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1","url":"https:\/\/i0.wp.com\/www.fullo.net\/blog\/wp-content\/uploads\/2024\/10\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1","contentUrl":"https:\/\/i0.wp.com\/www.fullo.net\/blog\/wp-content\/uploads\/2024\/10\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1","width":622,"height":622,"caption":"Francesco Fullone"},"logo":{"@id":"https:\/\/i0.wp.com\/www.fullo.net\/blog\/wp-content\/uploads\/2024\/10\/hawiaina-gold-circled-white.png?fit=622%2C622&ssl=1"},"sameAs":["http:\/\/www.fullo.net","https:\/\/www.linkedin.com\/in\/fullo","https:\/\/x.com\/fullo"],"url":"https:\/\/www.fullo.net\/blog\/author\/fullo\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p3OSc1-MH","jetpack_likes_enabled":true,"jetpack-related-posts":[{"id":176,"url":"https:\/\/www.fullo.net\/blog\/2003\/03\/31\/phplinksphp-50\/","url_meta":{"origin":3019,"position":0},"title":"php::Links(&#8216;PHP 5.0&#8217;)","author":"Francesco Fullone","date":"31\/03\/2003","format":false,"excerpt":"tratto da risorse.net: Php5 avr\u00e0 sicuramente una novit\u00e0 su tutte, la maggiore potenzialit\u00e0, che secondo gli sviluppatori dovrebbe soddisfare gli utenti pi\u00f9 smaliziati. Ecco in breve tutte le nuove funzionalit\u00e0 che Php 5 gestir\u00e0: - Revamped Internals - Namespaces - Exceptions - Real Object Orientation - Improved Streams API -\u2026","rel":"","context":"In &quot;tecnologia&quot;","block_context":{"text":"tecnologia","link":"https:\/\/www.fullo.net\/blog\/category\/tecnologia\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":2106,"url":"https:\/\/www.fullo.net\/blog\/2006\/11\/01\/google-api-per-php-5\/","url_meta":{"origin":3019,"position":1},"title":"Google API per PHP 5","author":"Francesco Fullone","date":"01\/11\/2006","format":false,"excerpt":"Google durante l'ultima Zend Conference ha reso pubbliche le nuove API per l'accesso ai suoi servizi tramite PHP 5. La cosa interessante \u00e8 che le API in questione saranno incluse nello Zend Framework, che giusto ieri ha raggiunto la versione 0.20 e che al suo interno gi\u00e0 includeva librerie per\u2026","rel":"","context":"In &quot;php&quot;","block_context":{"text":"php","link":"https:\/\/www.fullo.net\/blog\/category\/tecnologia\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":620,"url":"https:\/\/www.fullo.net\/blog\/2003\/12\/22\/phplinks-dedicati-a-php5\/","url_meta":{"origin":3019,"position":2},"title":"php::Links(&#8216; dedicati a PHP5&#8217; );","author":"Francesco Fullone","date":"22\/12\/2003","format":false,"excerpt":"Creole is a database abstraction layer for PHP5. It abstracts PHP's native db-specific API to create more portable code while also providing developers with a clean fully object-oriented interface based on the API for Java's JDBC. There are a number of database abstraction packages for PHP. Creole draws from experience\u2026","rel":"","context":"In &quot;tecnologia&quot;","block_context":{"text":"tecnologia","link":"https:\/\/www.fullo.net\/blog\/category\/tecnologia\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1063,"url":"https:\/\/www.fullo.net\/blog\/2004\/10\/18\/phparchitect-di-ottobre\/","url_meta":{"origin":3019,"position":3},"title":"php|architect di ottobre","author":"Francesco Fullone","date":"18\/10\/2004","format":false,"excerpt":"E' stato stampato il numero di ottobre di php|architect Integrating PHP and OpenOffice - Using PHP to Dynamically Manipulate and Convert OO documents You have probably already heard about OpenOffice, the Open Source Office suite that is now used by millions of people worldwide. One of the key points in\u2026","rel":"","context":"In &quot;php&quot;","block_context":{"text":"php","link":"https:\/\/www.fullo.net\/blog\/category\/tecnologia\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":826,"url":"https:\/\/www.fullo.net\/blog\/2004\/04\/26\/phplinks-php-5-rc-2\/","url_meta":{"origin":3019,"position":4},"title":"php::Links(&#8216; php 5 RC 2 &#8216; );","author":"Francesco Fullone","date":"26\/04\/2004","format":false,"excerpt":"The second Release Candidate of PHP 5 is now available! This mostly bug fix release improves PHP 5\u2019s stability and irons out some of the remaining issues before PHP 5 can be deemed release quality. Note that it is still not recommended for mission-critical use but people are encouraged to\u2026","rel":"","context":"In &quot;php&quot;","block_context":{"text":"php","link":"https:\/\/www.fullo.net\/blog\/category\/tecnologia\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1513,"url":"https:\/\/www.fullo.net\/blog\/2005\/07\/11\/php-44-2\/","url_meta":{"origin":3019,"position":5},"title":"php 4.4","author":"Francesco Fullone","date":"11\/07\/2005","format":false,"excerpt":"The PHP Development Team would like to announce the immediate release of PHP 4.4.0. This is a maintenance release that addresses a serious memory corruption problem within PHP concerning references. If references were used in a wrong way, PHP would often create memory corruptions which would not always surface and\u2026","rel":"","context":"In &quot;php&quot;","block_context":{"text":"php","link":"https:\/\/www.fullo.net\/blog\/category\/tecnologia\/php\/"},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/posts\/3019","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/comments?post=3019"}],"version-history":[{"count":3,"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/posts\/3019\/revisions"}],"predecessor-version":[{"id":3022,"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/posts\/3019\/revisions\/3022"}],"wp:attachment":[{"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/media?parent=3019"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/categories?post=3019"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.fullo.net\/blog\/wp-json\/wp\/v2\/tags?post=3019"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}