{"id":1164,"date":"2022-10-26T23:15:19","date_gmt":"2022-10-26T23:15:19","guid":{"rendered":"https:\/\/ltecnologia.com.br\/blog\/?p=1164"},"modified":"2022-10-26T23:15:24","modified_gmt":"2022-10-26T23:15:24","slug":"como-medir-velocidade-da-internet-usando-python","status":"publish","type":"post","link":"http:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/","title":{"rendered":"Como medir velocidade da internet usando Python"},"content":{"rendered":"\n<p>Opa, quero compartilhar com voc\u00eas esse programinha para medir velocidade da internet usando Python.<\/p>\n\n\n\n<p>primeiramente temos que instalar no nosso ambiente a lib <strong>speedtest<\/strong> com o comando:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>pip install speedtest-cli<\/code><\/pre>\n\n\n\n<p>Pronto, isso \u00e9 tudo que voc\u00ea precisa pra come\u00e7ar a programar seu medidor de velocidade. Mas antes vou explicar do que se trata essa lib.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Speedtest-cli: como medir velocidade da internet usando python<\/h2>\n\n\n\n<p>Speedtest-cli \u00e9 uma biblioteca que lista servidores baseados na dist\u00e2ncia f\u00edsica, realiza teste contra servidores espec\u00edficos. Essa ferramenta tamb\u00e9m pode ser instalado diretamente no Linux, por\u00e9m, deve ter a vers\u00e3o do Python 2.4 ou superior, para funcionar corretamente e medir velocidade da internet usando python.<\/p>\n\n\n\n<p>Agora vamos importar a biblioteca e criar nosso objeto.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import speedtest\nteste = speedtest.Speedtest()<\/code><\/pre>\n\n\n\n<p>vamos agora criar nossa fun\u00e7\u00e3o para transformar bytes em MB e facilitar a leitura <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>def bytes_para_mb(bytes):\r\n    KB = 1024\r\n    MB = KB *1024\r\n    return int(bytes\/MB)<\/code><\/pre>\n\n\n\n<p>Utilizaremos agora a fun\u00e7\u00e3o para converter o valor que retornou do teste em MB e armazenar na vari\u00e1vel <strong>velocidade<\/strong><\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>velocidade = bytes_para_mb(teste.download())<\/code><\/pre>\n\n\n\n<p>E por fim, textinho para mostrar na tela a velocidade da internet usando o python.<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>print(\"A velocidade da sua internet \u00e9 \",velocidade,\"MBS\")<\/code><\/pre>\n\n\n\n<p>No final nosso c\u00f3digo ficou assim<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code>import speedtest\r\n\r\nteste = speedtest.Speedtest()\r\n\r\ndef bytes_para_mb(bytes):\r\n    KB = 1024\r\n    MB = KB *1024\r\n    return int(bytes\/MB)\r\n\r\nvelocidade = bytes_para_mb(teste.download())\r\nprint(\"A velocidade da sua internet \u00e9 \", velocidade,\"MB\")<\/code><\/pre>\n\n\n\n<p>Ao testar nosso c\u00f3digo, ele <strong>deve demorar um pouco para funcionar<\/strong>. A biblioteca realiza testes utilizando v\u00e1rios servidores, e no final o retorno \u00e9 esse.<\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-11.png\"><img loading=\"lazy\" decoding=\"async\" width=\"529\" height=\"99\" src=\"https:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-11.png\" alt=\"como-medir-a-velocidade-da-internet-usando-python\" class=\"wp-image-1168\" srcset=\"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-11.png 529w, http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-11-300x56.png 300w\" sizes=\"auto, (max-width: 529px) 100vw, 529px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">Conclus\u00e3o<\/h2>\n\n\n\n<p>Este \u00e9 o tipo de c\u00f3digo para se treinar no python pois utiliza fundamentos b\u00e1sicos como opera\u00e7\u00f5es aritm\u00e9ticas, fun\u00e7\u00f5es, uso de vari\u00e1veis e de bibliotecas prontas.<\/p>\n\n\n\n<p>Voc\u00ea pode aprender mais sobre o <a href=\"https:\/\/pypi.org\/project\/speedtest-cli\/\">speedtest-cli<\/a>. <\/p>\n\n\n\n<p>Utilizando a criatividade voc\u00ea pode at\u00e9 criar um rob\u00f4 ou criar um hist\u00f3rico da velocidade da sua internet para depois, se for o caso, reclamar com sua operadora.<\/p>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Opa, quero compartilhar com voc\u00eas esse programinha para medir velocidade da internet usando Python. primeiramente temos que instalar no nosso ambiente a lib speedtest com o comando: Pronto, isso \u00e9 tudo que voc\u00ea precisa pra come\u00e7ar a programar seu medidor de velocidade. Mas antes vou explicar do que se trata essa lib. Speedtest-cli: como medir&hellip; <a href=\"http:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\" class=\"more-link\">Leia mais <span class=\"screen-reader-text\">Como medir velocidade da internet usando Python<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":1165,"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":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","enabled":false},"version":2}},"categories":[206,8],"tags":[225,55,37,194,35,226,227,26],"class_list":["post-1164","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-ferramentas-online","category-programacao","tag-code","tag-debian","tag-linux","tag-python","tag-server","tag-speedtest","tag-testing","tag-ubuntu"],"jetpack_publicize_connections":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v22.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Como medir velocidade da internet usando Python - Luan Oliveira<\/title>\n<meta name=\"description\" content=\"Como medir velocidade da internet usando Python. Nesse simples c\u00f3digo em python eu mostro como criar seu pr\u00f3prio speedtest\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\" \/>\n<meta property=\"og:locale\" content=\"pt_BR\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Como medir velocidade da internet usando Python - Luan Oliveira\" \/>\n<meta property=\"og:description\" content=\"Como medir velocidade da internet usando Python. Nesse simples c\u00f3digo em python eu mostro como criar seu pr\u00f3prio speedtest\" \/>\n<meta property=\"og:url\" content=\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\" \/>\n<meta property=\"og:site_name\" content=\"Luan Oliveira\" \/>\n<meta property=\"article:published_time\" content=\"2022-10-26T23:15:19+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2022-10-26T23:15:24+00:00\" \/>\n<meta property=\"og:image\" content=\"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1600\" \/>\n\t<meta property=\"og:image:height\" content=\"886\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Luan Oliveira\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Escrito por\" \/>\n\t<meta name=\"twitter:data1\" content=\"Luan Oliveira\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. tempo de leitura\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 minutos\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\"},\"author\":{\"name\":\"Luan Oliveira\",\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40\"},\"headline\":\"Como medir velocidade da internet usando Python\",\"datePublished\":\"2022-10-26T23:15:19+00:00\",\"dateModified\":\"2022-10-26T23:15:24+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\"},\"wordCount\":279,\"commentCount\":0,\"publisher\":{\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40\"},\"image\":{\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png\",\"keywords\":[\"code\",\"debian\",\"linux\",\"python\",\"server\",\"speedtest\",\"testing\",\"ubuntu\"],\"articleSection\":[\"Ferramentas Online\",\"Programa\u00e7\u00e3o\"],\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\",\"url\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\",\"name\":\"Como medir velocidade da internet usando Python - Luan Oliveira\",\"isPartOf\":{\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage\"},\"thumbnailUrl\":\"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png\",\"datePublished\":\"2022-10-26T23:15:19+00:00\",\"dateModified\":\"2022-10-26T23:15:24+00:00\",\"description\":\"Como medir velocidade da internet usando Python. Nesse simples c\u00f3digo em python eu mostro como criar seu pr\u00f3prio speedtest\",\"breadcrumb\":{\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#breadcrumb\"},\"inLanguage\":\"pt-BR\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage\",\"url\":\"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png\",\"contentUrl\":\"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png\",\"width\":1600,\"height\":886},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"In\u00edcio\",\"item\":\"http:\/\/ltecnologia.com.br\/blog\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Como medir velocidade da internet usando Python\"}]},{\"@type\":\"WebSite\",\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#website\",\"url\":\"http:\/\/ltecnologia.com.br\/blog\/\",\"name\":\"Luan Oliveira\",\"description\":\"Linux | Programa\u00e7\u00e3o | Seguran\u00e7a\",\"publisher\":{\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"http:\/\/ltecnologia.com.br\/blog\/?s={search_term_string}\"},\"query-input\":\"required name=search_term_string\"}],\"inLanguage\":\"pt-BR\"},{\"@type\":[\"Person\",\"Organization\"],\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40\",\"name\":\"Luan Oliveira\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"pt-BR\",\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f333f4f98204ee523e984e240be5b77b?s=96&d=retro&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f333f4f98204ee523e984e240be5b77b?s=96&d=retro&r=g\",\"caption\":\"Luan Oliveira\"},\"logo\":{\"@id\":\"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/image\/\"},\"description\":\"Me chamo Luan Oliveira, P\u00f3s-graduado em Projetos e Arquitetura de Cloud Computing e bacharel em Sistemas de Informa\u00e7\u00e3o pela UFPA. Atualmente, trabalho como Analista de Sistemas na For\u00e7a A\u00e9rea Brasileira.\",\"sameAs\":[\"http:\/\/www.ltecnologia.com.br\"],\"url\":\"http:\/\/ltecnologia.com.br\/blog\/author\/ltecnologia\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Como medir velocidade da internet usando Python - Luan Oliveira","description":"Como medir velocidade da internet usando Python. Nesse simples c\u00f3digo em python eu mostro como criar seu pr\u00f3prio speedtest","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:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/","og_locale":"pt_BR","og_type":"article","og_title":"Como medir velocidade da internet usando Python - Luan Oliveira","og_description":"Como medir velocidade da internet usando Python. Nesse simples c\u00f3digo em python eu mostro como criar seu pr\u00f3prio speedtest","og_url":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/","og_site_name":"Luan Oliveira","article_published_time":"2022-10-26T23:15:19+00:00","article_modified_time":"2022-10-26T23:15:24+00:00","og_image":[{"width":1600,"height":886,"url":"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png","type":"image\/png"}],"author":"Luan Oliveira","twitter_card":"summary_large_image","twitter_misc":{"Escrito por":"Luan Oliveira","Est. tempo de leitura":"2 minutos"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#article","isPartOf":{"@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/"},"author":{"name":"Luan Oliveira","@id":"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40"},"headline":"Como medir velocidade da internet usando Python","datePublished":"2022-10-26T23:15:19+00:00","dateModified":"2022-10-26T23:15:24+00:00","mainEntityOfPage":{"@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/"},"wordCount":279,"commentCount":0,"publisher":{"@id":"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40"},"image":{"@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage"},"thumbnailUrl":"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png","keywords":["code","debian","linux","python","server","speedtest","testing","ubuntu"],"articleSection":["Ferramentas Online","Programa\u00e7\u00e3o"],"inLanguage":"pt-BR","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/","url":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/","name":"Como medir velocidade da internet usando Python - Luan Oliveira","isPartOf":{"@id":"http:\/\/ltecnologia.com.br\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage"},"image":{"@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage"},"thumbnailUrl":"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png","datePublished":"2022-10-26T23:15:19+00:00","dateModified":"2022-10-26T23:15:24+00:00","description":"Como medir velocidade da internet usando Python. Nesse simples c\u00f3digo em python eu mostro como criar seu pr\u00f3prio speedtest","breadcrumb":{"@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#breadcrumb"},"inLanguage":"pt-BR","potentialAction":[{"@type":"ReadAction","target":["https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/"]}]},{"@type":"ImageObject","inLanguage":"pt-BR","@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#primaryimage","url":"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png","contentUrl":"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png","width":1600,"height":886},{"@type":"BreadcrumbList","@id":"https:\/\/ltecnologia.com.br\/blog\/como-medir-velocidade-da-internet-usando-python\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"In\u00edcio","item":"http:\/\/ltecnologia.com.br\/blog\/"},{"@type":"ListItem","position":2,"name":"Como medir velocidade da internet usando Python"}]},{"@type":"WebSite","@id":"http:\/\/ltecnologia.com.br\/blog\/#website","url":"http:\/\/ltecnologia.com.br\/blog\/","name":"Luan Oliveira","description":"Linux | Programa\u00e7\u00e3o | Seguran\u00e7a","publisher":{"@id":"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"http:\/\/ltecnologia.com.br\/blog\/?s={search_term_string}"},"query-input":"required name=search_term_string"}],"inLanguage":"pt-BR"},{"@type":["Person","Organization"],"@id":"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/b692f08d20eee7bee61862cf98a2cb40","name":"Luan Oliveira","image":{"@type":"ImageObject","inLanguage":"pt-BR","@id":"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f333f4f98204ee523e984e240be5b77b?s=96&d=retro&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f333f4f98204ee523e984e240be5b77b?s=96&d=retro&r=g","caption":"Luan Oliveira"},"logo":{"@id":"http:\/\/ltecnologia.com.br\/blog\/#\/schema\/person\/image\/"},"description":"Me chamo Luan Oliveira, P\u00f3s-graduado em Projetos e Arquitetura de Cloud Computing e bacharel em Sistemas de Informa\u00e7\u00e3o pela UFPA. Atualmente, trabalho como Analista de Sistemas na For\u00e7a A\u00e9rea Brasileira.","sameAs":["http:\/\/www.ltecnologia.com.br"],"url":"http:\/\/ltecnologia.com.br\/blog\/author\/ltecnologia\/"}]}},"jetpack_featured_media_url":"http:\/\/ltecnologia.com.br\/blog\/wp-content\/uploads\/2022\/10\/image-8.png","jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/p6BRyf-iM","_links":{"self":[{"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/posts\/1164","targetHints":{"allow":["GET"]}}],"collection":[{"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/comments?post=1164"}],"version-history":[{"count":1,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/posts\/1164\/revisions"}],"predecessor-version":[{"id":1169,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/posts\/1164\/revisions\/1169"}],"wp:featuredmedia":[{"embeddable":true,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/media\/1165"}],"wp:attachment":[{"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/media?parent=1164"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/categories?post=1164"},{"taxonomy":"post_tag","embeddable":true,"href":"http:\/\/ltecnologia.com.br\/blog\/wp-json\/wp\/v2\/tags?post=1164"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}