{"info":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","description":"<html><head></head><body><img src=\"https://www.seotesteronline.com/wp-content/themes/VoyagerOne/dist/voyagerone/img/logo/seo-tester-online-logo-blu.svg\" width=\"200\">\n\n<hr>\n<h1 id=\"documentation-api-v10\">Documentation API v.1.0</h1>\n<p>It is a Postman Collection for the SEO Tester Online API v.1 endpoint.</p>\n<p>If you have any API-related questions, contact us at <a href=\"mailto:info@seotesteronline.com\">info@seotesteronline.com</a></p>\n<hr>\n<h2 id=\"installation\">Installation</h2>\n<p><strong>Quick install</strong></p>\n<p>To rapidly install our API, go to the <a href=\"https://documenter.getpostman.com/view/19388285/UVeDs7KR\">Collection</a> and click <code>Run in Postman</code>, (which you can find at the top to the right on your desktop).</p>\n<hr>\n<h2 id=\"data-encoding\">Data encoding</h2>\n<p>All data you send to SEO Tester Online API should be UTF-8 encoded.</p>\n<p>If you use one of the Clients listed in the first table, gzip will be the default format of data exchange. You will see Content-Encoding: gzip in the header.</p>\n<p>All the responses are returned in the JSON format by default, but we also support responses in the XML and CSV formats – just append the query parameter <code>format=xml</code> or <code>format=csv</code> to the end of your request. </p>\n<p>For example, the following requests will return response encoded in JSON, XML or CSV accordingly:</p>\n<p><code>https://api.seotesteronline.com/api-user/v1/seo-checker/locale?format=xml</code></p>\n<hr>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Documentation API v.1.0","slug":"documentation-api-v10"}],"owner":"19388285","collectionId":"7161353f-527f-465a-bfa4-0217d54f0975","publishedId":"UVeDs7KR","public":true,"customColor":{"top-bar":"130D41","right-sidebar":"363636","highlight":"EF5B25"},"publishDate":"2022-02-21T17:09:53.000Z"},"item":[{"name":"Authorization","item":[{"name":"Sign In","event":[{"listen":"prerequest","script":{"id":"3d8644a3-3578-4efe-9b92-a09a11532b9a","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"b5c53a0e-8f4f-4b5d-920a-b9bb14de67ec","exec":["var jsonData = JSON.parse(responseBody);\r","pm.collectionVariables.set(\"user-token-response\", jsonData.token);"],"type":"text/javascript"}}],"id":"5466cde1-7cb8-4c80-bb3e-36508b686a9c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"your-email","description":"<p>The e-mail you've used when registering on SEO Tester Online.</p>\n","type":"text"},{"key":"pass","value":"your-password","description":"<p>The password you've used when registering on SEO Tester Online.</p>\n","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.seotesteronline.com/api-user/v1/auth/signin","description":"<p>It returns your access token and enables you to access our service APIs.</p>\n<p><strong>Example:</strong></p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-json\">{\n  \"token\": \"your_access_token\"\n}\n\n</code></pre>\n","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}},"urlObject":{"path":["api-user","v1","auth","signin"],"host":["https://api.seotesteronline.com"],"query":[],"variable":[]}},"response":[{"id":"0da72a05-5cbb-4022-bc8f-572d1d6c6ca4","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Workspace","value":"1","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"{{email-login}}","description":"Your e-mail when registering on the Seo Tester Online platform","type":"text"},{"key":"pass","value":"{{pass-login}}","description":"Your password when registering on the Seo Tester Online platform","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.seotesteronline.com/api-user/v1/auth/signin"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"token\": \"YOUR_PERSONAL_TOKEN_CODE\"\r\n}"},{"id":"b8f029ab-3668-41d8-8a96-ed1aa8d396be","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Workspace","value":"1","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"{{email-login}}","description":"Your e-mail when registering on the Seo Tester Online platform","type":"text"},{"key":"pass","value":"{{pass-login}}","description":"Your password when registering on the Seo Tester Online platform","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.seotesteronline.com/api-user/v1/auth/signin"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"2c0d2d8f-a2bc-40fe-bda0-045dd4beda29","name":"500 - Internal Server Error","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/x-www-form-urlencoded"},{"key":"Workspace","value":"1","type":"text","disabled":true}],"body":{"mode":"urlencoded","urlencoded":[{"key":"email","value":"{{email-login}}","description":"Your e-mail when registering on the Seo Tester Online platform","type":"text"},{"key":"pass","value":"{{pass-login}}","description":"Your password when registering on the Seo Tester Online platform","type":"text"},{"key":"","value":"","type":"text","disabled":true}]},"url":"https://api.seotesteronline.com/api-user/v1/auth/signin"},"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"internal server error\"\r\n}"}],"_postman_id":"5466cde1-7cb8-4c80-bb3e-36508b686a9c"}],"id":"56767159-c2d9-4f2f-8709-fd2f47fb0bf5","description":"<h2 id=\"bearer-token-for-api-access\">Bearer Token for API Access</h2>\n<p>SEO Tester Online uses a Bearer Token to authorize access to data. To get a Bearer Token from SEO Tester Online to enable Postman to access your account via the API you’ll need to use the Signin request.  </p>\n<h2 id=\"adding-an-access-token-to-the-requests\">Adding an Access Token to the requests</h2>\n<p>To send a request with a Bearer Token authorization header, you need to make an HTTP request and provide your Bearer Token with the </p>\n<p><code>Authorization: Bearer &lt;token&gt;</code> </p>\n<p>HTTP header. </p>\n<p>In addition to that, you can put the Bearer token like a query parameter in order to structure a full inline request.</p>\n<p>For example, the following requests will return an authorized response accordingly:</p>\n<p><code>https://api.seotesteronline.com/api-user/v1/seo-checker/locale?token=&lt;token&gt;</code></p>\n<p>Bearer Authentication (also called token authentication) is an HTTP authentication scheme created as part of OAuth 2.0 but is now used on its own. For security reasons, bearer tokens are only sent over HTTPS (SSL).</p>\n","_postman_id":"56767159-c2d9-4f2f-8709-fd2f47fb0bf5","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}},{"name":"Tools","item":[{"name":"SEO Checker","item":[{"name":"On-Page SEO Analysis","id":"b265a821-b94b-43e3-bf86-7038deedfe77","protocolProfileBehavior":{"disableBodyPruning":true,"followAuthorizationHeader":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"www.apple.com\",\r\n    \"locale\": \"IT\"\r\n}"},"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/analysis?format=json","description":"<p><strong>Description:</strong><br />It returns a detailed SEO analysis of a page. The test verifies different aspects of the typed URL page, such as its code structure, its content, its performance, and its social assets.</p>\n<p>It will give you back an overview of the SEO condition of the web resource analyzed and a global SEO Score.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>url (required)</td>\n<td>It identifies the path of the website you want to scan. It's mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>locale</td>\n<td>It identifies in what languages you can receive the analysis. Today the available idioms are English (EN), Italian (IT), Spanish (ES), and Polish (PL). It's not mandatory to include in the request. The default language used by our system is English.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","seo-checker","analysis"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"7d26c613-3eec-4222-a0b0-5f15612c2c79","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"www.lasicilia.it\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/analysis"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"base\": {\r\n        \"score\": 80.09333333333333,\r\n        \"exams\": {\r\n            \"snippet\": {\r\n                \"id\": \"sc_serp\",\r\n                \"title\": \"Google Snippet\",\r\n                \"score\": 54.7,\r\n                \"weight\": 2,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"serp\",\r\n                                \"value\": {\r\n                                    \"title\": \"Apple\",\r\n                                    \"description\": \"Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, and expert device support.\",\r\n                                    \"url\": \"https://www.apple.com/\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Fai attenzione! Devi ancora ottimizzare questo snippet\",\r\n                \"problems\": [\r\n                    {\r\n                        \"formatHtml\": \"Per migliorare il punteggio di questo snippet devi ottimizzare la <b><code>&lt;title&gt;</code></b> tag, <b>meta description</b>, e <b>URL</b>.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"Uno snippet è un <b>breve riassunto del contenuto di una pagina web</b> che appare nella SERP (Search Engine Results Page).</br> Per lo più consiste in <b>un titolo, una descrizione, un URL, e altri metadati.</b><br/>Questi elementi <b>sono generati in base al termine di ricerca</b> e presentati come parte di un elenco.<br/> A seconda della disposizione del motore di ricerca, uno snippet potrebbe diventare un rich snippet o featured snippet. <h2>Perché ottimizzarlo?</h2> Uno snippet ottimizzato <b>può avere un impatto positivo sul tuo CTR</b> (Click Through Rate). Gli snippet sono cruciali perché <b>possono fare la differenza tra il fatto che un utente clicchi sul tuo sito o passi a un altro.</b> Un snippet più accattivante, con informazioni rilevanti e parole chiave pertinenti, spinge l'utente a cliccare.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"title\": {\r\n                \"id\": \"sc_title\",\r\n                \"title\": \"Title\",\r\n                \"score\": 64,\r\n                \"weight\": 3,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"Apple\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Fai attenzione! Devi ancora ottimizzare questo titolo\",\r\n                \"problems\": [\r\n                    {\r\n                        \"formatHtml\": \"Il titolo <code>&lt;title&gt;</code> sembra <b>troppo corto</b>, dovrebbe essere tra <b>55</b> e <b>66</b> caratteri.<p><b>Best practice</b></p> <ul> <li> Tieni i tuoi titoli sotto i 70 caratteri</li> <li> Quando possibile, usa numeri (per esempio usa \\\"8\\\" invece di \\\"otto\\\")</li> <li> Usa parole chiave senza esagerare</li> <li> Usa titoli diversi per pagine diverse</li> <li> Scrivi pensando ai tuoi clienti</li> <li> Usa parole chiave come ultima, migliore, nuovo, provato, come, perché</li> <li> Quando possibile, usa il nome del tuo brand</li></ul><br/>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Questo esame verifica l'esistenza del tag title in questa pagina web, analizza la sua lunghezza facendoti sapere se è troppo lungo (oltre 70 caratteri) o troppo corto (sotto i 55 caratteri) e controlla se il tag H1 e il tag title sono simili.</p> <h2>Perché ottimizzarlo?</h2> <b>Uno snippet più accattivante</b>, con informazioni rilevanti e parole chiave pertinenti, <b>spingono il ricercatore a cliccare, aumentando il tuo CTR</b> (Click Through Rate).\",\r\n                        \"args\": []\r\n                    }\r\n                ]\r\n            },\r\n            \"metaTagDescription\": {\r\n                \"id\": \"sc_description\",\r\n                \"title\": \"Meta Description\",\r\n                \"score\": 0,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, and expert device support.\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"La Meta Description della pagina non è ottimizzata. Correggila!\",\r\n                \"problems\": [\r\n                    {\r\n                        \"formatHtml\": \"La <b>meta description</b> di questa pagina è <b>troppo lunga</b>. Riducila! Dovrebbe contenere tra i <b>50</b> e i <b>160</b> caratteri<h2>Best practice</h2> <ul> <li> Tieni la tua meta description sotto i 160 caratteri</li> <li> Cattura l'occhio dell'utente usando le parole chiave principali</li> <li> Usa una descrizione diversa per pagine diverse</li> <li> Scrivi pensando ai tuoi clienti</li> <li> Rendi vivida l'azione da compiere usando parole come scopri, scaricare, provare</li> <li> Sii coerente con il contenuto della pagina</li></ul><br/>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Il tag meta description è <b>un elemento che fornisce un riassunto di una pagina</b> contenuto nella sezione <code>&lt;head&gt;</code> del tuo documento HTML. Potrebbe apparire sotto il titolo del tuo sito web, nella pagina dei risultati dei motori di ricerca, e ha il compito di incuriosire gli utenti a visitare una determinata risorsa web.</p> <p>Questo esame verifica l'esistenza della meta description in questa pagina web, analizza la sua lunghezza facendoti sapere se è troppo lunga (oltre 160 caratteri) o troppo corta (sotto i 50 caratteri).</p> <h2>Perché ottimizzarla?</h2> Una descrizione accattivante può aumentare il CTR (Click Through Rate).</br> In altri termini, ci saranno <b>più persone che vedranno la vostra pagina nei risultati di ricerca</b>, cliccheranno e arriveranno sul vostro sito.\",\r\n                        \"args\": []\r\n                    }\r\n                ]\r\n            },\r\n            \"favicon\": {\r\n                \"id\": \"sc_favicon\",\r\n                \"title\": \"Favicon\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"<code>$1</code>\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"<img width=\\\"16\\\" height=\\\"16\\\" src=\\\"data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAEAAAABACAYAAACqaXHeAAAD60lEQVR4nO3bbajecxzH8dfZMZoxiiGUdAjbQm4XtigRuXniNmsm4QGteXRNoUzUMaklMgkNDyiWlXCmSG6aMlqRB9ukMDY3x91hJpcHv2s5O87N9bv5X/9L57zr36n///re/D7nd/1/39/N1dNsNk1mptWdQN3sFfPh/v7+qvIYjRNxOU7DHfi0HaNGoxEVJEqADjEPK3AZelv3HqoqWLcJcBeWY99h95r4qaqA3STA47hplPu/4tuqgnbLS3CF0RsPH+GbqgJ3gwDnCl1/LJ4UvgaVULcAvRhvaNmIF6pMoG4BzmhdY9HA71UmULcA147zbDneqDqBOkeBHpw1xrNlWNWJJOrsATNx5Ih7b+NCHWo89faAXcIQN7v193kd6PIjqUKAOZiLQ7APfsEWfGjPim4nLvbfIW4GTscJOFyoCv/ADmxu+SlWGJUSYBoWC8XMmf6t4YfzFV7EGqER7Nn4eViEK9A3Tqzv8DIexGdZWSsjwHxhLF84weeOwFLcijexVugZRwkTnwswvY14B+NGXIn7sFJGoZQrwBKhhm8n8d304vzWlcMsQfhThd63M8VJjgA3CGVq3Vwl9IAlwrsiitRhcD4eS7StgnNwUIphigAzsRp7pwSsgHdxtvCSjSblK3C9sFzVDWzARcJQm0RsD5hu7Hl7p9mGq2U0nngBFuLknIAFaeCLXCexAlyaG7AQW4SiKptYARaUCFqApzBUwlGsAEeXCJpJE+tLOYsV4IBSgTP4EVtLOYsVoO4VJPhZ5pt/ON3QoFh6WlcR/o8CzML+pZzFCvB3qcAZHIhjSzmLFeC3UoEz6BHWDooQK8C2UoEzWYT9SjiKFSB7CaoQfbiuhKNYATaUCFqIe4QF2CxiBXgrN2BBDsU6HJbjJFaAjxWYgRWkD6/hlFQHsQIM4ZXUYBVxEt7BncImSxQphdBAgk3VzMC9uC3WMEWA9fg8wa4TvB5rkCLAEJ5IsKua9/B+rFHqXOBRfJ1oWxX3S9ghShVgEE8n2lbBJryaYpgzG1yp4MJEJndLnKjlCDCI2zPsS7FW2C1OInc9YB2eyfSRw/fCjnMyJRZElqpvkrQMX+Y4KCHAoDAzi96ZzeQBPJvrpNSS2EbcUshXOwwY/3Rp25Q8I7RGKEkfMfoRmd3sEnZ0PxDOAP8lLLfPwXkmnt29JJwF+DMv3UDpQ1KrhTJ5FY4f8Ww7nhPqh01j2M/GNbhZODM0nB+Ec0H9Cq5NVnFKbED4T16CY4RktwprCZsnsN2Bh4Xv9gIcJ5wS2y6cIfykdLI9Uz+amuRMCVB3AnUzJUDdCdTNlAB1J1A3UwLUnUDdTHoB/gFLx6Ni4xGRFQAAAABJRU5ErkJggg==\\\">\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Hai impostato correttamente la Favicon. Ottimo lavoro!\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Una favicon (abbreviazione di \\\"icona preferita\\\") <b>è un'icona (immagine o logo) associata ad un particolare sito o pagina web.</b></p> <p>Una favicon è tipicamente un <b>grafico di 16x16 pixel quadrati</b>, ed è salvata come favicon.ico nella directory principale del tuo server.</p> <h2>Perché ottimizzarla?</h2> <b>I browser le usano nella barra degli URL, nelle schede,</b> e altrove per aiutare <b>ad identificare visivamente un sito web</b>. Le favicon sono anche usate come icone di applicazioni su dispositivi mobili\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"urlSeoFriendly\": {\r\n                \"id\": \"sc_urlseofriendly\",\r\n                \"title\": \"SEO Friendly URL\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"https://www.apple.com/\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Questo URL è SEO Friendly. Ben fatto!\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>L’URL (Unique Resource Locator) è l’indirizzo di casa del tuo sito. È quello che digitiamo sulla barra degli indirizzi del nostro browser quando vogliamo accedere a un sito web.</p> <p>Per rendere l'URL SEO Friendly e più facile da digitare per gli utenti, è giusto rimuovere o sostituire i caratteri speciali. Per esempio, i caratteri accentati sono di solito sostituiti da caratteri accentati sono di solito sostituiti da lettere dell'alfabeto inglese; i segni di punteggiatura sono generalmente rimossi; e gli spazi (che devono essere codificati come %20 o +) sono sostituiti da trattini (-) che sono più gradevoli esteticamente.</p> <h2>Perché ottimizzarlo?</h2> <p>Un URL SEO corretto aiuta il crawler a capire cosa l'utente può trovare su quella pagina. In questo modo, Google o qualsiasi altro motore di ricerca può rendere la pagina disponibile per la giusta query.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ]\r\n            },\r\n            \"microdata\": {\r\n                \"id\": \"sc_microdata\",\r\n                \"title\": \"Microdata\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"<p>WebSite</p><p>SearchAction</p><p>WebPage</p>\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Ottimo lavoro! In questa pagina i microdata sono impostati correttamente\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p><b>Schema.org</b> (spesso chiamato schema) <b>è un vocabolario semantico di tag</b> (o microdati) che puoi aggiungere al tuo codice HTML per migliorare il modo in cui i motori di ricerca leggono e rappresentano la tua pagina nelle SERP.</p> <p>Schema.org è il risultato della collaborazione tra Google, Bing, Yandex e Yahoo! per aiutarti a fornire le informazioni di cui i loro motori di ricerca hanno bisogno per capire il tuo contenuto e fornire i migliori risultati possibili in uno specifico momento.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"deprecatedTags\": {\r\n                \"id\": \"sc_deprecated_tags\",\r\n                \"title\": \"Tag deprecati\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [],\r\n                \"response\": \"Nel sito non ci sono tag deprecati. Ottimo lavoro!\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>I tag HTML deprecati sono <b>elementi di codice obsoleti che sono permessi, ma non raccomandati</b> e vengono sostituiti da altri più nuovi.</p> <h2>Perché ottimizzarli?</h2> <p>Stare al passo con i nuovi tag è fondamentale per ogni sviluppatore web. </p><p>Assicurarsi che il proprio codice segua le raccomandazioni attuali evitando gli elementi legacy <b>è una best practice essenziale.</b></p><p>Non solo <b>assicura che il proprio sito continui a funzionare a lungo termine</b>, ma che si adatti al web del futuro</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"hasSitemap\": {\r\n                \"id\": \"sc_sitemap\",\r\n                \"title\": \"Sitemap\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"<b>Questo è l'elenco di sitemap trovate:</b><br/><div><p>\\nSitemap: https://www.apple.com/shop/sitemap.xml</p><p>\\nSitemap: https://www.apple.com/autopush/robots/compare-sitemap.xml</p><p>\\nSitemap: https://www.apple.com/autopush/sitemap/sitemap-index.xml</p><p>\\nSitemap: https://www.apple.com/newsroom/sitemap.xml</p><p>\\nSitemap: https://www.apple.com/retail/sitemap/sitemap.xml</p><p>\\nSitemap: https://www.apple.com/today/sitemap.xml</p></div><br/>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"response\": \"Buon lavoro! Hai impostato correttamente la sitemap\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Un <b>XML Sitemap</b> è un file specifico dove è possibile elencare tutte le pagine di un sito web. In altre parole, esso <b>ti permette di illustrare ordinatamente tutti gli URL di un sito</b>. Consente inoltre al crawler di Google di controllare in modo semplice un sito web, per scansionarlo e indicizzare i tuoi contenuti. <b>La Sitemap è contenuta nel Robots.txt.</b></p> <h2>Perché ottimizzarla?</h2> Avere una Sitemap XML <b>aiuta Google (e gli altri motori di ricerca) a capire come è strutturato un sito</b>, permettendogli di ridurre il tempo necessario per indicizzare i suoi contenuti (chiamato crawl budget).\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"hasRobots\": {\r\n                \"id\": \"sc_robots\",\r\n                \"title\": \"Robots.txt\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"<b>Contenuto del tuo Robots.txt</b> <br/> # robots.txt for http://www.apple.com/<br/><br/>User-agent: *<br/>Disallow: /*/includes/*<br/>Disallow: /*retail/availability*<br/>Disallow: /*retail/availabilitySearch*<br/>Disallow: /*retail/pickupEligibility*<br/>Disallow: /*shop/signed_in_account*<br/>Disallow: /*shop/sign_in*<br/>Disallow: /*shop/sign_out*<br/>Disallow: /*shop/answer/vote*<br/>Disallow: /*shop/bag*<br/>Disallow: /*shop/browse/overlay/*<br/>Disallow: /*shop/browse/ribbon/*<br/>Disallow: /*shop/browse/campaigns/mobile_overlay*<br/>Disallow: /*shop/button_availability*<br/>Disallow: /*shop/favorites*<br/>Disallow: /*shop/iphone/payments/overlay/*<br/>Disallow: /*shop/mobile/olss_error*<br/>Disallow: /*shop/mobilex/*<br/>Disallow: /*shop/np/order*<br/>Disallow: /*shop/np/giftorguestorder*<br/>Disallow: /*shop/np/sign_in*<br/>Disallow: /*shop/order/*<br/>Disallow: /*shop/question/answer/report*<br/>Disallow: /*shop/question/subscribe*<br/>Disallow: /*shop/question/unsubscribe/<br/>Disallow: /*shop/rs-mvt/rel/*<br/>Disallow: /*shop/sentry*<br/>Disallow: /*shop/store/feeds/*<br/>Disallow: /*shop/variationSelection<br/>Disallow: /*_adc_*/shop/<br/>Disallow: /*_aoc_*/shop/<br/>Disallow: /*_enterprise*/shop/<br/>Disallow: /*_internal-epp-discounted*/shop/<br/>Disallow: /*_k12nonbts*/shop/<br/>Disallow: /*_kiosk*/shop/<br/>Disallow: /*_nonbts*/shop/<br/>Disallow: /*_qpromo*/shop/<br/>Disallow: /*_refurb-discounted*/shop/<br/>Disallow: /cn/*/aow/*<br/>Disallow: /go/awards/*<br/>Disallow: /newsroom/notifications/*<br/>Disallow: */search/*<br/>Disallow: /tmall*<br/>Allow: /ac/globalnav/2.0/*/images/ac-globalnav/globalnav/search/* \\t<br/><br/>User-agent: Baiduspider<br/>Disallow: /mac*<br/>Disallow: /ipad*<br/>Disallow: /iphone-*<br/>Disallow: /homepod-*<br/>Disallow: /apple-watch-*<br/>Disallow: /store<br/>Disallow: /shop/buy-mac<br/>Disallow: /shop/buy-iphone<br/>Disallow: /shop/buy-ipad<br/>Disallow: /shop/buy-watch<br/>Disallow: */product-red/<br/>Disallow: */product-red*<br/>Disallow: /*/retail/availability*<br/>Disallow: /*/retail/availabilitySearch*<br/>Disallow: /*/retail/pickupEligibility*<br/>Disallow: /*/shop/*WebObjects/*<br/>Disallow: /*/shop/1-800-MY-APPLE/*<br/>Disallow: /*/shop/2322-consumer*<br/>Disallow: /*/shop/account/setup*<br/>Disallow: /*/shop/answer/vote*<br/>Disallow: /*/shop/browse/campaigns/mobile_overlay*<br/>Disallow: /*/shop/browse/overlay*<br/>Disallow: /*/shop/button_availability*<br/>Disallow: /*/shop/bag*<br/>Disallow: /*/shop/change_password*<br/>Disallow: /*/shop/checkout*<br/>Disallow: /*/shop/create_account*<br/>Disallow: /*/shop/favorites*<br/>Disallow: /*/shop/identify_user*<br/>Disallow: /*/shop/mobile/checkout/start*<br/>Disallow: /*/shop/mobilex/*<br/>Disallow: /*shop/np/order*<br/>Disallow: /*shop/np/giftorguestorder*<br/>Disallow: /*shop/np/sign_in*<br/>Disallow: /*/shop/question/answer/report*<br/>Disallow: /*/shop/question/subscribe*<br/>Disallow: /*/shop/question/unsubscribe/*<br/>Disallow: /*/shop/rs-mvt/rel/*<br/>Disallow: /*/shop/sentry*<br/>Disallow: /*/shop/sentryx/change_password*<br/>Disallow: /*/shop/sentryx/create_account*<br/>Disallow: /*/shop/sentryx/create_account_confirm*<br/>Disallow: /*/shop/sentryx/identify_user*<br/>Disallow: /*/shop/sentryx/sign_in*<br/>Disallow: /*/shop/signed_in_account*<br/>Disallow: /*/shop/sign_in*<br/>Disallow: /*/shop/sign_out*<br/>Disallow: /*/shop/socialsharing/*<br/>Disallow: /*/shop/storeConfig*<br/>Disallow: /*/shop/vieworder*<br/>Disallow: /today*<br/>Disallow: /*/variationSelection*<br/>Disallow: /ae/*<br/>Disallow: /am/*<br/>Disallow: /apple-watch-nike/<br/>Disallow: /apple-watch-hermes/<br/>Disallow: /asia/*<br/>Disallow: /at/*<br/>Disallow: /au/*<br/>Disallow: /befr/*<br/>Disallow: /benl/*<br/>Disallow: /bg/*<br/>Disallow: /bh/*<br/>Disallow: /br/*<br/>Disallow: /bw/*<br/>Disallow: /ca/*<br/>Disallow: /ca/fr/*<br/>Disallow: /cf/*<br/>Disallow: /chde/*<br/>Disallow: /chfr/*<br/>Disallow: /ci/*<br/>Disallow: /cl/*<br/>Disallow: /cm/*<br/>Disallow: /cn/*/aow/*<br/>Disallow: /cn_cmb*<br/>Disallow: /cn_abc*<br/>Disallow: /cn_icbc*<br/>Disallow: /cn_ccb*<br/>Disallow: /*_kiosk*/shop/<br/>Disallow: /co/*<br/>Disallow: /cz/*<br/>Disallow: /de/*<br/>Disallow: /dk/*<br/>Disallow: /ee/*<br/>Disallow: /eg/*<br/>Disallow: /es/*<br/>Disallow: /fi/*<br/>Disallow: /fr/*<br/>Disallow: /gn/*<br/>Disallow: /gq/*<br/>Disallow: /go/awards/*<br/>Disallow: /gr/*<br/>Disallow: /gw/*<br/>Disallow: /hk/*<br/>Disallow: /hk/en/*<br/>Disallow: /hk-zh/*<br/>Disallow: /hr/*<br/>Disallow: /hu/*<br/>Disallow: /id/*<br/>Disallow: /ie/*<br/>Disallow: /il/*<br/>Disallow: /in/*<br/>Disallow: /it/*<br/>Disallow: /jo/*<br/>Disallow: /jp/*<br/>Disallow: /ke/*<br/>Disallow: /kr/*<br/>Disallow: /kw/*<br/>Disallow: /la/*<br/>Disallow: /lae/*<br/>Disallow: /li/*<br/>Disallow: /lt/*<br/>Disallow: /lu/*<br/>Disallow: /lv/*<br/>Disallow: /ma/*<br/>Disallow: /md/*<br/>Disallow: /me/*<br/>Disallow: /mg/*<br/>Disallow: /mk/*<br/>Disallow: /ml/*<br/>Disallow: /mo/*<br/>Disallow: /mt/*<br/>Disallow: /mu/*<br/>Disallow: /mx/*<br/>Disallow: /my/*<br/>Disallow: /mz/*<br/>Disallow: /ne/*<br/>Disallow: /newsroom*<br/>Disallow: /ng/*<br/>Disallow: /nl/*<br/>Disallow: /no/*<br/>Disallow: /nz/*<br/>Disallow: /om/*<br/>Disallow: /ph/*<br/>Disallow: /pl/*<br/>Disallow: /pt/*<br/>Disallow: /qa/*<br/>Disallow: /retail/availability*<br/>Disallow: /retail/availabilitySearch*<br/>Disallow: /retail/pickupEligibility*<br/>Disallow: /ro/*<br/>Disallow: /ru/*<br/>Disallow: /sa/*<br/>Disallow: /se/*<br/>Disallow: /sg/*<br/>Disallow: /shop/*<br/>Disallow: /si/*<br/>Disallow: /sk/*<br/>Disallow: /sn/*<br/>Disallow: /today*<br/>Disallow: /th/*<br/>Disallow: /th-en/*<br/>Disallow: /tmall/*<br/>Disallow: /tn/*<br/>Disallow: /tr/*<br/>Disallow: /tw/*<br/>Disallow: /ug/*<br/>Disallow: /uk/*<br/>Allow: /uk/tv-home/<br/>Disallow: /vn/*<br/>Disallow: /za/*<br/>Disallow: /*_smb_*<br/>Disallow: /*-hiEd/*<br/>Disallow: /*-edu*<br/><br/>User-agent: HaoSouSpider<br/>Disallow: */product-red/<br/>Disallow: /*/retail/availability*<br/>Disallow: /*/retail/availabilitySearch*<br/>Disallow: /*/retail/pickupEligibility*<br/>Disallow: /*/shop/*WebObjects/*<br/>Disallow: /*/shop/1-800-MY-APPLE/*<br/>Disallow: /*/shop/2322-consumer*<br/>Disallow: /*/shop/account/setup*<br/>Disallow: /*/shop/answer/vote*<br/>Disallow: /*/shop/browse/campaigns/mobile_overlay*<br/>Disallow: /*/shop/button_availability*<br/>Disallow: /*/shop/bag*<br/>Disallow: /*/shop/change_password*<br/>Disallow: /*/shop/checkout*<br/>Disallow: /*/shop/create_account*<br/>Disallow: /*/shop/favorites*<br/>Disallow: /*/shop/identify_user*<br/>Disallow: /*/shop/mobile/checkout/start*<br/>Disallow: /*/shop/mobilex/*<br/>Disallow: /*shop/np/order*<br/>Disallow: /*shop/np/giftorguestorder*<br/>Disallow: /*shop/np/sign_in*<br/>Disallow: /*/shop/question/answer/report*<br/>Disallow: /*/shop/question/subscribe*<br/>Disallow: /*/shop/question/unsubscribe/*<br/>Disallow: /*/shop/rs-mvt/rel/*<br/>Disallow: /*/shop/sentry*<br/>Disallow: /*/shop/sentryx/change_password*<br/>Disallow: /*/shop/sentryx/create_account*<br/>Disallow: /*/shop/sentryx/create_account_confirm*<br/>Disallow: /*/shop/sentryx/identify_user*<br/>Disallow: /*/shop/sentryx/sign_in*<br/>Disallow: /*/shop/signed_in_account*<br/>Disallow: /*/shop/sign_in*<br/>Disallow: /*/shop/sign_out*<br/>Disallow: /*/shop/socialsharing/*<br/>Disallow: /*/shop/storeConfig*<br/>Disallow: /*/shop/variationSelection*<br/>Disallow: /*/shop/vieworder*<br/>Disallow: /apple-watch-nike/<br/>Disallow: /apple-watch-hermes/<br/>Disallow: /cn/*/aow/*<br/>Disallow: /newsroom/notifications/*<br/>Disallow: /retail/availability*<br/>Disallow: /retail/availabilitySearch*<br/>Disallow: /retail/pickupEligibility*<br/>Disallow: /shop/bag*<br/>Disallow: */search/*<br/>Disallow: /tmall/*<br/>Disallow: /cn_cmb*<br/>Disallow: /cn_abc*<br/>Disallow: /cn_icbc*<br/>Disallow: /cn_ccb*<br/><br/>User-agent: Sogou web spider<br/>Disallow: /*<br/>Allow: /cn/*<br/>Allow: /cn-k12/*<br/><br/>User-agent: Sogou inst spider<br/>Disallow: /*<br/>Allow: /cn/*<br/>Allow: /cn-k12/*<br/><br/>User-agent: Sogou spider2<br/>Disallow: /*<br/>Allow: /cn/*<br/>Allow: /cn-k12/*<br/><br/>DaumWebMasterTool:fe46641ef2e4f3f25544ad9d70c6029df24dd184fad54154abaa3c263cf5a09a:443TDua2oBhkmf8nLnc1jg==<br/><br/>Sitemap: https://www.apple.com/shop/sitemap.xml<br/>Sitemap: https://www.apple.com/autopush/robots/compare-sitemap.xml<br/>Sitemap: https://www.apple.com/autopush/sitemap/sitemap-index.xml<br/>Sitemap: https://www.apple.com/newsroom/sitemap.xml<br/>Sitemap: https://www.apple.com/retail/sitemap/sitemap.xml<br/>Sitemap: https://www.apple.com/today/sitemap.xml<br/>\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Il file robots.txt è presente in questo sito\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Il ruolo del Robots.txt è quello di <b>dire al crawler quali pagine può scansionare e quali no dal tuo sito</b>. Attenzione, lo spider può ancora vederle. Semplicemente non le scansiona. Se vuoi nascondere una pagina, dovresti affidarti alle istruzioni noindex, come specificato dalla Guida alla Search Console di Google.</p> <h2>Perché ottimizzarlo?</h2> Ottimizzarlo può <b>rendere la scansione più veloce e fluida</b>, salvando il tuo server da troppe richieste del crawler.</br> Puoi escludere dalla scansione pagine duplicate o non essenziali che possono danneggiare il tuo posizionamento.\",\r\n                        \"args\": []\r\n                    }\r\n                ]\r\n            },\r\n            \"https\": {\r\n                \"id\": \"sc_https\",\r\n                \"title\": \"HTTPS\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"Il certificato SSL di questo sito web è valido e scadrà tra 228 giorni\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Il protocollo HTTPS di questa pagina è ottimizzato\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>HTTPS (Hypertext Transfer Protocol Secure) è un protocollo di comunicazione Internet che protegge l'integrità e la riservatezza dei dati tra il computer dell'utente e il sito.</p> <h2>Perché ottimizzarlo?</h2> <p>Gli utenti si aspettano un'esperienza online sicura e privata quando utilizzano un sito web.</p> <p>Inoltre, i motori di ricerca, come Google, <b>incoraggiano l'adozione di HTTPS al fine di proteggere la connessione degli utenti a un sito web</b>, indipendentemente dal contenuto del sito.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"iFrame\": {\r\n                \"id\": \"sc_checkIsPresentIFrame\",\r\n                \"title\": \"iFrame\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [],\r\n                \"response\": \"Nessun iframe trovato in questa pagina. Continua così!\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"Un iFrame è un <b>componente di un elemento HTML che ti permette di incorporare documenti, video e media interattivi all'interno di una pagina</b>. In questo modo, puoi visualizzare una pagina web secondaria sulla tua pagina principale.</br> <h2>Perché ottimizzarlo?</h2> <b>Non dovresti usare troppi iFrame. Possono rallentare la tua pagina</b> e rappresentare un rischio per la sicurezza, specialmente se usi contenuti da un sito web sospetto.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"titleCoherence\": {\r\n                \"id\": \"sc_titleCoherence\",\r\n                \"title\": \"Coerenza del titolo\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": null,\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"response\": \"Le parole chiave del titolo sono incluse nel testo della pagina!\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Questo esame verifica se i contenuti del tag title della pagina sono coerenti con quelli del testo del corpo.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            }\r\n        },\r\n        \"categories\": {\r\n            \"Search_Preview\": [\r\n                \"snippet\",\r\n                \"title\",\r\n                \"metaTagDescription\",\r\n                \"favicon\",\r\n                \"urlSeoFriendly\",\r\n                \"microdata\",\r\n                \"titleCoherence\"\r\n            ],\r\n            \"Html_Structure\": [\r\n                \"deprecatedTags\"\r\n            ],\r\n            \"Crawlability\": [\r\n                \"hasSitemap\",\r\n                \"hasRobots\"\r\n            ],\r\n            \"Security\": [\r\n                \"https\",\r\n                \"iFrame\"\r\n            ]\r\n        }\r\n    },\r\n    \"content\": {\r\n        \"score\": 81.3375,\r\n        \"exams\": {\r\n            \"lowWordCount\": {\r\n                \"id\": \"sc_lowWordCount\",\r\n                \"title\": \"Low Word Count\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"Ci sono <b>769/400</b> parole all'interno della pagina.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"response\": \"Ottimo lavoro! Il numero di parole in questa pagina è ottimale.\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"Questo esame considera una pagina a basso numero di parole <b>se contiene meno di 400 parole.</b></br> <h2>Perché ottimizzarla?</h2> Per i motori di ricerca, le pagine con un basso numero di parole non sono in grado di trattare un argomento in modo completo.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"ratioTextHtml\": {\r\n                \"id\": \"sc_ratioTextCode\",\r\n                \"title\": \"Rapporto Testo/HTML\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"Il rapporto <b>Testo/HTML</b> della pagina analizzata è <b>11.82%</b>\",\r\n                        \"args\": []\r\n                    },\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"old-table\",\r\n                                \"value\": {\r\n                                    \"cols\": [\r\n                                        \"Dimensione Testo\",\r\n                                        \"Dimensione HTML\"\r\n                                    ],\r\n                                    \"rows\": [\r\n                                        [\r\n                                            \"3.6 KB\",\r\n                                            \"30.45 KB\"\r\n                                        ]\r\n                                    ]\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Il rapporto Testo/HTML della pagina sembra eccellente!\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>La maggior parte delle pagine web sono scritte in codice HTML, utile per visualizzare il contenuto del testo sullo schermo. Questo esame (noto anche come Rapporto Testo/HTML) è usato per <b>misurare la quantità di contenuto testuale sulla pagina web in confronto alla quantità di codice HTML</b> richiesto per visualizzarlo.</p> <h2>Perché ottimizzarlo?</h2> <p>Google potrebbe non usare il rapporto Testo/HTML come un segnale di posizionamento, ma <b>il rapporto può aiutare ad identificare se la pagina web ha troppo codice HTML</b>. Troppo codice può rallentare il sito web soprattutto per gli utenti mobili.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"h1\": {\r\n                \"id\": \"sc_h1\",\r\n                \"title\": \"H1\",\r\n                \"score\": 75,\r\n                \"weight\": 2,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"<code>&lt;h1&gt;</code>Apple<code>&lt;/h1&gt;</code><br/>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"response\": \"Buon lavoro! L'H1 di questa pagina è ottimizzato\",\r\n                \"problems\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Il tag <code>&lt;h1&gt;</code> sembra <b>troppo corto</b>, dovrebbe essere di circa <b>70</b> caratteri.</p><p><b>Best practice</b></p> <ul> <li> Usa solo 1 H1 per ogni pagina</li> <li> Includi la parola chiave principale e secondaria</li> <li> Mantienilo coerente con il testo</li> <li> Rendilo attraente, chiaro e conciso (non superare i 70 caratteri)</li></ul><p class='hide-on-report'>Vuoi saperne di più sugli heading tag? <a href=\\\"https://www.seotesteronline.com/blog/content-creation/heading-tags/\\\" target=\\\"_blank\\\" title=\\\"Heading Tags Guide\\\"> Qui il nostro articolo</a>. Leggilo ora!</p>\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"Apple\"\r\n                            },\r\n                            {\r\n                                \"type\": \"inlinelist\",\r\n                                \"value\": \"\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>L'H1 è <b>un tag HTML che sta per \\\"Heading\\\"</b>. Rappresenta l'argomento principale di una pagina. Esistono sei diversi tag di intestazione; H1, H2, e così via, così <b>ogni pagina può avere più intestazioni</b>. L'H1 è considerato il tag di intestazione principale, e l'H6 è il meno importante.</p> <h2>Perché ottimizzarlo?</h2> <p>Le intestazioni, e in particolare l'H1, sono <b>fondamentale per comunicare efficacemente gli argomenti trattati nella pagina, ai tuoi utenti e ai motori di ricerca.</b></p> <p>Gli danno un buon valore, quindi presta molta attenzione per assicurarti che sia efficace e <b>coerente con la parola chiave target che hai scelto per ottimizzare il tuo testo.</b></p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"h2\": {\r\n                \"id\": \"sc_h2\",\r\n                \"title\": \"H2\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"Ci sono <b>4</b> <code>&lt;h2&gt;</code> dentro questa pagina.</br><span><code>&lt;h2&gt;</code>Apple Footer<code>&lt;/h2&gt;</code></span><br/><span><code>&lt;h2&gt;</code>Apple TV+\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\t<code>&lt;/h2&gt;</code></span><br/><span><code>&lt;h2&gt;</code>iPhone 13<code>&lt;/h2&gt;</code></span><br/><span><code>&lt;h2&gt;</code>iPhone 13 Pro<code>&lt;/h2&gt;</code></span><br/>\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"Buon lavoro! I tag H2 di questa pagina sono ottimizzati\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>L’H2 è un tag HTML che <b>coincide con i titoli dei paragrafi di una pagina</b>. Sono solamente pin di 1 per pagina e forniscono indicazioni sugli argomenti trattati. Esistono sei diversi tag di intestazione; H1, H2, e così via, quindi ogni pagina può avere più intestazioni; <b>L’H2 è uno dei più importanti.</b></p> <h2>Perché ottimizzarlo?</h2> È importante usare correttamente i tag di intestazione per <b>comunicare efficacemente gli argomenti trattati nella pagina ai tuoi utenti e ai motori di ricerca.</b>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"h1Coherence\": {\r\n                \"id\": \"sc_h1Coherence\",\r\n                \"title\": \"Coerenza H1\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": null,\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"response\": \"Le parole chiave dell'H1 sono incluse nel testo della pagina\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Il testo della pagina deve essere coerente con l’H1, per aiutare i motori di ricerca a mostrare questa risorsa per la giusta query.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"titleInTagA\": {\r\n                \"id\": \"sc_tagA\",\r\n                \"title\": \"Title sul Tag &lt;a&gt;\",\r\n                \"score\": 0.7,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"Ci sono <b>127/141</b> tag <code>&lt;a&gt;</code> senza l'attributo title.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"response\": \"Alcuni tag <code>&lt;a&gt;</code> di questa pagina non contengono l'attributo title. Correggili!\",\r\n                \"problems\": [\r\n                    {\r\n                        \"formatHtml\": \"Abbiamo identificato <b>127</b> tag <code>&lt;a&gt;</code> senza l'attributo title.<div class=\\\"blockquote\\\"><p>Questo link <span title=\\\"#ac-gn-menustate\\\"> <code> #ac-gn-menustate</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;bag\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;bag</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;search\\\"> <code> &#x2F;us&#x2F;search</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;store\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;store</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;mac&#x2F;\\\"> <code> &#x2F;mac&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;ipad&#x2F;\\\"> <code> &#x2F;ipad&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone&#x2F;\\\"> <code> &#x2F;iphone&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;watch&#x2F;\\\"> <code> &#x2F;watch&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;airpods&#x2F;\\\"> <code> &#x2F;airpods&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;tv-home&#x2F;\\\"> <code> &#x2F;tv-home&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;services&#x2F;\\\"> <code> &#x2F;services&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_accessories\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_accessories</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;support.apple.com\\\"> <code> https:&#x2F;&#x2F;support.apple.com</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;search\\\"> <code> &#x2F;us&#x2F;search</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;bag\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;bag</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;shop\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;shop</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;retail&#x2F;\\\"> <code> &#x2F;retail&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13-pro&#x2F;\\\"> <code> &#x2F;iphone-13-pro&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13-pro&#x2F;key-features&#x2F;\\\"> <code> &#x2F;iphone-13-pro&#x2F;key-features&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13-pro&#x2F;\\\"> <code> &#x2F;iphone-13-pro&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13-pro&#x2F;key-features&#x2F;\\\"> <code> &#x2F;iphone-13-pro&#x2F;key-features&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_iphone&#x2F;iphone_13_pro\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_iphone&#x2F;iphone_13_pro</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13&#x2F;\\\"> <code> &#x2F;iphone-13&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13&#x2F;key-features&#x2F;\\\"> <code> &#x2F;iphone-13&#x2F;key-features&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13&#x2F;\\\"> <code> &#x2F;iphone-13&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone-13&#x2F;key-features&#x2F;\\\"> <code> &#x2F;iphone-13&#x2F;key-features&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_iphone&#x2F;iphone_13\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_iphone&#x2F;iphone_13</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;tv.apple.com&#x2F;show&#x2F;umc.cmc.1srk2goyh2q2zdxcx605w8vtx?itscg&#x3D;10000&amp;itsct&#x3D;atv-apl_hp-pmo_wch-Severance-220215\\\"> <code> ...000&amp;itsct&#x3D;atv-apl_hp-pmo_wch-Severance-220215</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;tv.apple.com&#x2F;show&#x2F;umc.cmc.1srk2goyh2q2zdxcx605w8vtx?itscg&#x3D;10000&amp;itsct&#x3D;atv-apl_hp-pmo_wch-Severance-220215\\\"> <code> ...000&amp;itsct&#x3D;atv-apl_hp-pmo_wch-Severance-220215</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-watch-series-7&#x2F;\\\"> <code> &#x2F;apple-watch-series-7&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-watch-series-7&#x2F;\\\"> <code> &#x2F;apple-watch-series-7&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_watch&#x2F;apple_watch_series_7\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_watch&#x2F;apple_watch_series_7</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;macbook-pro-14-and-16&#x2F;\\\"> <code> &#x2F;macbook-pro-14-and-16&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;macbook-pro-14-and-16&#x2F;\\\"> <code> &#x2F;macbook-pro-14-and-16&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_mac&#x2F;macbook_pro_14\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_mac&#x2F;macbook_pro_14</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;watch&#x2F;\\\"> <code> &#x2F;watch&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;watch&#x2F;\\\"> <code> &#x2F;watch&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;product&#x2F;MMW93\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;product&#x2F;MMW93</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_watch&#x2F;apple_watch_series_7\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_watch&#x2F;apple_watch_series_7</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#footnote-1\\\"> <code> #footnote-1</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_watch&#x2F;apple_watch_series_7\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_watch&#x2F;apple_watch_series_7</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-arcade&#x2F;?itscg&#x3D;10000&amp;itsct&#x3D;arc-0-apl_hp-Wylde_learn-apl-ref-220218\\\"> <code> ...itsct&#x3D;arc-0-apl_hp-Wylde_learn-apl-ref-220218</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-arcade&#x2F;?itscg&#x3D;10000&amp;itsct&#x3D;arc-0-apl_hp-Wylde_learn-apl-ref-220218\\\"> <code> ...itsct&#x3D;arc-0-apl_hp-Wylde_learn-apl-ref-220218</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;wylde-flowers&#x2F;id1458605549?itscg&#x3D;10000&amp;itsct&#x3D;arc-0-apl_hp-Wylde_try-apl-ref-220218\\\"> <code> ...0&amp;itsct&#x3D;arc-0-apl_hp-Wylde_try-apl-ref-220218</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#footnote-2\\\"> <code> #footnote-2</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-card&#x2F;\\\"> <code> &#x2F;apple-card&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-card&#x2F;\\\"> <code> &#x2F;apple-card&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;wallet.apple.com&#x2F;apple-card&#x2F;setup&#x2F;feature&#x2F;ccs?referrer&#x3D;cid%3Dapy-200-100018\\\"> <code> ...tup&#x2F;feature&#x2F;ccs?referrer&#x3D;cid%3Dapy-200-100018</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;promo&#x2F;\\\"> <code> &#x2F;promo&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;promo&#x2F;\\\"> <code> &#x2F;promo&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;support.apple.com&#x2F;kb&#x2F;HT209218\\\"> <code> https:&#x2F;&#x2F;support.apple.com&#x2F;kb&#x2F;HT209218</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-products\\\"> <code> #ac-gf-directory-column-section-state-products</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;store\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;store</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;mac&#x2F;\\\"> <code> &#x2F;mac&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;ipad&#x2F;\\\"> <code> &#x2F;ipad&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;iphone&#x2F;\\\"> <code> &#x2F;iphone&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;watch&#x2F;\\\"> <code> &#x2F;watch&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;airpods&#x2F;\\\"> <code> &#x2F;airpods&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;tv-home&#x2F;\\\"> <code> &#x2F;tv-home&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;ipod-touch&#x2F;\\\"> <code> &#x2F;ipod-touch&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;airtag&#x2F;\\\"> <code> &#x2F;airtag&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_accessories\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;buy_accessories</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;giftcards\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;giftcards</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-services\\\"> <code> #ac-gf-directory-column-section-state-services</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-music&#x2F;\\\"> <code> &#x2F;apple-music&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-tv-plus&#x2F;\\\"> <code> &#x2F;apple-tv-plus&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-fitness-plus&#x2F;\\\"> <code> &#x2F;apple-fitness-plus&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-news&#x2F;\\\"> <code> &#x2F;apple-news&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-arcade&#x2F;\\\"> <code> &#x2F;apple-arcade&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;icloud&#x2F;\\\"> <code> &#x2F;icloud&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-one&#x2F;\\\"> <code> &#x2F;apple-one&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-card&#x2F;\\\"> <code> &#x2F;apple-card&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-books&#x2F;\\\"> <code> &#x2F;apple-books&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-podcasts&#x2F;\\\"> <code> &#x2F;apple-podcasts&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;app-store&#x2F;\\\"> <code> &#x2F;app-store&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-accounts\\\"> <code> #ac-gf-directory-column-section-state-accounts</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;appleid.apple.com&#x2F;us&#x2F;\\\"> <code> https:&#x2F;&#x2F;appleid.apple.com&#x2F;us&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;account\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;account</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;www.icloud.com\\\"> <code> https:&#x2F;&#x2F;www.icloud.com</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-storeservices\\\"> <code> #ac-gf-directory-column-section-state-storeservices</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;retail&#x2F;\\\"> <code> &#x2F;retail&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;retail&#x2F;geniusbar&#x2F;\\\"> <code> &#x2F;retail&#x2F;geniusbar&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;today&#x2F;\\\"> <code> &#x2F;today&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;today&#x2F;camp&#x2F;\\\"> <code> &#x2F;today&#x2F;camp&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;apple-store&#x2F;id375380948\\\"> <code> https:&#x2F;&#x2F;apps.apple.com&#x2F;us&#x2F;app&#x2F;apple-store&#x2F;id375380948</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;special_deals\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;special_deals</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;payment_plan\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;payment_plan</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;trade_in\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;trade_in</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;order&#x2F;list\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;order&#x2F;list</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;help\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;help</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-business\\\"> <code> #ac-gf-directory-column-section-state-business</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;business&#x2F;\\\"> <code> &#x2F;business&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;retail&#x2F;business&#x2F;\\\"> <code> &#x2F;retail&#x2F;business&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-education\\\"> <code> #ac-gf-directory-column-section-state-education</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;education&#x2F;\\\"> <code> &#x2F;education&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;education&#x2F;k12&#x2F;how-to-buy&#x2F;\\\"> <code> &#x2F;education&#x2F;k12&#x2F;how-to-buy&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;educationrouting\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;educationrouting</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-healthcare\\\"> <code> #ac-gf-directory-column-section-state-healthcare</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;healthcare&#x2F;\\\"> <code> &#x2F;healthcare&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;healthcare&#x2F;apple-watch&#x2F;\\\"> <code> &#x2F;healthcare&#x2F;apple-watch&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;healthcare&#x2F;health-records&#x2F;\\\"> <code> &#x2F;healthcare&#x2F;health-records&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-government\\\"> <code> #ac-gf-directory-column-section-state-government</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;r&#x2F;store&#x2F;government&#x2F;\\\"> <code> &#x2F;r&#x2F;store&#x2F;government&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;eppstore&#x2F;veteransandmilitary\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;eppstore&#x2F;veteransandmilitary</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-responsibility\\\"> <code> #ac-gf-directory-column-section-state-responsibility</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;accessibility&#x2F;\\\"> <code> &#x2F;accessibility&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;education&#x2F;connectED&#x2F;\\\"> <code> &#x2F;education&#x2F;connectED&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;environment&#x2F;\\\"> <code> &#x2F;environment&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;diversity&#x2F;\\\"> <code> &#x2F;diversity&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;privacy&#x2F;\\\"> <code> &#x2F;privacy&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;racial-equity-justice-initiative&#x2F;\\\"> <code> &#x2F;racial-equity-justice-initiative&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;supplier-responsibility&#x2F;\\\"> <code> &#x2F;supplier-responsibility&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"#ac-gf-directory-column-section-state-about\\\"> <code> #ac-gf-directory-column-section-state-about</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;newsroom&#x2F;\\\"> <code> &#x2F;newsroom&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;leadership&#x2F;\\\"> <code> &#x2F;leadership&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;careers&#x2F;us&#x2F;\\\"> <code> &#x2F;careers&#x2F;us&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;investor.apple.com&#x2F;\\\"> <code> https:&#x2F;&#x2F;investor.apple.com&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;compliance&#x2F;\\\"> <code> &#x2F;compliance&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;apple-events&#x2F;\\\"> <code> &#x2F;apple-events&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;contact&#x2F;\\\"> <code> &#x2F;contact&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;retail&#x2F;\\\"> <code> &#x2F;retail&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"https:&#x2F;&#x2F;locate.apple.com&#x2F;\\\"> <code> https:&#x2F;&#x2F;locate.apple.com&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;legal&#x2F;privacy&#x2F;\\\"> <code> &#x2F;legal&#x2F;privacy&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;legal&#x2F;internet-services&#x2F;terms&#x2F;site.html\\\"> <code> &#x2F;legal&#x2F;internet-services&#x2F;terms&#x2F;site.html</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;us&#x2F;shop&#x2F;goto&#x2F;help&#x2F;sales_refunds\\\"> <code> &#x2F;us&#x2F;shop&#x2F;goto&#x2F;help&#x2F;sales_refunds</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;legal&#x2F;\\\"> <code> &#x2F;legal&#x2F;</code></span> non ha l'attributo title</p><p>Questo link <span title=\\\"&#x2F;sitemap&#x2F;\\\"> <code> &#x2F;sitemap&#x2F;</code></span> non ha l'attributo title</p></div></br>Ti consigliamo di inserire un attributo title in questi tag.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"L'attributo title <b>specifica informazioni extra su un elemento.</b></br>L'informazione è spesso mostrata come un testo tooltip quando il mouse si muove sopra un determinato testo.</br>L'attributo title può essere usato su qualsiasi elemento HTML.</br><h2>Perché ottimizzarlo?</h2>Suggeriamo di ottimizzare il title attribute al fine di aiutare i tuoi lettori a capire in quale pagina stanno andando.</br>Inserirlo migliorerà l'esperienza utente del tuo sito web.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"hasOptimizedUrl\": {\r\n                \"id\": \"sc_url\",\r\n                \"title\": \"Slug SEO valido\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"text\",\r\n                                \"value\": \"/\"\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"State analizzando l'URL principale! Tutto sembra ok\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"<p>Questo esame verifica che la parola chiave principale nello Slug del tuo URL sia ben ottimizzata</p> <p>Uno slug è la parte finale di un URL che identifica una pagina usando parole chiave.</p> <p>Per rendere l'URL più facile da digitare per gli utenti, spesso vengono rimossi o sostituiti anche i caratteri speciali. Per esempio, i caratteri accentati sono di solito sostituiti da lettere dell'alfabeto inglese; i segni di punteggiatura sono generalmente rimossi; e gli spazi (che devono essere codificati come %20 o +) sono sostituiti da trattini (-) che sono più gradevoli esteticamente.</p>\",\r\n                        \"args\": []\r\n                    }\r\n                ]\r\n            }\r\n        },\r\n        \"categories\": {\r\n            \"Generic_Exams\": [\r\n                \"lowWordCount\",\r\n                \"ratioTextHtml\"\r\n            ],\r\n            \"Headings_Exams\": [\r\n                \"h1\",\r\n                \"h2\",\r\n                \"h1Coherence\",\r\n                \"hasOptimizedUrl\"\r\n            ],\r\n            \"SEO_Exams\": [\r\n                \"titleInTagA\"\r\n            ]\r\n        }\r\n    },\r\n    \"social\": {\r\n        \"score\": 88.9,\r\n        \"exams\": {\r\n            \"openGraph\": {\r\n                \"id\": \"sc_openGraph\",\r\n                \"title\": \"Opengraph\",\r\n                \"score\": 100,\r\n                \"weight\": 3,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"opengraph\",\r\n                                \"value\": {\r\n                                    \"type\": \"website\",\r\n                                    \"image\": \"https://www.apple.com/ac/structured-data/images/open_graph_logo.png?202110180743\",\r\n                                    \"description\": \"Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, and expert device support.\",\r\n                                    \"title\": \"Apple\",\r\n                                    \"site_name\": \"Apple\",\r\n                                    \"url\": \"https://www.apple.com/\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"\",\r\n                \"problems\": [],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"Il protocollo <b>Open Graph</b> permette a qualsiasi pagina web di essere condivisa al meglio sui social.</br> Per trasformare creare Ali Open Graph è necessario aggiungere metadati di base alla tua pagina.</br> Le <b>quattro proprietà richieste</b> per ogni pagina sono:</br> <code> og:title</code> - Il titolo del tuo oggetto come dovrebbe apparire all'interno del grafico, ad esempio, \\\"The Rock\\\".</br> <code> og:type</code> - Il tipo del tuo oggetto, ad esempio, \\\"video.movie\\\". A seconda del tipo specificato, possono essere richieste anche altre proprietà.</br> <code> og:image</code> - Un URL dell'immagine che dovrebbe rappresentare il tuo oggetto all'interno del grafico.</br> <code> og:url</code> - L'URL canonico del tuo oggetto che sarà usato come suo ID permanente nel grafico, ad es, \\\"http://www.imdb.com/title/tt0117500/\\\".</br></br> Le seguenti proprietà sono <b>opzionali</b> per qualsiasi oggetto e sono <b>generalmente raccomandate</b> :</br></br> <code> og:audio</code> - Un URL ad un file audio per accompagnare questo oggetto.</br> <code> og:description</code> - Una descrizione di una o due frasi dell'oggetto.</br> <code> og:locale</code> - Il locale in cui sono marcati questi tag. Del formato lingua_TERRITORIO. Il valore predefinito è en_US.</br> <code> og:locale:alternate</code> - Un array di altri locali in cui questa pagina è disponibile.</br> <code> og:site_name</code> - Se il tuo oggetto è parte di un sito web più grande, il nome che dovrebbe essere visualizzato per l'intero sito, \\\"IMDb\\\".</br> <code> og:video</code> - Un URL ad un file video che completa questo oggetto.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"twitterCard\": {\r\n                \"id\": \"sc_twitterCard\",\r\n                \"title\": \"Twitter Card\",\r\n                \"score\": 0,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"twittercard\",\r\n                                \"value\": {\r\n                                    \"card\": \"\",\r\n                                    \"description\": \"\",\r\n                                    \"title\": \"\",\r\n                                    \"image\": \"\",\r\n                                    \"site\": \"www.apple.com\"\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"\",\r\n                \"problems\": [\r\n                    {\r\n                        \"formatHtml\": \"Manca il tag <code> meta name=\\\"twitter:card\\\"</code>.<br/>Manca il tag <code> meta name=\\\"twitter:site\\\"</code>.<br/>Manca il tag <code> meta name=\\\"twitter:title\\\"</code>.<br/>Manca il tag <code> meta name=\\\"twitter:description\\\"</code>.<br/>\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"suggests\": [\r\n                    {\r\n                        \"formatHtml\": \"Con <b>Twitter Cards</b>, puoi allegare foto, video ed esperienze multimediali ai Tweet, aiutando a guidare il traffico verso il tuo sito web. Basta aggiungere poche righe di markup alla tua pagina web, e gli utenti che twittano link al tuo contenuto avranno una \\\"Card\\\" aggiunta al Tweet visibile ai loro follower.</br> I diversi tipi di Card hanno ciascuno una bella esperienza di consumo costruita per i client web e mobile di Twitter:</br> <b>Summary Card</b> : Titolo, descrizione e thumbnail.</br> <b>Summary Card with Large Image</b> : Simile alla Summary Card, ma con un'immagine in evidenza.</br> <b>App Card</b> : Una Card con un download diretto ad un'applicazione mobile.</br> <b>Player Card</b> : Una Card che può fornire video/audio/media.</br></br> <b>Come aggiungerla?</b></br> Scegli un tipo di card da implementare.</br> Aggiungi i meta tag corretti alla pagina, per esempio:</br> <code> meta name=\\\"twitter:card\\\" content=\\\"summary\\\"</code></br> <code> meta name=\\\"twitter:site\\\" content=\\\"@publisher_handle\\\"</code></br> <code> meta name=\\\"twitter:title\\\" content=\\\"Titolo pagina\\\"</code></br> <code> meta name=\\\"twitter:description\\\" content=\\\"Descrizione pagina meno di 200 caratteri\\\"</code></br> <code> meta name=\\\"twitter:creator\\\" content=\\\"@author_handle\\\"</br> meta name=\\\"twitter:image\\\" content=\\\"http://www.example.com/image.jpg\\\"</code> \\\",</br> Le homepage dei siti web multinazionali e multilingue sono talvolta configurate per puntare i visitatori a pagine localizzate, sia tramite redirect che cambiando il contenuto per riflettere la lingua dell'utente.</br> Il sito web example.com ha un contenuto che si rivolge agli utenti di tutto il mondo come segue:</br></br> <u> http://example.com/en-gb</u> : Per gli utenti di lingua inglese nel Regno Unito</br> <u> http://example.com/en-us</u> : Per gli utenti di lingua inglese negli USA</br> <u> http://example.com/en-au</u> : Per gli utenti di lingua inglese in Australia</br> <u> http://example.com/</u> : La homepage mostra agli utenti un selettore di paese ed è la pagina di default per gli utenti di tutto il mondo.</br></br> In questo caso, è possibile annotare questo cluster di pagine usando <b>rel-alternate-hreflang</b> usando <b>sitemaps</b> o usando tag HTML link come questo:</br></br> <code> link rel=\\\"alternate\\\" href=\\\"http://example.com/en-gb\\\" hreflang=\\\"en-gb\\\" /</code></br> <code> link rel=\\\"alternate\\\" href=\\\"http://example.com/en-us\\\" hreflang=\\\"en-us\\\" /</code></br> <code> link rel=\\\"alternate\\\" href=\\\"http://example.com/en-au\\\" hreflang=\\\"en-au\\\" /</code></br> <code> link rel=\\\"alternate\\\" href=\\\"http://example.com/\\\" hreflang=\\\"x-default\\\" /</code></br></br> Il valore dell'attributo <b>x-default hreflang</b> segnala agli algoritmi di Google che questa pagina non ha come target nessuna lingua o locale specifico ed è la pagina predefinita quando nessun'altra pagina è più adatta. La stessa annotazione si applica alle homepage che alterano dinamicamente il loro contenuto in base alla geolocalizzazione percepita dall'utente o alle intestazioni Accept-Language. Il valore x-default hreflang segnala agli algoritmi di Google che una tale pagina non ha come target una lingua o un locale specifico.\",\r\n                        \"args\": []\r\n                    }\r\n                ],\r\n                \"data\": null\r\n            },\r\n            \"socialPlugin\": {\r\n                \"id\": \"sc_socialPlugin\",\r\n                \"title\": \"Social Plugin\",\r\n                \"score\": 100,\r\n                \"weight\": 1,\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"old-table\",\r\n                                \"value\": {\r\n                                    \"cols\": [\r\n                                        \"Plugin Facebook\",\r\n                                        \"Plugin Twitter\",\r\n                                        \"Plugin Google+\",\r\n                                        \"Altro plugin\"\r\n                                    ],\r\n                                    \"rows\": [\r\n                                        [\r\n                                            true,\r\n                                            false,\r\n                                            false,\r\n                                            false\r\n                                        ]\r\n                                    ]\r\n                                }\r\n                            }\r\n                        ]\r\n                    },\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"old-table\",\r\n                                \"value\": {\r\n                                    \"cols\": [\r\n                                        \"Condivisioni su Facebook\",\r\n                                        \"Twitter retweet\",\r\n                                        \"Condividi su Google+\"\r\n                                    ],\r\n                                    \"rows\": [\r\n                                        [\r\n                                            false,\r\n                                            false,\r\n                                            false\r\n                                        ]\r\n                                    ]\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"response\": \"\",\r\n                \"problems\": [],\r\n                \"suggests\": [],\r\n                \"data\": null\r\n            },\r\n            \"fbPopularity\": {\r\n                \"data\": null,\r\n                \"id\": \"sc_fbPopularity\",\r\n                \"title\": \"Popolarità su Facebook\",\r\n                \"response\": \"\",\r\n                \"preview\": [\r\n                    {\r\n                        \"formatHtml\": \"Analisi delle interazione con Facebook dell'URL <b>https:&#x2F;&#x2F;www.apple.com&#x2F;</b>\",\r\n                        \"args\": []\r\n                    },\r\n                    {\r\n                        \"formatHtml\": \"$1\",\r\n                        \"args\": [\r\n                            {\r\n                                \"type\": \"old-table\",\r\n                                \"value\": {\r\n                                    \"cols\": [\r\n                                        \"Condivisioni\"\r\n                                    ],\r\n                                    \"rows\": [\r\n                                        [\r\n                                            753923\r\n                                        ]\r\n                                    ]\r\n                                }\r\n                            }\r\n                        ]\r\n                    }\r\n                ],\r\n                \"autoResponse\": {\r\n                    \"done\": \"Questa pagina ha un buon livello di popolarità su Facebook.\",\r\n                    \"high\": \"Questa pagina ha un buon livello di popolarità su Facebook.\",\r\n                    \"med\": \"Questa pagina non è stata promossa abbastanza su Facebook.\",\r\n                    \"low\": \"Questa pagina non è stata promossa abbastanza su Facebook.\"\r\n                },\r\n                \"problems\": [],\r\n                \"suggests\": [],\r\n                \"weight\": 4,\r\n                \"score\": 100\r\n            }\r\n        }\r\n    },\r\n    \"performance\": {\r\n        \"mobile\": {\r\n            \"score\": 49,\r\n            \"screenshot\": {\r\n                \"src\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAHyARgDASIAAhEBAxEB/8QAHAABAAEFAQEAAAAAAAAAAAAAAAYBAwQFBwII/8QAWxAAAQMDAgMCBwkIEAUCBAcAAQACAwQFEQYSEyExQVEHFCJSYXGRCBUXIzJWgZLSNjdTc3ShsdEWJjM0QmJydZSys7TBwtPhJCU1gpNU8BhGVaNDY2Rlg5Wi/8QAGwEBAAMBAQEBAAAAAAAAAAAAAAEDBAIGBQf/xAAuEQEAAgIABQEHBAIDAAAAAAAAAQIDEQQSEyExMgUUIkFRkaFhsdHwI3FSgcH/2gAMAwEAAhEDEQA/AOXIivUlLUVk3CpIZJpMZ2xtLjjv5KULKL3PFJBK+KeN0crDhzHDBB9IXhARXqelmqI5XxNBZFgvcXABuTgdfSVWmo56ovEDWvLGPe4bwCGtaXOPXuBQWEWW221zqLxxtJOaXmeMIzt5cjzWIgIiICIvT43sDS9rmh43NyMZHTI9hQeURexE9zC9rdzQNx289ozjJ7uZHXvQeERenMLWsJLcOGRhwPaRz7unQ/4oPKL0GEsc4FuG4zlwB59w6leUBEXp7CxwBLScA+S4HqM9n/sIPKIqvaWnBx0B5EH9CCiIiAiK5TwyVNRFBC3dLK4MY3OMknACC2iq9pY4tcMOBwQqICL0GExl+W4BA+UM889nXsXlAREQEQgjGQRnmqkEAEggHp6UFEREBbjTNVFTVVQ2eohhinhMThUROkieNzTteG+UB5Oct5ggLTrMtlvdXunIljhhp4+LLLJnaxu4N7ASebmjkO1BI3XK3tZXx264Oo2GTcTJE6Q1LOGG7BkE4Dt2A8jk4ZOQsz36tEjbO0hksDJqYmlc0kwhgw/5QDQCck4J3dThRqOyPkic9tXTEkyCJoLvjgwZJacY6d+FsotJODnmpuFMyNkbi9zA92xwi4jQfJ7R3Z6FBILjcqWhgt8NwuUVbUteHyzMYTubx2O58snyWnr3YHLCjNpuVHT0tayV+18njIb5JOd8Lmt7O8hVOj7m2jpKl7NkVQ6Joc6OQNHE+SdxbtPUdCSrUmmahscUsVTTTRSyRxNewuA3Pe9na0HkWHP0Yyg8++1PBa6SOGHfVtp5IXSFxAYHudnl2nB657VJIL3ZIqW3MfVOlliBDHvY7NPmHbn5PLDwD5O7scMnKjlbYRTUHHjqYZi2lE8rcOBYeNw8Dlg8/wDH0L26wcZ0Top4aeJ7IGAzF3lyyM3YGAfT15BBt4rzQG5V7/HmQxyMiD5WMk3T7WkOwdpzk9Q8AO6nCxbhdrdLpSOlgc0ScGOMU7muyyRrgXSDltG7nz3E+VjHIEaeosktNDCZ6iBlTLgtpvKL9pcWg8hjqOmc4W5k0hPR0U4q24qi+Hgl7ZIxtcJt2WuAd1jHZ+lBim4037G/F/GxjgcPxLhuyJeJni5xt+TyznPZjC2VvvtLwrYKm4PD4qB1MwuMn/CycTO7IacBzOWW5PoC1Fh0pc73ROqqGJz4xIYm4je7LwASCWtIbyI5uIHP1rGsNgq722pNECTA3c4cN7h0J5lrSG9OriAg3T7/AEra2DgShlN74GeZrYyGvaAzDiMcxlrjj8wVqnv+60VsM1fK2oqaaRkhJd5buKxzQSOuWhwHYM45LWOsMjaiCn8bpfGXgOfFl2YgWb8u5Y5DrjKvx6XqJm0z6erpZYqiaGFj2lwGZXPa0kFuQAYzn6EG+n1DbmVT54qpshIqX0jeAR4m10D2xxcxz8os6ZaNuc8ysWjvVKaWhaLh4pWspmtmqXxucSRPM97CQCSXNew9xxglamHTdTPDNK2SBrYYmyuAD3Eg7ueACQPJ5noMjnzWQzSktXdI6K21AqHupoZzthldtL2Ndg7WnA8rr0x1KC5Ybtb6SruEsgEUclTHLCwx7sMDnHHQ9ARyVmG7U8l7tNbXyGZ0ce2eRzN5D8u2uIPytuWn04wrUGl6yoq6OlgkjlqKiF0/Dja97o2DPMgN5nkeTcqxUWCrprw+3VJbDIyPiufI1zQ1m3dkgjcOXZjKCQUFzt/j8T7nd2VD4KmCd1R4u/44NDgQPJySMt5uAyAe4Z18FzpG6mhqo6iOGIUUUPFfG7DHinaxx8kbgQ4HygDz54Kx6fTM08oa2spAHuiZC478TGQEtx5PL5JHPGFkVemw+SmFNJDBE+lZO98rnHBFO2V/QHlzOEGyberU2muTI6gnfLK5wlYW+NBzAG8mtwcHJ8rbjOeuVhWetpTdaqVtXHSgW1sbZnszskDWDIGM5BB5gE9oyrcOiLrOyZ9O0TRsI2Pijkc1+Y2yA5DcNBa5vysdfWougnVHe7YytrXmqax7uCXTlr2ip2x4k5BpJ3O54dgHPPCj12unFpbPFSSkNpISSwDAZJxXuz6Tgt5rTIgmkd7tnvw18L/FoXwPe2QBzRBPI4OdgtaXAD5AIB5AK7ar7QQXSadlayjaKyOaRwhc7xmIDBaBjvycOwDnPIgBQZEE79/bT720bGvaGsdCHQOY4lj2yhz5R5OOYB55J8rGOhFu1ahozFWurp/jnVDpHb2uxUQ7cNiw1p5Dn5JLR5XXkoQiDYRVELdPVNMT/wAQ+qikaMfwQyQHn63NWvREBERBm02zgAVmRDn4vvz2/wDb3rHquJxjxuvZjpjsx6Fbc4uxuJOBgZQuJABJIHQZ6IKIiICyaCunoJHvp3NHEYY3tewPa9uQcEHkRkA+sBYyINi29VrY5WB8eJC92eE3Ldww7aceTkd2FcZqC4te93GYd7tzg6NpDvIMfMEdNpIwtUiDYe/FXinOYt8DmOZJwWb/ACfk5djJA7ir1HqG40jGMiljLGc2tfE1wBDi8HBHUEk59K1KIM+S71klK+nfI0xvYY3eQ3JbxBJjOM/KGVcpr5X05zHKw4DMB8TXBpYMNIyORA7eq1iINkL3XiKFnFYTCQWSGNpeMO3AbsZxnnjKuv1HcnMDBLGyMEENZCxoGN+OQH/5j/atQiDNpbnU01K6mYYnQlxeGyRNftcQAS3IOCQB07h3L3bLxW22NzKSRjWl2/yo2uw7BGRkcjgkLXog2ZvlcXQPMkfEhxtfwmbnYbtAccZcMcueVmN1VcIjTOpuDC6FrRgQsLdzXuc1wbjDSNx6envWgRBs6e+19PKJYpIxK1oa15iaXMxnG0kZB5nmF7h1BcIXMcx8RLWRsG6FjuUfJhORzIHIHqtSiDP996zxmKcyNdJHGYRuY0gsOctIxgjmeq8MuNRHXGrjMbJSC0hsbQwgjBG3GMY7MLDRBsvfyv47JRK1rmSRysDY2gNdGCGYGMADJ5dFV98uD2hrpwQIjCPIb8gxiPHTzRhaxEGzkvldLGWTPilbta0cSFjtuGNYNuRyO1rRkdy1z3l5BOOQA5ADovKICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiArsAaGvkeA7bgAHpkq0rjP3tJ/Kb/AIoHHk87HqCceTzyra3Ns05ca+vt1MITE2ubxI5n/I4YzueT3NwSfUg1XHk88px5PPKzNQCgZd6llo3mhjOyN7zkvwMF/wBJBOOzKw6dofURNcMtLgCPpQOPJ55TjyeeVMrhp6zNqtY5nqKZ1slcKaGOPe3bxA1uXF2T1x6OvPotcdLE6ekucNRM8xRNmkaaV7YtrnAYbIeTnDcMjHfglBHuPJ55TjyeeVLLnp2mNdNFTFtPF4/4s07XyFreHu5AZJ9WM57VqtTWF1kNI4STSQ1LC9nGp3QSDBwQWHOPXk9UGo48nnlOPJ55VtEFzjyeeU48nnlW0QXOPJ55TjyeeVbRBc48nnlOPJ55VtEFzjyeeU48nnlW1kUVO2qkdEZRHIW/Fhw5Pd5uezP6UFvjyeeVVs7s/GAPb2ghXqqidSQMNQ4sqHH9xLebW957vQFiIPUrdkrmjoDyVYGcSZrOwqtT+7v9a90P76Z9P6Fp4OlcnEY6W8TMfuz8VaaYL2r5iJ/ZshBEBgRt9icGP8G32K4t/RwUdBp+G5VlIytlqah8Mccj3NYxrGtJJ2kEkl47exfot4x44iOXz2iIiHhaze8zM2Rzgx/g2+xODH+Db7FJIrbba8VNeKiS22yMxsLXs4z+K4EljQCMjkTkkcu8rJ/YpFDFcJ6+6MhpKUwFsscJk4zJmuc1zRkdjRyPee7nXObBHa0an/X+v5jw7jHlnvE/n+/REuDH+Db7E4Mf4NvsUvm05b6W3Xd9TcJX1VK+Hg8OHLJGyDLSSSCMj2elX6jSVIyqDZ7mylNRWS0kEYgc8bmEAZO7k3yhz5kelc+88P8AT8T9N/T6J6Ob6/n9dITwY/wbfYnBj/Bt9ikNLp181XZ6d1QGOuEjo87M8MteWd/PpnsV2LTJmsMtwhqJXSRw8dzPFXiLaDggSnkXduMfSu5y8PXtOvt+sx/5LmKZZ8fv/fqjPBj/AAbfYtbWxCKXDeTSM4W2Wuuf7qz1L5vt3Bj90m/LG41+76HsfLeOJiu+07/ZhoiLwz2ArjP3vJ/Kb/ira9xP2E5G5pGCD2oPC3dFqe50enqizRSs8Tmz8puXxg43BruoDsDI7VqcQefKPRtB/wAUxB58v1B+tBaXqN5jka8Yy0gjK94g8+X6g/WmIPPl+oP1oNtNqKomrb3USwQO99t3GZhwDSXh4LeeeRA659KyKjVlVPQz076Wn3z07KZ8uX5LW7cYG7aD5A6BaHEHny/UH60xB58v1B+tBIKfWNdBWSVDIafdJM+Vww7+FGYyAc5Hkk8xz9K116vMl0hpIXQRQxUwcGNjLj8o5OS4klYGIPPl+oP1piDz5fqD9aC0iu4g8+X6g/WmIPPl+oP1oLSK7iDz5fqD9aYg8+X6g/WgtIruIPPl+oP1piDz5fqD9aC0iu4g8+X6g/WmIPPl+oP1oLSK7iDz5fqD9aYg8+X6g/Wgtvc57i57i5x6knJKoruIPPl+oP1qrTAw5AfIR0DhgfTzQean93f617of30z6f0Ky4lziTzJ5lGuLXBzeo5q/hssYc1Mk+ImJ+0qeIxzlxWpHmYmG8Wyobq6noXUc9NBV0hk4ojl3DY/GCQWkHmMZ9QUfbcBjymHPoVffBn4N35l7q3tXgckd7x+Xjo9m8XWe1P2Sn9kUjxPFUUVHLSS7CKfaWsYWAhpaWkHOCe3nnmvFdqGrraWtp5Y4Wx1LoDhjSBG2Jrmsa3n0w78yjPvgz8G78ye+DPwbvzLiOP8AZ0Tvnj8/p/EfZ17jxvjln8f35pLJf55WVbJYIHsqIoYyDuG0xNDWuHPr+bmrlbqSqrKmlmkihDqeqkq2hoOC57mkg8+nkhRb3wZ+Dd+ZPfBn4N35k9/9nbieePz9Nfse48b/AMZ/H+0ut+qJ6SWlldR0k81LK6WB8gdlm524jAcARnPVUfqmpfRmB1PAXupRSGXL87AABy3bQcAc8KJe+DPwbvzJ74M/Bu/MuZ432bM83NG/+0+5cbrXLP4Zq11z/dW+pXDcG9kbvzLCmldLIXO9ncsXtn2nw+bhpxYrbmdNvsv2fnxZ4yZK6iNvCIi8g9OItZxH+e72pxH+e72psbNFrOI/z3e1OI/z3e1NjZotZxH+e72pxH+e72psbNFrOI/z3e1OI/z3e1NjZotZxH+e72pxH+e72psbNFrOI/z3e1OI/wA93tTY2aLWcR/nu9qcR/nu9qbGzRaziP8APd7U4j/Pd7U2Nmi1nEf57vanEf57vamxs0Ws4j/Pd7U4j/Pd7U2Nmi1nEf57vanEf57vamxs0Ws4j/Pd7U4j/Pd7U2Nmi1nEf57vanEf57vamxs0Ws4j/Pd7U4j/AD3e1NjZotZxH+e72pxH+e72psbNFrOI/wA93tTiP893tTY2aLWcR/nu9qcR/nu9qbGzRaziP893tRNjwiLPsrKt9W4UMsEUuw5dPNHE3GR2yEDPTl1UJYCKVeL33/19q/8A7Gj+2o1VCQVUwmc10oedzmODmk55kEciPSOSC0iIgIiICIiAiIgIiICIiD0xjpHtZG0ue44a1oySe4KdWXwc3qXxk3O1V7H+LOfTRsaBxJDyaHOJw0DqQcHsUf0RVQUOr7PU1eBTx1LC8u6AZ6n1L6+BDmgg5BHIhB8WV1JUUFXLS1kL4aiJ218bxgtKsLf68pHUOsbvBJUiqe2ocTKDnOTnB9Izg+paBAREQEREBERAREQEREBEVW/KHrQSig0s0wbrnW09NM55YIRV04fFyHlPa6QEdcbevI5x26O6W2e2zBk5ie12SyWGVsjHgHGQ5pIWRqv7qbx+WTf1yqVf3O238fOfzRoNWiIgIpt8Fetvm/U/XZ9pPgr1t836n67PtIISim3wV62+b9T9dn2k+CvW3zfqfrs+0ghKKbfBXrb5v1P12faT4K9bfN+p+uz7SCEopt8Fetvm/U/XZ9pPgr1t836n67PtIISim3wV62+b9T9dn2k+CvW3zfqfrs+0ghKKbfBXrb5v1P12faT4K9bfN+p+uz7SCEopt8Fetvm/U/XZ9pPgr1t836n67PtIISim3wV62+b9T9dn2k+CvW3zfqfrs+0ghK2sWor1EIhFdrgwRN2RhtQ8bG9w58gpD8Fetvm/U/XZ9pPgr1t836n67PtIIW97pHue9xc9xySTkkrypt8Fetvm/U/XZ9pPgr1t836n67PtIISim3wV62+b9T9dn2k+CvW3zfqfrs+0ghKKbfBXrb5v1P12faT4K9bfN+p+uz7SCEopt8Fetvm/U/XZ9pPgr1t836n67PtIISim3wV62+b9T9dn2k+CvW3zfqfrs+0ghKKbfBXrb5v1P12faT4K9bfN+p+uz7SCEopt8Fetvm/U/XZ9pPgr1t836n67PtII4y/3hjA1l0rWtaMACd3Ie1YlbW1VdIJKyomnkAwHSvLiB3c1Lvgr1t836n67PtJ8Fetvm/U/XZ9pBCUU2+CvW3zfqfrs+0iD7NRERAiIgIijermVz5qTxVtXNSta8zQUVQIZieW1wJIyBz5ZHMjr0XdKc9tbcXtyV3pJEUEtF9q44pqqOY3ChY2mDpZ8xyeUdp8jGA4Hr0yQtjV6nqaelfWGjhNI508cWJDvLomvPlDGADsPq5K23C3rOlVeJpMbSpFpLLeJ6ueaGtp44nsp46lpieXgsfu5HkOY2laqfVlXT0NPVzUEJirKd89M1sxJ8kBwa/lyyD1GcHkuYwXtPLDqc9IjmlMEUB1NqCuppHRTs4MtMXF4p5iBI10TnN545EEd3YtlLqmopKV9ZWUcYpdlQ5nDkLnnhE9RjtA+hdzwmTUT9XMcTTcxPySxForHfH11LWy1VOadtMN297JI2OG3OfLaDywcnCjNHr6rrK9lDT0ML6mV0PDe4TRRlsnE55fG0uxw+oGDlUWrNJ5ZXVtF43DoaLnN81fc5rPdaeipIYq6moKueeQTloZw3OjBjOMk5aTzxjA71v629VtLBa6eigiqKmajdUvdPKWjaxrc8wCS4l4/OuXSTooDadfTXGvooI7ZKWyCnE2yKZ+wyxNkyHhmzDQ8Zy4Hr6M7DTVwvFw0VXVNXU0kdx31ccE5GI2Fkj2sLuQ5AtH0DnzyglyLldFfbhp+ojgqIrsbnUOggNJc6kSwyufIGGeKUZwAXDLcDqPJC2VX4QKmAmmFsMlwhkqGTMhZNM0mItHk8Njj5W8c3AAdCg6EiiL9RV9VFcJqWhjbQ0vxchkmMcwdwg8kDGBjcBjOeq0kOupDTW+mbHvbUwMj4reM98cjoN/lSbAzcD2bs88+hB0lFzHTOsa1lmonSx72Oe5ktXWTPLQWiPkXBpDc7iRu5cuqk2mrjc61uozXyROZTVs0NOY+RaxrQQDyHf169UEoRcus2uLha9L2L33pRUT1Vpp6mGZsj5HyOLoYyZAGl2SZWu8kEnmOq912t7hHVW+qZQyNe8vpPFpuJAyVzqinjbJh7Q4ACU9W96DpyLT6au010ir2VcDIaqhqnUkojeXMJDWuBaSAcFr2+o5CjdRcrrR3++VbdlQxlTT0NNA+oe1jeJw+ZaBtzlxOcZ7OiCeIoRBrWf34mpJ7fI6KB8kU0sUMxa1zIy5zt5ZsxkEAbs8ws7RWqJ9QmUzUMtPHwY5o5DDKxpDs+T8YxuSMDm3IOUEpREQEREBERAREQEREBYF0s9FdDGa2Jznx52PZI6NwB6jc0g4OOnRY+rLrJZbBU10EbJZmmOONrzhu972saXHzQXAn0Arn8WqdRUd8vFuZHT1lydWuwWNfJCxkdNTkhjC8Fu4yA43eSS4+V2zW01ncTpE1i0amHRmWS3R0z6eOlYyF4YHMaSBhnyeh5YwsSu0xb6hta6KLhVNTHIzeXuc1he0guDM7QTnmQASoO/VdxpL8+ofC5sZilqp6eWRzuBG2Ojc9oAdtJAkkOcHmOXU53N11XdQIWWmlgmkqaiobA7hOkHChw0kgPGSXZ5g4A7Cu4y3j5y4nFSe0wlNkstFZoHMo4trnhokeXOcXYGB8onAHYByCsRaYtETpiyjA4rSxw4jyGtJyQ0ZwwEgEhuFF6TVl9mFwrpqWhgttBWQU9RCQ50zWPihe924O2+RxSehyB2dss0xcKi62hlfUxsjbUPe+BrQR8TuPDJyepbhx9adW+5nc909OmojUdla+wWyvlkkq6USPkADjvcM+SW9h7iVeNooXRMjdTtdGziYa4kjy87u3nnJ6rnld4QbvTzuMFLRT09SXeJPMcjGkNnjj5uJ8oESZyGtwR/CC2X7Jb/JX1dlDbW26U0zw+oLJBC6MQxyDa3dkOPFA6kDBPPoo6l9a3J0673pMKCz0NBSy09PB8VN+6CR7pC8YxglxJIxywtdbtHWK3VTKikonNnYWbXvqJHkbN20Dc48hudgdBlaJl9u9PpbRzbeaWWuubGxyS1m+QDFM+UuyCCTln05+lY9q1neK6ki3U9viqa6CiqKQ+WWRNqN/KTmC4t4ZPLbnIHpXMzNp3LqIisahJ7jpCxXJgbW0AkAMhPxr27uIcvBwRlpPPaeWQOXJWNWaXZfKKjghfDB4tkMc9j3ENLduAWvaenUEkHtBWqp9S3uW801tc23CSE1JrZWxvIe2Ewn4pu7kXNlxzJwR2455uhtQXW9h0lzoWQU8sLKinkaws5Oz5By47iBjyhgHuChLNt2kbTROt8ogc+oo4Y4WSGRwDtjdrXOYDtLgOhIyOxZ9JZbfSU1ZTQ0w8WrJHyzRPc57HF/y/JcSADzyBgZJOOZUR1U+ogvNbWVEtbJbYGx/GW+u2PoiOZ3w5w8HIPPJweiyp9S3SOpkqmsoTam1jqBsRa7j7hkby7O3G4fJx0557EF24+D6zVFIynponRN8YhkkdJLJM50cb93DaXOywd20gDrhbCTR1ikoqakdQ4hpy8sLZpGvO85fueHbnBx+UHE57cqIW3XGoHGjkrqa1mB4t0svBbIHbKx2xoblxwWuBJJzkYGB1W/0VqK7Xupc+voGw0M8PHp5GsLdozgNJLjuOCDkBo6jCDbVOl7PU3B1bNR5nc3a7Er2sPk7clgO0uDeQdjIHasZmitPsnimZQEOiDdjePJsaQzYDt3Y3beW7GT2la2n1JdqisZM1lA22T181tjjLX8dj2OeziOO7BBcw+TgEAg5WPpa61to8Fz75dZvfCqEElYcF43doadznYHqwAOgQbr9hWnxDDEKAiOJxcGieQA5xkO8rym+S3yXZHLotpS2mipKmunp4SyStcHTgSO2vcBjO3OAcdSAM45qKP1NebdeKO2XRttlnnnpwZqZr2sEcvEBGC4kOBZyOcEHoFc09qS73rVFxoY22+OhoJntkfse6R7RLIwAeVgHyMk/m58g3b9K2WSkpqZ9C10FNSeIxNL3HZDlh2jn1zGwh3UFvVa69aFtVwtlNRxRmJsM8chc975XPYJo5XtcS7JLuGBuJJH5laul8u8N+q6ENpKamdE9lJJJC95fIIi4O3g7eRB+LO04BIKwLPfNQz2OwwRz22W5TWwXCeoqIXhj24bhoaH/ACju5uzgddvPACT23T9Pa6mlNufJBRwslDqcPc7iySOaTI9xJLnDaebsnyisqS0UMr5nPgy6aZlQ87nc5GY2nr2bRy6clBxra7S0d1r4aWl8VhkpKamhDHOkMs8cDgXHcBtaZTyGCeXMdt86q1DCKF1db6WkgEjmVU8jHlp8trW4a1xMWQScu3AEYPeglbdPWxt3fcxTf8Y/JceI/YSRtLtmdu7HLdjOO1Vsthttk4vvbTmLiYDt0j34Azho3E7WjJw0YAz0Wk13qOuspjjtMdPNO2nlq5Y5InyHhsx3FoaCTjcSceaeeNINb3uak8Zp6SjLaq4G30kYje9zSGGQvf5QB8lpAaMZPPI6IOlItZputqrjZaapuFL4pVvDhJDnIBDi3I5nkcZA6jPNbNAREQEREBERAREQWaymgraWWmq4mTQStLXxvGWuB7CFq/2K2LgGH3rpeGZOKRs6v27S7PXJAwe9bpQSn1Rcpqqll4tDwKq5S25tGGEzRbS9oeTu5nyA4jA5Hr3hKm2S2Nn4zaGnEmx0e4MHyXNa1zfUQxg/7QvMtgtUtvpqF9BAaSmGIYtuBGMY5d3Jc103R1k1j8H3Fq4nisqnVdTuicTM4QPeC47+Zy08+/Bxywcga81BLRy1MdvhgZI5jYTUBmGE1UcWMNlLncnnJLWYICCd3PT9PPZq+329sFCyu8mdzYdwcC1rDyyOexoaD2YHI4wsuhtraOrfLFI7g8COCOH+DGGbuY9Jz+YKD0N5vfvrdqGmlt8ckEtRJJK6B7hIY2QY8nfyzvPb2Be6fWVxqqmlkY6hhgkrqWjNM9pMrhLEyRz2nd/HIAx2E+hBKhpaxCYzC1UnELt27Z27g7l3eUAfWFfrbBaq18r6ugglfLIJXuc3m5waGZJ/kgD1Ln+rr9WWTUNymomwyTeNRNZx9xa3NOOwEd6vXjUt5gt12bWmgnijFbTbWRPZuMUJkDid+QD0IHryg6ALXQtjoo20sQZRfvZobyi8gs8nu8lxHqKsGwWk0vi/iFPwODHBs28uHHksb6m5OO7Kgkeo7xa6G9ziTx+R17bRwRBgJga5rD/CkaMc8AZaMnrzWu1Rqu83DSF9gnNHbpIbVNNJvIc+bL5IxsLJCGkBgzzdhzgEHUaOz2+iMJpaSGIxNe1ha3mA8gu9paCfUrdHYLVRyb6WggifuDwWt6EZxjuxk8vStNre/wBXYvEpIX08VGWSSVM0kfFMbW7cHYHB23mcuGccuXNR6o1ze/HLoae3xikp3VcTHycMBphY4td+673ZLRluwcnZzjmQndZYrXW1oq6qhglqBt8tzeZwcjPfjsyjrFa3XB1c6hgNW7JMm3mSRtz68cs9cLQVF+udvrae3VclLNW1jYXUrmRFgfmQiUY3H5DMHqtPprUtwq4nRRT2ugipWNke2oDjxt80jfJJdlo8nGfK8o/Qgm7bFa2taG0MADWwNaNvQQndEP8AtJyO5e7fZ7dbp5ZqGjhgll+W5jcZ55+jmcqD0+sb9UC5SR2+FkUcVQ6nNQ6KNu+N+1ozxS457ctZg45jKlekLx772wySzxyVMcr4pWiIxFhacEFhJwR3gkHsKDLZY7ZHcjcGUMArSS7ihvPcRgn1kcs9VkQ0NLDQChip420YYYxDt8naezHcuPaTrJ7FS228SUTI2yUdW0CnqTI+ukAMjeKwgbSBG4AjdzdjI7c6rvl71JZGU1ZFHSxTVdvxIQwiRksvlMLI5nHbyHMkbgSMDCDojNM2VlJLTNttMIJXNc9u3qW/JOevLs7lkWuzW61OkdbqKGmMnJ5jbjdzJ5/S4n6VEKrU1wo31j4n0Daehr4bd4kWETSh3DG8Hdy+XuAweTevdrqjWeoYbXY5WU9PUVNyoHV/xUTWsYGtYdnxkzB/DyTkkY6Hqg6B7zW73ydX+Jw+OO6y7eZOMZ9eOWe5WJNNWaSjp6R9upzT04cIo9vJgPUD0Hu6LBvWoZbTa7bdKyOOGjkYXVbCdxjzEXDDgcHyht7c55LS1epr1BHVCd9uo6i322GunimY48Z7w8ljTuG0DZtzz5np3hMHWe3PgqoXUUBiqi0zM2cnlrWtBPqDWgeoLG/YxZPiD72UuYCTGdnMZduPr5gHn2qO2/WFVUm1seKZk9Ve6i3yRYO5sLGzOacZ+V5DMnpz6cwtlWX6qh1ILM0QmeWeN0Xkn97ljnPcefUGNwz/ABmoNxdLLbbs5huVFBUlgLWmRueR6j1HA5eheHWG1OoXURoKfxV0nFMe3lv5eV6DyHNc3tGrrg/TIFVHSRUzrUX08bGOe2RwpuIWl4kLmkc/JcAcAEOJKlHg9q6+rrtR+OVjZYY6xjYYNpzE000DsAlx8nyjyx1ye1BLaOlgoqWOnpImQwRjDI2DAAV5EQEREBERAREQEREBYbLVb2XJ9wZQ0ra942uqRC0SuHcXYzhZiIMWK30cMdKyKkp2Mpf3u1sYAh5FvkcvJ5Ejl2FWRZLU2SokFsoRJUOa+Z3AZmRzSHNLjjmQQCCehC2C4zfr/cK3Tde2pukNYyqjq2vpmRsaafhThrTkc+nI57SMYQdcZb6Jk0srKSnbLLu4jxE0F+7Adk4552tz34HctLU6RoZ75TXEkM8XMZjiZDG3AZ8lu8N3bQcHbnGQoxQ6ruxddKurqYhSxw1TxDiJzoDE/a3awEOP8beRzx0C10+rb3FDVQuu8DPFJS6SV4p3TuZwd+1rQQxwB5kDDsdDnmg6fU2m3VUjn1NBSTPcQ5zpIWuJIGATkdcclWW12+ZsjZqGle2Quc8OhaQ4uG1xPLnkcj3hQ2i1DdKvVoijqIm0AnZBwH8Nm9joQ/cAfjN2TnHTAPLtV693qtbqWvphd6a109EyncyGeIO8b4jiHcz5WOW0bee7rnoglMtntkxqjLbqN5qmhtRugaeMByAfy8oDsyrdRYLPU08EFTabfNBA0sijkpmObG0jBDQRgAjlgLnVtvN4sOm7dsqmVMc1mdUxRmFrRTljoWgg9o2y5O49W9g5LOiv15fLRW6pu8FI2aacOuJEMjgGRsc2N2Piw4lzj0+Szv5oJ/XW2guBhNfRU1UYXb4uNE1/Dd3tyOR9IXh9ntklXPVPt1G6pnZwpZTC0vkZ5rjjJHoK5/pG9VkmqamndPEaWsq2yvromDh1Mgo4CI2A5LcjL89wwD1W7r7xdodWmyxSBxnmjq4n7BltI1h4rOnM72BueoEo7kEsko6aSop55KeF89PngyOYC6PIwdp6jI5HCxnWS1OfTPdbKIvpSXQOMDMxEnJLeXknPPkucu1dd4bdTVjbrT1b62hmqpaeOFg97yzaezngZLDv557uYW2qb9cLjrQWq2XVkVGZY2ukhjZIQOA95AJBGSWt70ExFmtjZqqZtuoxLVt21DxA3dMO55x5Q9au0NuorfGyOgo6amjY3Y1sMTWBrc5wAByGea0GoLtVUOoKONtZHFRnhNfE1rXvc58m3ymkh208gC3ock5AWotdwr4qOmp3Xl7DVXKqhfUTNY404Y+UtYMjGXYGN2cDoOi0V4ebV5ts9uIrFuXSWW7T1lttS+ot1ot1JUPyHSwUzI3Oz1yQMq7TWa10sRjprbRQxmUTlscDWgyA5D8AfKBGc9VCotRXiSGunZUxyx0NHJMAyEYqXNllY13oaQwEgfQVm09TW1lor56urpZZqDFRTTSPj2B5jOOJs5BoJyPQR3ZMzwtq+ZhEcTW3iJSqS026W4sr5aCkfXsbtbUuhaZGjuDsZwvNRZ7ZU0lPS1Nuo5qWnxwYZIGuZHgYG1pGBjswtPabrUzabuUxrGSVdKZGcWdjWNa4NDhuLTtIGRzGPaCtFPqO6BlPSQ1vx2+biVEjIm4LGscGE52Hk8kkYOG45EEpXhrWmYiY7JtxNaxEzHlMr5aIbxTQ01U5wp2TRzOjAGJNjg5rTkdMgHl3K7XWq3188E1dQ0lTNAd0L5oWvdGe9pI5fQoxBdbr4pV3Soq2CClfFxaaNjSwRljHSO3YycbnEegLCrL5XMnhnbNFGKuNm2odGCIYnz4a70+TjryyclI4W0zrcIniax8ky95rZ74Gv97qPx4uDzUcBvEyAQDuxnOCR6iVkupKd1Y2rdBEaprDE2YsG8MJBLQ7rgkA49AUIr73c4Xsp6W509RwmSP8YAjY2Utdja7dy5dDt7+zotjS3qdmqJKeur4RTPL2xxNDC0bQ3q7O5rsnoRg5GMdsTw1oje4THEVmdabmPT9mjfvjtNvY/g+L7m0zAeFjGzp8nHLHRW7jp63VrXf8NFBI98LpJYY2tfI2J7XtY52MlvkgY7lt0WdoEREBERAREQEVzh+lOH6UFtFc4fpTh+lBbRXOH6U4fpQW1qrXYbdbaV8ENPG8SFxkfIxpc/c8uw445gE8lueH6U4fpQYbaKlbLNK2mgEswxI8RjLx/GPb9KtC1W4QtiFBScJpDgzgt2gjocY9K2PD9KcP0oMQ0lMaoVJp4TUhu0S7BvA7s9cJNSU000U01PDJNF+5vewFzPUexZfD9KcP0oMUUtOGtAgiw1hjaNg5NOMtHo5Dl6FaNtoTSClNFTeLA7hDwm7Ae/bjCz+H6U4fpQYvitP+Ai+WJPkD5QGA71gADPoWLHa4m3qW5vlmkndEIWNft2xM5EhuADzIBOSenYtpw/SnD9KDDjoaSOSZ8dLAx837q5sYBk/lHt+leaa30VLt8WpKeHbzHDia3HsHpPtWdw/SnD9KDGkp4ZJmSyRRulj+Q9zQS31HsXh9FSvbKH00LhKcyAsB3nvPeszh+lOH6VO5RqGOyGJhBZGxpDQzk0DyR0HqVIaaCGIxQwxxxHOWNaADnryWTw/SnD9Kbk1DGip4YYODFDGyHpsa0BvsVvxGk8XbB4rBwGncI+GNoPfhZvD9KcP0puTULBijLXtMbNr/AJYwMO5Y59/JeXU0Dm7XQxluzZgtGNvd6vQsnh+lOH6U3JqGGaKlMcTDTQlkRzG3YMMPo7lU0lMZXymniMj8BzywZdjpkrL4fpTh+lNyahbRXOH6U4fpUJW0Vzh+lOH6UFtFc4fpTh+lBbRXOH6UQXEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBFGbZrezXKuv9JTSzcWxkis3REBuAc7e/oVE2+HnQDiB76zjPaaOX7KDqSKOS61sDNIy6nZXsmssbQ508TS/HlBuNoGc5I5YW1sV1pL5aKS526QyUdVGJYnlpaS0+g8wgzkREBERAREQEWt1DfbZp22SXC9VkVJSR9XyHGT3AdSfQFgaL1jZdZ0E1Zp+ofUU8MnCe50To8OwDjDgOwoJCigmpPCzozTtykoLleGCriO2SOGN0uw9xLQQD6FIdK6os2q6A1lgr4qyBp2v2cnMPc5p5j6UG6RRrW+t7FomnpZ9Q1L6eOpcWRFkTpMkDJ+SDjqtBZPDNoe8XCGipLxsnmcGME8L4w4noMuACDoiIiAiIgIiICIiAiIgIiICIiAiIgIiICIiDiWltV3W+Xfwo264SwvpbeyVkAZCxjgPLb5RAy7kB1Wo8AmpdJWzwSvpdS3S0xO48zpKWplYZHMOP/wAM+Uc+pPB7SVMeqvC66Snma2UTcMuYQH85Onesr3Peg7BcvB7FV3/T9JPX+NSjfVU+X7RjHUdEEK01FL8A3hIqaeOSKyVFY11Ax/Y0Stzj6Ng9YK39kuvhKt/gltl6sJtVLZLbQh/i8jeJNNGz5TzkYA5E4BBx6V0zw20EcPgbv1FbaVrI2wxtjggjwAOKzkGha60wTD3NT4DFIJv2PzN4e07s8J3LHXKDGvPhf8V8FVk1FSUTZbveD4vTUpPkCYOLXk9u0OB9eR06rTXfVXhM0DDRXzWJtdyscsrY6qGlYGyU4d3HA/xHZ25UZi0heLr4AtF19qpJJbnY6qeq8Tc0h8jPGHk4Hf5LTjtGcLZa81ncvCnYqfSen9M3Wmq6uaM1c1XFsjgDTk8+7IHM46dMoJH4RPCBqG3eEXSlt0qYauju1GJmU8jWgSufvDXF5GWtHkk47AVjM1nrvR/hCsdp1xJba63XqThRPo49vCcSG8uQPIubnOeR6qxqSzy23w4+DSlgjllpqG3NpzMGHHktkaMnoOgWV4dqaefwi+DZ8MEsjI68F7mMJDRxI+p7EHqs1trHWerLtbfB7NbbfbbTJwZq2taHGaTJBDRg8uR7PTnnhSLwVa4uV5u130zqqKni1HasOkfTn4ueM4w8d3UZ9Y9S4zddG2fR+sb3HrjSt1vNuq5zPQV1A+TAa4k7HBrgM8+055dxXSfAVYray63G82nRtTp+jMfi9PPV1cr5ahpIJ+LdyA5Dn7O1BNtY6DtOqbxS3O+iSrioYHNho3OPB3k53uHaeg/Wuf8AuUmgaUv7Wja0XJwAHLHkhdtqf3vL/IP6FxX3MdJVwaS1FG+OSmmfcH8MyRkYOwYOD15oNtdaSweCaAyWbSN1u8lxdJJNNTRGpczbt/dHuyWg7vzFab3N9FS1lfqfU9JUUkLbjOG+9dMT/wAIAS4B4IHPnywMdfopa/CjqXSVRW2vwh2G51tYyU+L1dvpmmOVnZjGB9PXnzCzPAVYrsdR6o1dc6B9qp7zLmnopBh+3cTvcOzr9OT6MhrvdTvZG3Rj5XNbG24kuc44AA25JWN7orUOjr1oxlFaqy3XS/STxij8Re2aRh3DdzZnAIyMdpI5LO91BQyV7NHxMppKiP3wIka1hcNp25zjsXTrToXS1oq2VVs0/baapYctljgaHN9R7EHK9Vax1vYdZ6L0xa5KeasrLRD4xDUMaWvqcPa57n9cAtDjg88HvW11brTV2l7Zp7Tn/AXLXF3le0SsZiCNm84dtwOwgc/NJOVi65pp3+6Y0TOyCV0DKEh0gYS1p+P6np2hZHhstN2t2sNL65s1BLcm2kmKqpoRl/DJPlAD0OcM9nJBjM1prfQuqrNb/CE+3XG23eTgx1VGzY6F+QOfIZHlDPLt68sLty+dtR3Ov8Meq9M0lmsdyobVbKnxqrqq2Lhgc28h3nycAdTn0L6JHIICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiKEG/alvFXcJNLUtpNvoZ3026ufIH1MrDh4Zt5MAOW5OckHlhBN0XPWeEmkZXWg3AMoKOrpKiSZsrXPlinikawxjbnOCX5wOzPJTq3VtNcqGCsoJ2T0s7A+OVhy1zT0IQZCKBVeptQ1t7vVNpymtMjLRIIpKWrke2oqTsD/ACMcmAh2ASDk9y3d11lY7N4rHe66K31U8QmMEvN8bT2v25DQDyyeWR1QSJFadM00xmic17Cze1wOQ4YyDnuXOrVq3U0dssd6vENnms9zlhicykbJHNBxTtY7ynODhkgEDHXKDpSLQU2sLBUxXGWK5wcK3bhVSOBa2EtcWkEkAZy08v1hZOn9R2nUMcz7PXR1PBIbI0AtczPMZaQCM9hxzQbZERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAUFtcN70q+50NFZZLpSVFZNV000VRHGGcVxeWSB5BGHE8wHcsKdIg57pnStxtmpLLV10cUxjo6x1VPGRsbUTzMkLWg88fK547FutBUVdabJT2+to3RESVMhfvaQwGdzmNwD2tcD6MYKlCIOa6xslXdayvFVpGCvrDubQXWknZA+JpHk73FweHNOebQR3DsSitOoLBU1z5bW3UMtxoKaCSoE0bPjY4yx4kDyPIcSXcsnmeS6UiCN6Ot9ZatL01mrIiX0NLHTtn3gtnPDGS0ZyADy546LTaJ0NDSWWxvvfjstdRsZIKaeqdJDBKB1awHby7OuOxT1EHNqXS90ZoSqojSR+OtvElwbTve3E7BV8UNJGQNzQOvTPNZ9qprxNrWfUVRZpKKKSkit/izp43SO+MLnTO2uLcNBwBkk81OkQEREBERAREQEREBERAREQEREBERAREQEREBERAViCqgqJqiKGQPkp3hkrR/BcQHYP0EH6VfULtV+tdu1TqKkrq+CCplrY+HG92HOzBGBj6VZjxzeJ1Hj+VeTJFJjfz/AITRFy+gulybqGUVDnmtiqKh0sDKmRz3wgP2BsOzYBjZh2effzwtdHe6mejuLqGaeJj7TUSOc2tlnc2QBuMlzQGPGTyb3+paPcr/AFZp42uvDsKKFutodqG2UBq6/wAVfQzTSAVUgL374gCXZz2nosdldWv8EVZUvqZjWR01Q1s24h/kPe1pyOecAc1XGDcRMT5mI++/4W9fUzEx4iZ+2v5TxFy6+R1NGNScC4XEGhoKesgzUPOJXb9x68wdg8np15L3JcJN0rXVteNU+PbY6UOfsMXF5YZ8gx8PmXevnlWRwkzG4n+6ift37yr97iJ1Mf3vH37dodORcz310emLvcYZ6qWf3zmifvqHgRwCoIIbjO0Bo6gZAypJoGolqbdVSOmZLT8c8AsnfOA3aMgSPaC7nnnz7s8lXfBNazffidLKcRFrRXXmNpQij+nZ6uW6XNrXyTWlr/iJZhhwkyd7W9rmA9CfSBkKQKm9eWdLqW5o2LzLI2KJ8kjg1jAXOJ7AF6WHef8ApFb+Jf8A1SoiNzpMzqNsW3aitNxqI4KSsa+WVpdG0tc0vAGctyBnl3LbLlOnKnx2o01HR3X32dDTv3wtY0eJngEB25oHPPkYd53oXo3WovFJpa2224VLbm2nlbU+U9pbM2AkNkPadzehW6/B/Fqvj5/p5/SPp9GKnGfDu0d/l+P1n6uqIozouukvTau8vMzIajZFFC8kCMMGHcu/eXAn0BXqGeofqqsjpJJpre1v/EcUeTFNywIyevLqOg5duQstsU1maz5hpjLExFo+aQIiKpaIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgK3UwsqIJIZC8MeNp2PLT9BHMfQriJ4PLHoKOCgo4qWjjEVPE3axg7AshEUzMzO5REa7QIiKEiIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICItfUVbmyuDTgA4XVazadQ5taK95bBFq/HX+crlNVl87I3c92cejlldTimI3KIyRM6bBEWNca+lt1K+prp44IGAlz3nAAAyfzKt2yUXLK3wpzXFxZoyyVN3bnAqXOENP6TxXdf+0O9YWK25+EGryaiusVAx3PZFFLOR/wB2WKyuK1vCucta+ZddRckZ+y/e0v1HRFgPNraKUEj1mYqsx1cZXGHUlIyPPJrqKRxH08UfoXXQs569HWkXIv25fOah/oEv+sn7cvnNRf0CX/WToWOvR11FyL9uXzmov6BL/rKmdZfOai/oEv8ArJ0LHXo68i5D+3L5zUP9Al/1k/bl85qH+gS/6ydCx16OvIuRfty+c1D/AECX/WVM6y+ctF/QJP8AWToWOvR15FyHOsvnNRf0CX/WT9uXzmof6BL/AKydCx16OvIuRZ1l85qH+gS/6yp+3L5zUP8AQJf9ZOhY69HXkXIf25fOah/oMv8ArKpqNcQAupr7apnebLRSge0yux7E6Fzr0ddRcjg15q60yYv+noq2mHWptU3FI9cTg130jd6ipzpLWVm1TA51rq2PlYdskJ5PY7uLTgg8jyIB9CrtSa+VlbxbwkaIi5dCIiAiIgIiICIiDVakujrTbTUMjEjy9sbQTgZJxlaFtY4tBlPlnJPryVFtQ6glu1unfOGRmnu76VobnBbG9wBPp5LnXhr8K9foq/UdttNFSTySweMSPqdxABe4AANI80rXi1jrzSzZN3tyw7f42O9Ztnn4txiGe/8AQV8ff/EPqf8A+l2X/wAcv+ou1e5z8I9Rr2srWXGkgpqyj2n4jdse1wd2Ekgjb39oU3y0tWYhFMdq2iZd1rqqKhpJampeGQxNLnOPYFwni1HhPuD7pdDIzSsbttHRfJbV4dzkk7SzIGG/wsbj2BSjw9XCeW3WnTdE9zJ73VCne5p5siHlSO+oHD6c9QrNdMy2UVPRUTGtdtEMLAMBoAwPoAVeCkT3l1nvMdoZMtZBSBlPAwZaMNjjGA0Dp6gvMc88vPkB6F5tFt4zmRt+MLjzcf4Z7SfQotrzwxaY0PUy2+khN5usRxKGOxFE7zS7nk+oH1joL75IqopjmyaNjnd0DifQF68XqPNf7P8AdfPcvunNQmqzFZ7S2nz+5mN55ek7l0DQ3h+sGo6mGivlL7zVUh2tqGuzDk+dn5I9fL0hVxn2tnBp0Xxeo7WP9n+6eLz+a/2f7raTufFIGucCCNzXN5hw7wrJmcD1VkW2qmsQwfF5/Mf7P90FPPn9zkP0LP4xxkuwBzKvxwVMzQ8vfGCMtYw45d5I6lcZM0Y43LvHhnJOoah8b2/K4jPSQrL5ZIRmQB8fnN7PoW8e2enaBO7fG44BcOYPdntWLUQsmYdgDH+joV1jyxeNw5vimk6lhxyNkaHMIIPavS075XW+uAI2wvOHN7GnvHoW2ByMhW7VPSKmUypQrlFTKplQPSZVMplSKhRfU+m31FQbxp+YW/UMTQWTsGGzgcxHKP4TeQwereRHTCk4KZUTEWjUuomYncNv4MtYs1dZXvmjdT3Kkeaesp38nRSN5EH9fb15ZwJiuGU9S7TPhctNVGNtFfo3Us4HIcdgy1x9bMj1tb3LuYXz8leWdN9Lc0bERFw7EREBERAREQfJN51qyDWNz006meHC61FVx9/k/uzxjbj/ABUE900d2u7e7vtkZ/8AuSqaa30JU01+uOr5pHBk11mgiY3aWlpmecnnkHIPLGPSof7oqjqqvWdufS008zW2yJrjHGXAHfIcHHbzHtWidzj7qY1z9nH19Ie4r+6S/wD4mL/Ovnz3puX/ANPrP/C79S+ifca0tRSalvgqoJYS+GPbxGFucb84z61RELZdW1yRV+GSzsOCKK31Eg/iuJiAPskcFhSv8c1GW9RH5A+nr+ZZOoWSfDVUyFjuGLaRuxyyTDyz9Cw9OfG6lqN3PDnH83+62Yu1GPL3uwfDPq5+jPBxNLb5eFc7nKaKCRp8qNgB4jm9xGCM95HcF8ZyPdLIXOJc4n1r6B91M+SeyaKmbk0+Kxru7i72bvaQVwS3hpq2B/Q8h61mv3tpqp2rtQUsm3OFZw6N/aHBShhpxbKyOQDxgghnLn8uLH5g/wDOtDc2htQ0Drt5rvLiitYmHOPJNpmJfUPubdbTX3Sddp+veZKuzMFTSuJyXwZ8pn0dB/KHcuwBwcAQcgr5e9yaXM8IddKciGO2yukPYBub1X0tanE2+lLj5RiaT7Au8U7hXljUsiqLhSyFgJcBnA7cLd2+7Q1VJBLA9pAaGkdy1O9rRzKwJtOGpldPSGqpnP5uMLiwO9PcVzmxRkjvKcOWcc+G31HdWOp4qSMh1RK/kB19J9QCx2v5rAprMy1OdLIyZ0z+RmmJcT6MlZDZASusWOMddQ5yXm9ty1+qKffScRvXof8AD/36VSzTmot0Mh6luCsu8+VbJPRj9IWp0uf+VNz5x/StFVFvLcJleSUypcvRVAQvOSmeRyg9pnC8Z5ICe1B7yq5XjKZQRLwmx/8ALLTUt5SUt1pXsI65c/h/okK7rTyCanilb8l7Q4fSFxDwisdLp2IMa5zhX0bsAZOBUxkn2BdotPK1UefwLP6oWTiPU18P6WWiIs7QIiICIiAqHoVVUd8k+pBweORt20VQU9U8vLrnM4knqeNKuNe6FvNxseuKamt1QYY3UEb3ANBy7e9uefoaPYtzpbWc9RqmPS5pWNhp6mWfj7zuceK44x/3fmUY91L98al/m9n9rKtNrf445VFY+Oduf/syv3/r3fUb+pd+9yHd668amvBuE5mMMLNmQBjO7PT1BfMC+kPcV/dLf/xMX+dUc0z5lbqIda1FUy/DJVU+/wCJ97i/bjt+K/WVgaWdt1LUn+X/AILJ1F9+6q/m0/phWLpYZ1JVet/+C14/QyZPWj/hK0/+y3T100xE1outPMblbN5wJAflxg9/N3L0g9hx8lVNPNSVEkNRG+KaNxa9j2lrmuHUEHoV9x6ntQuG18UrqerhO+Gdhw5jvWuY62sVnv8AKP2W2+e33McjdrfEHtl9MkeOf0An1BcXxc3eFlMnL2l83i4VIbjiejJAz7VjZdI8k5c4rsp8FGn3HiM1nbxF12vp3tfj+SX5Uo0ZpXTVirmS2ajqdQ3VpzHU1UJhpoT3hh5kjvP0ELjpXny76tI8M3wO6Ul0rpJzqthjv2owGCM8nQUY5uJHZuzz9be4rsrHbQyOMZPJjQO09AFobNbpYJpa24zeM3Of90kxyaPNaOwBXL7fWaesV+vbgC62Ue+MH8K8lrPz8vpV0Ryx2UzM2lofCh4V7Z4P3Ot1JFHctQhoc4OPxVMT0Du0uxzx17eXILgt08NevLlO6Vt4mgaTyZC1rGj1YH+KgMss9zrZ6urkfLNI8ve95yXOJySSsmOle6J8mAGMG5xPYMgfpIVdaTfvK2ZinZ0jTPh81jaKlvvlUMudKeT4apgO4ehwwR+dfQ2jtWWfXNmkulg3RSwYFXRSHyoieeR3jr064XxfWUjqeaSGZuHsJa4ekKSeCDVFTpDwgW2pilcKaWVtPUMz5L4nnBBHozkekJMTjk3F47PsC5P3Wx+D1x+kLW6YP/K2/wAp36Vl3YNp/HKZnyGPBZ6GnBA+jOPoWFpn/pY/lO/StFWW3luMpleUXTl6ymV5VcoK5TK8og9ZTKomUEd1/PJBp9j4XbXGtpGZ9DqiMH8xK7PaSTa6MnqYWH//ACFxPwjfc5H+X0X95jXa7R/0mi/Es/qhZOI8w18P4lloiLO0CIiAiIgKjvkn1Kqo75J9SD4Q0YceGWo9cn9de/dSffFpf5uj/tJV1DT+lrfFSUd6ZRsFylr5o31GTuLRNIMdcdGj2Ll/uozu8IlKe+3R/wBpKtFq6xqazu7j6+kPcV/dLf8A8TF/nXzevpD3Ff3S3/8AExf51RC2XU9R/ftqv5tP6YVY0l90tX/3/wCCv6k+/bVfzaf0wrH0kf2yVXrf/gtmP0MeX1pJcB5blr2UrqoujbAZu8bc4Wwq5IGy1M1ZM2noqWMzVEzjgMYAT1+g+xfO3hE8PNyqKmWg0Yfe22RktbMG/HS/xiT8nPo5+lLXiqa0m3h3c6N3u3+9kOevym/rSWhlt7Q00xgZ0yG4HtXxlLrTUktX4zJeq90+c8QzuLvbldC0J4ddQ2iqip7/ACuvFscdssc/lSbe9rzzz6DkepVxmh3OGX0pBjh5XPvCqyWt8G+tqWEZkibS1OB1LGyAu+gBpKnFJW0NztNJeLJNxrXWNzGT1Y7taR3gg+xR6+Tx0Fdx62MyWqrhdR1ze6N3R30Z5+glXeqFUfDL5Kswa6B+eodzW5grGQUFdHhu+SDhsBAOTxGH24B9gXrXukbhobUD4JBxaGbL6Wob8mePPL6QMZH+C0sVdC4eU4tPcQuMd+WOWe0rclOfvHeG01LUR1d1qpYecbpXlru8FxI/StLQQPq77RU0GTLLMyNuO8uAH6Vcqa+Mt2wgvefQuleBTSYgqBrPUEbmW2iduo43cjVT/wAHb3gHPPvHcCmW/UnUGOvSr3fRF5qeLeK9g6R8Jh9e0H9BCaaGLaB/Hd+laWzNqHUT6itduqqmQzSn0uPQegdMehbvTvK34/ju/SrYZrNoiplMrpyqiplMoKoqZTKbFUTKplNiM+EX7nY/y+i/vMa7ZaP+k0X4hn9ULifhF+52L8vov7zGu2Wj/pVF+JZ/VCycR6obOH9MstERZ2gREQEREBDzBREHD7i6Cy6Op42Ssklhus0ZAIz+7S9i+fvdNnOvaAnttkR/+5IttdK+ZvhtulBNVVDbc+unldA152F/GcNxb0zjllav3T4A8INGG/JFtjA/8kivtO8amI1kcwdb9tO15k8tzHPDdvLDTg819A+4r+6W/wD4mL/OuHT/AL3g/J5v6xXcfcV/dLf/AMTF/nVUxqVnydS1J9+2q/m0/phWPpX7o6oel/8AgsnUn37qn+bT+mFYtoBptTzg8g5xGfWP9lrx+hky+tCfdJajfb9C0Vtp3Fr7vVyvlx2xREDH0ksPqC+Y6SA1EhyeQ5ld390fRzVWlNM3EAltHPU0U2P4JLgWZ9YYVxCzytZO5j8DcOWVTaN5NSvp2puGdHanva3bGMObI4Z7mAF36VrK+lMDs4wM4IPYVKqavMYia6NxLY6lnIcjxW4HP2rR3+Zr3beQc47iB2BXZq0ivZXitabd3Z/cv3yoqff3TMshdDLTmrpw48o5WkAkeg5bn+T6V1udsdbSYeA5kjeYPaCuFe5iY6m1Ne7u8EUtBbpHSO9JIwPWdp9i7XROMdHAx3VsbQfYow+lGb1I/WW6ekon0NRRQ3mxOOfE5/lQ+mN38H/3jCgFx0Po2qnc+J98tJJyYnwMqGD0NPyvaSuwvkXKNVeFqit1ykpLZQsr+Edr53PwwntDeRz611fliPic05p9K7YdJ6Rtswkp7VdL3Uj5PjmyKDPftbz+h2VNoqarrqqKouzo/ihiClibtigHc0f+/wDBaLQOv6DVb30vANHXsbu4JILXt72n0doUnrfHGVlEaRzRDv8AjgWB24d2SeX0ZU15dfCi/Nv4m9h8mONve4fpWbYeVE78Y79K1rHZniaO/Ps5rZ2Ef8vafOcT+ddq5bFERAREQERUQVREQRjwi/c7F+X0X95jXVvB9fqbUuj7ZdKFsjaeaLa0SAB2W+SenpBXKfCJ9zsX5fRf3mNS/wBzt96CwfyZf7V6y8R5auH8OkoiLO0CIiAiIgIiIPnG822J9Hcasxs4n7IZ27tozjiv7Vx/3UIx4QqMf/tsf9pIvqnwjWCKnsbjQRNYx9a2oeATkvcSXH6SV8se6kGPCJSfzbF/aSLRad44U1jV5cpdXyOgEZazk0sDu0AnJX0L7iv7pb/+Ji/zr50NNMIuIYniPzsL6L9xX90t/wDxMX+dUd/mtdT1H9+6p/m0/phWTU0+25tkYOcg5fyh0WNqP791T/Np/TCt3PEJWYPI9QR2FbcXohiy+qXP9YUFHWRXCz3pxist1w8T9tLUDGHegHAz2erJK+Y9Y6Pu2k7o6kudO4Ak8KZo+LmA7WHt9XUL7OulthvFK6nqQ0TuGDnk2T0juK59dLVeLVC6glgprlas4FJXxcRoH8U9Qe7u7lF8cWdY8s1fLIrKpnkcR4PTBHNZlisN01BdGUNtpZaiqk57R2DvcewekrvRsljc7c7Q7GyeYytfs/R/gt3bKaujpzS0FNR2C3vPlRUTcSP/AJT+pPp5LjozPqlZOaI8Qs6XsVNpuwxaXoXNnnMgqLvVM+S6QYxED2gEfRjvJxJ3yeUrVJTU1DSCClYGsHXvKoXtHVXxGo7M8ztjXts89mr4qUnxh9PI2PB/hFpx+dfJTmuY4teC1zTggjBBX17xGqH6j8Hun79WPq5mT01S87nvpnhu895BBGfSq8uOb+FmLJFfLjngrgqZtfWk0gdmOTfIR2RgHdn1jI+lfUIcGtycKMaS0pa9ONe2z0rzNIMPmed73D0noB6sKXwWwjbJXu2M7Ixzc5TipyRqUZLxadwtxMcaeSf+E/4qId5PUqQUcPApY4h/BaArFPTGSVssrAxrBiKMdGj9azlYqURVTCCiIiAiIgIiBBGPCL9zsX5fRf3mNdf0faqOy6Zt1DbYRDSxwtLWA5xnmfzkrkPhG+5yP8vov7zGu12VzX2ehcxwc0wMwQcj5IWXiPLVw/iWYiIs7QIiICIiAiIgtzwx1EZjmY17D1BC+IPdXxcHwqQR9jaGMD1cSRfca+Ifdcffai/II/7SRdRPbSNd9uVOe52o6thJ2F8rNvZtGcD6F3b3Ff3S3/8AExf51wf/AOZqr8bL/mXd/cWfdLf/AMTF/nRDquovv31P82n9MK3y5/bbhPcPDHe5Klwc6IVUDcD+CySJrfzBT9bMXpY8vqUc0OGCMry5riNu4lvc7mPzr2isVsGW3xPJJgpifTEEiomxfucFGP8A+H/dZ2UypRpj8J/4Kj/8P+6pwXfgaL/w/wC6ycqmQoGPwXfgaL/w/wC6cF34KjHqh/3WRkKhKCzw39C9rfRGwNVWQsY7djLu88yriIkQplUygIiZQEVCVRB6RURBVFRMoIz4ReenI/y+i/vMa6B4Ep5anwVacmqJHyyupzue85J8t3Urn/hF+56L8vov7zGp34CfvSaa/Jz/AF3LLxHlq4f0p4iIs7QIiICIiAiIgL4h91x99qL8hj/tJF9vL4f912ceFiMj/wBBH/aSKYQ5V/8AM1V+Nl/zLu/uLPulv/4mL/OuASXBjpZagQ7aqQEOdu8nJ6uA7zz9q7/7iz7pb/8AiYv86lCUac++7f8A8bW/20a6Rlc208ceF3UH42t/to10bK2YvSx5vU9Z9KErzlMqxW9ZTK8ZVcoPWUyvGVXKCuUyvOUyg9ZRecplBXKZXnKZQVymVTKog9ZVFRESrlMqiIK5VcryiIRrwiH9r0X5fRf3mNT3wFfek01+Tn+u5QHwifc9EP8A9fRf3mNdj0hbqe06YtlDRsEdPFA3a0dBnn+krLxHlqweG3REWdoEREBERAREQF8P+68++uz8gj/tJERTCHEl9H+4s+6W/wD4mL/OiJBKTaf++7qD8bW/20a6KiLbi9LHl9QiIrFYgREQIiIkKoiICIiAiIgIiIKIiIgREQEREEY8If3PRfl9H/eY13G0f9JovxLP6oRFl4jzDVw/iWWiIs7QIiIP/9k=\"\r\n            },\r\n            \"exams\": {\r\n                \"interactive\": {\r\n                    \"id\": \"interactive\",\r\n                    \"displayValue\": \"6,9 s\",\r\n                    \"score\": 55.00000000000001,\r\n                    \"title\": \"Time to Interactive\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Tempo all&#039;interattività indica il tempo necessario affinché la pagina diventi completamente interattiva. [Ulteriori informazioni](https://web.dev/interactive/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Tempo all&#039;interattività indica il tempo necessario affinché la pagina diventi completamente interattiva. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/interactive/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Time to Interactive</b> (TTI) è una metrica che <b>aiuta a identificare le situazioni in cui una pagina sembra interattiva ma in realtà non lo è.</b></p> <p>In altre parole, misura il tempo dal momento in cui viene mostrato il primo contenuto a quando la pagina è pronta per l'interattività dell'utente.</p> <p>Se si vuole migliorare l'esperienza utente del proprio sito web si <b>deve mantenere un TTI di 2,2 secondi o meno.</b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 2,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/mainthread-work-breakdown/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"Categoria\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo trascorso\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"Script Evaluation\",\r\n                                                \"2686 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Other\",\r\n                                                \"1439 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Style & Layout\",\r\n                                                \"1280 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Rendering\",\r\n                                                \"326 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Script Parsing & Compilation\",\r\n                                                \"314 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Parse HTML & CSS\",\r\n                                                \"287 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Garbage Collection\",\r\n                                                \"55 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci al minimo il lavoro del thread principale\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/bootup-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo di CPU totale\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Valutazione degli script\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Analisi script\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/scripts/ac-globalnav.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pts/ac-globalnav.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"1489 ms\",\r\n                                                \"645 ms\",\r\n                                                \"9 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle  md-caption st-blue f-w-400\\\">Unattributable</span>\\n</div>\",\r\n                                                \"1271 ms\",\r\n                                                \"17 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">https://www.apple.com</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"905 ms\",\r\n                                                \"44 ms\",\r\n                                                \"8 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"857 ms\",\r\n                                                \"657 ms\",\r\n                                                \"187 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...s/localeswitcher.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"577 ms\",\r\n                                                \"554 ms\",\r\n                                                \"14 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/main.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/main.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"564 ms\",\r\n                                                \"445 ms\",\r\n                                                \"17 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"335 ms\",\r\n                                                \"207 ms\",\r\n                                                \"31 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"168 ms\",\r\n                                                \"0 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/head.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/head.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"70 ms\",\r\n                                                \"54 ms\",\r\n                                                \"13 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/scripts/autofilms.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...cripts/autofilms.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"69 ms\",\r\n                                                \"41 ms\",\r\n                                                \"27 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci il tempo di esecuzione di JavaScript\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"total-blocking-time\": {\r\n                    \"id\": \"total_blocking-time\",\r\n                    \"displayValue\": \"0 ms\",\r\n                    \"score\": 100,\r\n                    \"title\": \"Total Blocking Time\",\r\n                    \"summary\": {\r\n                        \"format\": \"Somma di tutti i periodi di tempo, espressi in millisecondi, tra FCP e Tempo all&#039;interattività, quando la durata del task ha superato 50 ms. [Ulteriori informazioni](https://web.dev/lighthouse-total-blocking-time/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"Somma di tutti i periodi di tempo, espressi in millisecondi, tra FCP e Tempo all&#039;interattività, quando la durata del task ha superato 50 ms. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/lighthouse-total-blocking-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Total Blocking Time</b> (TBT) è una metrica che quantifica la reattività di una pagina all'input dell'utente.</p> <p>In parole semplici, TBT misura la quantità di tempo in cui la tua pagina web è stata bloccata prima che un utente possa interagire con essa.</p> <p>I motivi per cui viene bloccata sono 2:</p> <ol><li>Caricamento di contenuti pesanti</li> <li>Il codice javascript che, se scritto male, fa sì che il browser esegua processi lunghi nel caricamento.</li></ol> <p>Il Total Blocking Time (TBT) <b>misura la quantità totale di tempo tra il First Contentful Paint</b> (FCP) <b>e il Time to Interactive</b> (TTI).</p> <p>Gli utenti possono interagire quando tutti gli elementi DOM sono caricati.</p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 4,\r\n                    \"problems\": []\r\n                },\r\n                \"first-contentful-paint\": {\r\n                    \"id\": \"first_contentful-paint\",\r\n                    \"displayValue\": \"6,6 s\",\r\n                    \"score\": 2,\r\n                    \"title\": \"First Contentful Paint\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica First Contentful Paint (prima visualizzazione con contenuti) indica il momento in cui vengono visualizzati il primo testo o la prima immagine. [Ulteriori informazioni](https://web.dev/first-contentful-paint/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica First Contentful Paint (prima visualizzazione con contenuti) indica il momento in cui vengono visualizzati il primo testo o la prima immagine. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/first-contentful-paint/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>First Contentful Paint </b>(FCP) è una metrica che <b>misura quanti secondi impiega il browser a visualizzare la prima parte del contenuto DOM</b> dopo che un utente entra nella tua pagina web.</p> <p><b>Il DOM</b> (Document Object Model) <b>è un'interfaccia di programmazione per i documenti web.</b> Rappresenta la pagina in modo che i programmi possano cambiare la struttura del documento, lo stile e il contenuto.</p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 1,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Alcune risorse bloccano la prima visualizzazione della pagina. Potresti pubblicare le risorse JS/CSS fondamentali incorporate e rimandare tutte le risorse JS/styles non fondamentali. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/render-blocking-resources/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/styles/ac-globalnav.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...es/ac-globalnav.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"13.67 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localnav/6/styles/ac-localnav.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...les/ac-localnav.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"8.10 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"43.68 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/styles/modal.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ms/6.7.1/styles/modal.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"17.78 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"38.77 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/head.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/head.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"16.76 KB\",\r\n                                                \"150 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Elimina le risorse di blocco della visualizzazione\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Usa la funzionalità CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/font-display/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-text_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"29 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...sf-pro-text_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"28 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ro-display_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"57 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pro-display_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-icons_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"50 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../sf-pro-icons_light.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"34 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...3/sf-pro-icons_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"34 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...v3/sf-pro-text_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"27 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Riduci le regole inutilizzate dei fogli di stile e rimanda i contenuti CSS non utilizzati per i contenuti above the fold al fine di ridurre i byte consumati dall&#039;attività di rete. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/unused-css-rules/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"43.68 KB\",\r\n                                                \"40.96 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/styles/modal.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ms/6.7.1/styles/modal.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"17.78 KB\",\r\n                                                \"17.78 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci i contenuti CSS inutilizzati\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"cumulative-layout-shift\": {\r\n                    \"id\": \"cumulative_layout-shift\",\r\n                    \"displayValue\": \"0,211\",\r\n                    \"score\": 59,\r\n                    \"title\": \"Cumulative Layout Shift\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Cumulative Layout Shift misura lo spostamento degli elementi visibili all&#039;interno dell&#039;area visibile. [Ulteriori informazioni](https://web.dev/cls/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Cumulative Layout Shift misura lo spostamento degli elementi visibili all&#039;interno dell&#039;area visibile. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/cls/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Cumulative Layout Shift</b> (CLS) è una metrica che misura la stabilità e la posizione degli elementi di una pagina web mentre essa viene visualizzata. <p>In parole semplici, il CLS <b>quantifica lo spostamento inaspettato degli elementi web nella fase di caricamento.</b></p> <p>Se si vuole migliorare l'esperienza utente di un sito web si <b>deve mantenere un CLS di 0,1 o meno.</b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": true,\r\n                    \"order\": 6\r\n                },\r\n                \"largest-contentful-paint\": {\r\n                    \"id\": \"largest_contentful-paint\",\r\n                    \"displayValue\": \"7,8 s\",\r\n                    \"score\": 3,\r\n                    \"title\": \"Largest Contentful Paint\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Largest Contentful Paint indica il momento in cui vengono visualizzati il testo o l&#039;immagine più grandi. [Scopri di più](https://web.dev/lighthouse-largest-contentful-paint/)\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Largest Contentful Paint indica il momento in cui vengono visualizzati il testo o l&#039;immagine più grandi. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/lighthouse-largest-contentful-paint/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Largest Contentful Paint</b> (LCP) è un Core Web Vitals che <b>misura il tempo che un sito web impiega per mostrare agli utenti il contenuto principale della pagina.</b></p> <p>Considera solo il contenuto posizionato prima dello scroll (above the fold) quando si apre una pagina web.</p> <p>Se si vuole migliorare l'esperienza utente di un sito web si deve <b>mantenere un LCP di 2,5 secondi o meno.</b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": true,\r\n                    \"order\": 5,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Alcune risorse bloccano la prima visualizzazione della pagina. Potresti pubblicare le risorse JS/CSS fondamentali incorporate e rimandare tutte le risorse JS/styles non fondamentali. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/render-blocking-resources/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/styles/ac-globalnav.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...es/ac-globalnav.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"13.67 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localnav/6/styles/ac-localnav.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...les/ac-localnav.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"8.10 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"43.68 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/styles/modal.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ms/6.7.1/styles/modal.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"17.78 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"38.77 KB\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/head.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/head.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"16.76 KB\",\r\n                                                \"150 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Elimina le risorse di blocco della visualizzazione\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Usa la funzionalità CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/font-display/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-text_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"29 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...sf-pro-text_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"28 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ro-display_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"57 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pro-display_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-icons_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"50 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../sf-pro-icons_light.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"34 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...3/sf-pro-icons_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"34 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...v3/sf-pro-text_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"27 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Riduci le regole inutilizzate dei fogli di stile e rimanda i contenuti CSS non utilizzati per i contenuti above the fold al fine di ridurre i byte consumati dall&#039;attività di rete. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/unused-css-rules/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"43.68 KB\",\r\n                                                \"40.96 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/styles/modal.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ms/6.7.1/styles/modal.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"17.78 KB\",\r\n                                                \"17.78 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci i contenuti CSS inutilizzati\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Riduci il codice JavaScript inutilizzato e rimanda il caricamento degli script finché non sono necessari al fine di ridurre i byte consumati dall&#039;attività di rete. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/unused-javascript/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/scripts/autofilms.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...cripts/autofilms.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"82.84 KB\",\r\n                                                \"71.98 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"77.58 KB\",\r\n                                                \"26.85 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci il codice JavaScript inutilizzato\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"speed-index\": {\r\n                    \"id\": \"speed_index\",\r\n                    \"displayValue\": \"6,6 s\",\r\n                    \"score\": 37,\r\n                    \"title\": \"Speed Index\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Indice velocità mostra la velocità con cui diventano visibili i contenuti di una pagina. [Ulteriori informazioni](https://web.dev/speed-index/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Indice velocità mostra la velocità con cui diventano visibili i contenuti di una pagina. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/speed-index/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Speed Index</b> (SI) è una metrica che <b>misura quanto tempo impiegano i primi contenuti posizionati prima dello scroll</b> (above the fold) <b>ad essere visibili agli utenti che navigano il tuo sito.</b></p> <p>S.I. è molto legata ai tempi di caricamento della pagina. Più basso è il punteggio, meglio è.</p> <p>Se si vuole migliorare l'esperienza utente di un sito web si deve <b>mantenere un S.I. di 1311 millisecondi o meno. </b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 3,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/mainthread-work-breakdown/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"Categoria\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo trascorso\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"Script Evaluation\",\r\n                                                \"2686 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Other\",\r\n                                                \"1439 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Style & Layout\",\r\n                                                \"1280 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Rendering\",\r\n                                                \"326 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Script Parsing & Compilation\",\r\n                                                \"314 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Parse HTML & CSS\",\r\n                                                \"287 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Garbage Collection\",\r\n                                                \"55 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci al minimo il lavoro del thread principale\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/bootup-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo di CPU totale\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Valutazione degli script\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Analisi script\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/scripts/ac-globalnav.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pts/ac-globalnav.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"1489 ms\",\r\n                                                \"645 ms\",\r\n                                                \"9 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle  md-caption st-blue f-w-400\\\">Unattributable</span>\\n</div>\",\r\n                                                \"1271 ms\",\r\n                                                \"17 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">https://www.apple.com</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"905 ms\",\r\n                                                \"44 ms\",\r\n                                                \"8 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"857 ms\",\r\n                                                \"657 ms\",\r\n                                                \"187 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...s/localeswitcher.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"577 ms\",\r\n                                                \"554 ms\",\r\n                                                \"14 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/main.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/main.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"564 ms\",\r\n                                                \"445 ms\",\r\n                                                \"17 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"335 ms\",\r\n                                                \"207 ms\",\r\n                                                \"31 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"168 ms\",\r\n                                                \"0 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/head.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/head.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"70 ms\",\r\n                                                \"54 ms\",\r\n                                                \"13 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/scripts/autofilms.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...cripts/autofilms.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"69 ms\",\r\n                                                \"41 ms\",\r\n                                                \"27 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci il tempo di esecuzione di JavaScript\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Usa la funzionalità CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/font-display/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-text_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"29 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...sf-pro-text_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"28 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ro-display_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"57 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pro-display_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-icons_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"50 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../sf-pro-icons_light.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"34 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...3/sf-pro-icons_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"34 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...v3/sf-pro-text_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"27 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"coreWebVitals\": {\r\n                \"cls\": {\r\n                    \"percentile\": 0,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 10,\r\n                            \"proportion\": 0.8545584384670315\r\n                        },\r\n                        {\r\n                            \"min\": 10,\r\n                            \"max\": 25,\r\n                            \"proportion\": 0.13330159485836698\r\n                        },\r\n                        {\r\n                            \"min\": 25,\r\n                            \"proportion\": 0.012139966674601281\r\n                        }\r\n                    ],\r\n                    \"category\": \"FAST\"\r\n                },\r\n                \"fcp\": {\r\n                    \"percentile\": 2922,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 1800,\r\n                            \"proportion\": 0.5134941485550527\r\n                        },\r\n                        {\r\n                            \"min\": 1800,\r\n                            \"max\": 3000,\r\n                            \"proportion\": 0.2519703845235258\r\n                        },\r\n                        {\r\n                            \"min\": 3000,\r\n                            \"proportion\": 0.23453546692142474\r\n                        }\r\n                    ],\r\n                    \"category\": \"AVERAGE\"\r\n                },\r\n                \"fid\": {\r\n                    \"percentile\": 13,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 100,\r\n                            \"proportion\": 0.9670854271356805\r\n                        },\r\n                        {\r\n                            \"min\": 100,\r\n                            \"max\": 300,\r\n                            \"proportion\": 0.024874371859296533\r\n                        },\r\n                        {\r\n                            \"min\": 300,\r\n                            \"proportion\": 0.008040201005025126\r\n                        }\r\n                    ],\r\n                    \"category\": \"FAST\"\r\n                },\r\n                \"lcp\": {\r\n                    \"percentile\": 3158,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 2500,\r\n                            \"proportion\": 0.6330085261875826\r\n                        },\r\n                        {\r\n                            \"min\": 2500,\r\n                            \"max\": 4000,\r\n                            \"proportion\": 0.21717417783191456\r\n                        },\r\n                        {\r\n                            \"min\": 4000,\r\n                            \"proportion\": 0.14981729598051366\r\n                        }\r\n                    ],\r\n                    \"category\": \"AVERAGE\"\r\n                }\r\n            }\r\n        },\r\n        \"desktop\": {\r\n            \"score\": 70,\r\n            \"screenshot\": {\r\n                \"src\": \"data:image/jpeg;base64,/9j/4AAQSkZJRgABAQAAAQABAAD/2wBDAAYEBQYFBAYGBQYHBwYIChAKCgkJChQODwwQFxQYGBcUFhYaHSUfGhsjHBYWICwgIyYnKSopGR8tMC0oMCUoKSj/2wBDAQcHBwoIChMKChMoGhYaKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCgoKCj/wAARCAFcAfQDASIAAhEBAxEB/8QAHQABAAICAwEBAAAAAAAAAAAAAAUGAQgCBAcDCf/EAFgQAAEDAgIFBQoJCAYIBQUAAAEAAgMEEQUGBxITITEUQVFh0hciN1JVVnGUobEWMnSBkZKVstEIFSNCcnXB4TZigrO08CQlMzRDRGOTJzVUc6IYU3bD8f/EABoBAQADAQEBAAAAAAAAAAAAAAABAwQCBQb/xAAuEQEAAgIABQIDCAMBAAAAAAAAAQIDERITITEyBEEUIqEFFUJRUoHR8FNhsZH/2gAMAwEAAhEDEQA/APLkRFKBERAREQEREBF38HlnjkqG00D5zJC5jmtvw6TbmUxT1MgkY6TA2vZrE3bGLusf2bW3EHdw+lBWS0jiCOZYVllqsRdNI5mGakslQZiGghwdqatt2/8AWv6SuDK6bVDZcHikmc3bOkMffOGtcu4cDdBXUVjnZVtfBMcEY1urq6gjuCSd193Hdw6CeF11W4tyYMimw+ndNC4BxkYCTZgbqkEdV/TdBDIpZ2Mh0bGuo6cuZGxgOoP1STe1uJJXAYo0OjcKOnuxsg3tBBLhYHhzcQgjEUrBisUTw52H077a9mkC283HNzXt8w6N/GmxSOGlERoKeRwbq7Rzd/E/j7kEYimG4xCxjGtw6mJayIazmgm7ALnhwPP718qLFGU0bGvoaWYtBGs9lySTff7kEYimpccZIYycPpSWaoJc0EuALTv3dDbbuYrqfnBm0ldySGzy8gWHe62ra27m1faeCDoIpv8APrNc/wCrqXULQ0tDQL2de9wPR9AXAY0y0n+r6YOdYNLWgFgtY23en6UEOQRxCWNr23KX/PLCGh1DTnVc8jvRuDiTYXHNfdzdSzJjMb4aWL830wZA8PO745tY39O76Agh0XOeQSzySBjWB7i7VaNwueAXBAREQFyawuFxa3WQFxXOT4sf7P8AEoGzd0s+uE2buln1wu5X0lNSUkGrUsqKib9J+iddrGW4O59a993Nbnuvvh1BR1NDrTVGzqSZA0a7QNxjte/N3z/q9SCM2buln1wmzd0s+uFZjl7DdZsQxeDX2ljJrNtq7MO4X5iSFWaiMRTyxteHhji0OHB1jxCBs3dLPrhNm7pZ9cLgiDns3dLPrhNm7pZ9cLgiDns3dLPrhNm7pZ9cLgiDns3dLPrhNm7pZ9cLgiDns3dLPrhNm7pZ9cLgg470HPZu6W/WC4EEGx3FfSdsbHARSGQWuTq2t1J/x2elv8F1SvFaK/m5tbhrMsinlIuGFOTTeIVYsOiimnc2XfZhc1muGa7uYXPDp67W51JDCqI07p5K8RWJ/RAskI75wsCHC5Fgb2A74L6632B6Wk6ta30/h8vH236i3atfr/Kl8mm8QpyabxCrxNg+HNp4HNxIa7yWH4p37hfjube/0L51WCU8GH1FSMSp3vjuY4w5pMg17DgTa43rmPsL0c6+e39/Z198+q/TX+/upD2OjNntIK4rv4p8WP0ldWNrDGS42cOAvx/D+K+f+0fS19J6i2Gs7iNf8e56H1FvU4Iy2jUy+SIiwtgiIgIiICIiAiIgIo7by+P7FjlEvj+xBJIo3lEvj+xOUS+P7EEkijeUS+P7E5RL4/sQSSKN5RL4/sTlEvj+xBM0lXUUb3upZnxOe0sJabEjoX3jxaujbqx1DmjeO9AFgeI9Cg4HVM8zIodZ8jyGta0bySuLppmuLXOIINjwQTv51rrOAqZAHWvY9Fre5fPl9VrB23frCMRA/wBUcyhOUS+P7E5RL4/sQT5xavIYDVzWYQW99wI4LqSyPlkc+R2s9xuT0lRfKJfH9icol8f2IaSSKN5RL4/sTlEvj+xBJIo3lEvj+xOUS+P7EEkijeUS+P7E5RL4/sQSSKN5RL4/sTlEvj+xBJIo3lEvj+xOUS+P7EEkijeUS+P7E5RL4/sQSSKN5RL4/sTlEvj+xBJIo3lEvj+xOUS+P7EEkuQc2wDwTbhY2UXyiXx/YnKJfH9iCVvH4r/rfyS8fiv+t/JRXKJfH9icol8f2IJW8fiv+t/JLx+K/wCt/JRXKJfH9icol8f2IJW8fiv+t/JLx+K/638lFcol8f2JyiXx/Yglbx+K/wCt/JLx+K/638lFcol8f2JyiXx/Yglbx+K/638kvH4r/rfyUVyiXx/YnKJfH9iCVvH4r/rfyS8fiv8ArfyUVyiXx/YnKJfH9iCVvH4r/rfyS8fiv+t/JRXKJfH9icol8f2IJW8fiu+t/JcS4l2twPN1KM5RL4/sTlEvj+xInXWCY30Twr323tbdOXv8QfSoHlEvj+xOUS+P7F6f3163/J9I/h5/3T6T9H1n+U9y9/iD6U5e/wAQfSoNs07nBrSXOJsABclJJKiN5ZJrNe02LXCxCffXrf8AJ9I/hH3T6T9H1n+UrUTunI1gABwAXyUbyiXx/YvtGKyWGSWNr3Rx/GcG3AWDNnvnvOTJO5ltxYaYaRTHGoh3EUbyiXx/YnKJfH9irWJJFG8ol8f2JyiXx/YgkkUbyiXx/YnKJfH9iCSRRvKJfH9izt5fH9iCRRR3KJfH9iIPki297i2RvJUvrcvaTuLZG8lS+ty9pQlqEi297i2RvJUvrcvaTuLZG8lS+ty9pBqEi297i2RvJUvrcvaTuLZG8lS+ty9pBqEi297i2RvJUvrcvaTuLZG8lS+ty9pBrZo7zYMn41LXOom1jZITCWa2qRcg3BsehQmPV7cUxqur2RGJtTO+YRl2sW6xJtfn4ra7uL5G8lS+ty9pO4tkbyVL63L2kGoSl48YY2mjilo4pQwNF32PAEW4bhv9PXexG03cWyN5Kl9bl7SdxbI3kqX1uXtINT8RrGVYj1KWGnLS6+zFta5uPoXSW3vcWyN5Kl9bl7SdxbI3kqX1uXtINVcNxRtFDs30kM41nG7+NiACPoC6+I1UdXKHxU8dON/estbefR/n2LbLuL5G8lS+ty9pO4tkbyVL63L2kGoSkqHFOS0vJzTxyxmQPfrfrAc3Qtq+4tkbyVL63L2k7i+RvJUvrcvaQanYlWMrHxmOnjp2sbq6rOHH0Lprb3uLZG8lS+ty9pO4tkbyVL63L2kGqdDislHRyU8cUbg91y5wvzEWtw5+ddhuMU4l1vzXSltgNQgdPEbltH3F8jeSpfW5e0s9xbI3kqX1uXtINRHnWe4gAAm9hzLitve4tkbyVL63L2k7i2RvJUvrcvaQauvx1sjQJMPpnOFrOtvG8EneOey6WIV7atga2miiDTduqACONxuA3b/Ytr+4tkbyVL63L2k7i+RvJUvrcvaQahLu0FcKSOVhp45doWkl3EWN7D0862w7i2RvJUvrcvaTuLZG8lS+ty9pBq0caDwGzUVO9jSC0ao73fcgbuHULDd6b9PE6xlbOJGU7ITvuGW3kknmA6bLbHuLZG8lS+ty9pO4tkbyVL63L2kGoS7tDXvpY3R6uvE94c9hJAcACCPnB9gW2HcWyN5Kl9bl7SdxbI3kqX1uXtINVm4ranhY6mjfJHK6XXJ+Ne9wR9H0elcxi8YEd8PpXOHxiWA6w6OC2m7i2RvJUvrcvaTuL5G8lS+ty9pBqXX1DKqpMscEdO0gDUj4Dcustve4tkbyVL63L2k7i2RvJUvrcvaQaqUmJinpo4nU0coab2fvaeO/Vtx32v0WWXYlCajamihJLCHAgWLi69+HRYfSdxK2q7i2RvJUvrcvaTuLZG8lS+ty9pBqvDikbJJi+hgcyUtJaABq6o/V3WF+fdzr6vxmnMUsbMMpw2RvOB3rrEXFh1n6fRbaPuLZG8lS+ty9pO4vkbyVL63L2kGoS+kDxHNG9zA8NcHFp4OtzFbc9xbI3kqX1uXtJ3FsjeSpfW5e0g1ZOLwukD34fA5xcHu3Czje55r2Pp6ObceX53ptYH81024g2sOvq6x9HzraTuLZG8lS+ty9pO4tkbyVL63L2kGrLsXhfAY3YdTa13EPAAIBBsOHNf2KIW3vcWyN5Kl9bl7SdxbI3kqX1uXtINSKOc01THMBcsN7f5upVuL0mtM52GRF0hB4g2NjvF2nqP03utou4tkbyVL63L2k7i2RvJUvrcvaQaq1OJxyxvZHRU8Ie3VOq0XHoNt3+eq0Ytve4tkbyVL63L2k7i2RvJUvrcvaQak0c5ppxKGh25zSD0EEH0biudfUMqZI3sY5mqwMsXa3DcN/ot/ncts+4tkbyVL63L2k7i2RvJUvrcvaQahKQpK1kPJnOMoMBvqtPev333+5bW9xbI3kqX1uXtJ3FsjeSpfW5e0g1CRbe9xbI3kqX1uXtJ3FsjeSpfW5e0g1CRbe9xbI3kqX1uXtJ3FsjeSpfW5e0g1CRbe9xbI3kqX1uXtJ3FsjeSpfW5e0g1CRbe9xbI3kqX1uXtJ3FsjeSpfW5e0g1CRbe9xbI3kqX1uXtIg9GRfXZjrTZjrRD5Ivrsx1psx1oPki+uzHWmzHWg+SL67MdabMdaCu1eBST4k+rjqRCS7XGo03vqFoub35+HDqXCkwjEoqmcyYm90bodRh746rrEE2JtxsfYLBWXZjrTZjrVvOtrSrk13tVKzLtbUMZbFpWOa8vB751hu1QLu5t+/ibrsOwau2VaxmLTjbN1Yr3/RDWvuN73tuvfn6lY9mOtNmOtJzWtHDKYxVidwqdBl3EIH0DqnGJqrYEvl2mt+kdbjbWsPRvA5l1qHLuLvax1fi851dT9CJHFpLZQ/Wve9yG247r9G5XXZjrTZjrVSxS6nLOJfnioqKHExSQTtkLtk06zXlwLXHf324uHfXA5gL7vpNlvFH072Mx2dshYGNlJcXN+L/AFrcx32udbfwVw2Y602Y60FSw3LdZSVlLLLikksUEr5TF3zQ4uMnMHW/4nODfVC6ddlPFDTTspMbnA2TRDC4nVY9uqb3vcXLebhzK87MdabMdaCuPwWoqaekZU1TxJSyOcyRsj9ZwItxve4Bc25JPPe6+WHYFiVLWzTTY7VTxvje1sbxcMJ/W+bd6LK0bMdabMdaCiR5OxEMLXY9PuqeURiziI97iQLuJv3x3k713ZMBxZk09QzGqiWQxNEMTnFsbZAG98QDvBIcSOh3Urdsx1psx1oK3iGEYhWz0Do8SmpYaclsscb3EzMvbe4EG5FjfmN+K6lNlqvZCGz4zUSSGRjnytc9rntaH96TrbvjDhu73rVv2Y602Y60FPdlvFXwOY7H6oPLQA9hc06wdcn41t7e9t8/FdvEsDqKuugqo6tkcsURiL9QlzhZ3Pfvb628tsd3Hhay7MdabMdaCnHLWKbMgZgq2vLbEhzjv173F3G26w+brKkJcFmnxeOqnrHvgjnE7YbutcMc0DjYWLr7hvtvud6sOzHWmzHWgqhwHFC6NpxqXZbdkkgBeHOaLXaDrbtbfe24XsAvpWYFWz4lNUsxOVrHAhkes8BoLoyRucLbmEbt41ibqz7MdabMdaCoNy5ijdY/n+qc8x6p1i7V1tpra1r7u9s2wI3X6VyxHL2J1ddWzR47UwRTBuyijLgIiCLkb+du757q27MdabMdaCu12Bz1mIRyzV0hp2Fjtldwu5tiDuIHEE8L7+gBRTMo10dIaaPHKpsTWMbE0FwEeqWWIsehpG/pvxV32Y602Y60FMqcu4nVR4lSyYk8QStYIJHOc8sIIPAnmtx4m++6PytiDo4wMcqdpGH6ry55cHOBAN9bmBG7gSOtXPZjrTZjrQVNuXsQbFU/63mM0kUUbJXF2szVsT+tz2N7WvfeuVNl/EY55pJMcqpdeVrw1xNmsu7Wba9t4I381latmOtNmOtBUI8uYm2CCP8APlQNmx7XahcNcuaACbk2txsLAcwXLEMuVtVXNq48S2E4pm07pI4++Nta5BJJF9Yc/N84tuzHWmzHWgqceWquKYOZi1QGve189nPBkIFncHbrgN9Grutcrm7BcUbRsp2YxUOkdLI587jva0t3ADqcGn0Fw51admOtNmOtBWqbB8ThEoOLPcCx+z1g46jyWFtyXd81uoRv3nWNyuq7LNbtGH87TPiY9rwxxcCSJdfiHbrjcTz+w2/ZjrTZjrQVLGMCxPE8RZUMxN9Exje9ZE5zu+LC0232HE77X3r5HLeMGpkf8IqnZuj1A2xFjqkaw32vw+gkcd1y2Y602Y60FYrMArKkRA4pMDHC1gfrPDtcNI19zgOJvwvzXsuo/LOJvoxDJj08jxqESvBJDmv1rgAgb7DjwtuIVy2Y602Y60FZqcIxKorppW4nLBBrs2cbXONgACTuI4nWFjcWPUF9afCa9tLMJsSe+oke1weNYNaAb2A1vp6VYdmOtNmOtTE6ncImNxpWTgVbYtZis8bLOAs5xI72w4u5jv6724ALsMwmoYH6tdIC+n2Tjc3Mn/3L342Fr8VPbMdabMdasnNaXEYqwrkeC1wMrn4vO57hZtrgM3i9hfoFt9+lfM4FXcnjjbi0zC0AFzbgu3W6d3zW6eKs+zHWmzHWnPv/AGIRya/2ZdSjjkipYo5pBJI1oaX7++695K+y+uzHWmzHWqp6rI6Pki+uzHWmzHWiXyRfXZjrTZjrQfJF9dmOtNmOtB8kX12Y60Qc0REBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBVLPmJuw+sy4xmYI8H5RiMcTo30215YD/AMEG3ek3G9W1eQ6e/wDznRz/APkEH3moI/CMTz5m3PGc8PwfNNPhlJg1YIYo5MPjm1muL7C9gd2p18V0cQ0m5npNH+dYqx9NDmjLdTBA6qgjDo5WyShodquBFyA7m5xuC6eTMGzDi+kzSSMuZmOBNjxFomtRsqNrcyW+N8W1jw6epd7SbkelyZoQzVqVc+IYlXzwT1lbUfHmft2c3MN53b+JQeg5e0mZXr6ugwh+O0r8bljjD4gCA6UtF2h1tXWvzA8dy7+atIOVsq1jKTHsYgpap41hFZz3AdJDQbD0ryzTHh1HQaOdH0lFTQwSQYhRNjfGwBzQY3EgHrIB9IX1yNiGC4JpR0jDOlRRUtfPUh8Ele5rQ+lOtYNLuI1dTcOO7oQesV2c8vUOA0uNVGK04wqqkbFDUsu9j3G9h3oPQfRZdPBtImU8ax12D4ZjdLUYiCQIm6wDyOOq4izvmJWtOJxa+hbFJaeN7MEqc16+HtcCBsdVw3dXN6QV6vpioaWgzzorNFTxU5biYhGyYG2YHRWbu5t53daC/wCZtIuVMsYi2gxvGqemrCATFZz3NB4a2qDq/PZWShraavooqyhnjqKWVgfHLE4Oa9vSCFrPgoqqbOmf4sRzZhGX6p9fI6aPFKGOZ1RASS0tc9wu3VI70dIXrWgGhp8P0dU8VBikmJ0Lp5X0876V1P3pO8BriTbW1t/WgqVXnvPHdCylHW0kWC4FjNU+GKikY19Q+Nmrd0hI70nWFgLEc/SbdmZmf8YzdNh+A1UGX8Bp4g4Yk+BlQ+pkIF2tYTuAvbfbgeN1CaYPCtor+Wz/AP6lI5xzJk/MON12TM3SVOFupCyoZLUTimjn3GxZIHbxZx3G3sQffQ7mvGcekzFheYH09VVYLWcl5fTs1GVI77mG4Eau+3SFFZ5xrNlTpfw/KuW8ciwmmnwzlbnvo2T9+HvB+ML7w0c66mgusbT5pzTl7AKkV+UMPLHUdVqt72RwGszXaBr79bfv+KOldHP1BimI/lFYRT4Fi/5orTgZIquTtnsA+W41Xbt6CawHOWP5Zz5UZXz7XUddC6gfiMGJQQ7IhjNYuD2DdwY47ujnvuuWD6Qcq4xPJFh2NU0zoqU1kh75rY4QQC5xIAbxG47+dUyu0evwbBc25jx/G6nHsflwepgbUSxtiZFHsnd6xg3D/wDvSb0OfCnD8k2nmwmla2eT9LVviZ38kYqDrEkbyBZt+pvUg9pwDSXk/H8VGG4TjtNPWuJDIyHM1yPFLgA75lcFrrpUxTLOMZYyTRZGmopsZFdTmhjpNUywMDTfWA3t36twecX5lsUOCAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiIC6eIYXQYi+mfiFFTVT6aQSwOmia8xPHBzbjcesLuIg6dFheH0NVV1NFRU1PUVbg+oliia10zhfe8gXcd549K5Ylh9HilHJSYlSQVdJJbXhnjD2Osbi7TuO8ArtIg6Ndg+G4hTQU1dh9JU08Dmviimha9sbmizS0EWBA4WXXxrLWCY5JHJjOEUFe+Pcx1TTtkLR0AkcFLIgjqzBMKrcPhoKzDaKehhIMdPLA10bCNwIaRYWuvrXYVh+IT0s1dQ01TNSP2lO+aJr3Qu3d80kd6dw3joVAxTEHikxzEX4tUxY7R1r4aWhbUlrDZ1oY9jez9o3VNyCe/NiLC3fyvjWJxVsceJVNNLh9TVYkGOeHCSEQ1D7azy6xbq3FrCwA3lBZMZyxgWNzxz4xg2H100Ys2Sop2SOA6LkcFKwxRwRMihYyOJgDWsYLBoHAAcyoOfa2WjxWeodiEgpqWibMaemruTzwnWfeVrCNSa9gNVxtdtrHWXbwnNdTUY3FFUyUIpJ6iqpxA0Fs1PsXEB8hLrEOsP1RbXbvKC1VmF0FbV0lVWUVNUVNI4up5ZYmufCTa5YSLtO4cOhdfG8vYNjrYxjWFUNfs/icpgbIW+i43KoZmbilXnDEabCm4o6pjoaV1NJDWbOnp5HPmu+WMvAeDqtuNV1w2y+FRnPGIaeqmklwqEQR1dSxssTxtmQzOjETTr/ABzq3LrG2u0apQegYZh1FhVI2lwykp6Omb8WKCMMaPmG5cX4XQPxRmJvoqZ2Isj2TaoxNMrWb+9DrXtvO7rXYp5mzxB7CDzOAN9U84PWF9EHzqIIqmnlgqI2SwStLHxvaHNe0ixBB4ghfGhw+joKFlFQ0kFPRsBa2CKMMY0HeQGjdzldpEELheVcv4TWurMLwTDaOqdcGaCmYx+/jvAU0iICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAijJMSZDjjqOeaJjXQMfG1xAc9xc4EDp4BV6HPGuync6hY3bPADeUAkNJaPF+MNYXabfPvtbTBe/jCq2alfKVtfSUz6plS+nhdUMFmylgL2joB4hHUlM5mq6nhLe+3Fgt33xvp5+lQWFZjnrZqBstDHFHVNZ3zZy4tLo3SAW1Rfc23HiV1pM2zxEGXDoxG62q4VBNrteQXd7uH6N1zzbuKnkX3rX1hHPx63v8A6s09HTVEkUk9PDLJEbxuewOLD0gngsGipTLJKaaAySgB7zGLvA4XPOqvJnKVlO+UUELmtmMAdyqzCQHEkOLbave7jz3ViNfarooDEf8ASWOduNyywB3jo5r9NhzqLYb07wmualu0u4I2CR0gY0SOABcBvIF7An5z9K+L6KleIw+mgcI3mRl4wdVxN9YdBuTvXYUHmrEZ8PhojTyCPbT7NziWDds3u4v3De0cVxWvFOod2tFY3KaZGyMHZsa3WJcdUWuTxK5Ko0ucAaWMzxROmaGumtJq2Zs2PdIBb4o13fV4qbjxNzmYa6Snc11YPiB13R7r7xbh0nmJC7thvXvDiualu0pNERVLRERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQYLQSCQCRwNk1W+KOngsogxYdASw6Asogxqttawt6FlEQFhzQ4WcAR1rKIPjU00NVA+GeMPjeLOb0joPV1L7WRFO0aERFCRERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEKL4Vk7KeB0kjgABu6z0JEbHA1jQSAL9d05Y3xfaoRk/eNueYLlt1r5EM3NlMisZfeLDpvwXaCq1XP/ok+/8A4bvcrPF/s2+gKnLSKT0W47cTki4TSMhifJK4MYwFznONgAOdeL5u0iYrmHGKjL+QomOdCdSrxCa+xpuo23uf/UHD9bnA4rWbdnVrRWNy9UxjMeE4PE+TEK2GFjNzi54AaeguO4fOQqPU6asqiYxUNS+vkHFtLFLOfpjY5vtVVwzR5hbZmVeYZJcfxIf8avOsxvUyL4jR0ADcrbGKeljbHCyKJjRYNY0AD5gtFfT/AJs9vUfk6btMdOT+iy7mSQdLcLlt7bL7x6VjJRSVIy7jgYw2LH0LhIeHxWX3jf09K7HKBzFyzt/2l3GCrjn2RvdiHmtmb7Ld2k7sY81szfZbu0pLb/tJtj/WTkVTz7I3uxDzXzN9lu7Sd2Iea+Zvst3aUjtj0OTbHocnIqc+yO7sY818zfZbu0ndiHmvmb7Ld2lI7Y9Dk2p6HpyKnPsju7EPNfM32W7tJ3Ym+a+Zvst3aUhtwPjOI9K5iS43Ov8AOnIqjn2RndiHmvmb7Ld2k7sQ818zfZbu0pTWPSU1j0lORVPPsi+7EPNfM32W7tJ3Yx5r5m+y3dpSus7pKxrHpKciqOfZF92Jvmvmb7Ld2k7sTfNfM32W7tKU1j0lNY9JTkVOfZF92Nvmvmb7Ld2k7sTfNfM32W7tKU1j0lNY9JTkVOfZFjTHH+tljMwH7rf2l9RppwaJt6+hxWhbzuqqCoYB84jIXf1j0lYO/jv9KjkQn4iUrl3STlfH3BmG4pTzSH9Rjw531R3w+cBW6GaOeMSQyMkjPBzTcFeP49lLAceaTieF00svNM1upK30PbZw+lV9r816PZTWYVV1WP4E3fLTTnXq4W9LXf8AFA6DvtuBHFV3wTHWFlM8T3bCIq9knNmG5uwaLEMLnZIx7bloPD/P0hWFZ5jS/uIiIkREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREGCQASeZUPMVU2szfBAyRxjjpdcNuba2sd9voX30uYnVYTlilnopnwyPxKjhc5hsSx8zQ4eggquT1Lfh0yx/5Ue8rRgrvqpzT7JwVFgBfmWeUnpWpel3SNmSPP2K0WF4tVUVFRybCOKB+oO9ABJtxJN+KpndFzh5yYp/3yrZ9RWJ1pXGCZje28dRUE08ov+ofcr9F/s2egLQ7RRpGzLLnfDqLE8Wqq2irHGCSKd2uN7TYi/Ag2W9skzKejdNIbMjZruPQALlUZbxfUwtx0mm4l5HpuzNXTVlBk7LsxjxPEXWkmb/y8YF3SfMCLdJO43avtl3BaDLGBwUGHxiKnhbvcfjPdzucecnnKqeQdfHM6ZqzLV2c8VBw2DffVbHvk1epz3E/MrFilSa2vbRscWws76Vw6OhX4axWNs+a+50+0tdNVk8nuyC9te293oXapaN77XBJPMu1hNCaiWNjWBu7vW8zG/5/zwVL0n6acHyHNLhWAwx4ljUfezSOP6KF3ikjeT/VHDnN7qb5OFFMfE9CgwSqcAREGjrAHvX1dgc7RdzTbqaD7lpvjmm3PGKzOf8Anqopm33NpiIgB0WCxgemzPGFTteMbqalt97akiUEegqnnL+S3EGGNJPfi4496Nyfmxvjj6oXnei7TZhOeJ4cLx+KPDcZk72GVh/RTO8UE8D1Hjzcy9LqGPgmdFLucN/UR0hW1vxKrU4XX/NrfHH1Qn5ub4//AMQuRdvQG66240w3DA42a65/ZCyKBgOq2qh1vF1m3X2hhdVSOhYSI2i77c/V6F2jhTHMAETQzoss+T1MY5004/TTeOJGyUM8dwQ146OCjqinLCTETFJ4p4H5lOSxyUbhE5xLCLsvzdS+UmrMzVkAPQVfTJxRuFF8fDOpQ1LV7R5ilGpM3iOn0LtKJxmnfC4PYe/Z3zHdI6F3MPqhVUzJBxPEdBVsSpmHaS6xdEQyiwl0GUWLogys3XG6XQZWTvXFLoPOsSdLo3zlT5iwz9HgWIzCLEYBuZDK7cJeoO4O+Y7za2xFFUx1dLFUQkmORocL8R1HrXlWZcJhx3AK/DKkAx1MLo72+KSNx9INj8y7f5PWNzYrkKGnrXXrKFxgmB4tc0lpv1ksLj+0smemp3DZgvuNS9QREWdoEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERB5d+UbVih0eRVTgS2HFKOQgcSBM07voXmGRc7UucM0sraKOeKPU2OrPYOuLnmJ3b16L+VBG+XRa+OJpc91fSgNAuSdoF4NofwOvy3mmlosSETZnnaWilbINU7uINuYrRgmd69lOWI1t5hpW8JGZPl0vvVVVq0q+EjMny6X7yqqpt5Str2haNF3hDy/8rZ71+heaZ202V62R/xdkGH0Os0+9fnpov8ACFl/5Wz3rfnSa4s0eYs5vFsLT/8AJqR7In3eTaHr0+jGhqZP9pPtqh7ukukcb/RZSWXGuqal8jt5kcXH0Dh/D6FGZGOx0R4PbdejafpF1NZR7zD6mbnZED7yt0dKwwz1tL46XM4PyNo2qK2hfqYrib+S0j+eMWN3j0NBI63NWk80r5pHPe4uJNySbk9ZWwv5Ws7hBkqlaTsGUcjx0EnZj3AfStdwseSerbjjo5sie/e0bulHxPYLuG7pVgoKWN1VFC8WaWSH6rC4e0BcK6mZHWvhbvZsonfO6MOPtKt5EcO1fP1bh/dBQyuhka9hLSDe4Nit1dDuc5M7aN46qtftMXwh+wqXk75GWBDz6W7z1sK0nO4kdC2F/JEne6szbRuJ5PLRMe/ouC4D2OKqxzqdLMkbjbYfjvXJvFdWgkMlJA88XMafYu21a2R9Mv4gynxKrppjqud3zesFTgqtVpaSbfwVRxXDm1zWvZI6Goj+JIziFGGLMQGyFfDs+Gvs++/BY83puO24lrxeo4K8MwsmYMSbUYhS08Ru8d8R0NHP9Nl8w/eo3DMPbQte+SR01RJvfI87z/Jd0O3rTjpwV1DPkvx224YrFtaN5AuWjWCrmX5dnWVEF93xh86tnxoyCqThhLMe1f8Ap29qtqpstV0uuN9yxcrpy5XWVwuhO9Bzul1wBWb70HIlLhcLrN0HK6XXElAQg5cyrWgeTkucs7YYNzG18tTb9sRuHvcrJdVjQ/u0w57A6Kc/TE38FTn8V2Dye5IiLE2iIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgoulKtbTuyvTPbflOMQ2d0agLv4Kj5nonVWlKlrWDvYqWNp+s/8VPacp9hW5HPTjLf7t66NFUipzZKxwueTgj2rVgjpMs+aesQ1oz3UZTZnPGm4rSVUleKqQTOYTql199u+CguVZG/9DW/S7tLpaVPCRmT5dL95VVVWv1notivTu9SyVUZUfm3CW4TSVUdeahuxe8nVDr7r98VulpIMQ0f4qagF0WxGsBxtrBaBaMPCFl/5Wz3rfjSj4OMZ+Tj7wUcW9Sa1t5dgLqZ2jLDXUDHMpTSsMTXcQ2266mMlxiXC6uPxmBvsKruUPBJg3yJnuViyP/uU1v6vuWzvWGL8TzD8oLC345owwLGIGl02Byuoqpo3lrTZusfnYw/21rQt0cXkjwXFK5uIwcpy9izTFWxWuGEi2vb0cbb7egLXfSfovrsrTvr8L1sQy7N+kgrIu/1GngJLcP2uB6uCz5cc+UNOLJHjKl0uIRmNrZy5kjRYPbvuFipr4wxwgLnyOFi93MLWUc6KQC5Y63SN4+lBFIRcMdbpO4Ljm21wrOXXe3zWy/5OmGSYHo6zBj07S2XFntoqQHi4C7dYdWs8/UK8v0Y6MK/NdS2tr9agy9F389bJ3oc0cRHfif63Aew7G4S6HFKqjjw2Dk+XcJYI6OOxG0cBbXserhffxJ4rvFjnylXlyR4wt9MNjBFH4jA36Au3Sxy1UmpC29vjE8G+kqO1nSSxwxWMsrtRt/f6ALn5l5H+UDpTlwHXyjlad0UzGjl9Ww9/cj/ZtPMbbyebcOpW2twwqrXil6ZmnSJkvKEj4MVxI1dcz41PSjXc09djYegm6p//ANReUdtqHCKvY+PZl/ov/FalkS1BL5XHeb7+dcuTNtzqr57dYXcNY6S3hyxn/JecXsgwrEjSVz/i09SNRzj1Amx9AN1NVUM1HMI5xa/xXDg70LQICWncHxOO433brLZz8n/Sk/MbG5SzTO6Wpc0mhq3nv3Fo+I487gN4POAQpreYnUubUjW4ezRv7xU6i/pH/YPvKtEZfG6WGWwlicWut7/QRY/OqtQ/0iH7B95V8M9lnS6wsXXbhyul1i6IMpdcVm6As3WLpdBm6XWEQclDaKn0TtKmbm00b21YZDyhx4OOoNW2/oUuq3of8Mmev2ab+6CqzeK7D5Pc0RFhbRERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQeC/lczzUuWsvT00r4po62V7HsNnNIp5LEHmKon5NeI1uJRVNRiVXUVc20ewSTyF7rBo3XPNvKu35YX9E8C+Vzf4eRef/AJLe+inH/Xk+41XYPJVl8XjelTwkZk+XS/eVVVq0q+EjMny6X7yqqrt5Ssjss+jDwhZf+Vs96340o+DjGfk4+8FoPov8IWX/AJWz3rfjSj4OMZ+Tj7wSPZE+7yPKHgkwb5Gz3Ky5EF6Gb+z7lWsoeCXB/kcfuVoyF/uMv9n3LdHjDDPlLt4nTxVEckU7A9jtxBVJdh2M5ekkfl6dstG8kuo5hrxm/HdxHzEdd1fqwd870roBri8Na0uceAAuSnZLynEqXK9dM6THch7KovvfQSFmsekhpZ/FYw6kyrRTNkwTIZmqL7nV8heB12cX/wAF7EMCq6gAupmNB55CPdxWHYDWQAllOx3/ALZHuTcfknqpUeHYxmB0bswTthomEFtHANSPdwuOJ+f5rK4UsMcELIoGBkbRYALrOD2TFkjXMcOLXCxC7rCAxO/VD4w18dBLiuJS748MoXzlvzE+5hHzrR2sqqjGMYqKuseZJ6iR00rj+s5xuT9JW5NbG6upM34ZFvnrMJc2JvSdWRvvePpWmeFkCt1XbtYEKnJHWu12LtMu7FTOe9rWi5JsFKHBHhhJ1rij5XfmtrW929fJrhFIxwHA3Uy/FmOjcwvOqcI5La+7X1g36bb1qpEKLzaJ6KnLHqEgixG4gr4YZXT4PjFNW0TzHUU0rJonDmc03HuXeq3GSZ7yLaxvZRE/fVFhv5lmzxGujRh3PdvjU18dZJh9fDujxCjZO0fMDf6Ht+hV6g/pA0/9P+JX1Yx1DT5XwyQ2no8Ka2QdB1Y2+9hXyw//AM8jP/T/AIq6I0zWWdERdOBERARAlkSIiIgREKBdVzQ/4Y89eim/ugrGq5of8Meev2ab+6Cpz+K/B5Pc0RFibRERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQeOflG4bDi0eTqKqYX08+KmKRoJF2uheCLjhxUBkLLOH5UzBLR4TC6GlMe0LXPL++O7iT1BXvS/SvqK3JjmsJZHjDC88wuxwHtUXXOZS5wMJ3PfAyw+crVg1pnzb2030q+EjMny6X7yqqtWlXwkZk+XS/eVaFPM6MyCGQsAuXBpsAs9vKV8doWLRh4Qsv/K2e9b8aUfBxjPycfeC0H0YeELL/AMrZ71vxpR8HGM/Jx94JHsifd5FlDwSYP8jj9ytOQT/oMv8AZ9yquUfBJg/yNnuVnyIbUMn9n3LbHjDD+JMOifVVwgi+Mbkk8GjnJXnOkzTJheSZpsJy5FFiGLs7yed5vHE7xTb4x6huH0qS0t5ukydo+qayifqYpi0pp6Z44xssbvHoaCR1uC02le6aQucSSTz7yqsl+HpC/Hj4usr7jWl7OmKzmSTHKuEH9SB+yb9DVjB9LudMLnbJHjtZKB+pO/at+q5UplIbAvNrrL6M6pMZvbmVfDk7rfk7Nq9GumbC86yw4RmiGKhxSTvIKlhtHI7o3/Fceg7j9C9BqoZKKodBNv52uHBw6VoVG90UgIuCPmW4OifNkuc9GgmrZNpi2DO2Uzye+kZYEPPpbx6SxWYr8XSVWTHw9YdzF612C41Q4uATBGTDUAbzs3cT8xsfmWu2mrJsmV81vraButg+IuNRSSs3tbfeWX6r7uq3Wtl8QhZV0z45GhzHixCpVUIqLDpcCzLRnEsuSnvHAXfT9beew6t45r8FbanFGldL8M7a3U9a2UASENf1867jSzjcelegY3oalqw+rybiNNi1EeETpBHOz+qb96T6dU9SrPcnzhtNn+Zaq/7cWr9bXsuOLJXpNdrfknrEqxXVcbGlsZDn9XMrnoQya/MmaY6+ubqYNhjhUVUr9zXFu8Mv12ueoHqU3gmhp9IGVec8SpsKoxvMLJBJO/8Aqi3eg+jWPUvRIXxVeHQ4Jl2jOG5dh+Nus+o63c+/jv3nn6EilrTxX/8AEWvFY1VZMNrXYzi9dixDhDKRFTh3NG3h9JufnXboB/rmL/2/4phcLIKZrGABjRYBc6MWxanPTGfermeVi3LIKwsKUOV1hYWUGb7lhEQEuiIM33ICsIgzdVzQ94Ys9fs0390FYgq3ohe1mmPPOs4C4pgLnidkNypz+K7D5PdURFibBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERAREQebafcYky/kmmxWGNkslLidLIGPvY/pOey8wytnGLPedocSoQ50McQiJ2Rj3gk8C49PSr/APlOwyVGi50MLS+STEKRrWjnJkAAXjWgLDMWy3jDsOxalNNLJrS6jiHGxAF7gnoV+De1ObWnjWlXwkZk+XS/eXCBo2GE/wBapqAesakf4lc9KvhIzJ8ul+8uEDhsMI6qqoJ+pGufeXftBov8IWX/AJWz3rfjSj4OMZ+Tj7wWg+i/whZf+Vs96340o+DjGfk4+8FxHsmfd5Hk5utomwcD/wBEz3KdyhNssIq3Di2MO9hUbo8i22i/BmdNEz7q7mWWFkE8DuEkZb9Fx/Fbfwww/ieRflSzu5NkynaTsG0T3t6ydmPcB9K8Kw5gfVsB9K2E054W/G9GeD4nC0unwKV1HUtG8tYbN1j9WM/21rtDIYpWvbxaVny/LfcteLrTULjhVLE51QXb3CjqH+ghhsP4pWUcbaSjkbYONFE89ZLi33b/AJlHUlYJAXwS6j3MdG4HocLHd6FzqKtsMTNvNrFjAxrR0DhuWrjrrbPwW4kFiDAyqcBz717n+ShM41maaV3+7yUTXP6LguA9jivBp5TNM6Q8Xcy2H0DYc/AtHGPY3O0tlxZwo6UHcXAXbrD+0531FlxfNk3DRl6U1L02im2lHC48XMB9ixPHHK0tka1zTxBXxj/QxRxj9VoHsQyXC1wxzKBrcrUck+3pXvppuZ8bi0j0Ebwvm3A8SI1Tj2I6vyuT8VU9L+d6nAWw4ZhL9nXTs2kk1rmNl7C3WSD6LLxQY5iwqeUfnOt5Re+027tb6bqm+WKzqF1MU2jbZmmyxSRTGeoc+pmPF8hJJ9JO8qSfLS0b4IppooNq7Uia421j0BULRDneozDHPhuLPElfTs2jJbWMrL2N+sEj03V9xHDIq6WB8jWkxG7btBt6Ljcesb1ZWYtG4V2iazqUw12zjss0W/E6b/2v4rryF2oG8XHcu9QR/wCt3gcIow35105lNIVlYKkEWFlAuiIgIsLKAl0TnQF45HUTU+ms7CV8e0zFhsb9VxGs0077g9I6l7IvGRDJNpr/AETHP1Mx4Y92qL2aKeS5PUqs3aFuHu23REWFsEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBERB51p1j2uTqJtr3xeh/v2qqupBBpLgAFr0g97l7DjGF0mL0Yp66ETRtkbK1pJFntOs07uggLzfG6KSDSRRve0AOpRw9LlpwT3hRmjtLTLSr4SMyfLpfvKuNq6hsRjbK8MO4gFWPSr4SMyfLpfvKrap1daxt02VFvKV0doWbRf4Qsv/ACtnvW/GlHwcYz8nH3gtB9F/hCy/8rZ71vxpR8HOM/Jx94JHsifd5tosF9HeAg/+kj9ylaemMdXLEwd+DtI+vpCi9FXg8wH5JH7lZKiIvLXxnVlYbtcOZb6+MMFu8qRjUseDYlUy1cHKMDxJmxrYS29rgjWt6CbjnHWAvA9JGjOry/I7EsFLsQy9L+kiqYu/MTTzPt97gergtrMQoIsYpns1GtnI/SRHg7ravOJ8NxrLNVI7B5i2FxJdTSt1o3H0c3pFiubUi0al3TJNZ3DVUwSgX1HEdLd4QQScSxwHS7cPpWx2IR4FiEpfjmSKYzne6WkeYy49JA1feVnDocAoZWuwTJFPth8WSreZC09IDtb3hU/D/wC1/P8A9PM9G+jOtzHMyvxXWoMAi7+aql7zaNHEMv8Ae4Dr4L3OKeLFailZQQcnwHDWiOkitbXIFta3o4X3/SV1jS4ljcjH49UgU7SC2liGrGPm5/nJU7qxRQtjhaGsaLABXUpFY1Ci95tO5cHv3rAK4lzedY2jV2reE6dqCaHM9PXFrjT1EDWNdzBzSbj6CD8681W2WM4bh+NUD6PE6ds9O7fqniD0g8QetUQaIcA5Tr8rxDZXvs9dv0X1VmvhmZ3DVjzREalVtAuHTzZmqq8NIpqeAxl3MXOIsPoBK9+1wxvFRGC4dR4PQx0OE0zYYG8GtFyT0k8SetT1JhckrdrVu2MI6eJV2OvDGlGS/HbbGHtEj31Uu6GEX385UlgsLhG+eQWfM7WWGwiq1Io2bOjj4DneekqUa0NaAOCscMLC5W3LFkGECyiJYRZRBhFlEGEWUQFWtEUbJNMeeNoxrtUUzm3F7HZDeFZVXND/AIY89fs0390FTn8VuHye6IiLE2CIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgKJxjCYauVtZq/6TE2zT0jo9pUssP+KVNZms7hExExqX5waTmh2k7MLTwOISA/WUU6pkZjpgaf8AR2z7HZ273V1rcOm3OpfSb4UcwfvGT7ygpf6SP+Vn766mesojtCc0exti0nYPGz4rK8NHoDlvjpR8HGM/Jx94LRHIfhTwr94D7xW7+mTFKfDshVEFQ8NfXAU8Nwe+fbXtuHQ08bDckexPuo2irweYD8kj9ytSqmirweYB8kZ7la1ur4wwW7y4vYHWPAjgRzLEuvIzVmayZv8AXG/6VyvvS66comowiilJPJXsP/Tfb2LrDBaZrtzay3QHN/BT9xdOdBExYfRMG+jqXnpMgX05FQH/AJCo/wC4pNYJsgizh+HHjQVH/c/msfm3DfJ9R/3P5qUQ8EEV+bsOH/IVH/cXJuH0I+LQS/2pFJ+lCg6ccDY90FNFF6d6+nJg92tO4yEcAeA+ZfdZRLAAAAAWSsErCDKxZFhBkb1giyIgIiJs2IiICIiDLV5plLEaih06V8VO5oZWYpSU812gks5HK/d0b2N3j+K9LXlGA+Hp377pP8DOqc3itw+TadERYm0REQEREBERAREQEREBERAREQEREBERAREQEREBERAREQEREBYf8UrKw/4pQfnFpO8KWYP3jJ95QUv9JH/Kz99Tuk7wo5g/eMn3lBTA/CV45+Vn767nv+7mO0J7IfhTwr94D7xW3n5SP9Fcv/vIf4eZaiZD8KeFfvAfeK27/KR/orl/95D/AA8yQSiNFZto7wD5JH7laibqqaLD/wCHuAfJGe5Wlbq9oYLd5crrCxdLqUMosJdByBssLCIMosEogyl1hYugyixdEGbrCxdLoMrCLF0HJYWEugzdFi6XQZul1i6wg5XRYul0GV5VgPh5d++6T/Azr1S68rwDfp5d++6T/AzqrN2XYfJtOiIsTYIiICIiAiIgIiICIiAiIgIiICKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiKD+GWVvOTBvXou0nwyyt5yYN69F2k0aTiw74pUJ8MsrecmDevRdpDnHKpFvhJg3r0XaQ0/PnSsSNJeZCDvFfL95QYxH9MKg08Zqhv2lzx6bcLrcDHdFOiDG8ZrMTrczR8pq5XTSamLwhusTc2Fl0e4roY85h9sQ/gupnruERHRrPoycX6RMBc4kuNYwknn3rcP8AKR/orl/95D/DzKBwTRPofwbFqTEaPM0fKKaQSM18XhLbjpFl6FnCTImbaGkpMVzLhuypptvHssRiadbUczfvO6zikSTEqDotP/h7gHyRnuVquu3glPo/wbCaXDqPMuH8npoxGzXxKIusOk3Xe5Xkfzlwv7Qi/FaYzViNMs4LTO0LdLqa5Xkfzlwv7Qi/FOV5H85cL+0IvxU8+p8PZC3S6muV5H85cL+0IvxTlWR/OXC/tCL8U59T4eyFul1NcqyP5y4X9oRfinKsj+cuF/aEX4pz6nw9kLdLqa5Vkfzlwv7Qi/FOV5H85cM+0IvxTn1Ph7IW6XU1yrI/nLhn2hF+KcqyP5y4X9oRfinPqfD2Ql0U3yrI/nLhf2hF+KcqyP5y4X9oRfinPqciyEul1N8qyP5y4X9oRfiscqyP5y4X9oRfinPqci6ERTfKsj+cuGfaEX4pyrI/nLhn2hF+Kc+pyLoRFN8qyP5y4Z9oRfinKcj+cuGfaEX4pz6nIuhEupvlOR/OXDPtCL8U5Tkfzlwz7Qi/FOfU5F0JdLqb5Tkbzlwz7Qi/FOU5H85cM+0IvxTn1ORdCIpvlORvOXDPtCL8U5Tkfzlwz7Qi/FOfU5F0Iqtooo4avTLnF87GudTvpZoyQDquENri43bieHSvROU5H85cM+0IvxXVy7FkDAMwYnjNDmXDjWYiGCbaYlEW963VFhfduXGTLFo1DvHitWdy9DRQfwyyt5yYN69F2k+GWVvOTBvXou0s2mjScRQfwyyt5yYN69F2k+GWVvOTBvXou0mjScRQfwyyt5yYN69F2k+GWVvOTBvXou0mjScRQfwyyt5yYN69F2k+GWVvOTBvXou0mjScRQfwyyt5yYN69F2k+GWVvOTBvXou0mjScRQfwyyt5yYN69F2k+GWVvOTBvXou0mjScRQfwyyt5yYN69F2k+GWVvOTBvXou0mjScRQfwyyt5yYN69F2kTRpoYiIr1wiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgLuYThtZi+IRUOGU0lTVy3DIoxdzrC59gJXTVx0RYW3GtIOFUL6usoxJtDt6OXZystG4966xtwt6LohE4blTMGKQvlw3BcRqomPMTnw07nhrxxaSBxF+C6tfgeK4dXRUVfhtZTVcpAjhmhcxzyTYWBG/evVpqmrwTQhiP5sraqnlizHJEJo5S15aG23uFuNgu7gNfVZh0WYLW41PJWVlDmWCGCeY60jWEsJBcd5+MfoHQudo28UxGgq8MrZKTEaaalqo7a8MzC1zbi4uD1EFdZbQZn0bYLmnH84YviU1c2qgka1ghka1o1aeMjcWleRaF8m4bnPMNVR4tJUshhh2g2Dw0k3tvuDuUxKdvPEXpuY8iYVh2l3DssU8tYcOqZImvc57TIA477HVt7FbKrRHl+HJmYMUbPiRqqGWqbFeVmraJ7g241N9wBf8AgmzbwZF6VoSyRhedcVxCDGJKpsdPE17RA8NuSSN9wVXdJeAUmWc51+FYe+Z9NAW6hmcC7eAd5AHT0IIfCMFxTGpJGYRh9XWvjGs8U8Tn6o6TYblwwnCsQxir5LhVFUVlRa+zgjL3AdJA4Be66Esfq249hWXoGU9PhrcLdVSNiiDXTym3fvdxJHALyPAM44rl7BsUw3CHRU3L3N2tUwETtDeAa8HcOPNzlRtG0XjWB4rgczIsYw+qopHi7RPEWaw6r8VGr1rGK6qxP8nujnxKolrKhmMmNks7i97G6jtwcd9l5KphMCIilIiIgIiICIiAiIgIiICIiAiIgIiICIiAiIgIiICIiD//2Q==\"\r\n            },\r\n            \"exams\": {\r\n                \"total-blocking-time\": {\r\n                    \"id\": \"total_blocking-time\",\r\n                    \"displayValue\": \"280 ms\",\r\n                    \"score\": 64,\r\n                    \"title\": \"Total Blocking Time\",\r\n                    \"summary\": {\r\n                        \"format\": \"Somma di tutti i periodi di tempo, espressi in millisecondi, tra FCP e Tempo all&#039;interattività, quando la durata del task ha superato 50 ms. [Ulteriori informazioni](https://web.dev/lighthouse-total-blocking-time/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"Somma di tutti i periodi di tempo, espressi in millisecondi, tra FCP e Tempo all&#039;interattività, quando la durata del task ha superato 50 ms. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/lighthouse-total-blocking-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Total Blocking Time</b> (TBT) è una metrica che quantifica la reattività di una pagina all'input dell'utente.</p> <p>In parole semplici, TBT misura la quantità di tempo in cui la tua pagina web è stata bloccata prima che un utente possa interagire con essa.</p> <p>I motivi per cui viene bloccata sono 2:</p> <ol><li>Caricamento di contenuti pesanti</li> <li>Il codice javascript che, se scritto male, fa sì che il browser esegua processi lunghi nel caricamento.</li></ol> <p>Il Total Blocking Time (TBT) <b>misura la quantità totale di tempo tra il First Contentful Paint</b> (FCP) <b>e il Time to Interactive</b> (TTI).</p> <p>Gli utenti possono interagire quando tutti gli elementi DOM sono caricati.</p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 4,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/bootup-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo di CPU totale\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Valutazione degli script\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Analisi script\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/scripts/ac-globalnav.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pts/ac-globalnav.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"610 ms\",\r\n                                                \"130 ms\",\r\n                                                \"17 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">https://www.apple.com</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"475 ms\",\r\n                                                \"2 ms\",\r\n                                                \"1 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"447 ms\",\r\n                                                \"439 ms\",\r\n                                                \"6 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle  md-caption st-blue f-w-400\\\">Unattributable</span>\\n</div>\",\r\n                                                \"418 ms\",\r\n                                                \"4 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/main.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/main.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"375 ms\",\r\n                                                \"307 ms\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"195 ms\",\r\n                                                \"98 ms\",\r\n                                                \"6 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...s/localeswitcher.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"118 ms\",\r\n                                                \"113 ms\",\r\n                                                \"3 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"81 ms\",\r\n                                                \"0 ms\",\r\n                                                \"0 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Tempo di esecuzione JavaScript\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/mainthread-work-breakdown/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"Categoria\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo trascorso\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"Script Evaluation\",\r\n                                                \"1147 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Style & Layout\",\r\n                                                \"617 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Other\",\r\n                                                \"419 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Rendering\",\r\n                                                \"368 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Parse HTML & CSS\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Script Parsing & Compilation\",\r\n                                                \"97 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Garbage Collection\",\r\n                                                \"12 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci al minimo il lavoro del thread principale\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Un DOM di grandi dimensioni aumenta l&#039;utilizzo di memoria, causa <a class=\\\"md-primary\\\" href=\\\"https://developers.google.com/web/fundamentals/performance/rendering/reduce-the-scope-and-complexity-of-style-calculations\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">calcoli di stile</a> più lunghi e genera costosi <a class=\\\"md-primary\\\" href=\\\"https://developers.google.com/speed/articles/reflow\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">adattamenti dinamici del layout</a>. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/dom-size/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"Statistica\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Elemento\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Valore\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"Elementi DOM totali\",\r\n                                                \"-\",\r\n                                                534\r\n                                            ],\r\n                                            [\r\n                                                \"Profondità massima DOM\",\r\n                                                \"form#ac-gn-searchform > div.ac-gn-searchform-wrapper > button#ac-gn-searchform-reset > span.ac-gn-searchform-reset-background\",\r\n                                                11\r\n                                            ],\r\n                                            [\r\n                                                \"Elementi secondari massimi\",\r\n                                                \"body.page-home\",\r\n                                                23\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Viene evitato un DOM di dimensioni eccessive\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Polyfill e trasformazioni consentono ai browser precedenti di usare nuove funzionalità JavaScript. Tanti non sono però necessari per i browser moderni. Per il tuo codice JavaScript in bundle, adotta una moderna strategia di deployment degli script usando il rilevamento di funzionalità module/nomodule per ridurre la quantità di codice inviata ai browser moderni e mantenere il supporto dei browser precedenti. <a class=\\\"md-primary\\\" href=\\\"https://philipwalton.com/articles/deploying-es2015-code-in-production-today/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/head.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/head.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"13.66 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...s/localeswitcher.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"8.43 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/scripts/ac-globalnav.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pts/ac-globalnav.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"7.85 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"6.40 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/scripts/autofilms.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...cripts/autofilms.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"5.70 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalfooter/7/en_US/scripts/ac-globalfooter.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../ac-globalfooter.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"0.08 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/data-relay/1.1.4/scripts/data-relay.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1.4/scripts/data-relay.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"0.06 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/main.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/main.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"0.04 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Evita di pubblicare codice JavaScript precedente in browser moderni\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"interactive\": {\r\n                    \"id\": \"interactive\",\r\n                    \"displayValue\": \"2,0 s\",\r\n                    \"score\": 96,\r\n                    \"title\": \"Time to Interactive\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Tempo all&#039;interattività indica il tempo necessario affinché la pagina diventi completamente interattiva. [Ulteriori informazioni](https://web.dev/interactive/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Tempo all&#039;interattività indica il tempo necessario affinché la pagina diventi completamente interattiva. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/interactive/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Time to Interactive</b> (TTI) è una metrica che <b>aiuta a identificare le situazioni in cui una pagina sembra interattiva ma in realtà non lo è.</b></p> <p>In altre parole, misura il tempo dal momento in cui viene mostrato il primo contenuto a quando la pagina è pronta per l'interattività dell'utente.</p> <p>Se si vuole migliorare l'esperienza utente del proprio sito web si <b>deve mantenere un TTI di 2,2 secondi o meno.</b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 2,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/mainthread-work-breakdown/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"Categoria\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo trascorso\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"Script Evaluation\",\r\n                                                \"1147 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Style & Layout\",\r\n                                                \"617 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Other\",\r\n                                                \"419 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Rendering\",\r\n                                                \"368 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Parse HTML & CSS\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Script Parsing & Compilation\",\r\n                                                \"97 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Garbage Collection\",\r\n                                                \"12 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci al minimo il lavoro del thread principale\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/bootup-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo di CPU totale\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Valutazione degli script\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Analisi script\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/scripts/ac-globalnav.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pts/ac-globalnav.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"610 ms\",\r\n                                                \"130 ms\",\r\n                                                \"17 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">https://www.apple.com</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"475 ms\",\r\n                                                \"2 ms\",\r\n                                                \"1 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"447 ms\",\r\n                                                \"439 ms\",\r\n                                                \"6 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle  md-caption st-blue f-w-400\\\">Unattributable</span>\\n</div>\",\r\n                                                \"418 ms\",\r\n                                                \"4 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/main.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/main.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"375 ms\",\r\n                                                \"307 ms\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"195 ms\",\r\n                                                \"98 ms\",\r\n                                                \"6 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...s/localeswitcher.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"118 ms\",\r\n                                                \"113 ms\",\r\n                                                \"3 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"81 ms\",\r\n                                                \"0 ms\",\r\n                                                \"0 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Tempo di esecuzione JavaScript\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"largest-contentful-paint\": {\r\n                    \"id\": \"largest_contentful-paint\",\r\n                    \"displayValue\": \"2,0 s\",\r\n                    \"score\": 63,\r\n                    \"title\": \"Largest Contentful Paint\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Largest Contentful Paint indica il momento in cui vengono visualizzati il testo o l&#039;immagine più grandi. [Scopri di più](https://web.dev/lighthouse-largest-contentful-paint/)\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Largest Contentful Paint indica il momento in cui vengono visualizzati il testo o l&#039;immagine più grandi. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/lighthouse-largest-contentful-paint/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Largest Contentful Paint</b> (LCP) è un Core Web Vitals che <b>misura il tempo che un sito web impiega per mostrare agli utenti il contenuto principale della pagina.</b></p> <p>Considera solo il contenuto posizionato prima dello scroll (above the fold) quando si apre una pagina web.</p> <p>Se si vuole migliorare l'esperienza utente di un sito web si deve <b>mantenere un LCP di 2,5 secondi o meno.</b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": true,\r\n                    \"order\": 5,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Usa la funzionalità CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/font-display/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-text_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"284 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...sf-pro-text_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"26 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ro-display_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"32 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pro-display_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"55 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-icons_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../sf-pro-icons_light.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"21 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...3/sf-pro-icons_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"202 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...v3/sf-pro-text_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"222 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Riduci le regole inutilizzate dei fogli di stile e rimanda i contenuti CSS non utilizzati per i contenuti above the fold al fine di ridurre i byte consumati dall&#039;attività di rete. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/unused-css-rules/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"43.71 KB\",\r\n                                                \"42.14 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/styles/modal.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ms/6.7.1/styles/modal.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"17.79 KB\",\r\n                                                \"17.79 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/styles/ac-globalnav.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...es/ac-globalnav.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"13.70 KB\",\r\n                                                \"12.11 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci i contenuti CSS inutilizzati\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Riduci il codice JavaScript inutilizzato e rimanda il caricamento degli script finché non sono necessari al fine di ridurre i byte consumati dall&#039;attività di rete. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/unused-javascript/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/scripts/autofilms.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...cripts/autofilms.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"82.84 KB\",\r\n                                                \"72.07 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"77.58 KB\",\r\n                                                \"26.97 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci il codice JavaScript inutilizzato\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"first-contentful-paint\": {\r\n                    \"id\": \"first_contentful-paint\",\r\n                    \"displayValue\": \"1,4 s\",\r\n                    \"score\": 61,\r\n                    \"title\": \"First Contentful Paint\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica First Contentful Paint (prima visualizzazione con contenuti) indica il momento in cui vengono visualizzati il primo testo o la prima immagine. [Ulteriori informazioni](https://web.dev/first-contentful-paint/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica First Contentful Paint (prima visualizzazione con contenuti) indica il momento in cui vengono visualizzati il primo testo o la prima immagine. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/first-contentful-paint/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>First Contentful Paint </b>(FCP) è una metrica che <b>misura quanti secondi impiega il browser a visualizzare la prima parte del contenuto DOM</b> dopo che un utente entra nella tua pagina web.</p> <p><b>Il DOM</b> (Document Object Model) <b>è un'interfaccia di programmazione per i documenti web.</b> Rappresenta la pagina in modo che i programmi possano cambiare la struttura del documento, lo stile e il contenuto.</p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 1,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Usa la funzionalità CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/font-display/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-text_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"284 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...sf-pro-text_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"26 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ro-display_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"32 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pro-display_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"55 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-icons_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../sf-pro-icons_light.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"21 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...3/sf-pro-icons_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"202 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...v3/sf-pro-text_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"222 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Riduci le regole inutilizzate dei fogli di stile e rimanda i contenuti CSS non utilizzati per i contenuti above the fold al fine di ridurre i byte consumati dall&#039;attività di rete. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/unused-css-rules/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Scopri di più</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Dimensioni trasferimento\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"43.71 KB\",\r\n                                                \"42.14 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/ac-films/6.7.1/styles/modal.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ms/6.7.1/styles/modal.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"17.79 KB\",\r\n                                                \"17.79 KB\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/styles/ac-globalnav.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...es/ac-globalnav.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"13.70 KB\",\r\n                                                \"12.11 KB\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci i contenuti CSS inutilizzati\"\r\n                        }\r\n                    ]\r\n                },\r\n                \"cumulative-layout-shift\": {\r\n                    \"id\": \"cumulative_layout-shift\",\r\n                    \"displayValue\": \"0\",\r\n                    \"score\": 100,\r\n                    \"title\": \"Cumulative Layout Shift\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Cumulative Layout Shift misura lo spostamento degli elementi visibili all&#039;interno dell&#039;area visibile. [Ulteriori informazioni](https://web.dev/cls/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Cumulative Layout Shift misura lo spostamento degli elementi visibili all&#039;interno dell&#039;area visibile. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/cls/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Cumulative Layout Shift</b> (CLS) è una metrica che misura la stabilità e la posizione degli elementi di una pagina web mentre essa viene visualizzata. <p>In parole semplici, il CLS <b>quantifica lo spostamento inaspettato degli elementi web nella fase di caricamento.</b></p> <p>Se si vuole migliorare l'esperienza utente di un sito web si <b>deve mantenere un CLS di 0,1 o meno.</b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": true,\r\n                    \"order\": 6\r\n                },\r\n                \"speed-index\": {\r\n                    \"id\": \"speed_index\",\r\n                    \"displayValue\": \"2,6 s\",\r\n                    \"score\": 40,\r\n                    \"title\": \"Speed Index\",\r\n                    \"summary\": {\r\n                        \"format\": \"La metrica Indice velocità mostra la velocità con cui diventano visibili i contenuti di una pagina. [Ulteriori informazioni](https://web.dev/speed-index/).\"\r\n                    },\r\n                    \"preview\": [\r\n                        {\r\n                            \"formatHtml\": \"La metrica Indice velocità mostra la velocità con cui diventano visibili i contenuti di una pagina. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/speed-index/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                        }\r\n                    ],\r\n                    \"weight\": 1,\r\n                    \"suggests\": [\r\n                        {\r\n                            \"formatHtml\": \"<p><b>Speed Index</b> (SI) è una metrica che <b>misura quanto tempo impiegano i primi contenuti posizionati prima dello scroll</b> (above the fold) <b>ad essere visibili agli utenti che navigano il tuo sito.</b></p> <p>S.I. è molto legata ai tempi di caricamento della pagina. Più basso è il punteggio, meglio è.</p> <p>Se si vuole migliorare l'esperienza utente di un sito web si deve <b>mantenere un S.I. di 1311 millisecondi o meno. </b></p>\"\r\n                        }\r\n                    ],\r\n                    \"isCoreWebVital\": false,\r\n                    \"order\": 3,\r\n                    \"problems\": [\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/mainthread-work-breakdown/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"Categoria\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo trascorso\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"Script Evaluation\",\r\n                                                \"1147 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Style & Layout\",\r\n                                                \"617 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Other\",\r\n                                                \"419 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Rendering\",\r\n                                                \"368 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Parse HTML & CSS\",\r\n                                                \"150 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Script Parsing & Compilation\",\r\n                                                \"97 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"Garbage Collection\",\r\n                                                \"12 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Riduci al minimo il lavoro del thread principale\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Potresti ridurre i tempi di analisi, compilazione ed esecuzione di JavaScript. A tale scopo potrebbe essere utile pubblicare payload JavaScript di dimensioni inferiori. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/bootup-time/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Tempo di CPU totale\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Valutazione degli script\",\r\n                                                \"isNumeric\": true\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Analisi script\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/globalnav/7/en_US/scripts/ac-globalnav.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pts/ac-globalnav.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"610 ms\",\r\n                                                \"130 ms\",\r\n                                                \"17 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">https://www.apple.com</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"475 ms\",\r\n                                                \"2 ms\",\r\n                                                \"1 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-target/latest/ac-target.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...arget/latest/ac-target.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"447 ms\",\r\n                                                \"439 ms\",\r\n                                                \"6 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"generic-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">OTHER</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle  md-caption st-blue f-w-400\\\">Unattributable</span>\\n</div>\",\r\n                                                \"418 ms\",\r\n                                                \"4 ms\",\r\n                                                \"0 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/scripts/main.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/scripts/main.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"375 ms\",\r\n                                                \"307 ms\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/metrics/ac-analytics/2.14.1/scripts/ac-analytics.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...1/scripts/ac-analytics.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"195 ms\",\r\n                                                \"98 ms\",\r\n                                                \"6 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/ac/localeswitcher/4/en_US/scripts/localeswitcher.built.js\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"js-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">JS</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...s/localeswitcher.built.js</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"118 ms\",\r\n                                                \"113 ms\",\r\n                                                \"3 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/v/home/aj/built/styles/main.built.css\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"css-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">CSS</span>\\n    </span></div><div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ilt/styles/main.built.css</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"81 ms\",\r\n                                                \"0 ms\",\r\n                                                \"0 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Tempo di esecuzione JavaScript\"\r\n                        },\r\n                        {\r\n                            \"formatHtml\": \"$1\",\r\n                            \"args\": [\r\n                                {\r\n                                    \"type\": \"text\",\r\n                                    \"value\": \"Usa la funzionalità CSS font-display per assicurarti che il testo sia visibile agli utenti durante il caricamento dei caratteri web. <a class=\\\"md-primary\\\" href=\\\"https://web.dev/font-display/\\\" target=\\\"_blank\\\" rel=\\\"nofollow\\\">Ulteriori informazioni</a>.\"\r\n                                },\r\n                                {\r\n                                    \"type\": \"table\",\r\n                                    \"value\": {\r\n                                        \"cols\": [\r\n                                            {\r\n                                                \"text\": \"URL\",\r\n                                                \"isNumeric\": false\r\n                                            },\r\n                                            {\r\n                                                \"text\": \"Potenziali riduzioni\",\r\n                                                \"isNumeric\": true\r\n                                            }\r\n                                        ],\r\n                                        \"rows\": [\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-text_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"284 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...sf-pro-text_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"26 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_semibold.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...ro-display_semibold.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"32 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Display/v3/sf-pro-display_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...pro-display_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"55 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_regular.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...f-pro-icons_regular.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"52 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_light.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">.../sf-pro-icons_light.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"21 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Icons/v3/sf-pro-icons_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...3/sf-pro-icons_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"202 ms\"\r\n                                            ],\r\n                                            [\r\n                                                \"<a class=\\\"table-a v-middle\\\" href=\\\"https://www.apple.com/wss/fonts/SF-Pro-Text/v3/sf-pro-text_thin.woff2\\\" target=\\\"_blank\\\">\\n<div class=\\\"resource-container\\\">\\n    <span class=\\\"font-resource-box v-middle\\\">\\n        <span class=\\\"resource-box-label st-blue v-middle\\\">FONT</span>\\n    </span>\\n</div>\\n<div class=\\\"resource-text-container\\\">\\n    <span class=\\\"table-span v-middle md-caption st-blue f-w-400\\\">...v3/sf-pro-text_thin.woff2</span>\\n</div></a><span class=\\\"md-caption st-grey-3 f-w-400 m-l-xs\\\">(apple.com)</span>\",\r\n                                                \"222 ms\"\r\n                                            ]\r\n                                        ]\r\n                                    }\r\n                                }\r\n                            ],\r\n                            \"title\": \"Assicurati che il testo rimanga visibile durante il caricamento dei caratteri web\"\r\n                        }\r\n                    ]\r\n                }\r\n            },\r\n            \"coreWebVitals\": {\r\n                \"cls\": {\r\n                    \"percentile\": 0,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 10,\r\n                            \"proportion\": 0.9966596343178628\r\n                        },\r\n                        {\r\n                            \"min\": 10,\r\n                            \"max\": 25,\r\n                            \"proportion\": 0.002988748241912801\r\n                        },\r\n                        {\r\n                            \"min\": 25,\r\n                            \"proportion\": 0.0003516174402250354\r\n                        }\r\n                    ],\r\n                    \"category\": \"FAST\"\r\n                },\r\n                \"fcp\": {\r\n                    \"percentile\": 2055,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 1800,\r\n                            \"proportion\": 0.692982456140353\r\n                        },\r\n                        {\r\n                            \"min\": 1800,\r\n                            \"max\": 3000,\r\n                            \"proportion\": 0.18385964912280764\r\n                        },\r\n                        {\r\n                            \"min\": 3000,\r\n                            \"proportion\": 0.12315789473684294\r\n                        }\r\n                    ],\r\n                    \"category\": \"AVERAGE\"\r\n                },\r\n                \"fid\": {\r\n                    \"percentile\": 3,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 100,\r\n                            \"proportion\": 0.9927229649686917\r\n                        },\r\n                        {\r\n                            \"min\": 100,\r\n                            \"max\": 300,\r\n                            \"proportion\": 0.004061600947706888\r\n                        },\r\n                        {\r\n                            \"min\": 300,\r\n                            \"proportion\": 0.003215434083601287\r\n                        }\r\n                    ],\r\n                    \"category\": \"FAST\"\r\n                },\r\n                \"lcp\": {\r\n                    \"percentile\": 2207,\r\n                    \"distributions\": [\r\n                        {\r\n                            \"min\": 0,\r\n                            \"max\": 2500,\r\n                            \"proportion\": 0.7983396748529955\r\n                        },\r\n                        {\r\n                            \"min\": 2500,\r\n                            \"max\": 4000,\r\n                            \"proportion\": 0.12573503977862382\r\n                        },\r\n                        {\r\n                            \"min\": 4000,\r\n                            \"proportion\": 0.07592528536838584\r\n                        }\r\n                    ],\r\n                    \"category\": \"FAST\"\r\n                }\r\n            }\r\n        }\r\n    },\r\n    \"overview\": {\r\n        \"author\": null,\r\n        \"date\": null,\r\n        \"description\": \"Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, and expert device support.\",\r\n        \"image\": \"https://www.apple.com/ac/structured-data/images/open_graph_logo.png?202110180743\",\r\n        \"logo\": \"https://logo.clearbit.com/apple.com\",\r\n        \"publisher\": \"Apple\",\r\n        \"title\": \"Apple\",\r\n        \"url\": \"https://www.apple.com\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gn-menustate\",\r\n                \"text\": \"Global Nav Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/bag\",\r\n                \"text\": \"Shopping Bag\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/search\",\r\n                \"text\": \"Search apple.comCancel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/store\",\r\n                \"text\": \"Store\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/mac/\",\r\n                \"text\": \"Mac\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/ipad/\",\r\n                \"text\": \"iPad\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone/\",\r\n                \"text\": \"iPhone\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/watch/\",\r\n                \"text\": \"Watch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/airpods/\",\r\n                \"text\": \"AirPods\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/tv-home/\",\r\n                \"text\": \"TV & Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/services/\",\r\n                \"text\": \"Only on Apple\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_accessories\",\r\n                \"text\": \"Accessories\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://support.apple.com\",\r\n                \"text\": \"Support\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/search\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/bag\",\r\n                \"text\": \"Shopping Bag\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/shop\",\r\n                \"text\": \"Shop online\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/retail/\",\r\n                \"text\": \"store’s services\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13-pro/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13-pro/key-features/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13-pro/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13-pro/key-features/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_iphone/iphone_13_pro\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Buy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13/key-features/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone-13/key-features/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_iphone/iphone_13\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Buy\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://tv.apple.com/show/umc.cmc.1srk2goyh2q2zdxcx605w8vtx?itscg=10000&itsct=atv-apl_hp-pmo_wch-Severance-220215\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://tv.apple.com/show/umc.cmc.1srk2goyh2q2zdxcx605w8vtx?itscg=10000&itsct=atv-apl_hp-pmo_wch-Severance-220215\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Stream now\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-watch-series-7/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-watch-series-7/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_watch/apple_watch_series_7\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Buy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/macbook-pro-14-and-16/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/macbook-pro-14-and-16/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_mac/macbook_pro_14\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Buy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/watch/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/watch/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/product/MMW93\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Buy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_watch/apple_watch_series_7\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#footnote-1\",\r\n                \"text\": \"1\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_watch/apple_watch_series_7\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Shop\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-arcade/?itscg=10000&itsct=arc-0-apl_hp-Wylde_learn-apl-ref-220218\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-arcade/?itscg=10000&itsct=arc-0-apl_hp-Wylde_learn-apl-ref-220218\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://apps.apple.com/us/app/wylde-flowers/id1458605549?itscg=10000&itsct=arc-0-apl_hp-Wylde_try-apl-ref-220218\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Try it free\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#footnote-2\",\r\n                \"text\": \"2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-card/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-card/\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Learn more\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://wallet.apple.com/apple-card/setup/feature/ccs?referrer=cid%3Dapy-200-100018\",\r\n                \"rel\": \"follow\",\r\n                \"text\": \"Apply now\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/promo/\",\r\n                \"text\": \"terms\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/promo/\",\r\n                \"text\": \"terms\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://support.apple.com/kb/HT209218\",\r\n                \"text\": \"support.apple.com/kb/HT209218\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-products\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/store\",\r\n                \"text\": \"Store\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/mac/\",\r\n                \"text\": \"Mac\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/ipad/\",\r\n                \"text\": \"iPad\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iphone/\",\r\n                \"text\": \"iPhone\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/watch/\",\r\n                \"text\": \"Watch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/airpods/\",\r\n                \"text\": \"AirPods\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/tv-home/\",\r\n                \"text\": \"TV & Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/ipod-touch/\",\r\n                \"text\": \"iPod touch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/airtag/\",\r\n                \"text\": \"AirTag\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/buy_accessories\",\r\n                \"text\": \"Accessories\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/giftcards\",\r\n                \"text\": \"Gift Cards\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-services\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-music/\",\r\n                \"text\": \"Apple Music\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-tv-plus/\",\r\n                \"text\": \"Apple TV+\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-fitness-plus/\",\r\n                \"text\": \"Apple Fitness+\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-news/\",\r\n                \"text\": \"Apple News+\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-arcade/\",\r\n                \"text\": \"Apple Arcade\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/icloud/\",\r\n                \"text\": \"iCloud\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-one/\",\r\n                \"text\": \"Apple One\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-card/\",\r\n                \"text\": \"Apple Card\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-books/\",\r\n                \"text\": \"Apple Books\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-podcasts/\",\r\n                \"text\": \"Apple Podcasts\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/app-store/\",\r\n                \"text\": \"App Store\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-accounts\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://appleid.apple.com/us/\",\r\n                \"text\": \"Manage Your Apple ID\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/account\",\r\n                \"text\": \"Apple Store Account\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.icloud.com\",\r\n                \"text\": \"iCloud.com\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-storeservices\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/retail/\",\r\n                \"text\": \"Find a Store\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/retail/geniusbar/\",\r\n                \"text\": \"Genius Bar\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/today/\",\r\n                \"text\": \"Today at Apple\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/today/camp/\",\r\n                \"text\": \"Apple Camp\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://apps.apple.com/us/app/apple-store/id375380948\",\r\n                \"text\": \"Apple Store App\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/special_deals\",\r\n                \"text\": \"Refurbished and Clearance\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/payment_plan\",\r\n                \"text\": \"Financing\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/trade_in\",\r\n                \"text\": \"Apple Trade In\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/order/list\",\r\n                \"text\": \"Order Status\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/help\",\r\n                \"text\": \"Shopping Help\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-business\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/business/\",\r\n                \"text\": \"Apple and Business\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/retail/business/\",\r\n                \"text\": \"Shop for Business\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-education\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/education/\",\r\n                \"text\": \"Apple and Education\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/education/k12/how-to-buy/\",\r\n                \"text\": \"Shop for K-12\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/educationrouting\",\r\n                \"text\": \"Shop for College\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-healthcare\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/healthcare/\",\r\n                \"text\": \"Apple in Healthcare\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/healthcare/apple-watch/\",\r\n                \"text\": \"Health on Apple Watch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/healthcare/health-records/\",\r\n                \"text\": \"Health Records on iPhone\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-government\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/r/store/government/\",\r\n                \"text\": \"Shop for Government\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/eppstore/veteransandmilitary\",\r\n                \"text\": \"Shop for Veterans and Military\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-responsibility\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/accessibility/\",\r\n                \"text\": \"Accessibility\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/education/connectED/\",\r\n                \"text\": \"Education\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/environment/\",\r\n                \"text\": \"Environment\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/diversity/\",\r\n                \"text\": \"Inclusion and Diversity\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/privacy/\",\r\n                \"text\": \"Privacy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/racial-equity-justice-initiative/\",\r\n                \"text\": \"Racial Equity and Justice\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/supplier-responsibility/\",\r\n                \"text\": \"Supplier Responsibility\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#ac-gf-directory-column-section-state-about\",\r\n                \"text\": \"Open Menu\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/newsroom/\",\r\n                \"text\": \"Newsroom\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/leadership/\",\r\n                \"text\": \"Apple Leadership\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/careers/us/\",\r\n                \"text\": \"Career Opportunities\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://investor.apple.com/\",\r\n                \"text\": \"Investors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/compliance/\",\r\n                \"text\": \"Ethics & Compliance\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/apple-events/\",\r\n                \"text\": \"Events\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/contact/\",\r\n                \"text\": \"Contact Apple\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/retail/\",\r\n                \"text\": \"Find an Apple Store\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://locate.apple.com/\",\r\n                \"text\": \"other retailer\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/choose-country-region/\",\r\n                \"text\": \"United States\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/legal/privacy/\",\r\n                \"text\": \"Privacy Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/legal/internet-services/terms/site.html\",\r\n                \"text\": \"Terms of Use\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/us/shop/goto/help/sales_refunds\",\r\n                \"text\": \"Sales and Refunds\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/legal/\",\r\n                \"text\": \"Legal\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/sitemap/\",\r\n                \"text\": \"Site Map\"\r\n            }\r\n        ],\r\n        \"images\": null,\r\n        \"metaDescription\": \"Discover the innovative world of Apple and shop everything iPhone, iPad, Apple Watch, Mac, and Apple TV, plus explore accessories, entertainment, and expert device support.\",\r\n        \"h1\": [\r\n            \"Apple\"\r\n        ],\r\n        \"h2\": [\r\n            \"iPhone 13 Pro\",\r\n            \"iPhone 13\",\r\n            \"Apple TV+\",\r\n            \"Apple Footer\"\r\n        ],\r\n        \"h3\": [\r\n            \"Oh. So. Pro.\",\r\n            \"Your new superpower.\",\r\n            \"Severance directed by Ben Stiller\",\r\n            \"Shop and Learn\",\r\n            \"Services\",\r\n            \"Account\",\r\n            \"Apple Store\",\r\n            \"For Business\",\r\n            \"For Education\",\r\n            \"For Healthcare\",\r\n            \"For Government\",\r\n            \"Apple Values\",\r\n            \"About Apple\"\r\n        ],\r\n        \"wordCount\": 215,\r\n        \"stopwordsCount\": 104,\r\n        \"readingTime\": 46.909090909090914,\r\n        \"speakingTime\": 71.66666666666667,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 21.93\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"apple\",\r\n                \"count\": 7,\r\n                \"percentage\": 6.36,\r\n                \"isInH1\": true,\r\n                \"isInDomain\": true,\r\n                \"isExactDomainKeyword\": true,\r\n                \"isInTitle\": true,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 100\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"learn\",\r\n                \"count\": 9,\r\n                \"percentage\": 8.18,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 71\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"learn more buy\",\r\n                \"count\": 5,\r\n                \"percentage\": 8.06,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 70\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"buy\",\r\n                \"count\": 5,\r\n                \"percentage\": 4.55,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 55\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"apple watch series\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.23,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": true,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 53\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"httpswwwapplecom/ name apple\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.23,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": true,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 53\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"apple watch\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.08,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": true,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 52\r\n            },\r\n            {\r\n                \"numWords\": 5,\r\n                \"word\": \"learn more learn more buy\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.7,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 49\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"url httpswwwapplecom/ name apple\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.51,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 48\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"learn more learn\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.23,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 46\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"context httpschemaorg id\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.23,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 46\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"watch series\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.08,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 45\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"context httpschemaorg\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.08,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 45\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"httpschemaorg id\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.08,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 45\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"url httpswwwapplecom/\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.08,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 45\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"pro\",\r\n                \"count\": 3,\r\n                \"percentage\": 2.73,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 42\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"watch\",\r\n                \"count\": 3,\r\n                \"percentage\": 2.73,\r\n                \"isInH1\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 42\r\n            }\r\n        ],\r\n        \"language\": \"en\",\r\n        \"translations\": [\r\n            \"en\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"en\",\r\n            \"de\",\r\n            \"en\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"nl\",\r\n            \"bg\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"pt\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"fr\",\r\n            \"de\",\r\n            \"fr\",\r\n            \"fr\",\r\n            \"es\",\r\n            \"fr\",\r\n            \"es\",\r\n            \"cs\",\r\n            \"de\",\r\n            \"da\",\r\n            \"et\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"es\",\r\n            \"fi\",\r\n            \"fr\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"fr\",\r\n            \"el\",\r\n            \"en\",\r\n            \"zh\",\r\n            \"en\",\r\n            \"hr\",\r\n            \"hu\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"it\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"ja\",\r\n            \"en\",\r\n            \"en\",\r\n            \"ko\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"en\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"es\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"de\",\r\n            \"lt\",\r\n            \"fr\",\r\n            \"lv\",\r\n            \"fr\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"zh\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"es\",\r\n            \"en\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"en\",\r\n            \"nl\",\r\n            \"no\",\r\n            \"en\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"en\",\r\n            \"pl\",\r\n            \"pt\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"ro\",\r\n            \"ru\",\r\n            \"ar\",\r\n            \"en\",\r\n            \"sv\",\r\n            \"en\",\r\n            \"en\",\r\n            \"sk\",\r\n            \"fr\",\r\n            \"th\",\r\n            \"en\",\r\n            \"en\",\r\n            \"fr\",\r\n            \"tr\",\r\n            \"zh\",\r\n            \"uk\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"en\",\r\n            \"zh\"\r\n        ],\r\n        \"hreflangs\": [\r\n            {\r\n                \"hreflang\": \"en-US\",\r\n                \"href\": \"https://www.apple.com/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-AE\",\r\n                \"href\": \"https://www.apple.com/ae-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-AE\",\r\n                \"href\": \"https://www.apple.com/ae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-AM\",\r\n                \"href\": \"https://www.apple.com/am/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"de-AT\",\r\n                \"href\": \"https://www.apple.com/at/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-AU\",\r\n                \"href\": \"https://www.apple.com/au/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-AZ\",\r\n                \"href\": \"https://www.apple.com/az/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-BE\",\r\n                \"href\": \"https://www.apple.com/befr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"nl-BE\",\r\n                \"href\": \"https://www.apple.com/benl/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"bg-BG\",\r\n                \"href\": \"https://www.apple.com/bg/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-BH\",\r\n                \"href\": \"https://www.apple.com/bh-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BH\",\r\n                \"href\": \"https://www.apple.com/bh/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"pt-BR\",\r\n                \"href\": \"https://www.apple.com/br/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BW\",\r\n                \"href\": \"https://www.apple.com/bw/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BY\",\r\n                \"href\": \"https://www.apple.com/by/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-CA\",\r\n                \"href\": \"https://www.apple.com/ca/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-CA\",\r\n                \"href\": \"https://www.apple.com/ca/fr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-CF\",\r\n                \"href\": \"https://www.apple.com/cf/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"de-CH\",\r\n                \"href\": \"https://www.apple.com/chde/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-CH\",\r\n                \"href\": \"https://www.apple.com/chfr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-CI\",\r\n                \"href\": \"https://www.apple.com/ci/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-CL\",\r\n                \"href\": \"https://www.apple.com/cl/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-CM\",\r\n                \"href\": \"https://www.apple.com/cm/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-CO\",\r\n                \"href\": \"https://www.apple.com/co/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"cs-CZ\",\r\n                \"href\": \"https://www.apple.com/cz/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"de-DE\",\r\n                \"href\": \"https://www.apple.com/de/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"da-DK\",\r\n                \"href\": \"https://www.apple.com/dk/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"et-EE\",\r\n                \"href\": \"https://www.apple.com/ee/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-EG\",\r\n                \"href\": \"https://www.apple.com/eg-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-EG\",\r\n                \"href\": \"https://www.apple.com/eg/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-ES\",\r\n                \"href\": \"https://www.apple.com/es/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fi-FI\",\r\n                \"href\": \"https://www.apple.com/fi/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-FR\",\r\n                \"href\": \"https://www.apple.com/fr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-GE\",\r\n                \"href\": \"https://www.apple.com/ge/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-GN\",\r\n                \"href\": \"https://www.apple.com/gn/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-GQ\",\r\n                \"href\": \"https://www.apple.com/gq/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"el-GR\",\r\n                \"href\": \"https://www.apple.com/gr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-GW\",\r\n                \"href\": \"https://www.apple.com/gw/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"zh-HK\",\r\n                \"href\": \"https://www.apple.com/hk/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-HK\",\r\n                \"href\": \"https://www.apple.com/hk/en/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"hr-HR\",\r\n                \"href\": \"https://www.apple.com/hr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"hu-HU\",\r\n                \"href\": \"https://www.apple.com/hu/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-ID\",\r\n                \"href\": \"https://www.apple.com/id/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-IE\",\r\n                \"href\": \"https://www.apple.com/ie/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-IL\",\r\n                \"href\": \"https://www.apple.com/il/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-IN\",\r\n                \"href\": \"https://www.apple.com/in/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"it-IT\",\r\n                \"href\": \"https://www.apple.com/it/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-JO\",\r\n                \"href\": \"https://www.apple.com/jo-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-JO\",\r\n                \"href\": \"https://www.apple.com/jo/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ja-JP\",\r\n                \"href\": \"https://www.apple.com/jp/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-KE\",\r\n                \"href\": \"https://www.apple.com/ke/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-KG\",\r\n                \"href\": \"https://www.apple.com/kg/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ko-KR\",\r\n                \"href\": \"https://www.apple.com/kr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-KW\",\r\n                \"href\": \"https://www.apple.com/kw-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-KW\",\r\n                \"href\": \"https://www.apple.com/kw/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-KZ\",\r\n                \"href\": \"https://www.apple.com/kz/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-HN\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-AR\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-SV\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-PR\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-DO\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-EC\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-GT\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-PE\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-BO\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-NI\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-VE\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-PA\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-CR\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-UY\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-PY\",\r\n                \"href\": \"https://www.apple.com/la/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-AG\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BS\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-TC\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-TT\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-SR\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BM\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BB\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-BZ\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-GD\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-KY\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-LC\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MS\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-KN\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-AI\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-VC\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-GY\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-VG\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-PR\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-DM\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-JM\",\r\n                \"href\": \"https://www.apple.com/lae/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"de-LI\",\r\n                \"href\": \"https://www.apple.com/li/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"lt-LT\",\r\n                \"href\": \"https://www.apple.com/lt/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-LU\",\r\n                \"href\": \"https://www.apple.com/lu/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"lv-LV\",\r\n                \"href\": \"https://www.apple.com/lv/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-MA\",\r\n                \"href\": \"https://www.apple.com/ma/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MD\",\r\n                \"href\": \"https://www.apple.com/md/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-ME\",\r\n                \"href\": \"https://www.apple.com/me/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MG\",\r\n                \"href\": \"https://www.apple.com/mg/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MK\",\r\n                \"href\": \"https://www.apple.com/mk/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-ML\",\r\n                \"href\": \"https://www.apple.com/ml/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"zh-MO\",\r\n                \"href\": \"https://www.apple.com/mo/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MT\",\r\n                \"href\": \"https://www.apple.com/mt/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-MU\",\r\n                \"href\": \"https://www.apple.com/mu/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"es-MX\",\r\n                \"href\": \"https://www.apple.com/mx/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MY\",\r\n                \"href\": \"https://www.apple.com/my/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-MZ\",\r\n                \"href\": \"https://www.apple.com/mz/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-NE\",\r\n                \"href\": \"https://www.apple.com/ne/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-NG\",\r\n                \"href\": \"https://www.apple.com/ng/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"nl-NL\",\r\n                \"href\": \"https://www.apple.com/nl/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"no-NO\",\r\n                \"href\": \"https://www.apple.com/no/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-NZ\",\r\n                \"href\": \"https://www.apple.com/nz/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-OM\",\r\n                \"href\": \"https://www.apple.com/om-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-OM\",\r\n                \"href\": \"https://www.apple.com/om/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-PH\",\r\n                \"href\": \"https://www.apple.com/ph/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"pl-PL\",\r\n                \"href\": \"https://www.apple.com/pl/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"pt-PT\",\r\n                \"href\": \"https://www.apple.com/pt/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-QA\",\r\n                \"href\": \"https://www.apple.com/qa-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-QA\",\r\n                \"href\": \"https://www.apple.com/qa/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ro-RO\",\r\n                \"href\": \"https://www.apple.com/ro/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ru-RU\",\r\n                \"href\": \"https://www.apple.com/ru/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"ar-SA\",\r\n                \"href\": \"https://www.apple.com/sa-ar/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-SA\",\r\n                \"href\": \"https://www.apple.com/sa/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"sv-SE\",\r\n                \"href\": \"https://www.apple.com/se/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-SG\",\r\n                \"href\": \"https://www.apple.com/sg/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-SI\",\r\n                \"href\": \"https://www.apple.com/si/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"sk-SK\",\r\n                \"href\": \"https://www.apple.com/sk/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-SN\",\r\n                \"href\": \"https://www.apple.com/sn/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"th-TH\",\r\n                \"href\": \"https://www.apple.com/th/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-TJ\",\r\n                \"href\": \"https://www.apple.com/tj/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-TM\",\r\n                \"href\": \"https://www.apple.com/tm/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"fr-TN\",\r\n                \"href\": \"https://www.apple.com/tn/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"tr-TR\",\r\n                \"href\": \"https://www.apple.com/tr/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"zh-TW\",\r\n                \"href\": \"https://www.apple.com/tw/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"uk-UA\",\r\n                \"href\": \"https://www.apple.com/ua/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-UG\",\r\n                \"href\": \"https://www.apple.com/ug/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-GB\",\r\n                \"href\": \"https://www.apple.com/uk/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-UZ\",\r\n                \"href\": \"https://www.apple.com/uz/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-VN\",\r\n                \"href\": \"https://www.apple.com/vn/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"en-ZA\",\r\n                \"href\": \"https://www.apple.com/za/\"\r\n            },\r\n            {\r\n                \"hreflang\": \"zh-CN\",\r\n                \"href\": \"https://www.apple.com.cn/\"\r\n            }\r\n        ],\r\n        \"textualContent\": \"Apple\\n \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n and get Specialist help, free delivery, and more. Some of our stores are offering limited services. Before you visit, please check your .\\n Shop online store’s services\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n\\n    \\n\\n\\n\\n iPhone 13 Pro Oh. So. Pro.\\n\\n\\n\\n Learn more Learn more Buy\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n    \\n\\n\\n\\n iPhone 13 Your new superpower.\\n\\n\\n\\n Learn more Learn more Buy\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n\\n\\n\\n\\n Apple TV+ Severance directed by Ben Stiller We’re all different people at work. Stream now\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n\\n New Apple Watch Series 7 Introducing our largest display yet.\\n\\n\\n Learn more Buy\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n MacBook Pro Supercharged for pros.\\n\\n\\n Learn more Buy\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n Future. Forward. The new Black Unity watch band and matching face, inspired by Afrofuturism.\\n\\n\\n Learn more Buy\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n\\n Limited-time offer Give more to your heart. Get up to $235 with extra trade-in savings on Apple Watch Series 7 when you upgrade during Heart Month.\\n\\n Shop\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n Apple Arcade Wylde Flowers. Play now.\\n\\n\\n Learn more Try it free\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n Apple Card Get up to 3% Daily Cash back with every purchase.\\n\\n\\n Learn more Apply now\\n\\n\\n\\n{\\n\\\"@context\\\": \\\"http://schema.org\\\",\\n\\\"@id\\\": \\\"https://www.apple.com/#website\\\",\\n\\\"@type\\\": \\\"WebSite\\\",\\n\\\"url\\\": \\\"https://www.apple.com/\\\",\\n\\\"name\\\": \\\"Apple\\\",\\n\\\"potentialAction\\\": {\\n\\\"@type\\\": \\\"SearchAction\\\",\\n\\\"target\\\": \\\"https://www.apple.com/us/search/{search_term_string}?src=mc_google\\\",\\n\\\"query-input\\\": \\\"required name=search_term_string\\\"\\n}\\n}\\n{\\n\\\"@context\\\": \\\"http://schema.org\\\",\\n\\\"@id\\\": \\\"https://www.apple.com/#webpage\\\",\\n\\\"@type\\\": \\\"WebPage\\\",\\n\\\"url\\\": \\\"https://www.apple.com/\\\",\\n\\\"name\\\": \\\"Apple\\\"\\n}\"\r\n    },\r\n    \"score\": \"73.9\"\r\n}"},{"id":"ed0b65f1-d487-48ee-8140-45f29d487f30","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"url\": \"www.lasicilia.it\"\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/analysis"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"4377fbff-39f7-4afb-8d8f-69b49e2f304b","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\r\n    \"url\": \"www.apple.com\",\r\n    \"locale\": \"IT\"\r\n}"},"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/analysis"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"b265a821-b94b-43e3-bf86-7038deedfe77"},{"name":"Get Locale","id":"51fabae0-44da-4a0a-879a-9d1ce327b196","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/locale?format=json","urlObject":{"path":["api-user","v1","seo-checker","locale"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"17e79039-98d4-4ef7-86a4-01a04a9bb833","name":"200 - Success","originalRequest":{"method":"GET","header":[],"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/locale"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"33"},{"key":"ETag","value":"W/\"21-YUYrdMdDpXCPx3motD77c58PH68\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:20:17 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    \"en\",\n    \"it\",\n    \"es\",\n    \"pl\"\n]"},{"id":"bdc21d4f-1bd2-4d06-8d25-05c3c17b1f51","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://api.seotesteronline.com/api-user/v1/seo-checker/locale"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-hYH8S9mMqPUHKtXAY+3nhJredKQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:23:37 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"unauthorized\"\n    }\n}"}],"_postman_id":"51fabae0-44da-4a0a-879a-9d1ce327b196"}],"id":"c3bb6e9f-50a3-4dec-b882-7ec6b51adb65","description":"<p>To comprehend better the features of SEO Checker APIs, you can try our tool by clicking here:\n<a href=\"https://suite.seotesteronline.com/seo-checker\">https://suite.seotesteronline.com/seo-checker</a></p>\n","_postman_id":"c3bb6e9f-50a3-4dec-b882-7ec6b51adb65","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}},{"name":"SERP Checker 360°","item":[{"name":"Backlink Analysis","id":"9817ce24-1145-4ffe-9d08-550d1547cb6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"iron man\",\r\n    \"countryCode\": \"IT\",\r\n    \"deviceId\": 1,\r\n    \"searchEngineId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/backlink?format=json","description":"<p>It returns you backlink data about the first 10 page results found in SERP for a specific typed query.</p>\n<p>Specifically, for every results page, it gives you back:</p>\n<ul>\n<li>Page Authority</li>\n<li>Domain Authority</li>\n<li>The total amount of backlink</li>\n<li>The number of dofollow backlinks</li>\n<li>The number of nofollow backlinks</li>\n<li>The number of domains that link to that page</li>\n<li>The total amount of estimated visits</li>\n<li>The average CTR (Click Through Rate)</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword (required)</td>\n<td>It identifies the keyword of which you want to analyze the first 10 results pages.</td>\n</tr>\n<tr>\n<td>countryCode (required)</td>\n<td>It identifies the country of which you want to analyze the first 10 results pages. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>It identifies the device on which you want to analyze the first 10 results pages. If you want to learn more about this param, go to the utility <a href=\"#get-device-id\">\"Get Device ID\"</a>.</td>\n</tr>\n<tr>\n<td>searchEngineId</td>\n<td>It identifies the search engine of which you want to analyze the first 10 results pages. Today are available 4 different search engines (Google, Yahoo!, Bing, and Yandex). If you want to learn more about this param, go to the utility <a href=\"#get-search-engine-ids\">\"Get Search Engine IDs\"</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","serp-checker","backlink"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"81190107-f03c-4da6-be8f-979a942e371c","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.seotesteronline.com/api-user/v1/serp-checker/backlink","host":["https://api.seotesteronline.com"],"path":["api-user","v1","serp-checker","backlink"],"query":[{"key":"","value":"","type":"text","disabled":true}]}},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"link\": \"https://it.wikipedia.org/wiki/Iron_Man_(film)\",\r\n        \"linkAuthority\": 43,\r\n        \"linkDomainAuthority\": 100,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 1,\r\n        \"rankPosition\": 1,\r\n        \"breadcrumb\": \"https://it.wikipedia.org › wiki › Iron_Man_(film)\",\r\n        \"title\": \"Iron Man (film) - Wikipedia\",\r\n        \"ctr\": 28.5,\r\n        \"backlinks\": 258,\r\n        \"dofollowBacklinks\": 182,\r\n        \"nofollowBacklinks\": 76,\r\n        \"refdomains\": 76\r\n    },\r\n    {\r\n        \"link\": \"https://www.imdb.com/title/tt0371746/\",\r\n        \"linkAuthority\": 44,\r\n        \"linkDomainAuthority\": 96,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 2,\r\n        \"rankPosition\": 4,\r\n        \"breadcrumb\": \"https://www.imdb.com › title\",\r\n        \"title\": \"Iron Man (2008) - IMDb\",\r\n        \"ctr\": 15.7,\r\n        \"backlinks\": 2757,\r\n        \"dofollowBacklinks\": 2079,\r\n        \"nofollowBacklinks\": 678,\r\n        \"refdomains\": 30\r\n    },\r\n    {\r\n        \"link\": \"https://www.amazon.it/Iron-man-Robert-Downey-Jr/dp/B00EYJC1S2\",\r\n        \"linkAuthority\": 23,\r\n        \"linkDomainAuthority\": 93,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 3,\r\n        \"rankPosition\": 5,\r\n        \"breadcrumb\": \"https://www.amazon.it › Iron-man-Robert-Downey-Jr\",\r\n        \"title\": \"Iron man - Amazon.it\",\r\n        \"ctr\": 11\r\n    },\r\n    {\r\n        \"link\": \"https://www.wired.it/play/cinema/2020/12/14/addio-robert-downey-jr-iron-man-definitivo/\",\r\n        \"linkAuthority\": 30,\r\n        \"linkDomainAuthority\": 88,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 4,\r\n        \"rankPosition\": 7,\r\n        \"breadcrumb\": \"https://www.wired.it › Cultura › Cultura\",\r\n        \"title\": \"L'addio di Robert Downey Jr. a Iron Man è definitivo ...\",\r\n        \"ctr\": 8,\r\n        \"backlinks\": 22,\r\n        \"dofollowBacklinks\": 22,\r\n        \"refdomains\": 9\r\n    },\r\n    {\r\n        \"link\": \"https://www.tomshw.it/culturapop/iron-man-le-origini-del-corazzato-eroe-marvel/\",\r\n        \"linkAuthority\": 23,\r\n        \"linkDomainAuthority\": 78,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 5,\r\n        \"rankPosition\": 8,\r\n        \"breadcrumb\": \"https://www.tomshw.it › culturapop › iron-man-le-origi...\",\r\n        \"title\": \"Iron Man: le origini del corazzato eroe Marvel - Tom's ...\",\r\n        \"ctr\": 7.2,\r\n        \"backlinks\": 11,\r\n        \"dofollowBacklinks\": 9,\r\n        \"nofollowBacklinks\": 2,\r\n        \"refdomains\": 7\r\n    },\r\n    {\r\n        \"link\": \"https://www.amica.it/2019/04/04/robert-downey-jr-iron-man-54-anni/\",\r\n        \"linkAuthority\": 18,\r\n        \"linkDomainAuthority\": 72,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 6,\r\n        \"rankPosition\": 9,\r\n        \"breadcrumb\": \"https://www.amica.it › Party & People\",\r\n        \"title\": \"Robert Downey Jr: Iron Man compie 54 anni e ci dice addio\",\r\n        \"ctr\": 5.1,\r\n        \"backlinks\": 14,\r\n        \"dofollowBacklinks\": 12,\r\n        \"nofollowBacklinks\": 2,\r\n        \"refdomains\": 9\r\n    },\r\n    {\r\n        \"link\": \"https://www.panini.it/shp_ita_it/fumetti-libri-riviste/marvel/personaggi-marvel/iron-man.html\",\r\n        \"linkAuthority\": 12,\r\n        \"linkDomainAuthority\": 71,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 7,\r\n        \"rankPosition\": 11,\r\n        \"breadcrumb\": \"https://www.panini.it › shp_ita_it › marvel › iron-man\",\r\n        \"title\": \"Iron Man - Fumetti, libri e riviste | Personaggi Marvel ...\",\r\n        \"ctr\": 4\r\n    },\r\n    {\r\n        \"link\": \"https://www.timvision.it/detail/50290457-iron-man\",\r\n        \"linkAuthority\": 10,\r\n        \"linkDomainAuthority\": 63,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 8,\r\n        \"rankPosition\": 12,\r\n        \"breadcrumb\": \"https://www.timvision.it › detail › 50290457-iron-man\",\r\n        \"title\": \"Iron Man - TIMVISION\",\r\n        \"ctr\": 3.2\r\n    },\r\n    {\r\n        \"link\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man\",\r\n        \"linkAuthority\": 56,\r\n        \"linkDomainAuthority\": 93,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 9,\r\n        \"rankPosition\": 13,\r\n        \"breadcrumb\": \"https://marvelcinematicuniverse.fandom.com › wiki › Iro...\",\r\n        \"title\": \"Iron Man | Marvel Cinematic Universe Wiki | Fandom\",\r\n        \"ctr\": 2.8,\r\n        \"backlinks\": 1685,\r\n        \"dofollowBacklinks\": 775,\r\n        \"nofollowBacklinks\": 910,\r\n        \"refdomains\": 642\r\n    },\r\n    {\r\n        \"link\": \"https://www.facebook.com/IronManITA/\",\r\n        \"linkAuthority\": 31,\r\n        \"linkDomainAuthority\": 100,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 10,\r\n        \"rankPosition\": 14,\r\n        \"breadcrumb\": \"https://www.facebook.com › ... › TV & Movies › Movie\",\r\n        \"title\": \"Iron Man IT - Home | Facebook\",\r\n        \"ctr\": 2.5\r\n    }\r\n]"},{"id":"f2e25523-49b9-46db-8387-ff281b181440","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/backlink"},"status":"Bad Request","code":400,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"1bcd3a18-fe0b-4d04-b2ca-3aefee72ddc9","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/backlink"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"6a231eae-8ff0-4016-92b8-4cd358a117e9","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"iron man\",\r\n    \"countryCode\": \"IT\",\r\n    \"deviceId\": 1,\r\n    \"searchEngineId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/backlink"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"9817ce24-1145-4ffe-9d08-550d1547cb6f"},{"name":"Copywriting Analysis","id":"dfcd0846-109a-435d-90a5-92569af59d05","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"iron man\",\r\n    \"countryCode\": \"IT\",\r\n    \"deviceId\": 1,\r\n    \"searchEngineId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/copywriting?format=json","description":"<p>It returns you copywriting data about the first 10 page results found in SERP for a specific typed query.</p>\n<p>Specifically, for every results page, it gives you back:</p>\n<ul>\n<li>Language</li>\n<li>Translations available</li>\n<li>The total amount of words and their relevance</li>\n<li>The URL</li>\n<li>The title tag</li>\n<li>The meta description tag</li>\n<li>The reading time</li>\n<li>The author</li>\n<li>The headings structure</li>\n<li>The anchor text of internal/external links</li>\n<li>The image alt attribute</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword (required)</td>\n<td>It identifies the keyword of which you want to analyze the first 10 results pages.</td>\n</tr>\n<tr>\n<td>countryCode (required)</td>\n<td>It identifies the country of which you want to analyze the first 10 results pages. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>It identifies the device on which you want to analyze the first 10 results pages. If you want to learn more about this param, go to the utility <a href=\"#get-device-id\">\"Get Device ID\"</a>.</td>\n</tr>\n<tr>\n<td>searchEngineId</td>\n<td>It identifies the search engine of which you want to analyze the first 10 results pages. Today are available 4 different search engines (Google, Yahoo!, Bing, and Yandex). If you want to learn more about this param, go to the utility <a href=\"#get-search-engine-ids\">\"Get Search Engine IDs\"</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","serp-checker","copywriting"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"113151a5-50bd-4dce-a490-2507a516f7f9","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/copywriting"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"author\": \"Contributori ai progetti Wikimedia\",\r\n        \"date\": \"2022-02-18T22:48:59.000Z\",\r\n        \"description\": null,\r\n        \"image\": \"https://upload.wikimedia.org/wikipedia/it/0/0d/Iron_Man.jpg\",\r\n        \"logo\": \"https://logo.clearbit.com/wikipedia.org\",\r\n        \"publisher\": \"Wikipedia\",\r\n        \"title\": \"Iron Man (film) - Wikipedia\",\r\n        \"url\": \"https://it.wikipedia.org/wiki/Iron_Man_(film)\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#mw-head\",\r\n                \"text\": \"Jump to navigation\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#searchInput\",\r\n                \"text\": \"Jump to search\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/File:Iron_Man.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Robert_Downey_Jr.\",\r\n                \"text\": \"Robert Downey Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Lingua_inglese\",\r\n                \"text\": \"inglese\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Stati_Uniti_d%27America\",\r\n                \"text\": \"Stati Uniti d'America\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Categoria:Film_del_2008\",\r\n                \"text\": \"2008\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Rapporto_d%27aspetto\",\r\n                \"text\": \"Rapporto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Genere_cinematografico\",\r\n                \"text\": \"Genere\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Film_d%27azione\",\r\n                \"text\": \"azione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Cinema_di_fantascienza\",\r\n                \"text\": \"fantascienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Regia_cinematografica\",\r\n                \"text\": \"Regia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jon_Favreau\",\r\n                \"text\": \"Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Soggetto_(cinema)\",\r\n                \"text\": \"Soggetto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_Comics\",\r\n                \"text\": \"Marvel Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Sceneggiatura\",\r\n                \"text\": \"Sceneggiatura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Mark_Fergus\",\r\n                \"text\": \"Mark Fergus\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Hawk_Ostby\",\r\n                \"text\": \"Hawk Ostby\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Art_Marcum&action=edit&redlink=1\",\r\n                \"text\": \"Art Marcum\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Matt_Holloway&action=edit&redlink=1\",\r\n                \"text\": \"Matt Holloway\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Produttore_cinematografico\",\r\n                \"text\": \"Produttore\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avi_Arad\",\r\n                \"text\": \"Avi Arad\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Kevin_Feige\",\r\n                \"text\": \"Kevin Feige\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Produttore_esecutivo\",\r\n                \"text\": \"Produttore esecutivo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Louis_D%27Esposito&action=edit&redlink=1\",\r\n                \"text\": \"Louis D'Esposito\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Peter_Billingsley&action=edit&redlink=1\",\r\n                \"text\": \"Peter Billingsley\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Ari_Arad&action=edit&redlink=1\",\r\n                \"text\": \"Ari Arad\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Stan_Lee\",\r\n                \"text\": \"Stan Lee\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=David_Maisel&action=edit&redlink=1\",\r\n                \"text\": \"David Maisel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Casa_di_produzione_cinematografica\",\r\n                \"text\": \"Casa di produzione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Paramount_Pictures\",\r\n                \"text\": \"Paramount Pictures\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_Entertainment\",\r\n                \"text\": \"Marvel Entertainment\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_Studios\",\r\n                \"text\": \"Marvel Studios\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Fairview_Entertainment\",\r\n                \"text\": \"Fairview Entertainment\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Distribuzione_cinematografica\",\r\n                \"text\": \"Distribuzione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Universal_Pictures_International_Italy\",\r\n                \"text\": \"Universal Pictures International Italy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Direttore_della_fotografia\",\r\n                \"text\": \"Fotografia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Matthew_Libatique\",\r\n                \"text\": \"Matthew Libatique\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Montaggio\",\r\n                \"text\": \"Montaggio\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Dan_Lebental&action=edit&redlink=1\",\r\n                \"text\": \"Dan Lebental\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Effetti_speciali\",\r\n                \"text\": \"Effetti speciali\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dan_Sudick\",\r\n                \"text\": \"Dan Sudick\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=John_Nelson_(artista_effetti_visivi)&action=edit&redlink=1\",\r\n                \"text\": \"John Nelson\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Ben_Snow&action=edit&redlink=1\",\r\n                \"text\": \"Ben Snow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Shane_Mahan&action=edit&redlink=1\",\r\n                \"text\": \"Shane Mahan\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Colonna_sonora\",\r\n                \"text\": \"Musiche\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ramin_Djawadi\",\r\n                \"text\": \"Ramin Djawadi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Scenografia\",\r\n                \"text\": \"Scenografia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=J._Michael_Riva&action=edit&redlink=1\",\r\n                \"text\": \"J. Michael Riva\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=David_F._Klassen&action=edit&redlink=1\",\r\n                \"text\": \"David F. Klassen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Lauri_Gaffin&action=edit&redlink=1\",\r\n                \"text\": \"Lauri Gaffin\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Laura_Jean_Shannon&action=edit&redlink=1\",\r\n                \"text\": \"Laura Jean Shannon\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Rebecca_Bentjen&action=edit&redlink=1\",\r\n                \"text\": \"Rebecca Bentjen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Deborah_La_Mia_Denaver&action=edit&redlink=1\",\r\n                \"text\": \"Deborah La Mia Denaver\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Attore\",\r\n                \"text\": \"Interpreti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Personaggio_immaginario\",\r\n                \"text\": \"personaggi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Robert_Downey_Jr.\",\r\n                \"text\": \"Robert Downey Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Terrence_Howard\",\r\n                \"text\": \"Terrence Howard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jeff_Bridges\",\r\n                \"text\": \"Jeff Bridges\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Shaun_Toub\",\r\n                \"text\": \"Shaun Toub\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Gwyneth_Paltrow\",\r\n                \"text\": \"Gwyneth Paltrow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Doppiaggio\",\r\n                \"text\": \"Doppiatori italiani\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Angelo_Maggi\",\r\n                \"text\": \"Angelo Maggi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Fabrizio_Vidale\",\r\n                \"text\": \"Fabrizio Vidale\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Massimo_Corvo\",\r\n                \"text\": \"Massimo Corvo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Sergio_Lucchetti\",\r\n                \"text\": \"Sergio Lucchetti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Francesca_Fiorentini\",\r\n                \"text\": \"Francesca Fiorentini\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Film\",\r\n                \"text\": \"film\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2008\",\r\n                \"text\": \"2008\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jon_Favreau\",\r\n                \"text\": \"Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Fumetto\",\r\n                \"text\": \"fumetti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_Comics\",\r\n                \"text\": \"Marvel Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Robert_Downey_Jr.\",\r\n                \"text\": \"Robert Downey Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Film_del_Marvel_Cinematic_Universe\",\r\n                \"text\": \"primo film\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_Cinematic_Universe\",\r\n                \"text\": \"Marvel Cinematic Universe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Mark_Fergus\",\r\n                \"text\": \"Mark Fergus\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Hawk_Ostby\",\r\n                \"text\": \"Hawk Ostby\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Terrence_Howard\",\r\n                \"text\": \"Terrence Howard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jeff_Bridges\",\r\n                \"text\": \"Jeff Bridges\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Shaun_Toub\",\r\n                \"text\": \"Shaun Toub\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Gwyneth_Paltrow\",\r\n                \"text\": \"Gwyneth Paltrow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Joe_Quesada\",\r\n                \"text\": \"Joe Quesada\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Brian_Michael_Bendis\",\r\n                \"text\": \"Brian Michael Bendis\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Mark_Millar\",\r\n                \"text\": \"Mark Millar\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Premi_Oscar_2009\",\r\n                \"text\": \"Oscar 2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Trama\",\r\n                \"text\": \"1 Trama\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Personaggi\",\r\n                \"text\": \"2 Personaggi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Produzione\",\r\n                \"text\": \"3 Produzione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Regia\",\r\n                \"text\": \"3.1 Regia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Colonna_sonora\",\r\n                \"text\": \"4 Colonna sonora\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Distribuzione\",\r\n                \"text\": \"5 Distribuzione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Edizione_italiana\",\r\n                \"text\": \"5.1 Edizione italiana\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Accoglienza\",\r\n                \"text\": \"6 Accoglienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Incassi\",\r\n                \"text\": \"6.1 Incassi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Critica\",\r\n                \"text\": \"6.2 Critica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Riconoscimenti\",\r\n                \"text\": \"7 Riconoscimenti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Altri_media\",\r\n                \"text\": \"8 Altri media\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Adattamento_a_fumetti\",\r\n                \"text\": \"8.1 Adattamento a fumetti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Videogioco\",\r\n                \"text\": \"8.2 Videogioco\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Animazione_3D\",\r\n                \"text\": \"8.3 Animazione 3D\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Sequel\",\r\n                \"text\": \"9 Sequel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Note\",\r\n                \"text\": \"10 Note\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Altri_progetti\",\r\n                \"text\": \"11 Altri progetti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#Collegamenti_esterni\",\r\n                \"text\": \"12 Collegamenti esterni\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=1\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=1\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_(Marvel_Cinematic_Universe)\",\r\n                \"text\": \"Tony Stark\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Arma_da_fuoco\",\r\n                \"text\": \"armi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Tenente_colonnello\",\r\n                \"text\": \"tenente colonnello\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/War_Machine\",\r\n                \"text\": \"James \\\"Rhodey\\\" Rhodes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Afghanistan\",\r\n                \"text\": \"Afghanistan\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Missile\",\r\n                \"text\": \"missile\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Aeroporto\",\r\n                \"text\": \"aeroporto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Bomba\",\r\n                \"text\": \"bomba\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Terrorismo\",\r\n                \"text\": \"terroristi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Cuore\",\r\n                \"text\": \"cuore\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ho_Yinsen\",\r\n                \"text\": \"Yinsen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Elettromagnete\",\r\n                \"text\": \"elettromagnete\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Armatura\",\r\n                \"text\": \"armatura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Deserto\",\r\n                \"text\": \"deserto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Edwin_Jarvis\",\r\n                \"text\": \"J.A.R.V.I.S.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Intelligenza_artificiale\",\r\n                \"text\": \"intelligenza artificiale\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Lega_(metallurgia)\",\r\n                \"text\": \"lega\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Oro\",\r\n                \"text\": \"oro\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Titanio\",\r\n                \"text\": \"titanio\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Monger\",\r\n                \"text\": \"Obadiah Stane\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Aereo_da_caccia\",\r\n                \"text\": \"aerei da caccia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Aviatore\",\r\n                \"text\": \"pilota\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ingegnere\",\r\n                \"text\": \"ingegneri\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Pepper_Potts\",\r\n                \"text\": \"Pepper Potts\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Phil_Coulson\",\r\n                \"text\": \"Phil Coulson\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/S.H.I.E.L.D.\",\r\n                \"text\": \"S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Sovraccarico\",\r\n                \"text\": \"sovraccaricare\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Nick_Fury\",\r\n                \"text\": \"Nick Fury\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Supereroe\",\r\n                \"text\": \"supereroe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers_(Marvel_Cinematic_Universe)\",\r\n                \"text\": \"Vendicatori\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=2\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=2\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_(Marvel_Cinematic_Universe)\",\r\n                \"text\": \"Tony Stark / Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Robert_Downey_Jr.\",\r\n                \"text\": \"Robert Downey Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Afghanistan\",\r\n                \"text\": \"Afghanistan\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/High-tech\",\r\n                \"text\": \"high-tech\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Nicolas_Cage\",\r\n                \"text\": \"Nicolas Cage\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Tom_Cruise\",\r\n                \"text\": \"Tom Cruise\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Leonardo_DiCaprio\",\r\n                \"text\": \"Leonardo DiCaprio\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-2\",\r\n                \"text\": \"[2]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Cast_(cinema)\",\r\n                \"text\": \"cast\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Effetti_speciali\",\r\n                \"text\": \"effetti speciali\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-3\",\r\n                \"text\": \"[3]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-4\",\r\n                \"text\": \"[4]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/War_Machine\",\r\n                \"text\": \"James \\\"Rhodey\\\" Rhodes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Terrence_Howard\",\r\n                \"text\": \"Terrence Howard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-5\",\r\n                \"text\": \"[5]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Monger\",\r\n                \"text\": \"Obadiah Stane / Iron Monger\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jeff_Bridges\",\r\n                \"text\": \"Jeff Bridges\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Yinsen\",\r\n                \"text\": \"Ho Yinsen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Shaun_Toub\",\r\n                \"text\": \"Shaun Toub\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Pepper_Potts\",\r\n                \"text\": \"Virginia \\\"Pepper\\\" Potts\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Gwyneth_Paltrow\",\r\n                \"text\": \"Gwyneth Paltrow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Faran_Tahir\",\r\n                \"text\": \"Faran Tahir\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Clark_Gregg\",\r\n                \"text\": \"Clark Gregg\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Phil_Coulson\",\r\n                \"text\": \"Phil Coulson\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/S.H.I.E.L.D.\",\r\n                \"text\": \"S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Leslie_Bibb\",\r\n                \"text\": \"Leslie Bibb\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Vanity_Fair_(rivista_statunitense)\",\r\n                \"text\": \"Vanity Fair\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jon_Favreau\",\r\n                \"text\": \"Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Happy_Hogan\",\r\n                \"text\": \"Harold \\\"Happy\\\" Hogan\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Cameo\",\r\n                \"text\": \"camei\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Samuel_L._Jackson\",\r\n                \"text\": \"Samuel L. Jackson\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Nick_Fury\",\r\n                \"text\": \"Nick Fury\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/S.H.I.E.L.D.\",\r\n                \"text\": \"S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Vendicatori\",\r\n                \"text\": \"Vendicatori\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Stan_Lee\",\r\n                \"text\": \"Stan Lee\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Hugh_Hefner\",\r\n                \"text\": \"Hugh Hefner\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Sayed_Badreya&action=edit&redlink=1\",\r\n                \"text\": \"Sayed Badreya\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Tim_Guinee\",\r\n                \"text\": \"Tim Guinee\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Bill_Smitrovich\",\r\n                \"text\": \"Bill Smitrovich\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Gerard_Sanders&action=edit&redlink=1\",\r\n                \"text\": \"Gerard Sanders\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Howard_Stark\",\r\n                \"text\": \"Howard Stark\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Peter_Billingsley&action=edit&redlink=1\",\r\n                \"text\": \"Peter Billingsley\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Tom_Morello\",\r\n                \"text\": \"Tom Morello\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Jim_Cramer&action=edit&redlink=1\",\r\n                \"text\": \"Jim Cramer\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Edwin_Jarvis\",\r\n                \"text\": \"J.A.R.V.I.S.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Paul_Bettany\",\r\n                \"text\": \"Paul Bettany\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=3\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=3\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/File:Terrence_Howard_studying_aircraft_controls_for_his_role_in_the_2008_Iron_Man_film.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/File:Terrence_Howard_studying_aircraft_controls_for_his_role_in_the_2008_Iron_Man_film.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Terrence_Howard\",\r\n                \"text\": \"Terrence Howard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Pre-produzione\",\r\n                \"text\": \"pre-produzione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2006\",\r\n                \"text\": \"2006\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2007\",\r\n                \"text\": \"2007\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Los_Angeles\",\r\n                \"text\": \"Los Angeles\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-6\",\r\n                \"text\": \"[6]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2007\",\r\n                \"text\": \"2007\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Budget\",\r\n                \"text\": \"budget\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dollari_statunitensi\",\r\n                \"text\": \"dollari\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-BOM-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Mandarino_(personaggio)\",\r\n                \"text\": \"Mandarino\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-8\",\r\n                \"text\": \"[8]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Monger\",\r\n                \"text\": \"Iron Monger\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/San_Diego\",\r\n                \"text\": \"San Diego\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2007\",\r\n                \"text\": \"2007\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/San_Diego_Comic-Con_International\",\r\n                \"text\": \"Comic-Con\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-9\",\r\n                \"text\": \"[9]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-10\",\r\n                \"text\": \"[10]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=4\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=4\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jon_Favreau\",\r\n                \"text\": \"Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Armi\",\r\n                \"text\": \"armi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Coscienza\",\r\n                \"text\": \"coscienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-11\",\r\n                \"text\": \"[11]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=5\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=5\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Colonna_sonora\",\r\n                \"text\": \"colonna sonora\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ramin_Djawadi\",\r\n                \"text\": \"Ramin Djawadi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-12\",\r\n                \"text\": \"[12]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Back_in_Black_(singolo_AC/DC)\",\r\n                \"text\": \"Back in Black\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/AC/DC\",\r\n                \"text\": \"AC/DC\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_(Black_Sabbath)\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Black_Sabbath\",\r\n                \"text\": \"Black Sabbath\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=6\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=6\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-13\",\r\n                \"text\": \"[13]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=7\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=7\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Direttore_del_doppiaggio\",\r\n                \"text\": \"direzione del doppiaggio\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dialoghista\",\r\n                \"text\": \"dialoghi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marco_Guadagno\",\r\n                \"text\": \"Marco Guadagno\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-14\",\r\n                \"text\": \"[14]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=8\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=8\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=9\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=9\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dollaro_statunitense\",\r\n                \"text\": \"$\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/America_del_Nord\",\r\n                \"text\": \"Nord America\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dollaro_statunitense\",\r\n                \"text\": \"$\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dollaro_statunitense\",\r\n                \"text\": \"$\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Italia\",\r\n                \"text\": \"Italia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dollaro_statunitense\",\r\n                \"text\": \"$\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-BOM-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=10\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=10\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Rotten_Tomatoes\",\r\n                \"text\": \"Rotten Tomatoes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-15\",\r\n                \"text\": \"[15]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Metacritic\",\r\n                \"text\": \"Metacritic\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-16\",\r\n                \"text\": \"[16]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=11\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=11\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Premi_Oscar_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Premio_Oscar\",\r\n                \"text\": \"Premio Oscar\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-17\",\r\n                \"text\": \"[17]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Oscar_ai_migliori_effetti_speciali\",\r\n                \"text\": \"migliori effetti speciali\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=John_Nelson_(artista_effetti_visivi)&action=edit&redlink=1\",\r\n                \"text\": \"John Nelson\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Ben_Snow&action=edit&redlink=1\",\r\n                \"text\": \"Ben Snow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Dan_Sudick\",\r\n                \"text\": \"Dan Sudick\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Shane_Mahan&action=edit&redlink=1\",\r\n                \"text\": \"Shane Mahan\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Oscar_al_miglior_montaggio_sonoro\",\r\n                \"text\": \"miglior montaggio sonoro\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Frank_E._Eulner&action=edit&redlink=1\",\r\n                \"text\": \"Frank E. Eulner\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Christopher_Boyes\",\r\n                \"text\": \"Christopher Boyes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Premi_BAFTA_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/British_Academy_Film_Awards\",\r\n                \"text\": \"Premio BAFTA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-18\",\r\n                \"text\": \"[18]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/BAFTA_ai_migliori_effetti_speciali\",\r\n                \"text\": \"migliori effetti speciali\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Hal_Hickel&action=edit&redlink=1\",\r\n                \"text\": \"Hal Hickel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Rebecca_Bentjen&action=edit&redlink=1\",\r\n                \"text\": \"Rebecca Bentjen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Laura_Jean_Shannon&action=edit&redlink=1\",\r\n                \"text\": \"Laura Jean Shannon\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/13%C2%AA_edizione_dei_Satellite_Awards\",\r\n                \"text\": \"2008\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Satellite_Award\",\r\n                \"text\": \"Satellite Award\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Satellite_Award_per_i_migliori_effetti_visivi\",\r\n                \"text\": \"migliori effetti visivi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Satellite_Award_per_il_miglior_suono\",\r\n                \"text\": \"miglior suono\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Teen_Choice_Awards_2008\",\r\n                \"text\": \"2008\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Teen_Choice_Award\",\r\n                \"text\": \"Teen Choice Award\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Robert_Downey_Jr.\",\r\n                \"text\": \"Robert Downey Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Gwyneth_Paltrow\",\r\n                \"text\": \"Gwyneth Paltrow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jeff_Bridges\",\r\n                \"text\": \"Jeff Bridges\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=J._Michael_Riva&action=edit&redlink=1\",\r\n                \"text\": \"J. Michael Riva\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Critics%27_Choice_Awards\",\r\n                \"text\": \"Critics' Choice Awards\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Empire_Awards_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Empire_Awards\",\r\n                \"text\": \"Empire Awards\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Empire_Awards_per_il_miglior_film\",\r\n                \"text\": \"miglior film\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/MTV_Movie_Awards_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/MTV_Movie_%26_TV_Awards\",\r\n                \"text\": \"MTV Movie & TV Awards\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/MTV_Movie_Award_al_miglior_film\",\r\n                \"text\": \"miglior film\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/MTV_Movie_Award_alla_migliore_performance_maschile\",\r\n                \"text\": \"migliore performance maschile\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Nickelodeon_Kids%27_Choice_Awards\",\r\n                \"text\": \"Nickelodeon Kids' Choice Awards\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/People%27s_Choice_Awards_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/E!_People%27s_Choice_Awards\",\r\n                \"text\": \"E! People's Choice Awards\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Premio_Hugo\",\r\n                \"text\": \"Premio Hugo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Premio_Hugo_per_la_miglior_rappresentazione_drammatica,_forma_lunga\",\r\n                \"text\": \"miglior rappresentazione drammatica, forma lunga\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Awards_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award\",\r\n                \"text\": \"Saturn Award\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-19\",\r\n                \"text\": \"[19]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-20\",\r\n                \"text\": \"[20]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_il_miglior_film_di_fantascienza\",\r\n                \"text\": \"Miglior film di fantascienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_il_miglior_attore\",\r\n                \"text\": \"Miglior attore\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_la_miglior_regia\",\r\n                \"text\": \"Miglior regia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jon_Favreau\",\r\n                \"text\": \"Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_la_miglior_attrice\",\r\n                \"text\": \"miglior attrice\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_il_miglior_attore_non_protagonista\",\r\n                \"text\": \"miglior attore non protagonista\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_i_migliori_effetti_speciali\",\r\n                \"text\": \"migliori effetti speciali\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_la_migliore_sceneggiatura\",\r\n                \"text\": \"migliore sceneggiatura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Mark_Fergus\",\r\n                \"text\": \"Mark Fergus\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Hawk_Ostby\",\r\n                \"text\": \"Hawk Ostby\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Art_Marcum&action=edit&redlink=1\",\r\n                \"text\": \"Art Marcum\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Matt_Holloway&action=edit&redlink=1\",\r\n                \"text\": \"Matt Holloway\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Saturn_Award_per_la_miglior_colonna_sonora\",\r\n                \"text\": \"miglior colonna sonora\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ramin_Djawadi\",\r\n                \"text\": \"Ramin Djawadi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Screen_Actors_Guild_Awards_2009\",\r\n                \"text\": \"2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Screen_Actors_Guild_Award\",\r\n                \"text\": \"Screen Actors Guild Award\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Screen_Actors_Guild_Award_per_le_migliori_controfigure_cinematografiche\",\r\n                \"text\": \"migliori controfigure cinematografiche\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=12\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=12\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/File:Io_sono_Iron_Man.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/File:Io_sono_Iron_Man.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=13\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=13\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Peter_David\",\r\n                \"text\": \"Peter David\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Sean_Chen&action=edit&redlink=1\",\r\n                \"text\": \"Sean Chen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Victor_Olazaba&action=edit&redlink=1\",\r\n                \"text\": \"Victor Olazaba\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Scott_Hanna&action=edit&redlink=1\",\r\n                \"text\": \"Scott Hanna\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Panini_Comics\",\r\n                \"text\": \"Panini Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-21\",\r\n                \"text\": \"[21]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=14\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=14\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_(videogioco)\",\r\n                \"text\": \"omonimo videogioco\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Sega_(azienda)\",\r\n                \"text\": \"SEGA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/PlayStation_3\",\r\n                \"text\": \"PlayStation 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Wii\",\r\n                \"text\": \"Wii\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Xbox_360\",\r\n                \"text\": \"Xbox 360\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/PlayStation_Portable\",\r\n                \"text\": \"PSP\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/PlayStation_2\",\r\n                \"text\": \"PS2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=15\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=15\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2007\",\r\n                \"text\": \"2007\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Uomo_Ragno\",\r\n                \"text\": \"Spider-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Hulk\",\r\n                \"text\": \"Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-22\",\r\n                \"text\": \"[22]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=16\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=16\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_2\",\r\n                \"text\": \"Iron Man 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_3\",\r\n                \"text\": \"Iron Man 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Sequel\",\r\n                \"text\": \"sequel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_2\",\r\n                \"text\": \"Iron Man 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Jon_Favreau\",\r\n                \"text\": \"Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_3\",\r\n                \"text\": \"Iron Man 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Shane_Black\",\r\n                \"text\": \"Shane Black\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=17\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=17\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-1\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.comicbookresources.com/?page=article&id=16292\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Lying In The Gutters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-2\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://archive.today/20121203033054/http://uk.movies.ign.com/articles/473/473492p1.html\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man Tidbits\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/IGN_(sito_web)\",\r\n                \"text\": \"IGN\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-3\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.fantascienza.com/magazine/speciali/10796/2\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man: A Beautiful Mind\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-4\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Empire_(periodico)\",\r\n                \"text\": \"Empire\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-5\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.fantascienza.com/magazine/speciali/10794/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Terrence Howard: Il mio futuro è War Machine\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-6\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://imdb.com/title/tt0371746/locations\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Filming locations for Iron Man (2008)\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-BOM_7-0\",\r\n                \"text\": \"a\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-BOM_7-1\",\r\n                \"text\": \"b\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.boxofficemojo.com/movies/?id=ironman.htm\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Box_Office_Mojo\",\r\n                \"text\": \"Box Office Mojo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Amazon.com\",\r\n                \"text\": \"Amazon.com\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1237\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-8\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.superherohype.com/features/articles/96427-exclusive-an-in-depth-iron-man-talk-with-jon-favreau\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Exclusive: An In-Depth Iron Man Talk with Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-9\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.marvel.com/news/moviestories.1354.Iron_Man_Triumphant_at_Comic-Con_2007\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man Stands Triumphant at San Diego Comic-Con 2007\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-10\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://web.archive.org/web/20170121042935/https://www.comicsmag.it/10-aneddoti-non-sai-iron-man/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"10 aneddoti che non sai ancora su Iron Man e i suoi film - Comics Mag\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-11\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.fantascienza.com/magazine/speciali/10797\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Supereroe per caso: intervista a Jon Favreau\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-12\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.soundtrack.net/albums/database/?id=4860\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man Original Motion Picture Soundtrack\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-13\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://movieplayer.it/film/iron-man_9516/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man (2008)\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-14\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.antoniogenna.net/doppiaggio/film1/ironman.htm\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Il_mondo_dei_doppiatori\",\r\n                \"text\": \"Antoniogenna.net\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-15\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.rottentomatoes.com/m/iron_man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Rotten_Tomatoes\",\r\n                \"text\": \"Rotten Tomatoes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Fandango_Media\",\r\n                \"text\": \"Fandango Media, LLC\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1258\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-16\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.metacritic.com/movie/iron-man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Metacritic\",\r\n                \"text\": \"Metacritic\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1712\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-17\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.comingsoon.it/cinema/news/81esimi-academy-awards-le-nomination-agli-oscar-2009/n587/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"81esimi Academy Awards® - Le nomination agli Oscar® 2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-18\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://awards.bafta.org/award/2009/film\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"BAFTA 2009\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-19\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.ilcinemaniaco.com/saturn-awards-2009-nomination-film/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Saturn Awards 2009, tutte le nomination: 11 per Il cavaliere oscuro\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-20\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://movieplayer.it/news/35-saturn-award-trionfano-i-supereoi_9735/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"35° Saturn Award: trionfano i supereroi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-21\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.fantasymagazine.it/fumetti/12537/io-sono-iron-man/\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Io sono Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_ref-22\",\r\n                \"text\": \"^\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.badtaste.it/index.php?option=com_content&task=view&id=3077&Itemid=84\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Online l'avventura di Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=18\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=18\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikiquote.org/wiki/Iron_Man\",\r\n                \"text\": \"Wikiquote\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://commons.wikimedia.org/wiki/Category:Iron_Man_(film)?uselang=it\",\r\n                \"text\": \"Wikimedia Commons\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikiquote.org/wiki/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikiquote.org/wiki/\",\r\n                \"text\": \"Wikiquote\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikiquote.org/wiki/Iron_Man\",\r\n                \"text\": \"Iron Man (film)\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://commons.wikimedia.org/wiki/?uselang=it\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://commons.wikimedia.org/wiki/?uselang=it\",\r\n                \"text\": \"Wikimedia Commons\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://commons.wikimedia.org/wiki/Category:Iron_Man_(film)?uselang=it\",\r\n                \"text\": \"Iron Man (film)\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikinews.org/wiki/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikinews.org/wiki/\",\r\n                \"text\": \"Wikinotizie\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikinews.org/wiki/Iron_Man_3:_le_riprese_inizieranno_nel_febbraio_2012\",\r\n                \"text\": \"Iron Man 3: le riprese inizieranno nel febbraio 2012\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&veaction=edit&section=19\",\r\n                \"text\": \"modifica\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/w/index.php?title=Iron_Man_(film)&action=edit&section=19\",\r\n                \"text\": \"modifica wikitesto\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://marvel.com/movies/movie/iron_man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Sito ufficiale\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P856\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.britannica.com/topic/Iron-Man-film-by-Favreau\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Enciclopedia_Britannica\",\r\n                \"text\": \"Enciclopedia Britannica\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1417\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.antoniogenna.net/doppiaggio/film1/ironman.htm\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Il_mondo_dei_doppiatori\",\r\n                \"text\": \"Il mondo dei doppiatori\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P5099\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.imdb.com/Name?tt0371746\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Internet_Movie_Database\",\r\n                \"text\": \"Internet Movie Database\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P345\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.allmovie.com/movie/v353425\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/AllMovie\",\r\n                \"text\": \"AllMovie\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/All_Media_Network\",\r\n                \"text\": \"All Media Network\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1562\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.rottentomatoes.com/m/iron_man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Rotten_Tomatoes\",\r\n                \"text\": \"Rotten Tomatoes\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1258\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.filmaffinity.com/en/film201496.html\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/FilmAffinity\",\r\n                \"text\": \"FilmAffinity\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P480\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.metacritic.com/movie/iron-man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Metacritic\",\r\n                \"text\": \"Metacritic\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1712\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.boxofficemojo.com/movies/?id=ironman.htm\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Box_Office_Mojo\",\r\n                \"text\": \"Box Office Mojo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Amazon.com\",\r\n                \"text\": \"Amazon.com\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P1237\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://web.archive.org/web/20120101/http://www.tv.com/movies/iron-man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/TV.com\",\r\n                \"text\": \"TV.com\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P2638\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://catalog.afi.com/Catalog/MovieDetails/55497\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/American_Film_Institute\",\r\n                \"text\": \"American Film Institute\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wikidata.org/wiki/Q192724#P3593\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Template:Marvel_Cinematic_Universe\",\r\n                \"text\": \"V\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Discussioni_template:Marvel_Cinematic_Universe\",\r\n                \"text\": \"D\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://it.wikipedia.org/w/index.php?title=Template:Marvel_Cinematic_Universe&action=edit\",\r\n                \"text\": \"M\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_Cinematic_Universe\",\r\n                \"text\": \"Marvel Cinematic Universe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Film_del_Marvel_Cinematic_Universe\",\r\n                \"text\": \"Film\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/L%27incredibile_Hulk_(film)\",\r\n                \"text\": \"L'incredibile Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_2\",\r\n                \"text\": \"Iron Man 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Thor_(film)\",\r\n                \"text\": \"Thor\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Captain_America_-_Il_primo_Vendicatore\",\r\n                \"text\": \"Captain America - Il primo Vendicatore\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/The_Avengers_(film_2012)\",\r\n                \"text\": \"The Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_3\",\r\n                \"text\": \"Iron Man 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Thor:_The_Dark_World\",\r\n                \"text\": \"Thor: The Dark World\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Captain_America:_The_Winter_Soldier\",\r\n                \"text\": \"Captain America: The Winter Soldier\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Guardiani_della_Galassia_(film)\",\r\n                \"text\": \"Guardiani della Galassia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers:_Age_of_Ultron\",\r\n                \"text\": \"Avengers: Age of Ultron\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ant-Man_(film)\",\r\n                \"text\": \"Ant-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Captain_America:_Civil_War\",\r\n                \"text\": \"Captain America: Civil War\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Doctor_Strange_(film)\",\r\n                \"text\": \"Doctor Strange\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Guardiani_della_Galassia_Vol._2\",\r\n                \"text\": \"Guardiani della Galassia Vol. 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Spider-Man:_Homecoming\",\r\n                \"text\": \"Spider-Man: Homecoming\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Thor:_Ragnarok\",\r\n                \"text\": \"Thor: Ragnarok\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Black_Panther_(film)\",\r\n                \"text\": \"Black Panther\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers:_Infinity_War\",\r\n                \"text\": \"Avengers: Infinity War\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ant-Man_and_the_Wasp\",\r\n                \"text\": \"Ant-Man and the Wasp\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Captain_Marvel_(film)\",\r\n                \"text\": \"Captain Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers:_Endgame\",\r\n                \"text\": \"Avengers: Endgame\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Spider-Man:_Far_from_Home\",\r\n                \"text\": \"Spider-Man: Far from Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Black_Widow_(film_2021)\",\r\n                \"text\": \"Black Widow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Shang-Chi_e_la_leggenda_dei_Dieci_Anelli\",\r\n                \"text\": \"Shang-Chi e la leggenda dei Dieci Anelli\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Eternals\",\r\n                \"text\": \"Eternals\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Spider-Man:_No_Way_Home\",\r\n                \"text\": \"Spider-Man: No Way Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Doctor_Strange_nel_Multiverso_della_Follia\",\r\n                \"text\": \"Doctor Strange nel Multiverso della Follia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Serie_televisive_del_Marvel_Cinematic_Universe\",\r\n                \"text\": \"Televisione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Agents_of_S.H.I.E.L.D.\",\r\n                \"text\": \"Agents of S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(prima_stagione)\",\r\n                \"text\": \"1ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(seconda_stagione)\",\r\n                \"text\": \"2ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(terza_stagione)\",\r\n                \"text\": \"3ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(quarta_stagione)\",\r\n                \"text\": \"4ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(quinta_stagione)\",\r\n                \"text\": \"5ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(sesta_stagione)\",\r\n                \"text\": \"6ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agents_of_S.H.I.E.L.D._(settima_stagione)\",\r\n                \"text\": \"7ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Personaggi_di_Agents_of_S.H.I.E.L.D.\",\r\n                \"text\": \"personaggi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Agent_Carter\",\r\n                \"text\": \"Agent Carter\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agent_Carter_(prima_stagione)\",\r\n                \"text\": \"1ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Episodi_di_Agent_Carter_(seconda_stagione)\",\r\n                \"text\": \"2ª stagione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Personaggi_di_Agent_Carter\",\r\n                \"text\": \"personaggi\"\r\n            }\r\n        ],\r\n        \"images\": [\r\n            {\r\n                \"alt\": \"Iron Man.jpg\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/it/thumb/0/0d/Iron_Man.jpg/260px-Iron_Man.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/6/61/Terrence_Howard_studying_aircraft_controls_for_his_role_in_the_2008_Iron_Man_film.jpg/220px-Terrence_Howard_studying_aircraft_controls_for_his_role_in_the_2008_Iron_Man_film.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/it/thumb/e/e3/Io_sono_Iron_Man.jpg/180px-Io_sono_Iron_Man.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"Magnifying glass icon mgx2.svg\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/8/87/Magnifying_glass_icon_mgx2.svg/20px-Magnifying_glass_icon_mgx2.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Collabora a Wikiquote\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote-logo.svg/18px-Wikiquote-logo.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Collabora a Wikimedia Commons\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons-logo.svg/18px-Commons-logo.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Collabora a Wikinotizie\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews-logo.svg/18px-Wikinews-logo.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Modifica su Wikidata\",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/73/Blue_pencil.svg/10px-Blue_pencil.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \" \",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/3/3a/Mplayer.svg/25px-Mplayer.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \" \",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/d/d2/Fanta_logo.svg/25px-Fanta_logo.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \" \",\r\n                \"src\": \"//upload.wikimedia.org/wikipedia/commons/thumb/7/74/Marvel_balloon.svg/25px-Marvel_balloon.svg.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Wikimedia Foundation\",\r\n                \"src\": \"/static/images/footer/wikimedia-button.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Powered by MediaWiki\",\r\n                \"src\": \"/static/images/footer/poweredby_mediawiki_88x31.png\"\r\n            }\r\n        ],\r\n        \"metaDescription\": null,\r\n        \"h1\": [\r\n            \"Iron Man (film)\"\r\n        ],\r\n        \"h2\": [\r\n            \"Indice\",\r\n            \"Trama[modifica | modifica wikitesto]\",\r\n            \"Personaggi[modifica | modifica wikitesto]\",\r\n            \"Produzione[modifica | modifica wikitesto]\",\r\n            \"Colonna sonora[modifica | modifica wikitesto]\",\r\n            \"Distribuzione[modifica | modifica wikitesto]\",\r\n            \"Accoglienza[modifica | modifica wikitesto]\",\r\n            \"Riconoscimenti[modifica | modifica wikitesto]\",\r\n            \"Altri media[modifica | modifica wikitesto]\",\r\n            \"Sequel[modifica | modifica wikitesto]\",\r\n            \"Note[modifica | modifica wikitesto]\",\r\n            \"Altri progetti[modifica | modifica wikitesto]\",\r\n            \"Collegamenti esterni[modifica | modifica wikitesto]\",\r\n            \"Menu di navigazione\"\r\n        ],\r\n        \"h3\": [\r\n            \"Regia[modifica | modifica wikitesto]\",\r\n            \"Edizione italiana[modifica | modifica wikitesto]\",\r\n            \"Incassi[modifica | modifica wikitesto]\",\r\n            \"Critica[modifica | modifica wikitesto]\",\r\n            \"Adattamento a fumetti[modifica | modifica wikitesto]\",\r\n            \"Videogioco[modifica | modifica wikitesto]\",\r\n            \"Animazione 3D[modifica | modifica wikitesto]\",\r\n            \"Strumenti personali\",\r\n            \"Namespace\",\r\n            \"italiano\\n\\t\\t\\texpanded\\n\\t\\t\\tcollapsed\",\r\n            \"Visite\",\r\n            \"Altro\\n\\t\\t\\texpanded\\n\\t\\t\\tcollapsed\",\r\n            \"Ricerca\",\r\n            \"Navigazione\",\r\n            \"Comunità\",\r\n            \"Strumenti\",\r\n            \"Stampa/esporta\",\r\n            \"In altri progetti\",\r\n            \"In altre lingue\"\r\n        ],\r\n        \"wordCount\": 3462,\r\n        \"stopwordsCount\": 1783,\r\n        \"readingTime\": 755.3454545454546,\r\n        \"speakingTime\": 1154,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 18.58\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"iron\",\r\n                \"count\": 49,\r\n                \"percentage\": 2.92,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 79\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"film\",\r\n                \"count\": 47,\r\n                \"percentage\": 2.8,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 79\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"modifica wikitesto\",\r\n                \"count\": 19,\r\n                \"percentage\": 1.99,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 44\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"parser output\",\r\n                \"count\": 24,\r\n                \"percentage\": 2.52,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 40\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"tony\",\r\n                \"count\": 38,\r\n                \"percentage\": 2.26,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 38\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"modifica\",\r\n                \"count\": 38,\r\n                \"percentage\": 2.26,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 38\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"url consultato\",\r\n                \"count\": 21,\r\n                \"percentage\": 2.2,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 37\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"modifica modifica\",\r\n                \"count\": 19,\r\n                \"percentage\": 1.99,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 35\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"modifica modifica wikitesto\",\r\n                \"count\": 19,\r\n                \"percentage\": 1.84,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 33\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"colonna sonora\",\r\n                \"count\": 6,\r\n                \"percentage\": 0.63,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"film azione\",\r\n                \"count\": 6,\r\n                \"percentage\": 0.63,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"miglior film\",\r\n                \"count\": 6,\r\n                \"percentage\": 0.63,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"candidatura\",\r\n                \"count\": 26,\r\n                \"percentage\": 1.55,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 30\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"letta da wikidata\",\r\n                \"count\": 13,\r\n                \"percentage\": 1.26,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 26\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"downey jr\",\r\n                \"count\": 9,\r\n                \"percentage\": 0.94,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 21\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"candidatura per il miglior\",\r\n                \"count\": 9,\r\n                \"percentage\": 0.93,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 21\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"jon favreau\",\r\n                \"count\": 8,\r\n                \"percentage\": 0.84,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 19\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"tony stark\",\r\n                \"count\": 7,\r\n                \"percentage\": 0.73,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 17\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"robert downey\",\r\n                \"count\": 6,\r\n                \"percentage\": 0.63,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 16\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"stark industries\",\r\n                \"count\": 6,\r\n                \"percentage\": 0.63,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 16\r\n            }\r\n        ],\r\n        \"language\": \"it\",\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"Iron Man (film)\\n\\n\\n\\n\\n\\n\\n\\n\\n Da Wikipedia, l'enciclopedia libera. Jump to navigation Jump to search\\nè un del diretto da .\\nIron Man film 2008 Jon Favreau Basato sull'omonimo personaggio dei della , interpretato da Prodotto dai Marvel Studios e distribuito dalla Paramount Pictures, è il del , della cosiddetta \\\"Fase Uno\\\" e della \\\"Saga dell'Infinito\\\". È stato scritto da , , Art Marcum e Matt Holloway e interpretato, oltre che da Downey Jr., da , , e . Alla stesura della sceneggiatura hanno partecipato anche i fumettisti , , , Ralph Macchio, Tom Brevoort e Axel Alonzo. Nel film lo scienziato e miliardario Tony Stark costruisce un'armatura tecnologicamente avanzata e diventa il supereroe Iron Man.\\nfumetti Marvel Comics Iron Man Robert Downey Jr. primo film Marvel Cinematic Universe Mark Fergus Hawk Ostby Terrence Howard Jeff Bridges Shaun Toub Gwyneth Paltrow Joe Quesada Brian Michael Bendis Mark Millar Il film è stato un successo di critica e di pubblico, con ottimi risultati al box-office mondiale. Inoltre ha ricevuto due nomination agli per gli effetti visivi e il montaggio sonoro.\\nOscar 2009\\nIndice\\n1 Trama 2 Personaggi\\n3 Produzione\\n3.1 Regia 4 Colonna sonora\\n5 Distribuzione\\n5.1 Edizione italiana\\n6 Accoglienza\\n6.1 Incassi 6.2 Critica 7 Riconoscimenti\\n8 Altri media\\n8.1 Adattamento a fumetti 8.2 Videogioco 8.3 Animazione 3D 9 Sequel 10 Note 11 Altri progetti 12 Collegamenti esterni Trama [ modifica | modifica wikitesto ] , a capo delle Stark Industries, nota azienda produttrice di , si reca, insieme al suo amico , presso una base militare statunitense in per presentare il suo nuovo , il . Terminata la dimostrazione, il convoglio, che scorta Stark verso l' , viene colto da un'imboscata dove Tony viene gravemente ferito: numerose schegge si conficcano nel petto dell'inventore a seguito dell'esplosione di una . Viene, quindi, catturato e fatto prigioniero in una grotta da alcuni denominati \\\"Dieci Anelli\\\". Per evitare che le schegge raggiungano il di Tony, , un fisico compagno di prigionia di Tony, gli impianta nel petto un .\\nTony Stark armi tenente colonnello James \\\"Rhodey\\\" Rhodes Afghanistan missile Jericho aeroporto bomba terroristi cuore Yinsen elettromagnete I terroristi costringono Tony a costruire per loro il missile . Dopo aver costruito un piccolo Reattore Arc per alimentare l'elettromagnete nel suo petto, Tony, con l'aiuto di Yinsen, assembla un' per evadere: una volta terminata l'inventore la utilizza per far esplodere il villaggio dei terroristi e fuggire, ma Yinsen perde la vita. Abbandonata l'armatura, Tony vaga nel finché non viene trovato da Rhodes. Tornato in patria, Tony decide di chiudere la produzione di armi delle Stark Industries: i terroristi, infatti, erano entrati in possesso di molte delle sue armi nonostante la sua azienda le producesse solo per gli Stati Uniti. Dopo aver sostituito il Reattore Arc nel suo petto con un'unità più avanzata, Tony, con l'aiuto di , l' da lui creata, costruisce una nuova armatura. Dopo averla provata e aver riscontrato alcuni problemi, Tony costruisce una terza armatura, composta da una di e .\\nJericho armatura deserto J.A.R.V.I.S. intelligenza artificiale lega oro titanio Una sera, Tony si reca ad una festa di beneficenza, nella quale incontra la giornalista Christine Everhart, che mostra a Tony alcune foto ritraenti i terroristi che lo avevano rapito in possesso di molte armi delle Stark Industries. Tony chiede spiegazioni al socio e amico di famiglia . Nel frattempo i terroristi, dopo aver ritrovato i pezzi dell'armatura costruita da Tony, attaccano le popolazioni dell'Afghanistan utilizzando le armi delle Stark Industries. Venuto a sapere di tali eventi, Tony indossa l'armatura e vola in Afghanistan, dove combatte contro i terroristi e fa esplodere un deposito di armi nemico. Di ritorno in America, Tony viene inseguito da due americani, che cercano senza successo di abbatterlo. Involontariamente Tony colpisce uno dei due caccia, ma riesce a salvare il , per poi informare Rhodey del suo segreto.\\nObadiah Stane aerei da caccia pilota I terroristi ricevono una visita da Stane, ovvero colui che li aveva ingaggiati per uccidere Stark; Stane ruba l'armatura costruita da Tony e fa uccidere i terroristi. Stane vuole costruire un'armatura simile a quella costruita da Tony, ma i suoi non sono in grado di riprodurre il Reattore Arc necessario ad alimentarla. Stane decide quindi di rubare il reattore nel petto di Tony, lasciandolo in fin di vita; Tony tuttavia sopravvive recuperando il dispositivo costruito in Afghanistan. La segretaria di Tony, , raggiunge lo stabilimento delle Stark Industries con e alcuni agenti dello , ma entrati nel laboratorio si imbattono nel nemico, che ha ultimato e indossato la sua possente armatura. Tony, con l'armatura depotenziata poiché alimentato da un più debole Reattore Arc, raggiunge Stane e lo combatte. Lo scontro culmina sul tetto dello stabilimento delle Stark Industries: Tony è in difficoltà e chiede a Pepper di il Reattore Arc che alimenta la fabbrica per far esplodere il tetto. La grande quantità di energia che viene liberata ferisce Tony e uccide Stane.\\ningegneri Pepper Potts Phil Coulson S.H.I.E.L.D. sovraccaricare All'indomani dello scontro Tony è chiamato a spiegare l'accaduto in una conferenza stampa. Lo S.H.I.E.L.D. prepara una copertura per l'inventore, il quale però, durante la conferenza, rivela di essere Iron Man, come era stato soprannominato dai media. Tornato nella sua villa, Tony incontra , direttore dello S.H.I.E.L.D., il quale afferma che Iron Man non è l'unico al mondo; in seguito, introduce Tony all'iniziativa \\\" \\\".\\nNick Fury supereroe Vendicatori Personaggi [ modifica | modifica wikitesto ]\\n, interpretato da : un ingegnere di un'industria bellica che rimane vittima di un attentato e, successivamente, rapito in . Per fuggire costruisce un'armatura che indossa lui stesso che man mano perfezionerà. Prima di lui, per il ruolo erano stati presi in considerazione , e . L'attore si è detto felice di aver avuto libertà, come tutto il resto del , di lavorare sulla sceneggiatura e sulle battute, e ha trovato il personaggio di Stark complesso, eccentrico, anche contraddittorio, e il suo intento è stato quello di portare il pubblico a cogliere non solo gli , ma anche le sfumature narrative e umoristiche. Inoltre Downey, Jr. durante la pre-produzione aveva un ufficio accanto a quello di Favreau, e ciò gli ha permesso un maggior coinvolgimento nel processo di sceneggiatura. Tony Stark / Iron Man Robert Downey Jr. Afghanistan high-tech Nicolas Cage Tom Cruise Leonardo DiCaprio cast effetti speciali , interpretato da : il miglior amico di Tony, colonnello dell'Air Force dell'esercito. L'attore ha trovato l'action movie molto stimolante, lodando apertamente il talento e l'impegno di Downey, Jr. James \\\"Rhodey\\\" Rhodes Terrence Howard , interpretato da : il socio in affari di Tony, antagonista della pellicola che, alla fine, indosserà un'armatura per contrastare il protagonista. Obadiah Stane / Iron Monger Jeff Bridges , interpretato da : il prigioniero che aiuta Tony a realizzare la prima grezza armatura per fuggire. Ho Yinsen Shaun Toub , interpretata da : la segretaria personale di Tony Stark. Virginia \\\"Pepper\\\" Potts Gwyneth Paltrow Inoltre interpreta Raza, il leader del gruppo terroristico dei , interpreta , agente dello incaricato di realizzare un rapporto su Tony Stark, interpreta Christine Everhart, giornalista di che ha una fugace relazione con Tony Stark, , regista del film, interpreta . Nel film compaiono alcuni : interpreta , il direttore dello che introduce Tony all'iniziativa nella scena dopo i titoli di coda, , co-creatore di Iron Man, interpreta l'uomo che, a una festa, Tony Stark scambia per , interpreta Abu Bakaar, braccio destro di Raza, interpreta il maggiore Allen dell'Air Force, interpreta il generale Gabriel dell'Air Force, interpreta brevemente il ruolo di , , produttore del film, interpreta un ingegnere agli ordini di Obadiah Stane, , oltre ad aver contribuito alla colonna sonora del film, interpreta un breve cameo nel ruolo di una guardia, e , che interpreta se stesso. Inoltre, nella versione originale, la voce di è dell'attore .\\nFaran Tahir Dieci Anelli Clark Gregg Phil Coulson S.H.I.E.L.D. Leslie Bibb Vanity Fair Jon Favreau Harold \\\"Happy\\\" Hogan camei Samuel L. Jackson Nick Fury S.H.I.E.L.D. Vendicatori Stan Lee Hugh Hefner Sayed Badreya Tim Guinee Bill Smitrovich Gerard Sanders Howard Stark Peter Billingsley Tom Morello Jim Cramer J.A.R.V.I.S. Paul Bettany Produzione [ modifica | modifica wikitesto ] David Coppler istruisce Terrence Howard La del film si è avviata ad aprile ; le riprese sono iniziate ufficialmente il 15 gennaio , si sono svolte a e si sono concluse il 22 giugno . Il per la realizzazione del film è stato di circa 140 milioni di . Inizialmente il avrebbe dovuto essere il , ma in seguito si è optato per .\\npre-produzione 2006 2007 Los Angeles 2007 budget dollari cattivo Mandarino Iron Monger L'armatura ufficiale di Iron Man utilizzata per le riprese del film è stata esposta in vetrina al pubblico a il 2 agosto al . Il regista ha affermato che alcuni dialoghi del film sono stati interamente improvvisati mentre le scene venivano girate per dare un tocco di \\\"originalità\\\" alla pellicola.\\nSan Diego 2007 Comic-Con Regia [ modifica | modifica wikitesto ] Il regista ha sostenuto che l'impronta data al film ha voluto essere più d'intrattenimento che impegnata; la sua idea era una pellicola che facesse riflettere senza fare \\\"prediche\\\" (principalmente sulla proliferazione di ), e che puntasse sull'eroe che, anziché ricevere i poteri dal nulla, ricercasse volontariamente una trasformazione, quasi come un risveglio della .\\nJon Favreau armi coscienza Colonna sonora [ modifica | modifica wikitesto ] La del film, intitolata , è stata composta da . Tra le canzoni non incluse nella colonna sonora vi sono degli , suonata nei titoli di testa, e dei , suonata nei titoli di coda.\\ncolonna sonora Iron Man Original Motion Picture Soundtrack Ramin Djawadi Back in Black AC/DC Iron Man Black Sabbath Distribuzione [ modifica | modifica wikitesto ] Il film è stato distribuito nelle sale cinematografiche statunitensi il 2 maggio 2008, mentre in Italia è uscito il giorno prima.\\nEdizione italiana [ modifica | modifica wikitesto ] La e i italiani sono stati curati da .\\ndirezione del doppiaggio dialoghi Marco Guadagno Accoglienza [ modifica | modifica wikitesto ] Incassi [ modifica | modifica wikitesto ] ha ottenuto un incasso pari a in e nel resto del mondo, di cui in , per un incasso mondiale di , a fronte di un budget di produzione di 140 milioni di dollari.\\nIron Man 319   034 126 $ Nord America 266   762 121 $ 11   035 006 $ Italia 585   796 247 $ Critica [ modifica | modifica wikitesto ] Il film è stato accolto positivamente dalla critica cinematografica. L'aggregatore di recensioni riporta una percentuale di gradimento del 94% con un voto medio di 7,7 su 10, basandosi su 281 recensioni. Il sito attribuisce al film un punteggio di 79 su 100 in base a 38 recensioni.\\nRotten Tomatoes Metacritic Riconoscimenti [ modifica | modifica wikitesto ] .mw-parser-output .responsive-columns{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:-20px}.mw-parser-output .responsive-columns>div{flex:1 1;margin:0 20px 20px 0}\\n-\\n2009 Premio Oscar\\nCandidatura per i a , , e migliori effetti speciali John Nelson Ben Snow Dan Sudick Shane Mahan Candidatura per il a e miglior montaggio sonoro Frank E. Eulner Christopher Boyes -\\n2009 Premio BAFTA Candidatura per i a , Shane Mahan, John Nelson e Ben Snow migliori effetti speciali Hal Hickel 2008 - Costume Designers Guild\\nCandidatura per i migliori costumi in un film di ambientazione contemporanea a e Rebecca Bentjen Laura Jean Shannon -\\n2008 Satellite Award\\nCandidatura per i migliori effetti visivi Candidatura per il miglior suono Candidatura per il miglior Blu-Ray Disc -\\n2008 Teen Choice Award\\nCandidatura per il miglior attore in un film d'azione o d'avventura o thriller a Robert Downey Jr. Candidatura per la miglior attrice in un film d'azione a Gwyneth Paltrow Candidatura per il miglior cattivo a Jeff Bridges Candidatura per il miglior film d'azione o d'avventura 2009 - Art Directors Guild Award\\nCandidatura per la miglior scenografia a J. Michael Riva 2009 -\\nCritics' Choice Awards Candidatura per il miglior film d'azione -\\n2009 Empire Awards Candidatura per il miglior film\\n-\\n2009 MTV Movie & TV Awards\\nCandidatura per il miglior film Candidatura per la a Robert Downey Jr. migliore performance maschile 2009 -\\nNickelodeon Kids' Choice Awards Candidatura per il film preferito -\\n2009 E! People's Choice Awards\\nCandidatura per la miglior star maschile cinematografica a Robert Downey Jr. Candidatura per il miglior film d'azione 2009 -\\nPremio Hugo Candidatura per la miglior rappresentazione drammatica, forma lunga -\\n2009 Saturn Award\\nMiglior film di fantascienza a Robert Downey Jr. Miglior attore a Miglior regia Jon Favreau Candidatura per la a Gwyneth Paltrow miglior attrice Candidatura per il a Jeff Bridges miglior attore non protagonista Candidatura per i a John Nelson, Ben Snow, Dan Sudick e Shane Mahan migliori effetti speciali Candidatura per la a , , e migliore sceneggiatura Mark Fergus Hawk Ostby Art Marcum Matt Holloway Candidatura per la a miglior colonna sonora Ramin Djawadi -\\n2009 Screen Actors Guild Award Candidatura per le migliori controfigure cinematografiche Altri media [ modifica | modifica wikitesto ] Copertina di Io sono Iron Man Adattamento a fumetti [ modifica | modifica wikitesto ] Dal film è stato tratto un adattamento a fumetti ufficiale, intitolato , scritto da , disegnato da , (inchiostrato da e ), pubblicato in Italia da .\\nIo sono Iron Man Peter David Sean Chen Victor Olazaba Scott Hanna Panini Comics Videogioco [ modifica | modifica wikitesto ] L' , basato sul film, è stato pubblicato da per le piattaforme , , , e .\\nomonimo videogioco SEGA PlayStation 3 Wii Xbox 360 PSP PS2 Animazione 3D [ modifica | modifica wikitesto ] Per pubblicizzare il film è stata realizzata una mini-serie in animazione 3D intitolata , finita di pubblicare nel febbraio ; i protagonisti sono , e .\\nIron Man's Adventure 2007 Iron Man Spider-Man Hulk Sequel [ modifica | modifica wikitesto ] .mw-parser-output .vedi-anche{border:1px solid #CCC;font-size:95%;margin-bottom:.5em}.mw-parser-output .vedi-anche td:first-child{padding:0 .5em}.mw-parser-output .vedi-anche td:last-child{width:100%} Il film ha avuto due , il primo nel 2010 intitolato , diretto ancora da , e il secondo nel 2013 intitolato , diretto e co-scritto da .\\nsequel Iron Man 2 Jon Favreau Iron Man 3 Shane Black Note [ modifica | modifica wikitesto ]\\n^ ( ) , su , Comic Book Resourcers, 5 maggio 2008. . EN Lying In The Gutters comicbookresources.com URL consultato il 13 luglio 2011\\n^ ( ) , su , , 20 gennaio 2004. . EN Iron Man Tidbits uk.movies.ign.com IGN URL consultato il 13 luglio 2011 (archiviato dall' il 3 dicembre 2012) url originale\\n^ , su . . Iron Man: A Beautiful Mind fantascienza.com URL consultato il 13 luglio 2011\\n^ ( ) Tom Ambrose, , , 26 luglio 2007, p. 69. EN The Man in the Iron Mask Empire\\n^ , su . . Terrence Howard: Il mio futuro è War Machine fantascienza.com URL consultato il 13 luglio 2011\\n^ ( ) , su . . EN Filming locations for Iron Man (2008) imdb.com URL consultato il 13 luglio 2011\\n^ ( ) , su , . . EN Iron Man Box Office Mojo Amazon.com URL consultato il 21 agosto 2020\\n^ , su , SuperHeroHype, 29 aprile 2008. . Exclusive: An In-Depth Iron Man Talk with Jon Favreau superherohype.com URL consultato il 13 luglio 2011\\n^ , su . . Iron Man Stands Triumphant at San Diego Comic-Con 2007 marvel.com URL consultato il 13 luglio 2011\\n^ , su . . 10 aneddoti che non sai ancora su Iron Man e i suoi film - Comics Mag www.comicsmag.it URL consultato il 27 gennaio 2017 (archiviato dall' il 21 gennaio 2017) url originale\\n^ , su . . Supereroe per caso: intervista a Jon Favreau fantascienza.com URL consultato il 13 luglio 2011\\n^ ( ) , su , SoundtrackNet. . EN Iron Man Original Motion Picture Soundtrack soundtrack.net URL consultato il 14 luglio 2011\\n^ , su . . Iron Man (2008) movieplayer.it URL consultato il 1º febbraio 2022\\n^ , su . . Iron Man Antoniogenna.net URL consultato il 5 maggio 2021\\n^ ( ) , su , . . EN Iron Man Rotten Tomatoes Fandango Media, LLC URL consultato il 2 luglio 2021\\n^ ( ) , su , Red Ventures. . EN Iron Man Metacritic URL consultato il 2 luglio 2021\\n^ , su . . 81esimi Academy Awards® - Le nomination agli Oscar® 2009 comingsoon.it URL consultato il 6 marzo 2020\\n^ ( ) , su . . EN BAFTA 2009 awards.bafta.org URL consultato il 6 marzo 2020\\n^ , su . . Saturn Awards 2009, tutte le nomination: 11 per Il cavaliere oscuro ilcinemaniaco.com URL consultato il 6 marzo 2020\\n^ , su . . 35° Saturn Award: trionfano i supereroi movieplayer.it URL consultato il 6 marzo 2020\\n^ , su , FantasticoMagazine, 26 maggio 2010. . Io sono Iron Man fantasymagazine.it URL consultato il 14 luglio 2011\\n^ , su . . Online l'avventura di Iron Man badtaste.it URL consultato il 14 luglio 2011 Altri progetti [ modifica | modifica wikitesto ] Altri progetti\\nWikiquote Wikimedia Commons\\ncontiene citazioni da Wikiquote Iron Man (film) contiene immagini o altri file su Wikimedia Commons Iron Man (film) contiene l'articolo , 23 giugno 2011 Wikinotizie Iron Man 3: le riprese inizieranno nel febbraio 2012 Collegamenti esterni [ modifica | modifica wikitesto ]\\n( ) , su . EN Sito ufficiale marvel.com ( ) , su , Encyclopædia Britannica, Inc. EN Iron Man Enciclopedia Britannica , su , AntonioGenna.net. Iron Man Il mondo dei doppiatori ( ) , su , IMDb.com. EN Iron Man Internet Movie Database ( ) , su , . EN Iron Man AllMovie All Media Network ( ) , su , Flixster Inc. EN Iron Man Rotten Tomatoes ( ) , su . ,  EN ES Iron Man FilmAffinity ( ) , su , Red Ventures. EN Iron Man Metacritic ( ) , su , . EN Iron Man Box Office Mojo Amazon.com ( ) , su , Red Ventures . EN Iron Man TV.com (archiviato dall' il 1º gennaio 2012) url originale ( ) , su , . EN Iron Man AFI Catalog of Feature Films American Film Institute .mw-parser-output .navbox{border:1px solid #aaa;clear:both;margin:auto;padding:2px;width:100%}.mw-parser-output .navbox th{padding-left:1em;padding-right:1em;text-align:center}.mw-parser-output .navbox>tbody>tr:first-child>th{background:#ccf;font-size:90%;width:100%}.mw-parser-output .navbox_navbar{float:left;margin:0;padding:0 10px 0 0;text-align:left;width:6em}.mw-parser-output .navbox_title{font-size:110%}.mw-parser-output .navbox_abovebelow{background:#ddf;font-size:90%;font-weight:normal}.mw-parser-output .navbox_group{background:#ddf;font-size:90%;padding:0 10px;white-space:nowrap}.mw-parser-output .navbox_list{font-size:90%;width:100%}.mw-parser-output .navbox_list a{white-space:nowrap}.mw-parser-output .navbox_odd{background:#fdfdfd}.mw-parser-output .navbox_even{background:#f7f7f7}.mw-parser-output .navbox_center{text-align:center}.mw-parser-output .navbox .navbox_image{padding-left:7px;vertical-align:middle;width:0}.mw-parser-output .navbox+.navbox{margin-top:-1px}.mw-parser-output .navbox .mw-collapsible-toggle{font-weight:normal;text-align:right;width:7em}.mw-parser-output .subnavbox{margin:-3px;width:100%}.mw-parser-output .subnavbox_group{background:#ddf;padding:0 10px} .mw-parser-output .CdA{border:1px solid #aaa;width:100%;margin:auto;font-size:90%;padding:2px}.mw-parser-output .CdA th{background-color:#ddddff;font-weight:bold;width:20%} <img src=\\\"//it.wikipedia.org/wiki/Special:CentralAutoLogin/start?type=1x1\\\" alt=\\\"\\\" title=\\\"\\\" width=\\\"1\\\" height=\\\"1\\\" style=\\\"border: none; position: absolute;\\\" /> : Categorie Film statunitensi del 2008 Film Paramount Pictures Film del Marvel Cinematic Universe Film d'azione Film di Iron Man Film ambientati in Afghanistan Film ambientati a Los Angeles Film girati in California Film in motion capture Film sulla guerra in Afghanistan (2001) Categorie nascoste: P1237 letta da Wikidata P1258 letta da Wikidata P1712 letta da Wikidata P2047 letta da Wikidata P2061 letta da Wikidata P856 letta da Wikidata P1417 letta da Wikidata P5099 letta da Wikidata P345 letta da Wikidata P1562 letta da Wikidata P480 letta da Wikidata P2638 letta da Wikidata P3593 letta da Wikidata Voci con codice VIAF Voci con codice LCCN Voci con codice GND Voci con codice BNE Voci non biografiche con codici di controllo di autorità\\n\\n\\n\\nMenu di navigazione\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n Ricerca\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n (RLQ=window.RLQ||[]).push(function(){mw.config.set({\\\"wgPageParseReport\\\":{\\\"limitreport\\\":{\\\"cputime\\\":\\\"1.215\\\",\\\"walltime\\\":\\\"1.599\\\",\\\"ppvisitednodes\\\":{\\\"value\\\":5842,\\\"limit\\\":1000000},\\\"postexpandincludesize\\\":{\\\"value\\\":170542,\\\"limit\\\":2097152},\\\"templateargumentsize\\\":{\\\"value\\\":2679,\\\"limit\\\":2097152},\\\"expansiondepth\\\":{\\\"value\\\":16,\\\"limit\\\":100},\\\"expensivefunctioncount\\\":{\\\"value\\\":18,\\\"limit\\\":500},\\\"unstrip-depth\\\":{\\\"value\\\":0,\\\"limit\\\":20},\\\"unstrip-size\\\":{\\\"value\\\":19936,\\\"limit\\\":5000000},\\\"entityaccesscount\\\":{\\\"value\\\":17,\\\"limit\\\":400},\\\"timingprofile\\\":[\\\"100.00% 1420.642 1 -total\\\",\\\" 29.75% 422.633 3 Template:Navbox\\\",\\\" 28.46% 404.353 1 Template:Marvel_Cinematic_Universe\\\",\\\" 26.25% 372.882 5 Template:Navbox_subgroup\\\",\\\" 23.84% 338.717 1 Template:Film\\\",\\\" 23.37% 332.044 9 Template:StagioniTV\\\",\\\" 13.13% 186.570 1 Template:Collegamenti_esterni\\\",\\\" 11.46% 162.877 5 Template:Controllo_Wikidata\\\",\\\" 11.03% 156.673 1 Template:Infobox\\\",\\\" 7.68% 109.035 19 Template:Cita_web\\\"]},\\\"scribunto\\\":{\\\"limitreport-timeusage\\\":{\\\"value\\\":\\\"0.860\\\",\\\"limit\\\":\\\"10.000\\\"},\\\"limitreport-memusage\\\":{\\\"value\\\":13247709,\\\"limit\\\":52428800}},\\\"cachereport\\\":{\\\"origin\\\":\\\"mw1441\\\",\\\"timestamp\\\":\\\"20220220111847\\\",\\\"ttl\\\":1814400,\\\"transientcontent\\\":false}}});}); {\\\"@context\\\":\\\"https:\\/\\/schema.org\\\",\\\"@type\\\":\\\"Article\\\",\\\"name\\\":\\\"Iron Man (film)\\\",\\\"url\\\":\\\"https:\\/\\/it.wikipedia.org\\/wiki\\/Iron_Man_(film)\\\",\\\"sameAs\\\":\\\"http:\\/\\/www.wikidata.org\\/entity\\/Q192724\\\",\\\"mainEntity\\\":\\\"http:\\/\\/www.wikidata.org\\/entity\\/Q192724\\\",\\\"author\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Contributori ai progetti Wikimedia\\\"},\\\"publisher\\\":{\\\"@type\\\":\\\"Organization\\\",\\\"name\\\":\\\"Wikimedia Foundation, Inc.\\\",\\\"logo\\\":{\\\"@type\\\":\\\"ImageObject\\\",\\\"url\\\":\\\"https:\\/\\/www.wikimedia.org\\/static\\/images\\/wmf-hor-googpub.png\\\"}},\\\"datePublished\\\":\\\"2006-11-15T20:39:01Z\\\",\\\"dateModified\\\":\\\"2022-02-18T22:48:59Z\\\",\\\"image\\\":\\\"https:\\/\\/upload.wikimedia.org\\/wikipedia\\/it\\/0\\/0d\\/Iron_Man.jpg\\\",\\\"headline\\\":\\\"film del 2008 diretto da Jon Favreau\\\"} (RLQ=window.RLQ||[]).push(function(){mw.config.set({\\\"wgBackendResponseTime\\\":229,\\\"wgHostname\\\":\\\"mw1368\\\"});});\",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://it.wikipedia.org/wiki/Iron_Man_(film)\",\r\n        \"breadcrumb\": \"https://it.wikipedia.org › wiki › Iron_Man_(film)\"\r\n    },\r\n    {\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.imdb.com/title/tt0371746/\",\r\n        \"breadcrumb\": \"https://www.imdb.com › title\",\r\n        \"title\": \"Iron Man (2008) - IMDb\"\r\n    },\r\n    {\r\n        \"author\": null,\r\n        \"date\": null,\r\n        \"description\": null,\r\n        \"image\": \"https://images-na.ssl-images-amazon.com/captcha/usvmgloq/Captcha_ykcwpahbdg.jpg\",\r\n        \"logo\": null,\r\n        \"publisher\": null,\r\n        \"title\": \"Iron man - Amazon.it\",\r\n        \"url\": \"https://www.amazon.it/Iron-man-Robert-Downey-Jr/dp/B00EYJC1S2\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amazon.it/gp/help/customer/display.html/ref=footer_cou?ie=UTF8&nodeId=200545940\",\r\n                \"text\": \"Condizioni generali di uso e vendita\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amazon.it/gp/help/customer/display.html/ref=footer_privacy?ie=UTF8&nodeId=200545460\",\r\n                \"text\": \"Informativa sulla privacy\"\r\n            }\r\n        ],\r\n        \"images\": [\r\n            {\r\n                \"src\": \"https://images-na.ssl-images-amazon.com/captcha/usvmgloq/Captcha_ykcwpahbdg.jpg\"\r\n            }\r\n        ],\r\n        \"metaDescription\": null,\r\n        \"h1\": null,\r\n        \"h2\": null,\r\n        \"h3\": null,\r\n        \"wordCount\": 150,\r\n        \"stopwordsCount\": 93,\r\n        \"readingTime\": 32.72727272727273,\r\n        \"speakingTime\": 50,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 38.64\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 5,\r\n                \"word\": \"elem documentcreate elementscript elemsrc prefix\",\r\n                \"count\": 2,\r\n                \"percentage\": 8.33,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 71\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"true\",\r\n                \"count\": 4,\r\n                \"percentage\": 7.14,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 67\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"elem documentcreate elementscript elemsrc\",\r\n                \"count\": 2,\r\n                \"percentage\": 7.14,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 67\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"documentcreate elementscript elemsrc prefix\",\r\n                \"count\": 2,\r\n                \"percentage\": 7.14,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 67\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"true true\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"elem documentcreate\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"documentcreate elementscript\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"elementscript elemsrc\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"elemsrc prefix\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"elem documentcreate elementscript\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"documentcreate elementscript elemsrc\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"elementscript elemsrc prefix\",\r\n                \"count\": 2,\r\n                \"percentage\": 6.67,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 65\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"prefix\",\r\n                \"count\": 3,\r\n                \"percentage\": 5.36,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 59\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"caratteri\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.57,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 48\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"immagine\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.57,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 48\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"elem\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.57,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 48\r\n            }\r\n        ],\r\n        \"language\": \"it\",\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"Inserisci i caratteri visualizzati nello spazio sottostante Questa operazione è utile per capire se l'utente è un robot. Per ottenere risultati ottimali, assicurati che il tuo browser accetti i cookie.\\nDigita i caratteri che visualizzi nell'immagine:\\nProva con un'altra immagine\\nContinua con gli acquisti\\nCondizioni generali di uso e vendita Informativa sulla privacy\\n© 1996-2015, Amazon.com, Inc. o società affiliate.\\nif (true === true) {\\ndocument.write('<img src=\\\"https://fls-eu.amaz'+'on.it/'+'1/oc-csi/1/OP/requestId=B6TVPJFNTNAXR1EXRK1X&js=1\\\" />');\\n};\\n<img src=\\\"https://fls-eu.amazon.it/1/oc-csi/1/OP/requestId=B6TVPJFNTNAXR1EXRK1X&js=0\\\" />\\nif (true === true) {\\nvar head = document.getElementsByTagName('head')[0],\\nprefix = \\\"https://images-eu.ssl-images-amazon.com/images/G/01/csminstrumentation/\\\",\\nelem = document.createElement(\\\"script\\\");\\nelem.src = prefix + \\\"csm-captcha-instrumentation.min.js\\\";\\nhead.appendChild(elem);\\nelem = document.createElement(\\\"script\\\");\\nelem.src = prefix + \\\"rd-script-6d68177fa6061598e9509dc4b5bdd08d.js\\\";\\nhead.appendChild(elem);\\n}\",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.amazon.it/Iron-man-Robert-Downey-Jr/dp/B00EYJC1S2\",\r\n        \"breadcrumb\": \"https://www.amazon.it › Iron-man-Robert-Downey-Jr\"\r\n    },\r\n    {\r\n        \"author\": \"Condé Nast\",\r\n        \"date\": \"2020-12-14T09:07:35.000Z\",\r\n        \"description\": \"Dopo aver interpretato il ruolo di Tony Stark per oltre 10 anni, l’attore dice di aver dato al personaggio tutto quello che ha potuto. E mette i fan nelle condizioni di escludere eventuali future apparizioni a sorpresa\",\r\n        \"image\": \"https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/16:9/w_1280,c_limit/Tony-Stark.png\",\r\n        \"logo\": \"https://logo.clearbit.com/wired.it\",\r\n        \"publisher\": \"Wired Italia\",\r\n        \"title\": \"L'addio di Robert Downey Jr. a Iron Man è definitivo ...\",\r\n        \"url\": \"https://www.wired.it/play/cinema/2020/12/14/addio-robert-downey-jr-iron-man-definitivo/\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#main-content\",\r\n                \"text\": \"Skip to main content\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/scienza/\",\r\n                \"text\": \"Scienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/economia/\",\r\n                \"text\": \"Economia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/cultura/\",\r\n                \"text\": \"Cultura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/gadget/\",\r\n                \"text\": \"Gadget\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/security/\",\r\n                \"text\": \"Security\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/diritti/\",\r\n                \"text\": \"Diritti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/idee/\",\r\n                \"text\": \"Idee\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/video/\",\r\n                \"text\": \"Video\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/podcast-wired/\",\r\n                \"text\": \"Podcast\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://next.wired.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Eventi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/newsletter-subscribe/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Newsletter\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.wired.it/topic/wired-in-edicola/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Magazine\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/search/\",\r\n                \"text\": \"CercaCerca\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/scienza/\",\r\n                \"text\": \"Scienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/economia/\",\r\n                \"text\": \"Economia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/cultura/\",\r\n                \"text\": \"Cultura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/gadget/\",\r\n                \"text\": \"Gadget\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/security/\",\r\n                \"text\": \"Security\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/diritti/\",\r\n                \"text\": \"Diritti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/idee/\",\r\n                \"text\": \"Idee\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/video/\",\r\n                \"text\": \"Video\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/podcast-wired/\",\r\n                \"text\": \"Podcast\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/author/parmelli/\",\r\n                \"text\": \"Paolo Armelli\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/cultura/\",\r\n                \"text\": \"Cultura\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/dialog/feed?&display=popup&caption=L%E2%80%99addio%20di%20Robert%20Downey%20Jr.%20a%20Iron%20Man%20%C3%A8%20definitivo&app_id=156550261045391&link=https%3A%2F%2Fwww.wired.it%2Fplay%2Fcinema%2F2020%2F12%2F14%2Faddio-robert-downey-jr-iron-man-definitivo%2F%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Donsite-share%26utm_brand%3Dwired-it%26utm_social-type%3Dearned\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Facebook\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://twitter.com/intent/tweet/?url=https%3A%2F%2Fwww.wired.it%2Fplay%2Fcinema%2F2020%2F12%2F14%2Faddio-robert-downey-jr-iron-man-definitivo%2F%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Donsite-share%26utm_brand%3Dwired-it%26utm_social-type%3Dearned&text=L%E2%80%99addio%20di%20Robert%20Downey%20Jr.%20a%20Iron%20Man%20%C3%A8%20definitivo&via=wireditalia\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Twitter\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.wired.it%2Fplay%2Fcinema%2F2020%2F12%2F14%2Faddio-robert-downey-jr-iron-man-definitivo%2F%3Futm_source%3Dpinterest%26utm_medium%3Dsocial%26utm_campaign%3Donsite-share%26utm_brand%3Dwired-it%26utm_social-type%3Dearned\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Pinterest\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/dialog/feed?&display=popup&caption=L%E2%80%99addio%20di%20Robert%20Downey%20Jr.%20a%20Iron%20Man%20%C3%A8%20definitivo&app_id=156550261045391&link=https%3A%2F%2Fwww.wired.it%2Fplay%2Fcinema%2F2020%2F12%2F14%2Faddio-robert-downey-jr-iron-man-definitivo%2F%3Futm_source%3Dfacebook%26utm_medium%3Dsocial%26utm_campaign%3Donsite-share%26utm_brand%3Dwired-it%26utm_social-type%3Dearned\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Facebook\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://twitter.com/intent/tweet/?url=https%3A%2F%2Fwww.wired.it%2Fplay%2Fcinema%2F2020%2F12%2F14%2Faddio-robert-downey-jr-iron-man-definitivo%2F%3Futm_source%3Dtwitter%26utm_medium%3Dsocial%26utm_campaign%3Donsite-share%26utm_brand%3Dwired-it%26utm_social-type%3Dearned&text=L%E2%80%99addio%20di%20Robert%20Downey%20Jr.%20a%20Iron%20Man%20%C3%A8%20definitivo&via=wireditalia\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Twitter\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.pinterest.com/pin/create/button/?url=https%3A%2F%2Fwww.wired.it%2Fplay%2Fcinema%2F2020%2F12%2F14%2Faddio-robert-downey-jr-iron-man-definitivo%2F%3Futm_source%3Dpinterest%26utm_medium%3Dsocial%26utm_campaign%3Donsite-share%26utm_brand%3Dwired-it%26utm_social-type%3Dearned\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Pinterest\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.wired.it/play/cinema/2019/04/24/avengers-endgame-film-recensione/\",\r\n                \"text\": \"Avengers: Endgame\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://comicbook.com/movies/news/robert-downey-jr-marvel-studios-iron-man-return-done-all-could-with-character/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Hindustan Times\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.wired.it/play/televisione/2020/12/11/nuove-serie-star-wars-annunci-disney/\",\r\n                \"text\": \"annunci\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.wired.it/play/fumetti/2016/10/14/iron-man-nuova-ironheart/\",\r\n                \"text\": \"Riri Williams\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/topic/cultura/\",\r\n                \"text\": \"Cultura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/topic/cinema/\",\r\n                \"text\": \"Cinema\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/topic/avengers/\",\r\n                \"text\": \"Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/topic/marvel-comics/\",\r\n                \"text\": \"Marvel Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/wireditalia\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Facebook\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.instagram.com/wireditalia/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Instagram\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://twitter.com/wireditalia\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Twitter\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.youtube.com/user/wireditalia\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"YouTube\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.wired.it/feed/rss\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Rss\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/scienza/\",\r\n                \"text\": \"Scienza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/economia/\",\r\n                \"text\": \"Economia\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/cultura/\",\r\n                \"text\": \"Cultura\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/gadget/\",\r\n                \"text\": \"Gadget\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/security/\",\r\n                \"text\": \"Security\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/diritti/\",\r\n                \"text\": \"Diritti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/idee/\",\r\n                \"text\": \"Idee\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/video/\",\r\n                \"text\": \"Video\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/podcast-wired/\",\r\n                \"text\": \"Podcast\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.ad-italia.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"AD\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.gqitalia.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"GQ\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.lacucinaitaliana.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"La Cucina Italiana\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.vanityfair.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Vanity Fair\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.vogue.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Vogue\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.condenast.it/\",\r\n                \"rel\": \"nofollow noopener\",\r\n                \"text\": \"Pubblicità\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/info/redazione/\",\r\n                \"text\": \"Redazione\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/info/privacy/\",\r\n                \"text\": \"Privacy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/info/condizioni-dutilizzo/\",\r\n                \"text\": \"Condizioni di utilizzo\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wired.jp/\",\r\n                \"text\": \"Japan\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wired.co.uk/\",\r\n                \"text\": \"UK\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.wired.com/\",\r\n                \"text\": \"USA\"\r\n            }\r\n        ],\r\n        \"images\": [\r\n            {\r\n                \"alt\": \"Wired Italia\",\r\n                \"src\": \"/verso/static/wired/assets/logo-header.a7598835a549cb7d5ce024ef0710935927a034f9.svg\"\r\n            },\r\n            {\r\n                \"alt\": \"Wired Italia\",\r\n                \"src\": \"/verso/static/wired/assets/logo-reverse.548f3a7478ee71f618044082aa222dd05f31249c.svg\"\r\n            }\r\n        ],\r\n        \"metaDescription\": \"Dopo aver interpretato il ruolo di Tony Stark/Iron Man per oltre 10 anni, l’attore Robert Downey Jr. dice di aver dato al personaggio tutto quello che ha potuto. E mette i fan nelle condizioni di escludere eventuali future apparizioni a sorpresa\",\r\n        \"h1\": [\r\n            \"L’addio di Robert Downey Jr. a Iron Man è definitivo\"\r\n        ],\r\n        \"h2\": null,\r\n        \"h3\": null,\r\n        \"wordCount\": 503,\r\n        \"stopwordsCount\": 340,\r\n        \"readingTime\": 109.74545454545455,\r\n        \"speakingTime\": 167.66666666666666,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 23.97\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"robert downey\",\r\n                \"count\": 4,\r\n                \"percentage\": 6.35,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 94\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"downey jr\",\r\n                \"count\": 4,\r\n                \"percentage\": 6.35,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 94\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"robert downey jr\",\r\n                \"count\": 4,\r\n                \"percentage\": 5,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 94\r\n            },\r\n            {\r\n                \"numWords\": 5,\r\n                \"word\": \"addio di robert downey jr\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.99,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 90\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"addio di robert downey\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.63,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 90\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"iron man è definitivo\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.63,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 90\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"addio di robert\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.5,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 87\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"iron\",\r\n                \"count\": 5,\r\n                \"percentage\": 2.96,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 79\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"robert\",\r\n                \"count\": 4,\r\n                \"percentage\": 2.37,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 78\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"downey\",\r\n                \"count\": 4,\r\n                \"percentage\": 2.37,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 78\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"jr\",\r\n                \"count\": 4,\r\n                \"percentage\": 2.37,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 78\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"tony stark\",\r\n                \"count\": 3,\r\n                \"percentage\": 4.76,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 61\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"apparizioni a sorpresa\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.5,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 54\r\n            },\r\n            {\r\n                \"numWords\": 7,\r\n                \"word\": \"addio di robert downey jr a iron\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.17,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 52\r\n            },\r\n            {\r\n                \"numWords\": 7,\r\n                \"word\": \"downey jr a iron man è definitivo\",\r\n                \"count\": 2,\r\n                \"percentage\": 3.17,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 52\r\n            },\r\n            {\r\n                \"numWords\": 5,\r\n                \"word\": \"robert downey jr a iron\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.99,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 51\r\n            },\r\n            {\r\n                \"numWords\": 8,\r\n                \"word\": \"robert downey jr a iron man è definitivo\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.7,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 49\r\n            },\r\n            {\r\n                \"numWords\": 6,\r\n                \"word\": \"jr a iron man è definitivo\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.67,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 49\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"downey jr a iron\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.63,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 49\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"jr a iron\",\r\n                \"count\": 2,\r\n                \"percentage\": 2.5,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 48\r\n            }\r\n        ],\r\n        \"language\": \"it\",\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"CulturaL’addio di Robert Downey Jr. a Iron Man è definitivoDopo aver interpretato il ruolo di Tony Stark per oltre 10 anni, l’attore dice di aver dato al personaggio tutto quello che ha potuto. E mette i fan nelle condizioni di escludere eventuali future apparizioni a sorpresa<img alt=\\\"Laddio di Robert Downey Jr. a Iron Man è definitivo\\\" class=\\\"ResponsiveImageContainer-dlOMGF byslZC responsive-image__image\\\" src=\\\"https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_1600%2Cc_limit/Tony-Stark.png\\\" srcSet=\\\"https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_120,c_limit/Tony-Stark.png 120w, https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_240,c_limit/Tony-Stark.png 240w, https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_320,c_limit/Tony-Stark.png 320w, https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_640,c_limit/Tony-Stark.png 640w, https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_960,c_limit/Tony-Stark.png 960w, https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_1280,c_limit/Tony-Stark.png 1280w, https://media-assets.wired.it/photos/615d95dfd8b66b13086cf465/master/w_1600,c_limit/Tony-Stark.png 1600w\\\" sizes=\\\"100vw\\\"/>La conclusione di Avengers: Endgame ha lasciato poco spazio alle speranze: Iron Man, che con le sue gesta ha dato inizio alle avventure del Marvel Cinematic Universe, si sacrifica impugnando il guanto con le gemme dell’infinito per eliminare Thanos. Pianto dai compagni e da milioni di fan, si congeda così dalla saga. Ma poiché nel fantasioso mondo dei supereroi tutto può accadere, in tanti hanno sperato in una nuova apparizioni a sorpresa in futuro. Invece no. È lo stesso  **Robert Downey Jr. **a escludere l’ipotesi.Intervistato dal giornale indiano Hindustan Times, l’attore ha dichiarato che considera chiusa l’esperienza, durata 11 anni e ritenuta “soddisfacente a livello creativo”. Ha aggiunto di aver “fatto tutto quello che poteva” con il personaggio, lasciando intendere che difficilmente lo vedremo ritornare in quei panni meccanici. In effetti, è stato proprio il film del 2008 Iron Man a dare il là alla costruzione di un universo cinematografico che per oltre un decennio l’ha visto come uno dei protagonisti. Ora, anche in base agli annunci recenti di Disney/Marvel, la sua eredità viene raccolta da alleati come War Machine e da figure mai viste prima sullo schermo quali Ironheart, ovvero la giovane scienziata Riri Williams, per la quale Iron Man rappresenta una fonte d’ispirazione.“Interpretare Tony Stark è stato difficile e io sono andato molto in profondità”. Il chiaro intento, adesso, è di voltare pagina: “Posso fare altro ora. Da uomo di mezza età [55 anni, ndr], guardi al futuro e capisci che tutto fa parte di un percorso e che le cose finiscono”. Non sono ancora chiari i prossimi obiettivi professionali dell’attore, anche se nell’ultimo periodo è stato parecchio coinvolto nel suo fondo Footprint Coalition, volto a sostenere la ricerca ambientale e imprese iecosostenibili. Robert Downey Jr. ha anche realizzato una docuserie su YouTube intitolata The Age of A.I., dedicata all’intelligenza artificiale, e qui i parallelismi con il suo geniale inventore Tony Stark sono automatici.\",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.wired.it/play/cinema/2020/12/14/addio-robert-downey-jr-iron-man-definitivo/\",\r\n        \"breadcrumb\": \"https://www.wired.it › Cultura › Cultura\"\r\n    },\r\n    {\r\n        \"author\": \"Manuel Enrico\",\r\n        \"date\": \"2022-02-21T16:59:13.000Z\",\r\n        \"description\": \"Dall’intuizione di Stan Lee sino allo scoppio della mina che trasformò un armaiolo in un eroe: ecco le origini di Iron Man Dall’intuizione di Stan Lee sino allo scoppio della mina che trasformò un armaiolo in un eroe: ecco le origini di Iron Man\",\r\n        \"image\": \"https://www.tomshw.it/images/images/2020/03/iron-man-1-85290.jpg\",\r\n        \"logo\": \"https://logo.clearbit.com/tomshw.it\",\r\n        \"publisher\": \"Tom's Hardware Italy\",\r\n        \"title\": \"Iron Man: le origini del corazzato eroe Marvel - Tom's ...\",\r\n        \"url\": \"https://www.tomshw.it/culturapop/iron-man-le-origini-del-corazzato-eroe-marvel/\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \" https://www.tomshw.it\",\r\n                \"text\": \"                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#mobile_menu_container\",\r\n                \"text\": \"                                     \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/hardware/\",\r\n                \"text\": \"Tom’s hardware\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/videogiochi/\",\r\n                \"text\": \"Game Division\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/smartphone/\",\r\n                \"text\": \"MobileLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/\",\r\n                \"text\": \"Cultura Pop\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/automotive/\",\r\n                \"text\": \"MotorLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/business/\",\r\n                \"text\": \"B2BLABS\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/altro/\",\r\n                \"text\": \"More\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://forum.tomshw.it\",\r\n                \"text\": \"forum\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/offerte/\",\r\n                \"text\": \"offerte\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://forum.tomshw.it\",\r\n                \"text\": \"forum\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \" https://www.tomshw.it\",\r\n                \"text\": \"                                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/hardware/\",\r\n                \"text\": \"Tom’s hardware\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/videogiochi/\",\r\n                \"text\": \"Game Division\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/smartphone/\",\r\n                \"text\": \"MobileLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/\",\r\n                \"text\": \"Cultura Pop\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/automotive/\",\r\n                \"text\": \"MotorLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/business/\",\r\n                \"text\": \"B2BLABS\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/altro/\",\r\n                \"text\": \"More\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://forum.tomshw.it\",\r\n                \"text\": \"forum\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/offerte/\",\r\n                \"text\": \"offerte\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://forum.tomshw.it\",\r\n                \"text\": \"forum\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/notizie-culturapop-type/recensione/\",\r\n                \"text\": \" Recensioni\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/disney-plus-come-funziona/\",\r\n                \"text\": \" Disney+\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/brand/lego\",\r\n                \"text\": \" Lego\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/tag/marvel/\",\r\n                \"text\": \" Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/notizie-culturapop/giochi-in-scatola/\",\r\n                \"text\": \" Giochi in scatola\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/speciale/dungeons-and-dragons/\",\r\n                \"text\": \" Dungeons & Dragons\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/heroquest/\",\r\n                \"text\": \" HeroQuest\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/speciale/culturapop-twitch/\",\r\n                \"text\": \" Twitch Cultura POP\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/spider-man-origini/\",\r\n                \"text\": \" Spider-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/tag/parchi-divertimento\",\r\n                \"text\": \" Parchi Divertimento\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/codici-sconto/?target=tk-thwl\",\r\n                \"text\": \" Codici sconto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/\",\r\n                \"text\": \"                                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/notizie-culturapop-type/recensione/\",\r\n                \"text\": \"Recensioni\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/disney-plus-come-funziona/\",\r\n                \"text\": \"Disney+\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/brand/lego\",\r\n                \"text\": \"Lego\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/tag/marvel/\",\r\n                \"text\": \"Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/notizie-culturapop/giochi-in-scatola/\",\r\n                \"text\": \"Giochi in scatola\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/speciale/dungeons-and-dragons/\",\r\n                \"text\": \"Dungeons & Dragons\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/heroquest/\",\r\n                \"text\": \"HeroQuest\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/speciale/culturapop-twitch/\",\r\n                \"text\": \"Twitch Cultura POP\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/spider-man-origini/\",\r\n                \"text\": \"Spider-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/tag/parchi-divertimento\",\r\n                \"text\": \"Parchi Divertimento\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/codici-sconto/?target=tk-thwl\",\r\n                \"text\": \"Codici sconto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/author/manuel-enrico/\",\r\n                \"text\": \"                                                    Manuel Enrico                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#disqus_row586853\",\r\n                \"text\": \" vai ai commenti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/iron-man/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/marvel-comics/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"marvel comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/notizie-culturapop/libri-e-fumetti/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Libri e Fumetti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/brand/iron-man/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/brand/marvel-comics/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Marvel Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/marvel-villainous-recensione/\",\r\n                \"rel\": \"noopener\",\r\n                \"text\": \"Marvel Villainous di Ravensburger\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://toms.it/OXhNS\",\r\n                \"rel\": \"noopener\",\r\n                \"text\": \"Disponibile per l’acquisto online\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/images/images/2020/03/iron-man-1-85291.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/images/images/2020/03/iron-man-3-85293.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/images/images/2020/03/iron-man-6-85295.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/images/images/2020/03/iron-man-7-85296.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/wolverine-le-origini-dellartigliato-mutante/\",\r\n                \"text\": \"Wolverine\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/images/images/2020/03/iron-man-5-85294.jpg\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://toms.it/w3dAP\",\r\n                \"text\": \"Io sono Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/author/manuel-enrico/\",\r\n                \"text\": \"                                                Manuel Enrico                                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#disqus_row586853\",\r\n                \"text\": \" vai ai commenti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/iron-man/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/marvel-comics/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"marvel comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/notizie-culturapop/libri-e-fumetti/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Libri e Fumetti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/brand/iron-man/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/brand/marvel-comics/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"Marvel Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://itunes.apple.com/us/app/toms-hardware-italia/id919435704\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://play.google.com/store/apps/details?id=com.goodbarber.tomshardware\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/iscrizione-newsletter/\",\r\n                \"text\": \"Iscriviti alla newsletter\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it\",\r\n                \"text\": \"                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/privacy/\",\r\n                \"text\": \"Privacy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/chi-siamo/\",\r\n                \"text\": \"Chi siamo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/contattaci/\",\r\n                \"text\": \"Contattaci\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/feed-rss/\",\r\n                \"text\": \"Feed RSS\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/codici-sconto/\",\r\n                \"text\": \"Codici sconto\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/tomshardware.it\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://twitter.com/TomsHWItalia\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.instagram.com/tomshardwareitalia/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.tomshw.it/feed/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://play.google.com/store/apps/details?id=com.goodbarber.tomshardware\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://itunes.apple.com/us/app/toms-hardware-italia/id919435704\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.edinet.info?referrer=tomshardware\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/hardware/\",\r\n                \"text\": \"Tom's Hardware\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/videogiochi/\",\r\n                \"text\": \"Game division\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/smartphone/\",\r\n                \"text\": \"MobileLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/culturapop/\",\r\n                \"text\": \"Cultura Pop\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/automotive/\",\r\n                \"text\": \"MotorLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/business/\",\r\n                \"text\": \"B2BLabs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/altro/\",\r\n                \"text\": \" More\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/ultimenews/24\",\r\n                \"text\": \"Le news di oggi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/ultimenews/48\",\r\n                \"text\": \"Le news di ieri\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/ultimenews/72\",\r\n                \"text\": \"Le news dell'altro ieri\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/offerte/le-migliori-offerte-sui-prodotti-xiaomi/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/offerte/le-migliori-offerte-sui-prodotti-xiaomi/\",\r\n                \"text\": \"Le migliori offerte Amazon: le più valide sui prodotti Xiaomi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/migliori-offerte-amazon/\",\r\n                \"text\": \"Migliori Offerte Amazon\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-amazon/\",\r\n                \"text\": \"Offerte Amazon\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-e-sconti/\",\r\n                \"text\": \"Offerte e Sconti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-xiaomi/\",\r\n                \"text\": \"Offerte Xiaomi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/smartwatch/\",\r\n                \"text\": \"smartwatch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/offerte/macbook-pro-che-prezzo-sconto-di-270e-da-unieuro-e-ottieni-anche-dei-buoni-regalo/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/offerte/macbook-pro-che-prezzo-sconto-di-270e-da-unieuro-e-ottieni-anche-dei-buoni-regalo/\",\r\n                \"text\": \"MacBook Pro: che prezzo! Sconto di 270€ da Unieuro, e ottieni anche dei buoni regalo!\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/apple-macbook/\",\r\n                \"text\": \"Apple MacBook\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/apple-macbook-pro/\",\r\n                \"text\": \"Apple MacBook Pro\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-apple/\",\r\n                \"text\": \"Offerte Apple\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-e-sconti/\",\r\n                \"text\": \"Offerte e Sconti\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-pc/\",\r\n                \"text\": \"Offerte PC\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-tech/\",\r\n                \"text\": \"Offerte Tech\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.tomshw.it/tag/offerte-unieuro/\",\r\n                \"text\": \"Offerte Unieuro\"\r\n            }\r\n        ],\r\n        \"images\": [\r\n            {\r\n                \"alt\": \"logo_toms\",\r\n                \"src\": \"/wp-content/uploads/2021/11/logo_toms.png\"\r\n            },\r\n            {\r\n                \"alt\": \"hammer_toms\",\r\n                \"src\": \"/wp-content/uploads/2021/11/icona-menu-hammer.png\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/uploads/2021/11/logo-culturapop.svg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2020/07/CulturaPop_manuel_enrico_grey.jpeg\"\r\n            },\r\n            {\r\n                \"alt\": \"iron man 1\",\r\n                \"src\": \"/images/images/2020/03/iron-man-1-85291.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"iron man 3\",\r\n                \"src\": \"/images/images/2020/03/iron-man-3-85293.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"iron man 6\",\r\n                \"src\": \"/images/images/2020/03/iron-man-6-85295.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"iron man 7\",\r\n                \"src\": \"/images/images/2020/03/iron-man-7-85296.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"iron man 5\",\r\n                \"src\": \"/images/images/2020/03/iron-man-5-85294.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2020/07/CulturaPop_manuel_enrico_grey.jpeg\"\r\n            },\r\n            {\r\n                \"alt\": \"toms_logo_white_footer\",\r\n                \"src\": \"/wp-content/uploads/2021/11/toms-logo_white_footer.png\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2021/11/googlePlay.png\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2021/11/appStore.png\"\r\n            },\r\n            {\r\n                \"alt\": \"logo_edinet\",\r\n                \"src\": \"/wp-content/uploads/2021/11/logo-def-edinet2016_white.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Da non perdere su Tom's Hardware\",\r\n                \"src\": \"/wp-content/themes/3labs_child/assets/img/da_non_perdere.png\"\r\n            }\r\n        ],\r\n        \"metaDescription\": \"Dall'intuizione di Stan Lee sino allo scoppio della mina che trasformò un armaiolo in un eroe: ecco le origini di Iron Man Dall'intuizione di Stan Lee sino allo scoppio della mina che trasformò un armaiolo in un eroe: ecco le origini di Iron Man\",\r\n        \"h1\": [\r\n            \"Iron Man: le origini del corazzato eroe Marvel\",\r\n            \"Iron Man: le origini del corazzato eroe Marvel\"\r\n        ],\r\n        \"h2\": [\r\n            \"La nascita di Tony Stark\",\r\n            \"Creare l’armatura di Iron Man\",\r\n            \"La serie solista di Iron Man\",\r\n            \"L’America secondo Tony Stark\",\r\n            \"Supereroi con problemi comuni\"\r\n        ],\r\n        \"h3\": [\r\n            \"Più informazioni su\",\r\n            \"Più informazioni su\",\r\n            \"Ultime news\",\r\n            \"Ultimo video\"\r\n        ],\r\n        \"wordCount\": 2303,\r\n        \"stopwordsCount\": 1222,\r\n        \"readingTime\": 502.4727272727273,\r\n        \"speakingTime\": 767.6666666666666,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Difficult to read\",\r\n            \"score\": 15.27\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"iron\",\r\n                \"count\": 38,\r\n                \"percentage\": 3.49,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 87\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"corazzato eroe\",\r\n                \"count\": 3,\r\n                \"percentage\": 0.75,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 81\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"eroe marvel\",\r\n                \"count\": 3,\r\n                \"percentage\": 0.75,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 81\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"marvel\",\r\n                \"count\": 24,\r\n                \"percentage\": 2.21,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 77\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"tony stark\",\r\n                \"count\": 18,\r\n                \"percentage\": 4.5,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 60\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"armatura di iron\",\r\n                \"count\": 4,\r\n                \"percentage\": 0.7,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 42\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"stark\",\r\n                \"count\": 27,\r\n                \"percentage\": 2.48,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 40\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"personaggio\",\r\n                \"count\": 23,\r\n                \"percentage\": 2.11,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 36\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"tony\",\r\n                \"count\": 22,\r\n                \"percentage\": 2.02,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 35\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"fumetti iron\",\r\n                \"count\": 4,\r\n                \"percentage\": 1,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 35\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"marvel comics\",\r\n                \"count\": 4,\r\n                \"percentage\": 1,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 35\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"marvel universe\",\r\n                \"count\": 4,\r\n                \"percentage\": 1,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 35\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"libri e fumetti iron\",\r\n                \"count\": 4,\r\n                \"percentage\": 0.77,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 32\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"iron man marvel comics\",\r\n                \"count\": 4,\r\n                \"percentage\": 0.77,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 32\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"stan lee\",\r\n                \"count\": 3,\r\n                \"percentage\": 0.75,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 32\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"libri e fumetti\",\r\n                \"count\": 4,\r\n                \"percentage\": 0.7,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 32\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"iron man marvel\",\r\n                \"count\": 4,\r\n                \"percentage\": 0.7,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 32\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"howard hughes\",\r\n                \"count\": 4,\r\n                \"percentage\": 1,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 22\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"guerra fredda\",\r\n                \"count\": 3,\r\n                \"percentage\": 0.75,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 18\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"stark viene\",\r\n                \"count\": 3,\r\n                \"percentage\": 0.75,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 18\r\n            }\r\n        ],\r\n        \"language\": \"it\",\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"\\n        \\n        \\n\\n            \\n                        \\n            \\n\\n\\n                        \\n            \\n\\n\\n                        \\n\\n            \\n                            \\n            \\n\\n\\n            \\n                \\n                    \\n                        Libri e Fumetti                    \\n                    Iron Man: le origini del corazzato eroe Marvel\\n\\n                \\n\\n                            \\n            \\n\\n\\n            \\n            \\n\\n            \\n\\n            \\n                \\n\\n                                \\n\\n                    \\n\\n                                                \\n\\n                            \\n\\n                                \\n                                    \\n                                \\n\\n\\n                            \\n                        \\n\\n                        \\n                        \\n                            \\n                                \\n\\n        \\n\\n        \\n        \\n\\n            Recensioni\\n\\n        \\n        \\n\\n            Disney+\\n\\n        \\n        \\n\\n            Lego\\n\\n        \\n        \\n\\n            Marvel\\n\\n        \\n        \\n\\n            Giochi in scatola\\n\\n        \\n        \\n\\n            Dungeons & Dragons\\n\\n        \\n        \\n\\n            HeroQuest\\n\\n        \\n        \\n\\n            Twitch Cultura POP\\n\\n        \\n        \\n\\n            Spider-Man\\n\\n        \\n        \\n\\n            Parchi Divertimento\\n\\n        \\n        \\n\\n            Codici sconto\\n\\n        \\n    \\n\\n\\n                            \\n\\n\\n                        \\n                        \\n    \\n        \\n    \\n    \\n\\n                        \\n\\n\\n                                                    \\n                                \\n                                                    \\n\\n\\n                        \\n\\n                    \\n                \\n                \\n            \\n                        \\n            \\n\\n\\n            \\n            \\n\\n            \\n                \\n\\n                        \\n                            Libri e Fumetti                        \\n                        \\n\\n                            Iron Man: le origini del corazzato eroe Marvel\\n\\n\\n                        \\n                            \\n\\n                                \\n\\n                                    \\n                                        \\n                                            \\n                                                \\n                                            \\n\\n                                        \\n\\n                                    \\n                                    \\n\\n                                        \\n                                                                                \\n                                            di \\n                                                                                                    Manuel Enrico                                                    \\n                                             \\n                                            \\n\\n\\n\\n                                            \\n                                                \\n                                                     8 min\\n                                                     vai ai commenti\\n                                                \\n                                                \\n                                            \\n                                        \\n                                        \\n                                    \\n\\n                                \\n\\n                            \\n                        \\n\\n                        \\n                        \\n                        \\n                            \\n\\n                                \\n                                    Più informazioni su\\n                                     Iron Man marvel comics  Libri e Fumetti  Iron Man Marvel Comics                                \\n\\n\\n                            \\n                        \\n\\n                        \\n\\n\\n                            \\n                                \\n                                    \\n                                    \\n                                                        \\n        \\n        \\n                                    \\n                                    \\n                                        Parlando del Marvel Cinematic Universe si ha sempre un dubbio: avrebbe avuto lo stesso successo senza Iron Man? Quasi sicuramente no, visto che la figura di Tony Stark è diventata il fulcro narrativo dell’universo cinematografico Marvel, complice l’ottima interpretazione di Robert Downey Jr, che ha dato vita ad un Tony Stark indimenticabile. Non male, per un personaggio che per anni è rimasto quasi nelle retrovie dell’universo fumettistico della Casa delle Idee.\\nIron Man era un personaggio che nelle idee di Stan Lee avrebbe dovuto essere una figura di primo piano, ma che affrontò parecchie difficoltà. Ma come è iniziata l’avventura di Tony Stark nel Marvel Universe?\\n\\nAmate il mondo dei supereroi Marvel? Conoscete poteri e strategie dei Villain dell’Universo Marvel? Se cercate un gioco in scatola che vi permetta di sfidarvi a colpi di super poteri e “indossare” i panni di Super Cattivi, allora Marvel Villainous di Ravensburger fa sicuramente per voi! Disponibile per l’acquisto online.\\n\\nLa nascita di Tony Stark\\nNel 1963 la Marvel aveva già avviato i primi passi di quello che sarebbe divenuto in seguito il suo Marvel Universe. Nelle edicole americane erano già presenti I Fantastici Quattro (1961), L’incredibile Hulk (1962), Spider-man (1962) e si era già pronti a lancia un nuovo supergruppo, gli X-Men.\\nStan Lee era in cerca di un nuovo eroe da proporre ai lettori, che riuscisse a replicare l’ottimo risultato di Spider-Man. Per creare questo nuovo eroe, Lee voleva però stravolgere le regole del gioco, dando vita ad un personaggio che facesse leva su una delle paure più sentite in quel periodo: la guerra.\\n            \\n            \\n\\n\\n            Lo spettro della Seconda Guerra Mondiale era ancora fortemente radicato nel tessuto sociale americano, un incubo tenuto vivo dalla Guerra Fredda e che aveva avuto un rigurgito nel decennio precedente, con la Guerra di Corea. In realtà già in alcuni dei personaggi della Casa delle Idee si erano presentate delle narrazioni che analizzassero la contemporaneità americana, che in Fantastici Quattro e L’Incredibile Hulk erano principalmente focalizzate sulla gestione interna di minacce percepite (come il comunismo, il grande nemico durante l’era del maccartismo)\\n Una delle intuizioni creative di Lee che contribuirono alla nascita di Iron Man divenne quindi il rapporto con la guerra, ma serviva un legame tra questo e il personaggio.\\nLee decise quindi di rendere il suo nuovo personaggio il simbolo del capitalismo americano, trasformandolo in un ricco magnate dell’industria bellica. Scelta coraggiosa, considerato come la casa editrice e i lettori fossero moralmente vicini ad una narrativa meno bellica, come reazione al clima della Guerra Fredda. Stan Lee, invece, decise di sfidare questa idea:\\n\\n‘Penso che all’epoca stessi cercando una sfida. Eravamo nel pieno della Guerra Fredda. I lettori, i giovani lettori, odiavano profondamente la guerra, non sopportavano i militari. Quindi decisi di realizzare un eroe che fosse l’incarnazione di tutto questo. Era un fabbricante di armi, produceva armamenti per l’Esercito, era ricco ed era un capitalista. All’epoca, pensai che sarebbe stato divertente sviluppare un personaggio che nessun, potenzialmente, avrebbe apprezzato, che nessuno dei nostri lettori avrebbe compreso, con la precisa missione di farglielo piacere e farli appassionare. E divenne popolare’\\n\\nSecondo questi suoi spunti, Lee creò quindi un personaggio che fosse lo specchio di una figura pubblica nota al pubblico, per quanto detestata. Contrariamente agli altri eroi finora pubblicati, Stark era un miliardario, erede di una fortuna spropositata, un donnaiolo che aveva trascorso la sua vita negli agi. Il modello dell’aspetto ‘sociale’ del personaggio erano gli idoli dei giornali di gossip dell’epoca, attori e donnaioli che animavano la Hollywood del periodo. Lee voleva trasmettere l’idea di un uomo indistruttibile, talmente di successo da sentirsi oltre ogni limite, basando il suo personaggio sulla figura di Howard Hughes\\n\\n‘Howard Hughes era uno degli uomini più interessanti di quel tempo. Era un inventore, un avventuriero, un miliardario, un donnaiolo e infine un folle. Tony Stark avrebbe dovuto essere un Howard Hughes, senza la sua follia’\\n\\n            \\n            \\n\\n\\n            L’idea di dare vita ad un personaggio simile, apparentemente invulnerabile, doveva esser bilanciata da una debolezza. Come disse Gerry Conway a proposito di Iron Man\\n\\n‘Avevamo questo personaggio, che all’esterno era invulnerabile, non poteva nemmeno esser toccato, ma all’interno dell’armatura c’era un uomo ferito. Stan aveva introdotto una ferita particolare, il suo cuore era spezzato, in senso letterale. Ma si trattava anche di una metafora, ed era quello che rendeva interessante il personaggio’\\n\\nConway si riferisce ovviamente alle schegge di granata che minacciavano la vita di Tony Stark. Per arrivare a questa condizione del personaggio, si decise di usare un espediente già utilizzato in casa Marvel, declinandolo in un modo nuovo: la tecnologia.\\nCreare l’armatura di Iron Man\\nLa Marvel, in quel periodo, vedeva nella scienza, o meglio, nel modo in cui l’americano medio concepiva la scienza una genesi perfetta per i propri eroi. I raggi cosmici avevano creato i Fantastici Quattro, Hulk era la consequenze dei raggi gamma, senza contare ragni radioattivi e i Figli dell’Atomo mutanti. Al momento di creare Iron Man, si decise nuovamente di ricorrere alla scienza, ma rendendola uno strumento esterno.\\nL’armatura di Iron Man diventa il punto di svolta del personaggio, un monito costante del cambio di vita che Tony Star vive. Anzi, l’armatura diventa la vita di Tony Stark, il meccanismo che gli impedisce di morire. I primi anni del personaggio, vedono un’importanza centrale dell’armatura per tenere in vita Tony, mostrando anche dei limiti della stessa. L’intento è quello di mantenere Iron Man/Tony Stark su un piano umano, che lo costringa ad affrontare, nonostante il suo incredibile potere, dei limiti, eredità del suo passato di produttore di armi.\\n            \\n            \\n\\n\\n            \\n\\nDivenuto un tratto distintivo di Iron Man, l’armatura ha subito diverse evoluzione, ma la sua prima versione portava la firma di un grande del fumetto: Jack ‘Il Re’ Kirby.\\nLa prima apparizione di Iron Man avvenne in Tales of Suspence #39, numero della serie antologica di casa Marvel. Il primo passo per la realizzazione dell’entrata in scena di Iron Man fu la realizzazione della copertina, che venne affidata a Kirby, mentre i disegni interni furono affidati a Don Heck, che in seguito raccontò la genesi dell’armatura di Iron Man\\n‘Kirby disegnò l’armatura, visto che gli era stata affidata la copertina, e le copertine venivano sempre realizzate per prime. Io ho creato il look dei personaggi all’interno dell’albo, come Tony e la sua segretaria Pepper Potts. Andando avanti col lavoro trovai l’ispirazione per gli altri personaggi, affidandomi ad un ideale che si avvicinava molto alla visione dei personaggi sullo stile di Alex Toth, che aveva come modello Errol Flynn’\\nL’armatura creata da Kirby era basata sull’immaginario fantascientifico dei robot dell’epoca, che portò alla creazione di una grossa, lenta e impacciata armatura grigia. Nella seconda apparizione di Iron Man (Tales of suspence #40), l’armatura divenne dorata e rimase tale sino alla comparsa di una seconda armatura, quella che divenne il classico look di Iron Man.\\n\\n\\nIn Tales of Suspence #48, nonostante la copertina fosse realizzata da Jack Kirby, venne adottata la nuova armatura ideata da una delle matite storiche della casa editrice: Steve Ditko. Già apprezzato per la creazione del costume di Spider-Man, Ditko realizzò la seconda armatura di Iron Man, quella rosso e oro che consacrò il personaggio all’interno del Marvel Universe, come ricordò Heck nel 1985\\n‘Il secondo costume, quello rosso e dorato, fu disegnato da Steve Ditko. Lo trovai più semplice da disegnare rispetto alla precedente, ingombrante versione. Il design precedente, che assomigliava più a un robot, era decisamente in stile Kirby’\\nLa serie solista di Iron Man\\nL’apparizione di Iron Man avvenne, come detto, su Tales of Suspense. Con il numero 100, Tales of Suspense venne ribattezzato Captain America, vedendo come protagonista della serie Steve Rogers. Dopo un’apparizione in un albo one shot, Iron Man and the Submariner (aprile 1968), Testa di Latta divenne protagonista della sua serie nel maggio del 1968. Pur essendo registrata con il copyright di Iron Man, la copertina dell’albo riportava il titolo The Invincible Iron Man\\nL’America secondo Tony Stark\\nDopo aver affrontato le tensioni sociali legate al maccartismo e alla gestione interna delle paure popolari con Fantastici Quattro e Hulk, Iron Man divenne il personaggio ideale per affrontare le questioni sociale da un altro punto di vista molto ancora all’american way of life: il capitalismo. Tony Stark è l’erede fumettistico di una serie di industriali che avevano fatto una fortuna tramite le commesse militari, non ultimo l’Howard Hughes che era stato preso come suo modello morale.\\nTony Stark diventa quindi il modello Marvel dell’industriale, separato dalla condizione del cittadino medio americano, come vivessero su due mondi diversi. L’idea di Lee era proprio questa, creare un eroe che fosse inizialmente inviso al lettore, che rivedeva in questo spocchioso personaggio alcune delle caratteristiche tipiche del potere politico del periodo.\\n\\n\\nAll’interno del suo saggio The Journal of Popular Culture, lo storico Robert Genter si concentrò molto sulla figura di Tony Stark. Non di Iron Man il supereroe, ma Tony Stark, l’uomo dentro l’armatura. Per Genter, Stark era l’erede dei grandi inventori indipendenti (Tesla, Edison, Graham Bell), in un periodo in cui le invenzioni erano divenute frutto di lavoro di squadra, spesso vincolate a commesse statali a cui erano indissolubilmente legate.\\nStark invece spezza questo rapporto, non accetta di esser asservito a qualcuno, vuole il pieno riconoscimento e controllo del proprio genio. Caratteristica affascinante, che diventerà negli anni successivi uno dei punti di svolta del personaggio, quando Stark dovrà affrontare la caduta del proprio mondo.\\nQueste caratteristiche sono pienamente rappresentate nella prima apparizione di Iron Man, quando Tony Stark viene mostrato sia come playboy miliardario che come capitano d’industria intento a ottenere una commessa da parte dell’esercito per la sua ultima invenzione.\\nGrazie alla richiesta di dimostrare la validità dei suoi nuovi marchingegni, Stark viene portato in uno scenario di guerra in Oriente, dove rimane vittima dell’esplosione di una mina antiuomo, le cui schegge rimangono pericolosamente vicine al suo cuore.\\n\\n\\nFatto prigioniero dai guerriglieri, Stark viene obbligato a costruire una nuova arma per i signori della guerra locale, occasione che il geniale inventore usa per crearsi un’armatura che gli consenta di scappare a questi guerriglieri. L’armatura serve non solo a fuggire, ma tramite la nuova tecnologia di Stark inserita nei suoi meccanismi mantiene le letali schegge lontane dal cuore dell’inventore.\\nLa creazione di questo dualismo tra l’uomo e l’armatura fa parte di una metafora sulla vita del personaggio. Intoccabile all’esterno, grazie all’armatura, ma con il cuore spezzato, letteralmente, quando deve affrontare le conseguenze delle proprie azioni, della sua vita sulla propria pelle. Del suo retaggio, come viene detto giustamente nel primo film al cinema di Iron Man, uno dei più fedeli all’interno del Marvel Cinematic Universe.\\nSupereroi con problemi comuni\\nNonostante l’iniziale successo del personaggio, Tony Stark faticò a trovare un ruolo di primo piano all’interno del Marvel Universe. Lo stesso Lee, conscio di questo apparente fallimento, ne parlò con Claremont ai tempi dello sviluppo di Wolverine, indicando quale fosse stata la debolezza di Iron Man come personaggio: non aveva una caratteristica che lo identificava come unico. La sua armatura, infatti, non era specifica per lui, ma poteva adattarsi ad un altro personaggio, come avvenne con Rodhey nei panni di War Machine.\\nEra necessario dare a Iron Man e Tony Stark un tratto personale, che lo elevasse sopra il resto degli eroi della Casa delle Idee. Fedele al concetto di supereroi con superproblemi, si cercò un qualcosa che potesse caratterizzare Tony Stark. Se per anni le storie dei supereroi venivano scosse dell’arrivo di un nuovo nemico o da eventi macroscopici, per Stark si inaugurò una nuova tendenza, mostrando come i pericoli più grandi potessero nascere da debolezze estremamente umane.\\n\\n\\nNel 1979, sulla testata di Iron Man erano all’opera Bob Layton e David Micheline, che ebbero un’intuizione: mostrare una fragilità incredibilmente umana di Tony. Come disse lo stesso Micheline\\n\\n‘Lo spessore di un eroe può essere definito in base ai suoi nemici, e quale può essere più subdolo, pericoloso e distruttivo di una debolezza personale?’\\n\\nDa questi presupposti nacque un ciclo di storie, pubblicato tra The Invincible Iron Man #120 e #128, divenuto poi famoso come la storia Il demone nella bottiglia. In questo arco narrativo, Tony Stark è costretto ad affrontare il peso della sua doppia vita e dei problemi per le sue aziende, trovando conforto in un diavolo liquido: l’alcol.\\nQuesta saga non solo è un momento di svolta per il modo di concepire le problematiche esistenziali dei personaggi Marvel, ma può esser visto come l’ultimo passo delle origini di Iron Man. La dipendenza dall’alcol e le sue conseguenze sono un’ombra che perseguiterà Tony Stark anche in futuro, dalla saga di Vendicatori Divisi sino alla più recente gestione del personaggio.\\n\\nPer conoscere i tratti essenziali di Iron Man, si consiglia la lettura del volume Io sono Iron Man\\n\\n                                    \\n\\n                                \\n\\n\\n                            \\n\\n\\n\\n\\n\\n                        \\n\\n\\n\\n\\n                        \\n\\n\\n\\n\\n\\n\\n\\n                    \\n                    \\n                \\n\\n                                \\n                \\n                    \\n                        \\n\\n                            \\n\\n                                \\n                                                                        \\n                                        \\n                                    \\n                                                                                                            \\n                                        di \\n\\n                                                                                            Manuel Enrico                                                \\n                                                                             \\n                                    \\n                                \\n                                \\n\\n                                    martedì 7 Aprile 2020 9:30\\n\\n\\n                                    \\n                                        \\n                                             8 min\\n                                             vai ai commenti\\n                                        \\n                                    \\n                                    \\n\\n    \\n    \\n\\n        \\n            \\n        \\n        \\n            \\n        \\n        \\n            \\n        \\n        \\n            \\n        \\n    \\n    Shares\\n                                \\n                            \\n                            \\n                                Più informazioni su\\n                                 Iron Man marvel comics  Libri e Fumetti  Iron Man Marvel Comics\\n\\n                            \\n\\n                        \\n                        \\n                                    \\n            \\n\\n\\n            \\n\\n    \\n        \\n            \\n                Scarica gratis\\n                l'app di Tom's Hardware\\n            \\n\\n        \\n        \\n            \\n                \\n                    \\n                    \\n                \\n\\n            \\n        \\n    \\n\\n\\n\\n\\n    \\n        Vuoi ricevere aggiornamenti sui tuoi topics preferiti ogni giorno?\\n        Iscriviti alla newsletter\\n    \\n\\n\\n                \\n                                \\n            \\n\\n\\n                        \\n            \\n\\n\\n                            \\n                \\n                    \\n                \\n                \\n                \\n            \\n                                    \\n\\n\\n\\n                    \\n\\n\\n                    \\n                    \\n            \\n                \\n\\n                                \\n            \\n\\n\\n            \\n                \\n\\n                \\n                                \\n        \\n        \\n                \\n\\n                                \\n                        \\n                            \\n                                 Leggi i commenti \\n                            \\n                        \\n                    \\n                    \\n                        \\n                            \\n                            \\n                           \\n                        \\n                    \\n                \\n            \\n\\n                            \\n            \\n\\n\\n            \\n            \\n\\n\\n                        \\n            \\n            \\n\\n        \\n\\n\\n        \\n\\n    \",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.tomshw.it/culturapop/iron-man-le-origini-del-corazzato-eroe-marvel/\",\r\n        \"breadcrumb\": \"https://www.tomshw.it › culturapop › iron-man-le-origi...\"\r\n    },\r\n    {\r\n        \"author\": \"Antonella Catena\",\r\n        \"date\": \"2019-04-04T06:51:39.000Z\",\r\n        \"description\": \"L’attore compie gli anni e annuncia: «Avengers: Endgame è il mio ultimo film con la Marvel»\",\r\n        \"image\": \"https://www.amica.it/wp-content/uploads/2019/03/robert-downey-jr.jpg?v=711197\",\r\n        \"logo\": \"https://logo.clearbit.com/amica.it\",\r\n        \"publisher\": \"Amica\",\r\n        \"title\": \"Robert Downey Jr: Iron Man compie 54 anni e ci dice addio\",\r\n        \"url\": \"https://www.amica.it/2019/04/04/robert-downey-jr-iron-man-54-anni/\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/moda/\",\r\n                \"text\": \"Moda\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/partypeople/\",\r\n                \"text\": \"Party & People\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/\",\r\n                \"text\": \"Bellezza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/daily-tips/\",\r\n                \"text\": \"Daily tips\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/cucina/\",\r\n                \"text\": \"Kitchen\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tv/\",\r\n                \"text\": \"Film e Serie TV\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/video/\",\r\n                \"text\": \"Video\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/sport/\",\r\n                \"text\": \"Sport e Benessere\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/archivio-instamica/\",\r\n                \"text\": \"Instalook\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/oroscopo/\",\r\n                \"text\": \"Oroscopo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2021/08/28/moda-autunno-inverno-2021-tendenze-donna/?intcmp=menu\",\r\n                \"text\": \"Tendenze Inverno\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//instagram.com/amicamagazine\",\r\n                \"rel\": \"nofollow external noopener noreferrer\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/amicamagazine\",\r\n                \"rel\": \"nofollow external noopener noreferrer\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.abbonamentircs.it/it_IT/Amica/nbGsEWcVLUAAAAFS71crvjaf/pc?intcmp=abboAmicaSito_other_110316_amica_in_other\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"ABBONATI / ACQUISTA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/le-mie-notifiche/?ref=from_hamburger\",\r\n                \"text\": \"Le mie notifiche\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.corriere.it\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it\",\r\n                \"text\": \" \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//instagram.com/amicamagazine\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/amicamagazine\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.abbonamentircs.it/it_IT/Amica/nbGsEWcVLUAAAAFS71crvjaf/pc?intcmp=abboAmicaSito_other_110316_amica_in_other\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"ABBONATI / ACQUISTA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/moda/\",\r\n                \"text\": \"Moda\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/moda/fashion-story/\",\r\n                \"text\": \"Fashion Story\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/sfilate/\",\r\n                \"text\": \"Sfilate\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/moda/news/\",\r\n                \"text\": \"News Moda\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/moda/best-of-the-day/\",\r\n                \"text\": \"Star look\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/archivio-instamica/\",\r\n                \"text\": \"Instalook\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/partypeople/\",\r\n                \"text\": \"Party & People\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/\",\r\n                \"text\": \"Bellezza\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/beauty-must-have/\",\r\n                \"text\": \"Beauty must have\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/trucco-e-capelli/\",\r\n                \"text\": \"Trucco e capelli\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/prodotti-e-news/\",\r\n                \"text\": \"Prodotti e news\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/tutorial/\",\r\n                \"text\": \"Tutorial\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/bellezza/viso-e-corpo/\",\r\n                \"text\": \"Viso e corpo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/sport/\",\r\n                \"text\": \"Sport e Benessere\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tv/\",\r\n                \"text\": \"Film e serie tv\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/oroscopo/\",\r\n                \"text\": \"Oroscopo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2021/08/28/moda-autunno-inverno-2021-tendenze-donna/?intcmp=menu\",\r\n                \"text\": \"Tendenze Inverno\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/oroscopo/oggi/?intcmp=menufocus\",\r\n                \"text\": \"Oroscopo oggi\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/tag/royal-family/?intcmp=menufocus\",\r\n                \"text\": \"Royal\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/2022/02/12/sneaker-primavera-2022-modelli-top-tendenze/?intcmp=menufocus\",\r\n                \"text\": \"Sneakers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/gallery/attrici-italiane-piu-belle/?intcmp=menufocus\",\r\n                \"text\": \"Attrici Italiane\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/2020/06/13/balayage-capelli-2020-cose-re-tendenze/?intcmp=menufocus\",\r\n                \"text\": \"Balayage Capelli\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/tag/meghan-markle/?intcmp=menufocus\",\r\n                \"text\": \"Meghan Markle\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/\",\r\n                \"text\": \"Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/partypeople/\",\r\n                \"text\": \"Party & People        \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2019/04/04/meghan-markle-harry-instagram-record/\",\r\n                \"text\": \"    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2019/04/04/heath-ledger-40-anni-oggi/\",\r\n                \"text\": \"    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"mailto:?subject=Visita questo indirizzo&body=Robert Downey Jr: Iron Man compie 54 anni e ci dice addio https%3A%2F%2Fwww.amica.it%2F2019%2F04%2F04%2Frobert-downey-jr-iron-man-54-anni%2F%3Fintcmp%3Demail\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"whatsapp://send?text=https%3A%2F%2Fwww.amica.it%2F2019%2F04%2F04%2Frobert-downey-jr-iron-man-54-anni%2F%3Fintcmp%3Dwhatsapp\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://web.whatsapp.com/send?text=https%3A%2F%2Fwww.amica.it%2F2019%2F04%2F04%2Frobert-downey-jr-iron-man-54-anni%2F%3Fintcmp%3Dwhatsapp\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/gallery/robert-downey-jr-allinferno-e-ritorno-in-38-scatti/\",\r\n                \"text\": \"gallery\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/avengers-endgame-le-immagini-del-film/\",\r\n                \"text\": \"                                Avengers Endgame: le immagini del film                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/avengers-endgame-le-immagini-del-film/\",\r\n                \"text\": \"                        \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/avengers-endgame-le-immagini-del-film/\",\r\n                \"text\": \"                                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/robert-downey-jr-allinferno-e-ritorno-in-38-scatti/\",\r\n                \"text\": \"                                Robert Downey jr, non solo Iron Man: una vita all'inferno e ritorno                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/robert-downey-jr-allinferno-e-ritorno-in-38-scatti/\",\r\n                \"text\": \"                        \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/robert-downey-jr-allinferno-e-ritorno-in-38-scatti/\",\r\n                \"text\": \"                                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2020/10/21/gwyneth-paltrow-kate-hudson-peggiori-baciatori/\",\r\n                \"text\": \"                                Gwyneth Paltrow e Kate Hudson: vi diciamo noi chi bacia peggio a Hollywood                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2020/10/21/gwyneth-paltrow-kate-hudson-peggiori-baciatori/\",\r\n                \"text\": \"                        \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2020/10/21/gwyneth-paltrow-kate-hudson-peggiori-baciatori/\",\r\n                \"text\": \"                                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/2014/07/22/happy-birthday-robert-downey-jr/\",\r\n                \"text\": \"Robert Downey jr era l’attore più ricco di Hollywood\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/2018/11/03/gwyneth-paltrow-ha-sposato-brad-falchuk/\",\r\n                \"text\": \"Gwyneth Paltrow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/2018/11/14/stan-lee-e-morto-il-padre-dei-supereroi-della-marvel/\",\r\n                \"text\": \"Stan Lee\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://it.wikipedia.org/wiki/Brat_Pack\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"Brat Pack\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/2018/08/18/wonder-woman-gal-gadot-breakfast-club/\",\r\n                \"text\": \"Adesso li rivedremo, citati, nel nuovo Wonder Woman\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/gallery/sarah-jessica-parker-larte-del-red-carpet/\",\r\n                \"text\": \" Sarah Jessica Parker\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/gallery/robert-downey-jr-allinferno-e-ritorno-in-38-scatti/\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/author/acatena/\",\r\n                \"text\": \"Antonella Catena\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tag/avengers-endgame/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"avengers endgame\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tag/gwyneth-paltrow/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"gwyneth paltrow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tag/iron-man/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"iron man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tag/marvel/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/tag/robert-downey-jr/\",\r\n                \"rel\": \"tag\",\r\n                \"text\": \"robert downey jr\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"mailto:?subject=Visita questo indirizzo&body=Robert Downey Jr: Iron Man compie 54 anni e ci dice addio https%3A%2F%2Fwww.amica.it%2F2019%2F04%2F04%2Frobert-downey-jr-iron-man-54-anni%2F%3Fintcmp%3Demail\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"whatsapp://send?text=https%3A%2F%2Fwww.amica.it%2F2019%2F04%2F04%2Frobert-downey-jr-iron-man-54-anni%2F%3Fintcmp%3Dwhatsapp\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://web.whatsapp.com/send?text=https%3A%2F%2Fwww.amica.it%2F2019%2F04%2F04%2Frobert-downey-jr-iron-man-54-anni%2F%3Fintcmp%3Dwhatsapp\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/partypeople/\",\r\n                \"text\": \"                Tutti gli articoli Party & People            \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/gerard-depardieu-ricorda-morte-figlio-guillaume/\",\r\n                \"text\": \"Gerard Depardieu ricorda la morte del figlio Guillaume: «Lui vive in me ogni giorno»                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/gerard-depardieu-ricorda-morte-figlio-guillaume/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/amalia-olanda-principessa-nuovo-fidanzato-isebrand-kaldewei/\",\r\n                \"text\": \"Amalia d'Olanda: tutto sul nuovo fidanzato della futura regina                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/amalia-olanda-principessa-nuovo-fidanzato-isebrand-kaldewei/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/achille-lauro-eurovision-2022-contro-mahmood-blanco/\",\r\n                \"text\": \"Achille Lauro all'Eurovision 2022 contro Mahmood e Blanco: per chi tiferemo?                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/achille-lauro-eurovision-2022-contro-mahmood-blanco/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/matthew-mcconaughey-appello-channing-tatum-magic-mike/\",\r\n                \"text\": \"L'appello di Matthew McConaughey a Channing Tatum per... tornare a spogliarsi                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/matthew-mcconaughey-appello-channing-tatum-magic-mike/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/regina-elisabetta-positiva-covid-sintomi-messaggio-atleti-olimpiadi/\",\r\n                \"text\": \"La Regina Elisabetta positiva al Covid. Nemmeno il virus, però, riesce a fermarla                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/21/regina-elisabetta-positiva-covid-sintomi-messaggio-atleti-olimpiadi/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/20/paola-ruffo-di-calabria-ex-regina-del-belgio-perche-non-ho-mai-divorziato-da-alberto/\",\r\n                \"text\": \"Paola Ruffo di Calabria, ex regina del Belgio: perché non ho mai divorziato da Alberto                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/20/paola-ruffo-di-calabria-ex-regina-del-belgio-perche-non-ho-mai-divorziato-da-alberto/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/regina-elisabetta-quella-volta-in-cui-si-e-presa-gioco-di-daniel-craig/\",\r\n                \"text\": \"Regina Elisabetta: quella volta in cui si è presa gioco di Daniel Craig                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/regina-elisabetta-quella-volta-in-cui-si-e-presa-gioco-di-daniel-craig/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/josh-hartnett-stasera-in-tv-indice-della-paura-fine-aveva-fatto/\",\r\n                \"text\": \"Che fine aveva fatto Josh Hartnett? Torna in tv con il thriller \\\"L'indice della paura\\\"                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/josh-hartnett-stasera-in-tv-indice-della-paura-fine-aveva-fatto/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/taylor-swift-ex-fidanzato-jake-gyllenhaal-avverte-fan/\",\r\n                \"text\": \"Jake Gyllenhaal avverte Taylor Swift: tieni a bada i tuoi fan!                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/taylor-swift-ex-fidanzato-jake-gyllenhaal-avverte-fan/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/brad-pitt-angelina-jolie-nuova-puntata-guerra-denuncia-miraval/\",\r\n                \"text\": \"Brad Pitt denuncia, di nuovo, Angelina Jolie: la nuova puntata nella guerra dei Brangelina                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/brad-pitt-angelina-jolie-nuova-puntata-guerra-denuncia-miraval/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/principe-andrea-sarah-ferguson-scandali-alluce-divorzio-giuffre-epstein/\",\r\n                \"text\": \"Principe Andrea e Sarah Ferguson: l'unione fa la forza, anche negli scandali                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/18/principe-andrea-sarah-ferguson-scandali-alluce-divorzio-giuffre-epstein/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/17/principe-andrea-e-laccordo-con-giuffre-le-conseguenze-per-eugenia-e-beatrice-di-york/\",\r\n                \"text\": \"Il Principe Andrea e l'accordo con Giuffre: le conseguenze per Eugenia e Beatrice di York                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/17/principe-andrea-e-laccordo-con-giuffre-le-conseguenze-per-eugenia-e-beatrice-di-york/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/17/doc-nelle-tue-mani-stasera-tv-anticipazioni-quinta-puntata/\",\r\n                \"text\": \"Stasera in tv c'è Doc - Nelle tue mani: tutte le anticipazioni sulla quinta puntata                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/17/doc-nelle-tue-mani-stasera-tv-anticipazioni-quinta-puntata/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/17/principe-andrea-accordo-virginia-giuffre-cosa-sappiamo-riassunto/\",\r\n                \"text\": \"Il Principe Andrea e l'accordo con Virginia Giuffre: cosa sappiamo finora                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/17/principe-andrea-accordo-virginia-giuffre-cosa-sappiamo-riassunto/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/brooklyn-beckham-nicola-peltz-vendita-villa-11-milioni-dollari/\",\r\n                \"text\": \"Brooklyn Beckham e Nicola Peltz vendono, dopo 8 mesi, la villa da 11 milioni di dollari                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/brooklyn-beckham-nicola-peltz-vendita-villa-11-milioni-dollari/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/downton-abbey-lady-mary-michelle-dockery-musica-trailer-film/\",\r\n                \"text\": \"Da Downton Abbey a rockstar: la svolta musicale di Lady Mary e del cameriere Andy                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/downton-abbey-lady-mary-michelle-dockery-musica-trailer-film/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/la-regina-elisabetta-lancia-sul-mercato-un-nuovo-profumo-per-cani/\",\r\n                \"text\": \"La Regina Elisabetta lancia sul mercato un nuovo profumo per cani                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/la-regina-elisabetta-lancia-sul-mercato-un-nuovo-profumo-per-cani/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/leonardo-dicaprio-tobey-maguire-amici-ragazze-due-picche/\",\r\n                \"text\": \"Cosa non si fa per un amico: la notte brava di Leonardo DiCaprio e Tobey Maguire                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/leonardo-dicaprio-tobey-maguire-amici-ragazze-due-picche/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/vittoria-di-svezia-rimette-la-divisa-e-torna-a-fare-il-soldato/\",\r\n                \"text\": \"Vittoria di Svezia rimette la divisa e torna a fare il soldato                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/16/vittoria-di-svezia-rimette-la-divisa-e-torna-a-fare-il-soldato/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/15/principe-andrea-accordo-no-processo-regina-elisabetta-felice/\",\r\n                \"text\": \"La regina Elisabetta tira un sospiro di sollievo, il principe Andrea non andrà a processo                                \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/2022/02/15/principe-andrea-accordo-no-processo-regina-elisabetta-felice/\",\r\n                \"text\": \"                                                    \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"javascript:;\",\r\n                \"text\": \"Torna su\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//instagram.com/amicamagazine\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"                            \"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.facebook.com/amicamagazine\",\r\n                \"rel\": \"external noopener noreferrer\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/mappa/\",\r\n                \"text\": \"MAPPA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/feed/\",\r\n                \"text\": \"RSS\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://www.cairorcsmedia.it/site/home/mezzi/digital-adv/la-mappa-dellofferta/web/amica.it.html\",\r\n                \"text\": \"PUBBLICITÀ\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/contatti/\",\r\n                \"text\": \"CONTATTI\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//www.amica.it/dati-societari/\",\r\n                \"text\": \"DATI SOCIETARI\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://www.amica.it/informativa-privacy-e-cookie-policy/\",\r\n                \"text\": \"COOKIE POLICY E PRIVACY\"\r\n            }\r\n        ],\r\n        \"images\": [\r\n            {\r\n                \"alt\": \"Amica\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/uscita.png?v=20200318\"\r\n            },\r\n            {\r\n                \"alt\": \"Amica\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/logo.gif?v=20200318\"\r\n            },\r\n            {\r\n                \"alt\": \"Instagram\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_instagram_icon.png?v=20200318\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_facebook_icon.png?v=20200318\"\r\n            },\r\n            {\r\n                \"alt\": \"Corriere della Sera\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/logo_header_cs.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Amica\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/logo.gif\"\r\n            },\r\n            {\r\n                \"alt\": \"Instagram\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_instagram_icon.png\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_facebook_icon.png\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_search_icon.png\"\r\n            },\r\n            {\r\n                \"alt\": \"robert downey jr\",\r\n                \"src\": \"//www.amica.it/wp-content/uploads/2019/03/robert-downey-jr-635x635.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/uploads/2019/04/BF006A96-2D01-4912-AD5A-344152657A05-100x100.jpeg\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/uploads/2014/04/dow-g-q-100x100.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"/wp-content/uploads/2020/10/prima-immagine-25-100x100.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"robert downey jr\",\r\n                \"src\": \"//www.amica.it/wp-content/uploads/2019/03/robert-downey-moglie-635x635.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"gwyneth paltrow\",\r\n                \"src\": \"//www.amica.it/wp-content/uploads/2019/03/robert-downey-gwyneth-paltrow-635x635.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"robert downey jr\",\r\n                \"src\": \"//www.amica.it/wp-content/uploads/2019/03/robert-downey-padre-635x635.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"iron man\",\r\n                \"src\": \"//www.amica.it/wp-content/uploads/2019/03/iron-man-avengers-endgame-635x635.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"robert downey jr\",\r\n                \"src\": \"//www.amica.it/wp-content/uploads/2019/03/robert-downey-jr-sneakers-635x635.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/wp-content/gallery/robert-downey-jr/robert-downey-jr-1.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"Antonella Catena\",\r\n                \"src\": \"/wp-content/uploads/2019/09/antonella-catena.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/gerard-depardieu-e-guillaume-depardieu-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/amalia-oland-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/achille-lauro-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/matthew-macconaughey-e-channing-tatum-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/regina_elisabetta_covid_AP-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/paola_belgio-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/craig-regina1-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/josh-hartnett-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/jake-gyllenhaal-e-taylor-swift-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2020/11/prima-immagine-20-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/Senza-nome2-8-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/Untitled-3-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/doc-nelle-tue-mani-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/Senza-nome-11-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/brooklyn-beckham-nicola-peltz-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/michelle-dockery-e-michael-fox-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/Senza-nome-10-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/tobey-maguire-e-leonardo-dicaprio-quadra-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2022/02/Senza-nome11-3-300x300.jpg\"\r\n            },\r\n            {\r\n                \"src\": \"/wp-content/uploads/2021/09/principe-andrea-300x300.jpg\"\r\n            },\r\n            {\r\n                \"alt\": \"Instagram\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_instagram_icon.png\"\r\n            },\r\n            {\r\n                \"alt\": \"Instagram\",\r\n                \"src\": \"/wp-content/themes/amica/img_layout/new_facebook_icon.png\"\r\n            }\r\n        ],\r\n        \"metaDescription\": \"L'attore compie gli anni e annuncia: «Avengers: Endgame è il mio ultimo film con la Marvel»\",\r\n        \"h1\": [\r\n            \"Robert Downey Jr: Iron Man compie 54 anni e ci dice addio\"\r\n        ],\r\n        \"h2\": [\r\n            \"L'attore compie gli anni e annuncia: «Avengers: Endgame è il mio ultimo film con la Marvel»\"\r\n        ],\r\n        \"h3\": [\r\n            \"avengers endgame\",\r\n            \"gwyneth paltrow\",\r\n            \"iron man\",\r\n            \"marvel\",\r\n            \"robert downey jr\"\r\n        ],\r\n        \"wordCount\": 1541,\r\n        \"stopwordsCount\": 926,\r\n        \"readingTime\": 336.2181818181818,\r\n        \"speakingTime\": 513.6666666666667,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 18.57\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"robert downey jr\",\r\n                \"count\": 13,\r\n                \"percentage\": 3.96,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 90\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"robert downey\",\r\n                \"count\": 13,\r\n                \"percentage\": 4.38,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 89\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"downey jr\",\r\n                \"count\": 13,\r\n                \"percentage\": 4.38,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 89\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"iron man compie\",\r\n                \"count\": 3,\r\n                \"percentage\": 0.91,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 84\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"robert\",\r\n                \"count\": 16,\r\n                \"percentage\": 2.58,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 78\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"downey\",\r\n                \"count\": 14,\r\n                \"percentage\": 2.25,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 77\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"jr\",\r\n                \"count\": 13,\r\n                \"percentage\": 2.09,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 77\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"iron\",\r\n                \"count\": 12,\r\n                \"percentage\": 1.93,\r\n                \"isInH1\": true,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 76\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"film\",\r\n                \"count\": 10,\r\n                \"percentage\": 1.61,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": true,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"jr iron\",\r\n                \"count\": 2,\r\n                \"percentage\": 0.67,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"marvel robert\",\r\n                \"count\": 2,\r\n                \"percentage\": 0.67,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"robert sr\",\r\n                \"count\": 2,\r\n                \"percentage\": 0.67,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 31\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"foto instagram\",\r\n                \"count\": 4,\r\n                \"percentage\": 1.35,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 27\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"regina elisabetta\",\r\n                \"count\": 4,\r\n                \"percentage\": 1.35,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 27\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"principe andrea\",\r\n                \"count\": 4,\r\n                \"percentage\": 1.35,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 27\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"party people\",\r\n                \"count\": 3,\r\n                \"percentage\": 1.01,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 22\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"avengers endgame\",\r\n                \"count\": 3,\r\n                \"percentage\": 1.01,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 22\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"gwyneth paltrow\",\r\n                \"count\": 3,\r\n                \"percentage\": 1.01,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 22\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"super problemi\",\r\n                \"count\": 3,\r\n                \"percentage\": 1.01,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 22\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"terzo film\",\r\n                \"count\": 2,\r\n                \"percentage\": 0.67,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 16\r\n            }\r\n        ],\r\n        \"language\": \"it\",\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"var utag_data = {}\\n\\nwindow.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_Position1\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(o){googletag.cmd.push(function(){googletag.display(\\\"rcsad_Position1\\\")})},!1);\\n\\n\\n \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n Moda\\n\\n\\n\\n\\n Fashion Story Sfilate News Moda Star look\\n\\n Instalook\\n\\n Party & People\\n\\n\\n Bellezza\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n Beauty must have\\n\\n Trucco e capelli\\n\\n Prodotti e news\\n\\n Tutorial\\n\\n Viso e corpo\\n\\n Sport e Benessere\\n\\n Film e serie tv\\n\\n Oroscopo\\n\\n Tendenze Inverno\\n\\n\\n\\n\\n\\n Focus\\n  \\n\\n\\n ...\\n\\n\\n\\n\\n \\n\\nwindow.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_TopLeft\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(o){googletag.cmd.push(function(){googletag.display(\\\"rcsad_TopLeft\\\")})},!1);\\n\\n\\n\\n\\n\\njQuery(document).ready(function() {\\njQuery('a[rel=\\\"prev\\\"]').addClass('prev');\\njQuery('a[rel=\\\"next\\\"]').addClass('next');\\njQuery('.wp-caption-text').addClass('dida');\\n});\\n\\njQuery(document).ready(function() {\\njQuery('.level1 .party_people').addClass('selected');\\njQuery('#content').addClass('party_people_section');\\n});\\nOther\\n Home >\\nParty & People Other\\nRobert Downey Jr: Iron Man compie 54 anni e ci dice addio\\nL'attore compie gli anni e annuncia: «Avengers: Endgame è il mio ultimo film con la Marvel»\\n\\n\\n\\n\\n\\n\\n\\nRobert Downey jr compie 54 anni. È nato a Manhattan, figlio del regista Robert sr e dell’attrice Elsie Downey. Ha esordito bambino sui set dei film del padre, regista indipendente. Tra il 2014 e il 2016 è stato l’attore più pagato e ricco di Hollywood. Quindi del mondo. Foto LaPresse   . Oddio, . Alias Iron Man, appunto. Il 24 aprile lo vedremo (entrambi, l’attore e il supereroe) in di Anthony e Joe Russo (sotto il trailer). L’ennesimo trionfo al box office di tutto il mondo. E della storia. Il 4 aprile Iron Man compie 54 anni li compie Robert Downey Jr ( ) gallery Avengers: Endgame La sua ultima avventura nell’universo Marvel, ha detto.\\nif (utag_data.switchAdv2017 == false || typeof(utag_data.switchAdv2017) == \\\"undefined\\\") {\\njQuery(\\\"#rcsad_Bottom1\\\").after('<div id=\\\"oas_Bottom1\\\" class=\\\"\\\" style=\\\"text-align: center; clear: both; margin: 0 auto;\\\"></div>');\\n}\\n   \\nTony Stark/Iron Man è il miliardario più ricco del pianeta Marvel. Fino a un paio di anni fa, . Più o meno quando aveva avuto il terzo figlio, una bambina, dalla moglie produttrice. Robert Downey jr era l’attore più ricco di Hollywood   Con la moglie Susan, produttrice. Sono sposati dal 2005 e hanno due figli. Dal 1992 al 2004, l’attore è stato sposato con Deborah Falconer, da cui ha avuto Indio. Foto Instagram   Quando non indossa il bicolore giallo/rosso (nulla a che fare con la maglia della Roma, però) continua a sfoggiare molto fantasiose. Del resto le ha indossate pure al matrimonio con la suddetta produttrice (sua seconda moglie). E a quello di , lo scorso settembre. L’ultima volta che è stato visto in circolazione. sneakers Gwyneth Paltrow L’identificazione tra l’attore e supereroe regge perché Iron Man, come tutti i personaggi col copyright di , è nato molto “incasinato”. “Supereroi con super problemi” è stato fin da subito (negli Anni 60) il segreto del successo dei fumetti. Stan Lee   Con l’amica Gwyneth Paltrow, che l’ha voluto al suo matrimonio, lo scorso 28 settembre. Lui quel giorno postò questa foto di loro due sul set di uno dei film della saga di Iron Man: lei infatti interpreta la segretaria/moglie di Tony Stark. Foto Instagram   . La droga leggera dell’infanzia (fu il padre a iniziarlo) è diventata poi pesante. Strafatto nella realtà come il suo Julian di lo era sullo schermo. . Era la metà degli anni 80. La vecchia Hollywood li aveva soprannominati, con disprezzo, i mocciosi. . E anche Robert Downey jr è un (bellissimo: credetemi!) “super hollywoodiano con super problemi” Al di là di tutti i limiti È stato uno dei ragazzacci del Brat Pack Adesso li rivedremo, citati, nel nuovo Wonder Woman Hollywood lo nominava all’Oscar per (avrebbero dovuto darglielo, se lo strameritava) e lui Charlot si faceva beccare nudo in casa del vicino. Drogatissimo…   Giovane, con il padre Robert sr, regista. Negli Anni 80, Robert Downey jr faceva parte della nuova generazione di attori chiamata ‘Brat Pack’, i mocciosi. Talentuosissimo, ebbe la nomination all’Oscar per ‘Charlot’ (1992) quando già aveva seri problemi con la droga: è stato anche in carcere. Foto Instagram   & Calista Flochkart hanno dovuto . Lasciandolo mentre lui veniva fotografato in tribunale con la tuta arancione dei carcerati americani. C’è voluta Susan, la moglie/madre dei suoi due figli più piccoli (nonché producer della saga di di cui vedremo il terzo film l’anno prossimo) per “salvarlo”. Sarah Jessica Parker smettere di amarlo per sopravvivergli Sherlock Holmes C’è una storia bellissima che circola su di lui: ed è vera. Se vi è piaciuto (film grandioso, e non solo tra i comic movie), allora dovete conoscere . Iron Man 3 la storia del suo regista/sceneggiatore Shane Black   Il suo Iron Man nel poster carachter di ‘Avengers: Endgame’ in uscita il 24 aprile. L’ultima sua avventura con la Marvel, ha dichiarato, dopo 8 film. In ocmpenso, lo rivedremo nel terzo film della saga di Sherlock Holmes   A 20 anni, studente sconosciuto, scrisse : a 25 anni, grazie al film con Mel Gibson, era milionario. A 30 era nel Guinness dei Primati come . Arma letale il primo sceneggiatore della Storia ad essere stato pagato un milione di dollari Poi una serie di flop e il ko. Fino a che, nel 2005, al Festival di Cannes non fu proiettato , scritto e diretto da lui.  . Kiss Kiss Bang Robert Downey jr, protagonista, ci aveva messo i soldi, aveva garantito per lui e aveva, in pratica, lavorato gratis Si dice che Annette Bening e il regista Neil Jordan, all’epoca di , avessero fatto lo stesso con lui, Robert. Quando nel buio c’era lui… In Dreams , disse il superhollywoodiano con super problemi che oggi compie 54 anni. «Siamo sopravvissuti entrambi. Chi sopravvive si annusa e non può non aiutarsi»   Robert Downey jr ama le sneakers colorate (le ha indossate anche il giorno del suo matrimonio) e le discipline orientali. Foto Instagram   Shane Black, per ringraziarlo, gli ha scritto/diretto/cucito addosso . Più bello di tutti gli Avengers che sono venuti dopo. , il più bel comic movie della Storia Iron Man 3 Lo dice l’American Film Institute, non una fan addicted di Robert Downey jr come la sottoscritta… Buon compleanno Iron Man, buon compleanno Robert Downey jr…   Amica ©RIPRODUZIONE RISERVATA\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n GUARDA LE FOTO Robert Downey jr, non solo Iron Man: una vita all’inferno e ritorno\\ndi |\\nAntonella Catena 04 aprile 2019\\n:\\n , , , , Tag avengers endgame gwyneth paltrow iron man marvel robert downey jr\\nTutti gli articoli Party & People\\nGerard Depardieu ricorda la morte del figlio Guillaume: «Lui vive in me ogni giorno»\\nAmalia d'Olanda: tutto sul nuovo fidanzato della futura regina\\nAchille Lauro all'Eurovision 2022 contro Mahmood e Blanco: per chi tiferemo?\\nL'appello di Matthew McConaughey a Channing Tatum per... tornare a spogliarsi\\nLa Regina Elisabetta positiva al Covid. Nemmeno il virus, però, riesce a fermarla\\nPaola Ruffo di Calabria, ex regina del Belgio: perché non ho mai divorziato da Alberto\\nRegina Elisabetta: quella volta in cui si è presa gioco di Daniel Craig\\nChe fine aveva fatto Josh Hartnett? Torna in tv con il thriller \\\"L'indice della paura\\\"\\nJake Gyllenhaal avverte Taylor Swift: tieni a bada i tuoi fan!\\nBrad Pitt denuncia, di nuovo, Angelina Jolie: la nuova puntata nella guerra dei Brangelina\\nPrincipe Andrea e Sarah Ferguson: l'unione fa la forza, anche negli scandali\\nIl Principe Andrea e l'accordo con Giuffre: le conseguenze per Eugenia e Beatrice di York\\nStasera in tv c'è Doc - Nelle tue mani: tutte le anticipazioni sulla quinta puntata\\nIl Principe Andrea e l'accordo con Virginia Giuffre: cosa sappiamo finora\\nBrooklyn Beckham e Nicola Peltz vendono, dopo 8 mesi, la villa da 11 milioni di dollari\\nDa Downton Abbey a rockstar: la svolta musicale di Lady Mary e del cameriere Andy\\nLa Regina Elisabetta lancia sul mercato un nuovo profumo per cani\\nCosa non si fa per un amico: la notte brava di Leonardo DiCaprio e Tobey Maguire\\nVittoria di Svezia rimette la divisa e torna a fare il soldato\\nLa regina Elisabetta tira un sospiro di sollievo, il principe Andrea non andrà a processo\\n\\n\\n\\n\\n\\nwindow._taboola = window._taboola || [];\\n_taboola.push({\\nmode: \\\"thumbnails-a\\\",\\ncontainer: \\\"taboola-below-article-thumbnails-widget\\\",\\nplacement: \\\"Below Article Thumbnails Widget\\\",\\ntarget_type: 'mix'\\n});\\nTorna su\\n\\n\\nVedere\\n\\\"Io chiudo i miei occhi per poter vedere\\\"\\n\\n \\n\\nwindow.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_Frame1\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(o){googletag.cmd.push(function(){googletag.display(\\\"rcsad_Frame1\\\")})},!1);\\n\\n  \\n\\nwindow.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_Frame2\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(o){googletag.cmd.push(function(){googletag.display(\\\"rcsad_Frame2\\\")})},!1);\\n\\nwindow.eventDFPready?refreshBatchPageSlots(\\\"Bottom2\\\",\\\"/Bottom2\\\",\\\"rcsad_Bottom2\\\"):document.addEventListener(\\\"eventDFPready\\\",function(t){setTimeout(function(){refreshBatchPageSlots(\\\"Bottom2\\\",\\\"/Bottom2\\\",\\\"rcsad_Bottom2\\\")},0)},!1);\\n\\nwindow.addEventListener('cmpFileLoaded', function() {\\nif (typeof privacyok != \\\"undefined\\\" && privacyok==true) {\\nwindow._taboola = window._taboola || [];\\n_taboola.push({flush: true});\\n}\\n}, true);\\n\\ndocument.addEventListener('adblockActivated', function (event) {\\nvar RcsAntiAdblockerVerticaliComponent = new RcsAntiAdblockerVerticali('amica');\\nRcsAntiAdblockerVerticaliComponent.render();\\n});\\n/* <![CDATA[ */\\nvar google_conversion_id = 977303262;\\nvar google_custom_params = window.google_tag_params;\\nvar google_remarketing_only = true;\\n/* ]]> */\\n<div style=\\\"display:inline;\\\">\\n<img height=\\\"1\\\" width=\\\"1\\\" style=\\\"border-style:none;\\\" alt=\\\"\\\" src=\\\"//googleads.g.doubleclick.net/pagead/viewthroughconversion/977303262/?value=0&amp;guid=ON&amp;script=0\\\"/>\\n</div>\\n<!--\\n/* You may give each page an identifying name, server, and channel on\\nthe next lines. */\\n/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/\\nvar s_code = s.t();\\nif (s_code) document.write(s_code)//--> <!--\\nif (navigator.appVersion.indexOf('MSIE') >= 0) document.write(unescape('%3C') + '\\\\!-' + '-')\\n//--> <img src=\\\"//metrics.rcsmetrics.it/b/ss/rcsglobal/1/JS-1.1.1--NS/0\\\" height=\\\"1\\\" width=\\\"1\\\" border=\\\"0\\\" alt=\\\"\\\"/>\",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.amica.it/2019/04/04/robert-downey-jr-iron-man-54-anni/\",\r\n        \"breadcrumb\": \"https://www.amica.it › Party & People\"\r\n    },\r\n    {\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.panini.it/shp_ita_it/fumetti-libri-riviste/marvel/personaggi-marvel/iron-man.html\",\r\n        \"breadcrumb\": \"https://www.panini.it › shp_ita_it › marvel › iron-man\",\r\n        \"title\": \"Iron Man - Fumetti, libri e riviste | Personaggi Marvel ...\"\r\n    },\r\n    {\r\n        \"author\": null,\r\n        \"date\": null,\r\n        \"description\": null,\r\n        \"image\": null,\r\n        \"logo\": null,\r\n        \"publisher\": null,\r\n        \"title\": \"Iron Man - TIMVISION\",\r\n        \"url\": \"https://www.timvision.it/detail/50290457-iron-man\",\r\n        \"a\": null,\r\n        \"images\": null,\r\n        \"metaDescription\": null,\r\n        \"h1\": null,\r\n        \"h2\": null,\r\n        \"h3\": null,\r\n        \"wordCount\": 10,\r\n        \"stopwordsCount\": 5,\r\n        \"readingTime\": 2.1818181818181817,\r\n        \"speakingTime\": 3.333333333333333,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 41.98\r\n        },\r\n        \"relevantKeywords\": null,\r\n        \"language\": null,\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"function getip(json) {\\nwindow.userIp = json.ip;\\n}\\nLoading\\n_satellite.pageBottom();\",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.timvision.it/detail/50290457-iron-man\",\r\n        \"breadcrumb\": \"https://www.timvision.it › detail › 50290457-iron-man\"\r\n    },\r\n    {\r\n        \"author\": null,\r\n        \"date\": \"2022-02-16T22:31:00.000Z\",\r\n        \"description\": \"Anthony Edward “Tony” Stark was a billionaire industrialist, a founding member of the Avengers, and the former CEO of Stark Industries. A brash but brilliant inventor, Stark was self-described as a genius, billionaire, playboy, and philanthropist. With his great wealth and exceptional technical know…\",\r\n        \"image\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/35/IronMan-EndgameProfile.jpg/revision/latest/scale-to-width-down/2000?cb=20190423175213\",\r\n        \"logo\": \"https://logo.clearbit.com/fandom.com\",\r\n        \"publisher\": \"Fandom\",\r\n        \"title\": \"Iron Man | Marvel Cinematic Universe Wiki | Fandom\",\r\n        \"url\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man\",\r\n        \"a\": [\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//marvelcinematicuniverse.fandom.com\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//marvelcinematicuniverse.fandom.com\",\r\n                \"text\": \"Marvel Cinematic Universe Wiki\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki\",\r\n                \"text\": \"Main Page\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/f\",\r\n                \"text\": \"Discuss\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Special:AllPages\",\r\n                \"text\": \"All Pages\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Special:Community\",\r\n                \"text\": \"Community\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/Blog:Recent_posts\",\r\n                \"text\": \"Recent Blog Posts\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe\",\r\n                \"text\": \"Universe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Organizations\",\r\n                \"text\": \"Organizations\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/S.H.I.E.L.D.\",\r\n                \"text\": \"S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/HYDRA\",\r\n                \"text\": \"HYDRA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Stark_Industries\",\r\n                \"text\": \"Stark Industries\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/United_States_Armed_Forces\",\r\n                \"text\": \"United States Armed Forces\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Strategic_Scientific_Reserve\",\r\n                \"text\": \"Strategic Scientific Reserve\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Roxxon_Oil_Corporation\",\r\n                \"text\": \"Roxxon Oil Corporation\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/New_York_City_Police_Department\",\r\n                \"text\": \"New York City Police Department\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Organizations\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Teams\",\r\n                \"text\": \"Teams\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Avengers\",\r\n                \"text\": \"Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy\",\r\n                \"text\": \"Guardians of the Galaxy \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Secret_Warriors\",\r\n                \"text\": \"Secret Warriors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Defenders\",\r\n                \"text\": \"Defenders\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/New_Warriors\",\r\n                \"text\": \"New Warriors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Runaways\",\r\n                \"text\": \"Runaways\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Teams\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Characters\",\r\n                \"text\": \"Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man\",\r\n                \"text\": \"Iron Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America\",\r\n                \"text\": \"Captain America\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor\",\r\n                \"text\": \"Thor \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Hulk\",\r\n                \"text\": \"Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man\",\r\n                \"text\": \"Ant-Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Spider-Man\",\r\n                \"text\": \"Spider-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Star-Lord\",\r\n                \"text\": \"Star-Lord\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Doctor_Strange\",\r\n                \"text\": \"Doctor Strange\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Panther\",\r\n                \"text\": \"Black Panther\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Characters\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Items\",\r\n                \"text\": \"Items\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Iron_Man_Armors\",\r\n                \"text\": \"Iron Man Armor\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America%27s_Shield\",\r\n                \"text\": \"Captain America's Shield\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Mj%C3%B8lnir\",\r\n                \"text\": \"Mjølnir\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Tesseract\",\r\n                \"text\": \"Tesseract\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Scepter\",\r\n                \"text\": \"Scepter\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Orb\",\r\n                \"text\": \"Orb\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Aether\",\r\n                \"text\": \"Aether\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Eye_of_Agamotto\",\r\n                \"text\": \"Eye of Agamotto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Items\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Locations\",\r\n                \"text\": \"Locations\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Earth\",\r\n                \"text\": \"Earth\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Asgard\",\r\n                \"text\": \"Asgard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Jotunheim\",\r\n                \"text\": \"Jotunheim\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Knowhere\",\r\n                \"text\": \"Knowhere\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Locations\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Timeline\",\r\n                \"text\": \"Timeline\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/List_of_Marvel_Comics_Features\",\r\n                \"text\": \"Marvel Universe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Movies\",\r\n                \"text\": \"Movies\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_One\",\r\n                \"text\": \"Phase One\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man_(film)\",\r\n                \"text\": \"Iron Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Incredible_Hulk\",\r\n                \"text\": \"The Incredible Hulk \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man_2\",\r\n                \"text\": \"Iron Man 2 \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor_(film)\",\r\n                \"text\": \"Thor \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America:_The_First_Avenger\",\r\n                \"text\": \"Captain America: The First Avenger \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Avengers\",\r\n                \"text\": \"The Avengers \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_Two\",\r\n                \"text\": \"Phase Two\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man_3\",\r\n                \"text\": \"Iron Man 3 \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor:_The_Dark_World\",\r\n                \"text\": \"Thor: The Dark World \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America:_The_Winter_Soldier\",\r\n                \"text\": \"Captain America: The Winter Soldier \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy_(film)\",\r\n                \"text\": \"Guardians of the Galaxy \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Avengers:_Age_of_Ultron\",\r\n                \"text\": \"Avengers: Age of Ultron \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man_(film)\",\r\n                \"text\": \"Ant-Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_Three\",\r\n                \"text\": \"Phase Three\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America:_Civil_War\",\r\n                \"text\": \"Captain America: Civil War \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Doctor_Strange_(film)\",\r\n                \"text\": \"Doctor Strange \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy_Vol._2\",\r\n                \"text\": \"Guardians of the Galaxy Vol. 2 \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Spider-Man:_Homecoming\",\r\n                \"text\": \"Spider-Man: Homecoming \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor:_Ragnarok\",\r\n                \"text\": \"Thor: Ragnarok\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Panther_(film)\",\r\n                \"text\": \"Black Panther\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Avengers:_Infinity_War\",\r\n                \"text\": \"Avengers: Infinity War \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man_and_the_Wasp\",\r\n                \"text\": \"Ant-Man and the Wasp \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_Marvel_(film)\",\r\n                \"text\": \"Captain Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Phase_Three_Movies\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_Four\",\r\n                \"text\": \"Phase Four\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Widow_(film)\",\r\n                \"text\": \"Black Widow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Shang-Chi_and_the_Legend_of_the_Ten_Rings\",\r\n                \"text\": \"Shang-Chi and the Legend of the Ten Rings\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Eternals_(film)\",\r\n                \"text\": \"Eternals\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Spider-Man:_No_Way_Home\",\r\n                \"text\": \"Spider-Man: No Way Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Doctor_Strange_in_the_Multiverse_of_Madness\",\r\n                \"text\": \"Doctor Strange in the Multiverse of Madness\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor:_Love_and_Thunder\",\r\n                \"text\": \"Thor: Love and Thunder\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Panther:_Wakanda_Forever\",\r\n                \"text\": \"Black Panther: Wakanda Forever\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Marvels\",\r\n                \"text\": \"The Marvels\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man_and_the_Wasp:_Quantumania\",\r\n                \"text\": \"Ant-Man and the Wasp: Quantumania\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy_Vol._3\",\r\n                \"text\": \"Guardians of the Galaxy Vol. 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shots\",\r\n                \"text\": \"Marvel One-Shots\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_The_Consultant\",\r\n                \"text\": \"The Consultant\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_A_Funny_Thing_Happened_on_the_Way_to_Thor%27s_Hammer\",\r\n                \"text\": \"A Funny Thing Happened on the Way to Thor's Hammer\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_Item_47\",\r\n                \"text\": \"Item 47\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_Agent_Carter\",\r\n                \"text\": \"Agent Carter \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_All_Hail_the_King\",\r\n                \"text\": \"All Hail the King\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Actors\",\r\n                \"text\": \"Actors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Robert_Downey,_Jr.\",\r\n                \"text\": \"Robert Downey, Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chris_Evans\",\r\n                \"text\": \"Chris Evans\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chris_Hemsworth\",\r\n                \"text\": \"Chris Hemsworth\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Mark_Ruffalo\",\r\n                \"text\": \"Mark Ruffalo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Paul_Rudd\",\r\n                \"text\": \"Paul Rudd\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Tom_Holland\",\r\n                \"text\": \"Tom Holland\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chris_Pratt\",\r\n                \"text\": \"Chris Pratt\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Benedict_Cumberbatch\",\r\n                \"text\": \"Benedict Cumberbatch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chadwick_Boseman\",\r\n                \"text\": \"Chadwick Boseman\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Actors\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Other_Products\",\r\n                \"text\": \"Other Products\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Documentaries\",\r\n                \"text\": \"Documentaries\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Comics\",\r\n                \"text\": \"Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Promotional_Campaigns\",\r\n                \"text\": \"Promotional\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Video_Games\",\r\n                \"text\": \"Video Games\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Books\",\r\n                \"text\": \"Books\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Guidebooks\",\r\n                \"text\": \"Guidebooks\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Artbooks\",\r\n                \"text\": \"Artbooks\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:TV_Series\",\r\n                \"text\": \"TV Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/ABC\",\r\n                \"text\": \"Marvel Heroes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Agents_of_S.H.I.E.L.D.\",\r\n                \"text\": \"Agents of S.H.I.E.L.D. \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Agent_Carter_(TV_series)\",\r\n                \"text\": \"Agent Carter \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Inhumans_(TV_series)\",\r\n                \"text\": \"Inhumans\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Netflix\",\r\n                \"text\": \"Street-Level Heroes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Daredevil_(TV_series)\",\r\n                \"text\": \"Daredevil \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Jessica_Jones_(TV_series)\",\r\n                \"text\": \"Jessica Jones\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Luke_Cage_(TV_series)\",\r\n                \"text\": \"Luke Cage\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Fist_(TV_series)\",\r\n                \"text\": \"Iron Fist\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Defenders\",\r\n                \"text\": \"The Defenders\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Punisher\",\r\n                \"text\": \"The Punisher\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Hulu\",\r\n                \"text\": \"Hulu Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Runaways_(TV_series)\",\r\n                \"text\": \"Runaways\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Helstrom_(TV_series)\",\r\n                \"text\": \"Helstrom\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Freeform\",\r\n                \"text\": \"Freeform Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Cloak_%26_Dagger\",\r\n                \"text\": \"Cloak & Dagger\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Disney%2B\",\r\n                \"text\": \"Disney+ Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/WandaVision\",\r\n                \"text\": \"WandaVision\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Falcon_and_The_Winter_Soldier\",\r\n                \"text\": \"The Falcon and The Winter Soldier\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Loki_(TV_series)\",\r\n                \"text\": \"Loki\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/What_If...%3F\",\r\n                \"text\": \"What If...?\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Hawkeye_(TV_series)\",\r\n                \"text\": \"Hawkeye\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ms._Marvel_(TV_series)\",\r\n                \"text\": \"Ms. Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Moon_Knight_(TV_series)\",\r\n                \"text\": \"Moon Knight\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/She-Hulk_(TV_series)\",\r\n                \"text\": \"She-Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Special:Community\",\r\n                \"text\": \"Community\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki_talk:Playground\",\r\n                \"text\": \"Playground\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Marvel_Cinematic_Universe_Wiki_Policies\",\r\n                \"text\": \"Policies\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Article_Creation_Policy\",\r\n                \"text\": \"Article Creation Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Blocking_Policy\",\r\n                \"text\": \"Blocking Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Canon\",\r\n                \"text\": \"Canon Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Conjecture\",\r\n                \"text\": \"Conjecture Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Formatting_Guide\",\r\n                \"text\": \"Formatting Guide\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Layout_Guide\",\r\n                \"text\": \"Layout Guide\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Manual_of_Style\",\r\n                \"text\": \"Manual of Style\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Naming_Policy\",\r\n                \"text\": \"Naming Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Talk_Page_Policy\",\r\n                \"text\": \"Talk Page Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Wiki_Community_Rules\",\r\n                \"text\": \"Wiki Community Rules\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Message_Wall:Shabook\",\r\n                \"text\": \"Report a Problem\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Administrators\",\r\n                \"text\": \"Admins\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/User:Shabook\",\r\n                \"text\": \"Shabook\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/User:Nerdtastic1221\",\r\n                \"text\": \"Nerdtastic1221\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/User:Marvelus\",\r\n                \"text\": \"Marvelus\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Special:Search\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/f\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/\",\r\n                \"text\": \"FANDOM\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Special:Search\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/topics/games\",\r\n                \"text\": \"Games\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/topics/movies\",\r\n                \"text\": \"Movies\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/topics/tv\",\r\n                \"text\": \"TV\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/video\",\r\n                \"text\": \"Video\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/explore\",\r\n                \"text\": \"Explore Wikis\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//community.fandom.com/wiki/Community_Central\",\r\n                \"text\": \"Community Central\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//community.fandom.com/wiki/Special:CreateNewWiki\",\r\n                \"text\": \"Start a Wiki\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/register?redirect=https%3A%2F%2Fmarvelcinematicuniverse.fandom.com%2Fwiki%2FIron_Man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Register\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://www.fandom.com/signin?redirect=https%3A%2F%2Fmarvelcinematicuniverse.fandom.com%2Fwiki%2FIron_Man\",\r\n                \"rel\": \"nofollow\",\r\n                \"text\": \"Sign In\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//marvelcinematicuniverse.fandom.com\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"//marvelcinematicuniverse.fandom.com\",\r\n                \"text\": \"Marvel Cinematic Universe Wiki\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Special:Search\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/f\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki\",\r\n                \"text\": \"Main Page\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/f\",\r\n                \"text\": \"Discuss\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Special:AllPages\",\r\n                \"text\": \"All Pages\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Special:Community\",\r\n                \"text\": \"Community\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/Blog:Recent_posts\",\r\n                \"text\": \"Recent Blog Posts\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe\",\r\n                \"text\": \"Universe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Organizations\",\r\n                \"text\": \"Organizations\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/S.H.I.E.L.D.\",\r\n                \"text\": \"S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/HYDRA\",\r\n                \"text\": \"HYDRA\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Stark_Industries\",\r\n                \"text\": \"Stark Industries\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/United_States_Armed_Forces\",\r\n                \"text\": \"United States Armed Forces\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Strategic_Scientific_Reserve\",\r\n                \"text\": \"Strategic Scientific Reserve\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Roxxon_Oil_Corporation\",\r\n                \"text\": \"Roxxon Oil Corporation\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/New_York_City_Police_Department\",\r\n                \"text\": \"New York City Police Department\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Organizations\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Teams\",\r\n                \"text\": \"Teams\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Avengers\",\r\n                \"text\": \"Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy\",\r\n                \"text\": \"Guardians of the Galaxy \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Secret_Warriors\",\r\n                \"text\": \"Secret Warriors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Defenders\",\r\n                \"text\": \"Defenders\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/New_Warriors\",\r\n                \"text\": \"New Warriors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Runaways\",\r\n                \"text\": \"Runaways\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Teams\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Characters\",\r\n                \"text\": \"Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man\",\r\n                \"text\": \"Iron Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America\",\r\n                \"text\": \"Captain America\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor\",\r\n                \"text\": \"Thor \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Hulk\",\r\n                \"text\": \"Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man\",\r\n                \"text\": \"Ant-Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Spider-Man\",\r\n                \"text\": \"Spider-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Star-Lord\",\r\n                \"text\": \"Star-Lord\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Doctor_Strange\",\r\n                \"text\": \"Doctor Strange\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Panther\",\r\n                \"text\": \"Black Panther\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Characters\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Items\",\r\n                \"text\": \"Items\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Iron_Man_Armors\",\r\n                \"text\": \"Iron Man Armor\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America%27s_Shield\",\r\n                \"text\": \"Captain America's Shield\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Mj%C3%B8lnir\",\r\n                \"text\": \"Mjølnir\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Tesseract\",\r\n                \"text\": \"Tesseract\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Scepter\",\r\n                \"text\": \"Scepter\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Orb\",\r\n                \"text\": \"Orb\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Aether\",\r\n                \"text\": \"Aether\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Eye_of_Agamotto\",\r\n                \"text\": \"Eye of Agamotto\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Items\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Locations\",\r\n                \"text\": \"Locations\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Earth\",\r\n                \"text\": \"Earth\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Asgard\",\r\n                \"text\": \"Asgard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Jotunheim\",\r\n                \"text\": \"Jotunheim\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Knowhere\",\r\n                \"text\": \"Knowhere\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Locations\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Timeline\",\r\n                \"text\": \"Timeline\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/List_of_Marvel_Comics_Features\",\r\n                \"text\": \"Marvel Universe\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Movies\",\r\n                \"text\": \"Movies\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_One\",\r\n                \"text\": \"Phase One\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man_(film)\",\r\n                \"text\": \"Iron Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Incredible_Hulk\",\r\n                \"text\": \"The Incredible Hulk \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man_2\",\r\n                \"text\": \"Iron Man 2 \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor_(film)\",\r\n                \"text\": \"Thor \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America:_The_First_Avenger\",\r\n                \"text\": \"Captain America: The First Avenger \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Avengers\",\r\n                \"text\": \"The Avengers \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_Two\",\r\n                \"text\": \"Phase Two\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man_3\",\r\n                \"text\": \"Iron Man 3 \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor:_The_Dark_World\",\r\n                \"text\": \"Thor: The Dark World \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America:_The_Winter_Soldier\",\r\n                \"text\": \"Captain America: The Winter Soldier \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy_(film)\",\r\n                \"text\": \"Guardians of the Galaxy \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Avengers:_Age_of_Ultron\",\r\n                \"text\": \"Avengers: Age of Ultron \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man_(film)\",\r\n                \"text\": \"Ant-Man \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_Three\",\r\n                \"text\": \"Phase Three\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_America:_Civil_War\",\r\n                \"text\": \"Captain America: Civil War \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Doctor_Strange_(film)\",\r\n                \"text\": \"Doctor Strange \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy_Vol._2\",\r\n                \"text\": \"Guardians of the Galaxy Vol. 2 \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Spider-Man:_Homecoming\",\r\n                \"text\": \"Spider-Man: Homecoming \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor:_Ragnarok\",\r\n                \"text\": \"Thor: Ragnarok\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Panther_(film)\",\r\n                \"text\": \"Black Panther\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Avengers:_Infinity_War\",\r\n                \"text\": \"Avengers: Infinity War \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man_and_the_Wasp\",\r\n                \"text\": \"Ant-Man and the Wasp \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Captain_Marvel_(film)\",\r\n                \"text\": \"Captain Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Phase_Three_Movies\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Phase_Four\",\r\n                \"text\": \"Phase Four\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Widow_(film)\",\r\n                \"text\": \"Black Widow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Shang-Chi_and_the_Legend_of_the_Ten_Rings\",\r\n                \"text\": \"Shang-Chi and the Legend of the Ten Rings\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Eternals_(film)\",\r\n                \"text\": \"Eternals\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Spider-Man:_No_Way_Home\",\r\n                \"text\": \"Spider-Man: No Way Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Doctor_Strange_in_the_Multiverse_of_Madness\",\r\n                \"text\": \"Doctor Strange in the Multiverse of Madness\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Thor:_Love_and_Thunder\",\r\n                \"text\": \"Thor: Love and Thunder\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Black_Panther:_Wakanda_Forever\",\r\n                \"text\": \"Black Panther: Wakanda Forever\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Marvels\",\r\n                \"text\": \"The Marvels\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ant-Man_and_the_Wasp:_Quantumania\",\r\n                \"text\": \"Ant-Man and the Wasp: Quantumania\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Guardians_of_the_Galaxy_Vol._3\",\r\n                \"text\": \"Guardians of the Galaxy Vol. 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shots\",\r\n                \"text\": \"Marvel One-Shots\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_The_Consultant\",\r\n                \"text\": \"The Consultant\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_A_Funny_Thing_Happened_on_the_Way_to_Thor%27s_Hammer\",\r\n                \"text\": \"A Funny Thing Happened on the Way to Thor's Hammer\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_Item_47\",\r\n                \"text\": \"Item 47\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_Agent_Carter\",\r\n                \"text\": \"Agent Carter \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_One-Shot:_All_Hail_the_King\",\r\n                \"text\": \"All Hail the King\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Actors\",\r\n                \"text\": \"Actors\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Robert_Downey,_Jr.\",\r\n                \"text\": \"Robert Downey, Jr.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chris_Evans\",\r\n                \"text\": \"Chris Evans\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chris_Hemsworth\",\r\n                \"text\": \"Chris Hemsworth\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Mark_Ruffalo\",\r\n                \"text\": \"Mark Ruffalo\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Paul_Rudd\",\r\n                \"text\": \"Paul Rudd\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Tom_Holland\",\r\n                \"text\": \"Tom Holland\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chris_Pratt\",\r\n                \"text\": \"Chris Pratt\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Benedict_Cumberbatch\",\r\n                \"text\": \"Benedict Cumberbatch\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Chadwick_Boseman\",\r\n                \"text\": \"Chadwick Boseman\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Actors\",\r\n                \"text\": \"more...\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Other_Products\",\r\n                \"text\": \"Other Products\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Documentaries\",\r\n                \"text\": \"Documentaries\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Comics\",\r\n                \"text\": \"Comics\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Promotional_Campaigns\",\r\n                \"text\": \"Promotional\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Video_Games\",\r\n                \"text\": \"Video Games\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Books\",\r\n                \"text\": \"Books\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Guidebooks\",\r\n                \"text\": \"Guidebooks\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Artbooks\",\r\n                \"text\": \"Artbooks\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:TV_Series\",\r\n                \"text\": \"TV Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/ABC\",\r\n                \"text\": \"Marvel Heroes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Agents_of_S.H.I.E.L.D.\",\r\n                \"text\": \"Agents of S.H.I.E.L.D. \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Agent_Carter_(TV_series)\",\r\n                \"text\": \"Agent Carter \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Inhumans_(TV_series)\",\r\n                \"text\": \"Inhumans\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Netflix\",\r\n                \"text\": \"Street-Level Heroes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Daredevil_(TV_series)\",\r\n                \"text\": \"Daredevil \"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Jessica_Jones_(TV_series)\",\r\n                \"text\": \"Jessica Jones\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Luke_Cage_(TV_series)\",\r\n                \"text\": \"Luke Cage\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Fist_(TV_series)\",\r\n                \"text\": \"Iron Fist\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Defenders\",\r\n                \"text\": \"The Defenders\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Punisher\",\r\n                \"text\": \"The Punisher\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Hulu\",\r\n                \"text\": \"Hulu Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Runaways_(TV_series)\",\r\n                \"text\": \"Runaways\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Helstrom_(TV_series)\",\r\n                \"text\": \"Helstrom\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Freeform\",\r\n                \"text\": \"Freeform Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Cloak_%26_Dagger\",\r\n                \"text\": \"Cloak & Dagger\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Disney%2B\",\r\n                \"text\": \"Disney+ Series\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/WandaVision\",\r\n                \"text\": \"WandaVision\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/The_Falcon_and_The_Winter_Soldier\",\r\n                \"text\": \"The Falcon and The Winter Soldier\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Loki_(TV_series)\",\r\n                \"text\": \"Loki\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/What_If...%3F\",\r\n                \"text\": \"What If...?\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Hawkeye_(TV_series)\",\r\n                \"text\": \"Hawkeye\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Ms._Marvel_(TV_series)\",\r\n                \"text\": \"Ms. Marvel\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Moon_Knight_(TV_series)\",\r\n                \"text\": \"Moon Knight\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/She-Hulk_(TV_series)\",\r\n                \"text\": \"She-Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Special:Community\",\r\n                \"text\": \"Community\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki_talk:Playground\",\r\n                \"text\": \"Playground\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Category:Marvel_Cinematic_Universe_Wiki_Policies\",\r\n                \"text\": \"Policies\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Article_Creation_Policy\",\r\n                \"text\": \"Article Creation Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Blocking_Policy\",\r\n                \"text\": \"Blocking Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Canon\",\r\n                \"text\": \"Canon Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Conjecture\",\r\n                \"text\": \"Conjecture Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Formatting_Guide\",\r\n                \"text\": \"Formatting Guide\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Layout_Guide\",\r\n                \"text\": \"Layout Guide\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Manual_of_Style\",\r\n                \"text\": \"Manual of Style\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Naming_Policy\",\r\n                \"text\": \"Naming Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Talk_Page_Policy\",\r\n                \"text\": \"Talk Page Policy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Wiki_Community_Rules\",\r\n                \"text\": \"Wiki Community Rules\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Message_Wall:Shabook\",\r\n                \"text\": \"Report a Problem\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/Marvel_Cinematic_Universe_Wiki:Administrators\",\r\n                \"text\": \"Admins\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/User:Shabook\",\r\n                \"text\": \"Shabook\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/User:Nerdtastic1221\",\r\n                \"text\": \"Nerdtastic1221\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/wiki/User:Marvelus\",\r\n                \"text\": \"Marvelus\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man?action=edit\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Articles_to_be_expanded\",\r\n                \"text\": \"Articles to be expanded\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Characters\",\r\n                \"text\": \"Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Iron_Man_(film)_Characters\",\r\n                \"text\": \"Iron Man (film) Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:The_Incredible_Hulk_Characters\",\r\n                \"text\": \"The Incredible Hulk Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Iron_Man_2_Characters\",\r\n                \"text\": \"Iron Man 2 Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:The_Avengers_Characters\",\r\n                \"text\": \"The Avengers Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Iron_Man_3_Characters\",\r\n                \"text\": \"Iron Man 3 Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Avengers:_Age_of_Ultron_Characters\",\r\n                \"text\": \"Avengers: Age of Ultron Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Captain_America:_Civil_War_Characters\",\r\n                \"text\": \"Captain America: Civil War Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Spider-Man:_Homecoming_Characters\",\r\n                \"text\": \"Spider-Man: Homecoming Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Avengers:_Infinity_War_Characters\",\r\n                \"text\": \"Avengers: Infinity War Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Avengers:_Endgame_Characters\",\r\n                \"text\": \"Avengers: Endgame Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Spider-Man:_Far_From_Home_Characters\",\r\n                \"text\": \"Spider-Man: Far From Home Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Marvel_One-Shot:_The_Consultant_Characters\",\r\n                \"text\": \"Marvel One-Shot: The Consultant Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Loki_(TV_series)_Characters\",\r\n                \"text\": \"Loki (TV series) Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Legends_Characters\",\r\n                \"text\": \"Legends Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Comics_Characters\",\r\n                \"text\": \"Comics Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Video_Games_Characters\",\r\n                \"text\": \"Video Games Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Humans\",\r\n                \"text\": \"Humans\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Cyborgs\",\r\n                \"text\": \"Cyborgs\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Males\",\r\n                \"text\": \"Males\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Black_Hair\",\r\n                \"text\": \"Black Hair\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Grey_Hair\",\r\n                \"text\": \"Grey Hair\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Brown_Eyes\",\r\n                \"text\": \"Brown Eyes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Scientists\",\r\n                \"text\": \"Scientists\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Executives\",\r\n                \"text\": \"Executives\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Time-Travelers\",\r\n                \"text\": \"Time-Travelers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Heroes\",\r\n                \"text\": \"Heroes\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Enhanced_Individuals\",\r\n                \"text\": \"Enhanced Individuals\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Phillips_Academy_Students\",\r\n                \"text\": \"Phillips Academy Students\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Massachusetts_Institute_of_Technology_Students\",\r\n                \"text\": \"Massachusetts Institute of Technology Students\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Stark_Industries_Leaders\",\r\n                \"text\": \"Stark Industries Leaders\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:S.H.I.E.L.D._Consultants\",\r\n                \"text\": \"S.H.I.E.L.D. Consultants\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Avengers_Members\",\r\n                \"text\": \"Avengers Members\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Pym_Particles_Users\",\r\n                \"text\": \"Pym Particles Users\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Infinity_Stones_Users\",\r\n                \"text\": \"Infinity Stones Users\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:High_Body_Count\",\r\n                \"text\": \"High Body Count\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Multilingual_Characters\",\r\n                \"text\": \"Multilingual Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Brainwashed_Characters\",\r\n                \"text\": \"Brainwashed Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Deceased_Characters\",\r\n                \"text\": \"Deceased Characters\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Characters_Killed_by_Iron_Man\",\r\n                \"text\": \"Characters Killed by Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Characters_Killed_by_Themselves\",\r\n                \"text\": \"Characters Killed by Themselves\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/es/wiki/Anthony_Stark\",\r\n                \"text\": \"Español\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://universcinematographiquemarvel.fandom.com/fr/wiki/Tony_Stark\",\r\n                \"text\": \"Français\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://marvel.fandom.com/pl/wiki/Iron_Man\",\r\n                \"text\": \"Polski\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://universocinematograficomarvel.fandom.com/pt-br/wiki/Homem_de_Ferro\",\r\n                \"text\": \"Português do Brasil\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/ru/wiki/%D0%96%D0%B5%D0%BB%D0%B5%D0%B7%D0%BD%D1%8B%D0%B9_%D1%87%D0%B5%D0%BB%D0%BE%D0%B2%D0%B5%D0%BA\",\r\n                \"text\": \"Русский\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/uk/wiki/%D0%97%D0%B0%D0%BB%D1%96%D0%B7%D0%BD%D0%B0_%D0%BB%D1%8E%D0%B4%D0%B8%D0%BD%D0%B0\",\r\n                \"text\": \"Українська\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"https://marvelcinematicuniverse.fandom.com/zh/wiki/%E6%9D%B1%E5%B0%BC%E3%83%BB%E5%8F%B2%E5%A1%94%E5%85%8B\",\r\n                \"text\": \"中文\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man?action=edit\",\r\n                \"text\": \"View source\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man?action=history\",\r\n                \"text\": \"History\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Talk:Iron_Man?action=edit&redlink=1\",\r\n                \"text\": \"Talk (0)\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_(disambiguation)\",\r\n                \"text\": \"Iron Man (disambiguation)\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Tony_Stark_(disambiguation)\",\r\n                \"text\": \"Tony Stark (disambiguation)\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Hub:Iron_Man\",\r\n                \"text\": \"Iron Man's Character Hub\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/35/IronMan-EndgameProfile.jpg/revision/latest?cb=20190423175213\",\r\n                \"text\": \"\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-CACW-2\",\r\n                \"text\": \"[2]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": false,\r\n                \"href\": \"http://en.wikipedia.org/wiki/Leonardo_Da_Vinci\",\r\n                \"text\": \"Da Vinci\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/United_States_of_America\",\r\n                \"text\": \"America\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Monger\",\r\n                \"text\": \"Iron Monger\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM-1\",\r\n                \"text\": \"[1]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM2PI-3\",\r\n                \"text\": \"[3]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM2-4\",\r\n                \"text\": \"[4]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM2-4\",\r\n                \"text\": \"[4]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM2-4\",\r\n                \"text\": \"[4]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-MOSTC-5\",\r\n                \"text\": \"[5]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-GttMCUAI-6\",\r\n                \"text\": \"[6]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Howard_Stark\",\r\n                \"text\": \"Howard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-GttMCUAI-6\",\r\n                \"text\": \"[6]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-TA-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Category:Iron_Man_Armors\",\r\n                \"text\": \"Suit of Armor\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-TA-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-TA-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-TA-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-TA-7\",\r\n                \"text\": \"[7]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-TTDWP-8\",\r\n                \"text\": \"[8]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM3-9\",\r\n                \"text\": \"[9]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM3-9\",\r\n                \"text\": \"[9]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM3-9\",\r\n                \"text\": \"[9]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-IM3-9\",\r\n                \"text\": \"[9]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AoS101-10\",\r\n                \"text\": \"[10]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AAoU-11\",\r\n                \"text\": \"[11]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers\",\r\n                \"text\": \"Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AAoU-11\",\r\n                \"text\": \"[11]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-CACW-2\",\r\n                \"text\": \"[2]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-CACW-2\",\r\n                \"text\": \"[2]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-SMH-12\",\r\n                \"text\": \"[12]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AIW-13\",\r\n                \"text\": \"[13]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AIW-13\",\r\n                \"text\": \"[13]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Earth\",\r\n                \"text\": \"Earth\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AIW-13\",\r\n                \"text\": \"[13]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Howard_Stark\",\r\n                \"text\": \"Howard\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Pepper_Potts\",\r\n                \"text\": \"Potts\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AE-14\",\r\n                \"text\": \"[14]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AE-14\",\r\n                \"text\": \"[14]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-SMFFH-15\",\r\n                \"text\": \"[15]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-SMFFH-15\",\r\n                \"text\": \"[15]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-SMFFH-15\",\r\n                \"text\": \"[15]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Humans\",\r\n                \"text\": \"Human\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/United_States_of_America\",\r\n                \"text\": \"American\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/1970s#1970\",\r\n                \"text\": \"May 29, 1970\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-S.H.I.E.L.D._File-16\",\r\n                \"text\": \"[16]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"#cite_note-AE-14\",\r\n                \"text\": \"[14]\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/2023\",\r\n                \"text\": \"October 2023\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Stark_Industries\",\r\n                \"text\": \"Stark Industries\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Phillips_Academy\",\r\n                \"text\": \"Phillips Academy\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Massachusetts_Institute_of_Technology\",\r\n                \"text\": \"MIT\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Stark_Industries\",\r\n                \"text\": \"Stark Industries\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/S.H.I.E.L.D.\",\r\n                \"text\": \"S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Project_Insight\",\r\n                \"text\": \"Project Insight\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers\",\r\n                \"text\": \"Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/United_States_Department_of_Damage_Control\",\r\n                \"text\": \"United States Department of Damage Control\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_(film)\",\r\n                \"text\": \"Iron Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/The_Incredible_Hulk\",\r\n                \"text\": \"The Incredible Hulk\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/List_of_Post-credits_Scenes\",\r\n                \"text\": \"pre-credits scene\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_2\",\r\n                \"text\": \"Iron Man 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Thor_(film)\",\r\n                \"text\": \"Thor\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/The_Avengers\",\r\n                \"text\": \"The Avengers\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Iron_Man_3\",\r\n                \"text\": \"Iron Man 3\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Captain_America:_The_Winter_Soldier\",\r\n                \"text\": \"Captain America: The Winter Soldier\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers:_Age_of_Ultron\",\r\n                \"text\": \"Avengers: Age of Ultron\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Ant-Man_(film)\",\r\n                \"text\": \"Ant-Man\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Captain_America:_Civil_War\",\r\n                \"text\": \"Captain America: Civil War\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Guardians_of_the_Galaxy_Vol._2\",\r\n                \"text\": \"Guardians of the Galaxy Vol. 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Spider-Man:_Homecoming\",\r\n                \"text\": \"Spider-Man: Homecoming\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Thor:_Ragnarok\",\r\n                \"text\": \"Thor: Ragnarok\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers:_Infinity_War\",\r\n                \"text\": \"Avengers: Infinity War\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Avengers:_Endgame\",\r\n                \"text\": \"Avengers: Endgame\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Spider-Man:_Far_From_Home\",\r\n                \"text\": \"Spider-Man: Far From Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Black_Widow_(film)\",\r\n                \"text\": \"Black Widow\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Shang-Chi_and_the_Legend_of_the_Ten_Rings\",\r\n                \"text\": \"Shang-Chi and the Legend of the Ten Rings\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Eternals_(film)\",\r\n                \"text\": \"Eternals\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Spider-Man:_No_Way_Home\",\r\n                \"text\": \"Spider-Man: No Way Home\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_One-Shot:_The_Consultant\",\r\n                \"text\": \"The Consultant\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_One-Shot:_All_Hail_the_King\",\r\n                \"text\": \"All Hail the King\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_One-Shot:_Team_Thor:_Part_1\",\r\n                \"text\": \"Team Thor: Part 1\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Marvel_One-Shot:_Team_Thor:_Part_2\",\r\n                \"text\": \"Team Thor: Part 2\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Peter%27s_To-Do_List\",\r\n                \"text\": \"Peter's To-Do List\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Agents_of_S.H.I.E.L.D.\",\r\n                \"text\": \"Agents of S.H.I.E.L.D.\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Daredevil_(TV_series)\",\r\n                \"text\": \"Daredevil\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Luke_Cage_(TV_series)\",\r\n                \"text\": \"Luke Cage\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Runaways_(TV_series)\",\r\n                \"text\": \"Runaways\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/Cloak_%26_Dagger\",\r\n                \"text\": \"Cloak & Dagger\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/WandaVision\",\r\n                \"text\": \"WandaVision\"\r\n            },\r\n            {\r\n                \"isInternal\": true,\r\n                \"href\": \"/wiki/The_Falcon_and_The_Winter_Soldier\",\r\n                \"text\": \"The Falcon and The Winter Soldier\"\r\n            }\r\n        ],\r\n        \"images\": [\r\n            {\r\n                \"alt\": \"Marvel Cinematic Universe Wiki\",\r\n                \"src\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e6/Site-logo.png/revision/latest?cb=20220123055921\"\r\n            },\r\n            {\r\n                \"alt\": \"Marvel Cinematic Universe Wiki\",\r\n                \"src\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e6/Site-logo.png/revision/latest?cb=20220123055921\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/35/IronMan-EndgameProfile.jpg/revision/latest/scale-to-width-down/350?cb=20190423175213\"\r\n            },\r\n            {\r\n                \"alt\": \"Flag of United States of America.png\",\r\n                \"src\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5f/Flag_of_United_States_of_America.png/revision/latest/scale-to-width-down/25?cb=20170113153526\"\r\n            },\r\n            {\r\n                \"alt\": \"MIT logo.svg\",\r\n                \"src\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/MIT_logo.svg/revision/latest/scale-to-width-down/25?cb=20180218212401\"\r\n            },\r\n            {\r\n                \"alt\": \"Stark Industries - Infobox Logo.png\",\r\n                \"src\": \"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Stark_Industries_-_Infobox_Logo.png/revision/latest/scale-to-width-down/25?cb=20170309004413\"\r\n            },\r\n            {\r\n                \"alt\": \"S.H.I.E.L.D. Profile.png\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"Avengers Logo.png\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"DODC Icon.png\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"Transparent Endgame Logo.png\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"Transparent Endgame Logo.png\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"Marvel-favicon.PNG\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"alt\": \"WP favicon.PNG\",\r\n                \"src\": \"[Base64 image]\"\r\n            },\r\n            {\r\n                \"src\": \"https://vignette.wikia.nocookie.net/spotlightsimagestemporary/images/0/0e/UC.JPG/revision/latest?cb=20200923195325\"\r\n            },\r\n            {\r\n                \"src\": \"https://vignette.wikia.nocookie.net/letsgoluna/images/c/cd/Erik-Luna-article-2-copy.png/revision/latest?cb=20200327133046\"\r\n            },\r\n            {\r\n                \"src\": \"https://vignette.wikia.nocookie.net/club57/images/b/b2/Rainbow-Club-57-cover.jpg/revision/latest?cb=20200522172522\"\r\n            }\r\n        ],\r\n        \"metaDescription\": \"Anthony Edward &quot;Tony&quot; Stark was a billionaire industrialist, a founding member of the Avengers, and the former CEO of Stark Industries. A brash but brilliant inventor, Stark was self-described as a genius, billionaire, playboy, and philanthropist. With his great wealth and exceptional technical...\",\r\n        \"h1\": [\r\n            \"Marvel Cinematic Universe Wiki\",\r\n            \"Iron Man\",\r\n            \"Fan Feed\"\r\n        ],\r\n        \"h2\": [\r\n            \"Iron Man\",\r\n            \"Appearances\",\r\n            \"Actors/Actresses\",\r\n            \"Contents\",\r\n            \"Biography\",\r\n            \"Personality\",\r\n            \"Powers and Abilities\",\r\n            \"Equipment\",\r\n            \"Designs\",\r\n            \"Facilities\",\r\n            \"Relationships\",\r\n            \"Appearances\",\r\n            \"Trivia\",\r\n            \"Behind the Scenes\",\r\n            \"References\",\r\n            \"External Links\"\r\n        ],\r\n        \"h3\": [\r\n            \"Real Name\",\r\n            \"Alias(es)\",\r\n            \"Species\",\r\n            \"Citizenship\",\r\n            \"Gender\",\r\n            \"Date of Birth\",\r\n            \"Date of Death\",\r\n            \"Title(s)\",\r\n            \"Affiliation\",\r\n            \"Status\",\r\n            \"Movie\",\r\n            \"One-Shot\",\r\n            \"TV Series\",\r\n            \"Web Series\",\r\n            \"Docuseries\",\r\n            \"Game\",\r\n            \"Comic\",\r\n            \"Portrayed by\",\r\n            \"Voiced by\",\r\n            \"Early Life\",\r\n            \"CEO of Stark Industries\",\r\n            \"Becoming Iron Man\",\r\n            \"Armored Adventures\",\r\n            \"Rediscovering the Element\",\r\n            \"Chitauri Invasion\",\r\n            \"Mandarin Threat\",\r\n            \"Aldrich Killian's War\",\r\n            \"Temporary Retirement\",\r\n            \"War on HYDRA\",\r\n            \"Ultron Offensive\",\r\n            \"Leaving the Avengers\",\r\n            \"Avengers Civil War\",\r\n            \"Advising Spider-Man\",\r\n            \"Infinity War\",\r\n            \"A Normal Life\",\r\n            \"Time Heist\",\r\n            \"Legacy\",\r\n            \"Time Heist\",\r\n            \"Iron Man Armor Capabilities\",\r\n            \"Former Powers\",\r\n            \"Abilities\",\r\n            \"Iron Man Armors\",\r\n            \"Weapons\",\r\n            \"Other Equipment\",\r\n            \"Vehicles\",\r\n            \"Prisons\",\r\n            \"Family\",\r\n            \"Allies\",\r\n            \"Enemies\",\r\n            \"Explore properties\",\r\n            \"Follow Us\",\r\n            \"Overview\",\r\n            \"Community\",\r\n            \"Advertise\",\r\n            \"Fandom Apps\"\r\n        ],\r\n        \"wordCount\": 115403,\r\n        \"stopwordsCount\": 84964,\r\n        \"readingTime\": 25178.83636363636,\r\n        \"speakingTime\": 38467.666666666664,\r\n        \"colemanLiauIndex\": {\r\n            \"label\": \"Hard to read\",\r\n            \"score\": 29.65\r\n        },\r\n        \"relevantKeywords\": [\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"stark\",\r\n                \"count\": 1975,\r\n                \"percentage\": 6.49,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 68\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"iron\",\r\n                \"count\": 745,\r\n                \"percentage\": 2.45,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": true,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 68\r\n            },\r\n            {\r\n                \"numWords\": 3,\r\n                \"word\": \"iron man armor\",\r\n                \"count\": 78,\r\n                \"percentage\": 0.52,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 29\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"stark industries\",\r\n                \"count\": 64,\r\n                \"percentage\": 0.47,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 29\r\n            },\r\n            {\r\n                \"numWords\": 4,\r\n                \"word\": \"iron man armor mark\",\r\n                \"count\": 52,\r\n                \"percentage\": 0.34,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": true,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": true,\r\n                \"relevancy\": 27\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"captain america\",\r\n                \"count\": 149,\r\n                \"percentage\": 1.08,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 23\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"tony stark\",\r\n                \"count\": 134,\r\n                \"percentage\": 0.98,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 22\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"armor\",\r\n                \"count\": 292,\r\n                \"percentage\": 0.96,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 21\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"avengers\",\r\n                \"count\": 235,\r\n                \"percentage\": 0.77,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": true,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 18\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"pepper potts\",\r\n                \"count\": 99,\r\n                \"percentage\": 0.72,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 17\r\n            },\r\n            {\r\n                \"numWords\": 1,\r\n                \"word\": \"potts\",\r\n                \"count\": 216,\r\n                \"percentage\": 0.71,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 17\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"arc reactor\",\r\n                \"count\": 75,\r\n                \"percentage\": 0.55,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 14\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"james rhodes\",\r\n                \"count\": 64,\r\n                \"percentage\": 0.47,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 12\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"armor mark\",\r\n                \"count\": 57,\r\n                \"percentage\": 0.41,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 11\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"steve rogers\",\r\n                \"count\": 47,\r\n                \"percentage\": 0.34,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 9\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"bruce banner\",\r\n                \"count\": 45,\r\n                \"percentage\": 0.33,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 9\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"nick fury\",\r\n                \"count\": 41,\r\n                \"percentage\": 0.3,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 8\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"peter parker\",\r\n                \"count\": 40,\r\n                \"percentage\": 0.29,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 8\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"united states\",\r\n                \"count\": 34,\r\n                \"percentage\": 0.25,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 7\r\n            },\r\n            {\r\n                \"numWords\": 2,\r\n                \"word\": \"obadiah stane\",\r\n                \"count\": 33,\r\n                \"percentage\": 0.24,\r\n                \"isInH1\": false,\r\n                \"isUrlPart\": false,\r\n                \"isExactPathnameKeyword\": false,\r\n                \"isInDomain\": false,\r\n                \"isExactDomainKeyword\": false,\r\n                \"isInTitle\": false,\r\n                \"isInMetaDescription\": false,\r\n                \"isInH2\": false,\r\n                \"isInUrl\": false,\r\n                \"relevancy\": 7\r\n            }\r\n        ],\r\n        \"language\": \"en\",\r\n        \"translations\": null,\r\n        \"hreflangs\": null,\r\n        \"textualContent\": \"Marvel Cinematic Universe Wiki We advise caution when dealing with any recently-released media involving multiversal subjects. Please do not make assumptions regarding confusing wording, other sites' speculation, and people's headcanon around the internet. Remember, only this site's policies fully apply in this site.\\nREAD MORE\\n\\n\\n\\n\\n\\n\\n Marvel Cinematic Universe Wiki\\n\\n\\n\\n\\n  \\n  \\n  \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n\\n\\n\\nRegister \\nDon't have an account? \\nSign In \\n\\n\\n\\n\\n\\n\\n\\n Advertisement\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nMarvel Cinematic Universe Wiki \\n   28,769 pages\\n\\n\\n\\n\\n  \\n  \\n  \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n  \\n\\n\\n\\n\\n\\n\\n\\n , , ,  \\n in: Articles to be expanded Characters Iron Man (film) Characters\\n\\n\\n\\n and 39 more\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n   The Incredible Hulk Characters\\n   Iron Man 2 Characters\\n   The Avengers Characters\\n   Iron Man 3 Characters\\n   Avengers: Age of Ultron Characters\\n   Captain America: Civil War Characters\\n   Spider-Man: Homecoming Characters\\n   Avengers: Infinity War Characters\\n   Avengers: Endgame Characters\\n   Spider-Man: Far From Home Characters\\n   Marvel One-Shot: The Consultant Characters\\n   Loki (TV series) Characters\\n   Legends Characters\\n   Comics Characters\\n   Video Games Characters\\n   Humans\\n   Cyborgs\\n   Males\\n   Black Hair\\n   Grey Hair\\n   Brown Eyes\\n   Scientists\\n   Executives\\n   Time-Travelers\\n   Heroes\\n   Enhanced Individuals\\n   Phillips Academy Students\\n   Massachusetts Institute of Technology Students\\n   Stark Industries Leaders\\n   S.H.I.E.L.D. Consultants\\n   Avengers Members\\n   Pym Particles Users\\n   Infinity Stones Users\\n   High Body Count\\n   Multilingual Characters\\n   Brainwashed Characters\\n   Deceased Characters\\n   Characters Killed by Iron Man\\n   Characters Killed by Themselves\\n\\n\\n\\n\\nEnglish  \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n Español\\n\\n Français\\n\\n Polski\\n\\n Português do Brasil\\n\\n Русский\\n\\n Українська\\n\\n 中文\\n\\n\\n\\n\\n\\nIron Man \\n\\n\\n\\n\\n  View source \\n\\n\\n\\n  \\n\\n\\n\\n\\n\\n\\n\\nHistory \\n\\n\\nTalk (0) \\nwindow.RLQ = window.RLQ || [];\\nwindow.RLQ.push(() => {\\nmw.config.set('wgPageActions', {\\\"3\\\":{\\\"class\\\":false,\\\"text\\\":\\\"History\\\",\\\"href\\\":\\\"\\/wiki\\/Iron_Man?action=history\\\",\\\"id\\\":\\\"ca-history\\\",\\\"accesskey\\\":\\\"h\\\",\\\"data-tracking\\\":\\\"ca-history-dropdown\\\"},\\\"11\\\":{\\\"class\\\":\\\"new\\\",\\\"text\\\":\\\"Talk (0)\\\",\\\"href\\\":\\\"\\/wiki\\/Talk:Iron_Man?action=edit&redlink=1\\\",\\\"exists\\\":false,\\\"primary\\\":true,\\\"context\\\":\\\"talk\\\",\\\"rel\\\":\\\"discussion\\\",\\\"id\\\":\\\"ca-talk\\\",\\\"accesskey\\\":\\\"t\\\",\\\"data-tracking\\\":\\\"ca-talk-dropdown\\\"}});\\n})\\n\\n\\n\\n  \\n(function () {\\n// we can't use mw.config here because it's too early so we need to pass this data in different way\\nvar videoDetails = {\\nmediaId: \\\"CR0MZ2ZP\\\",\\nimpressionsPerSession: 4,\\nisDedicatedForArticle: false,\\n};\\nvar hasVideoOnPage = null;\\nvar videoBridgeCountries = [\\\"US\\\",\\\"GB\\\",\\\"CA\\\",\\\"AU\\\",\\\"DE\\\",\\\"SG\\\",\\\"MY\\\",\\\"VN\\\",\\\"ID\\\",\\\"PH\\\",\\\"TH\\\",\\\"ES\\\",\\\"FR\\\",\\\"AR\\\",\\\"CL\\\",\\\"MX\\\",\\\"BR\\\"];\\nfunction getCookieValue(cookieName) {\\nvar cookieSplit = ('; ' + document.cookie).split('; ' + cookieName + '=');\\nreturn cookieSplit.length === 2 ? cookieSplit.pop().split(';').shift() : null;\\n}\\nfunction hasMaxedOutPlayerImpressionsInWiki() {\\nvar impressionsSoFar = Number(getCookieValue('playerImpressionsInWiki')) || 0;\\nvar allowedImpressions = Number(videoDetails.impressionsPerSession);\\nif (!hasSeenTheVideoInCurrentSession()) {\\nreturn false;\\n}\\nif (allowedImpressions === 0) {\\nreturn true;\\n}\\nreturn impressionsSoFar >= allowedImpressions;\\n}\\nfunction hasSeenTheVideoInCurrentSession() {\\nvar currentSession = getCookieValue('wikia_session_id');\\nvar videoSeenInSession = getCookieValue('featuredVideoSeenInSession');\\nreturn currentSession && videoSeenInSession && currentSession === videoSeenInSession;\\n}\\nfunction getCountryCode() {\\ntry {\\nreturn JSON.parse(decodeURIComponent(getCookieValue('Geo'))).country.toLowerCase();\\n} catch {\\nreturn null;\\n}\\n}\\nfunction isVideoBridgeAllowedForCountry() {\\nvar countryCode = getCountryCode();\\nvar allowedCountries = videoBridgeCountries.map(function (allowedCountryCode) {\\nreturn allowedCountryCode.toLowerCase();\\n});\\nreturn countryCode && allowedCountries.indexOf(countryCode) !== -1;\\n}\\nwindow.canPlayVideo = function () {\\nif (hasVideoOnPage === null) {\\nhasVideoOnPage = videoDetails.mediaId && (\\nvideoDetails.isDedicatedForArticle ||\\n (!hasMaxedOutPlayerImpressionsInWiki() && isVideoBridgeAllowedForCountry())\\n);\\n}\\nreturn hasVideoOnPage;\\n};\\nif (!window.canPlayVideo()) {\\ndocument.body.classList.add('no-featured-video');\\n} else {\\n document.body.classList.add('has-featured-video');\\n}\\n})();\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n  \\n\\n\\n watch \\n 02:04 Attack on Titan Season 4 - The Loop\\n  Do you like this video? \\n\\n\\n\\n\\n\\n\\n  Play Sound \\n<iframe src=\\\"https://www.googletagmanager.com/ns.html?id=GTM-N6XD44P\\\" height=\\\"0\\\" width=\\\"0\\\" style=\\\"display:none;visibility:hidden\\\"></iframe>\\n\\\"My , it was never a distraction or a hobby, it was a cocoon. And now, I'm a changed man. You can my , all my tricks and . But one thing you can't take away... I am Iron Man.\\\" armor take away house toys ―Tony Stark was a billionaire industrialist, a founding member of the , and the former CEO of . A brash but brilliant inventor, Stark was self-described as a genius, billionaire, playboy, and philanthropist. With his great wealth and exceptional technical knowledge, Stark was one of the world's most powerful men following the of his parents and enjoyed the playboy lifestyle for many years until he was by the in , while demonstrating a fleet of missiles. With his life on the line, Stark created an which he used to escape his captors. Upon returning home, he utilized several more to use against terrorists, as well as who turned against Stark. Following his against Stane, Stark publicly revealed himself as .\\nAnthony Edward \\\"Tony\\\" Stark Avengers Stark Industries deaths kidnapped Ten Rings Afghanistan Jericho armored suit armors Obadiah Stane fight Iron Man Fresh off from defeating enemies all over the world, Stark found himself dying due to his own poisoning his body, all while he was challenged by who attempted to destroy his legacy. After the , Stark reluctantly agreed to serve as a consultant for where he used his position to upgrade their technology while he began a relationship with . With the world yet again being threatened, Stark joined the and helped defeat the and . Due to the , he suffered from , leading him to create the to safeguard the world and help him retire.\\nArc Reactor Ivan Vanko Stark Expo incident S.H.I.E.L.D. Pepper Potts Avengers Chitauri Loki battle post-traumatic stress disorder Iron Legion The \\\" \\\" terrorist attacks forced Stark to come out of retirement to protect his country, inadvertently putting his loved ones at risk and leaving him defenseless when his home was destroyed. Stark continued his mission, finding as the mastermind of the attacks. Eventually, Stark defeated Killian, and was prompted to destroy all of his armors with the after almost losing Potts. However, when the Avengers were officially demobilized due to the , Stark built more armors and resumed his role as Iron Man, aiding them in the capture of and acquiring Loki's .\\n2012 Mandarin Aldrich Killian Clean Slate Protocol War on HYDRA Baron Strucker Scepter Once the threat of HYDRA had been ended, at last, Stark, influenced by 's mind games, built with the help of as a new peacekeeping A.I. to protect the world and allow the Avengers to retire. However, Ultron believed that humanity threatened the world and thus, according to his program, decided to extinguish humanity. Through the work of the Avengers, Ultron was , however, not without massive civilian cost and many lives being lost during which was elevated into the sky.\\nWanda Maximoff Ultron Bruce Banner defeated Sokovia After the , Stark retired from active duty, still haunted by his role in the chaos the A.I. created. The guilt of creating Ultron and causing so much destruction and loss of life eventually convinced Stark to support the . Stark was forced to lead a manhunt for his ally when the latter began protecting the fugitive , igniting the . The end result left the Avengers in complete disarray, especially after Stark learned of the Winter Soldier's role in his parents' deaths. Afterwards, Stark returned to to mentor and guide into becoming a better hero than he ever was, also becoming engaged with Potts in the process.\\nUltron Offensive Sokovia Accords Captain America Winter Soldier Avengers Civil War New York Spider-Man In , when and the invaded Earth in their conquest to acquire the six , Stark, , and convened to Thanos on with the help of the . When Stark was held at Thanos' mercy, Doctor Strange surrendered the for Stark's life. After the , Stark and remained the sole survivors on Titan. Stark and Nebula used the to escape Titan, but were stranded in space as the ship was damaged. They were by , who brought them back to .\\n2018 Thanos Black Order Infinity Stones Doctor Strange Spider-Man battle Titan Guardians of the Galaxy Time Stone Snap Nebula Benatar rescued Captain Marvel Earth In the after the Snap, Stark chose to retire from being Iron Man, marrying Potts and having a daughter, . When Stark devised a method to , he rejoined the Avengers in their to acquire the six from the past in order to those killed by the Snap, and traveled back in time to and . During the , Stark sacrificed himself to eliminate an alternate version of and his army, who traveled through time to collect their Infinity Stones, saving the universe from decimation and leaving behind a legacy as one of Earth's most revered superheroes.\\nfive years Morgan safely travel through time and space mission Infinity Stones resurrect retrieve the Scepter regain the Tesseract Battle of Earth Thanos\\nContents\\n1 Biography\\n1.1 Early Life\\n1.1.1 Troubled Childhood 1.1.2 Losing his Parents\\n1.2 CEO of Stark Industries\\n1.2.1 Rebuilding the Company 1.2.2 Creating Demons 1.2.3 Testing Weapons in Arizona 1.2.4 Final Day of Freedom 1.2.5 Presenting the Jericho\\n1.3 Becoming Iron Man\\n1.3.1 Kidnapped by the Ten Rings 1.3.2 Building the First Armor 1.3.3 Escaping the Ten Rings 1.3.4 No More Weapons 1.3.5 Suit Upgrades 1.3.6 Outdoor Test Flight 1.3.7 Obadiah Stane's Betrayal 1.3.8 Battle of Gulmira 1.3.9 Next Mission 1.3.10 Duel of Los Angeles 1.3.11 I Am Iron Man 1.3.12 Meeting Nick Fury\\n1.4 Armored Adventures\\n1.4.1 Finding World Peace 1.4.2 Palladium Poisoning 1.4.3 Starting the Stark Expo 1.4.4 Meeting with Senator Stern 1.4.5 Making Pepper Potts CEO 1.4.6 Monaco Grand Prix 1.4.7 Duel of Monaco 1.4.8 Meeting with Ivan Vanko 1.4.9 Ivan Vanko's Attack Aftermath 1.4.10 Birthday Party\\n1.5 Rediscovering the Element\\n1.5.1 Nick Fury's Help 1.5.2 Researching his Family 1.5.3 A New Element 1.5.4 Battle at Stark Expo 1.5.5 Showdown with Ivan Vanko 1.5.6 Not a Suitable Candidate 1.5.7 Consultant for S.H.I.E.L.D.\\n1.6 Chitauri Invasion\\n1.6.1 Avengers Initiation 1.6.2 Capturing Loki 1.6.3 Meeting the Avengers 1.6.4 Team Tension 1.6.5 Attack on the Helicarrier 1.6.6 Something to Avenge 1.6.7 Confronting Loki 1.6.8 Battle of New York 1.6.9 The Nuke 1.6.10 Battle Aftermath\\n1.7 Mandarin Threat\\n1.7.1 Armor Obsession 1.7.2 Mental Struggle 1.7.3 Anxiety Confession 1.7.4 Threatening the Mandarin 1.7.5 Mandarin Research 1.7.6 Destruction of Tony Stark's Mansion 1.7.7 Back to Basics 1.7.8 Battle of Rose Hill 1.7.9 Locating the Mandarin\\n1.8 Aldrich Killian's War\\n1.8.1 Learning the Truth 1.8.2 Aldrich Killian's Hostage 1.8.3 Break Out 1.8.4 Saving the Air Force One Crew 1.8.5 Battle on the Norco 1.8.6 Showdown with Aldrich Killian 1.8.7 Suit Destruction\\n1.9 Temporary Retirement\\n1.9.1 A Step Further 1.9.2 Therapy Session\\n1.10 War on HYDRA\\n1.10.1 Project Insight 1.10.2 Attack on the HYDRA Research Base 1.10.3 Creation of Ultron 1.10.4 The Avengers Party\\n1.11 Ultron Offensive\\n1.11.1 Attack on Avengers Tower 1.11.2 Team Argument 1.11.3 Hunting Ultron 1.11.4 Duel of Johannesburg 1.11.5 The Barton Home 1.11.6 Hacking the NEXUS 1.11.7 Birth of Vision 1.11.8 Battle of Sokovia 1.11.9 Protecting the Drill\\n1.12 Leaving the Avengers\\n1.12.1 Saying his Goodbyes 1.12.2 Facing the Consequences\\n1.13 Avengers Civil War\\n1.13.1 Sokovia Accords 1.13.2 Fighting with a Friend 1.13.3 Escape from the JCTC 1.13.4 Recruiting Peter Parker 1.13.5 Failed Negotiations 1.13.6 Clash of the Avengers 1.13.7 Clash Aftermath 1.13.8 The Raft 1.13.9 Helmut Zemo's Secret 1.13.10 Battle at the HYDRA Facility 1.13.11 Final Showdown 1.13.12 Spider-Man's Beginning 1.13.13 Picking Up The Pieces\\n1.14 Advising Spider-Man\\n1.14.1 Encounter with Vulture 1.14.2 Ambush at the Staten Island Ferry 1.14.3 Spider-Man's Offer 1.14.4 Vision's Disappearance\\n1.15 Infinity War\\n1.15.1 Meeting Doctor Strange 1.15.2 Convening at the New York Sanctum 1.15.3 Attack on Greenwich Village 1.15.4 Ascent to Space 1.15.5 Rescue of Doctor Strange 1.15.6 Encountering the Guardians 1.15.7 Making a Plan 1.15.8 Battle of Titan 1.15.9 Last Man Standing 1.15.10 Thanos' Victory 1.15.11 Returning to Earth\\n1.16 A Normal Life\\n1.16.1 Reunited Again 1.16.2 Solving Time Travel\\n1.17 Time Heist\\n1.17.1 Returning to the Avengers 1.17.2 Infiltration into Stark Tower 1.17.3 Infiltrating Camp Lehigh 1.17.4 Death of Natasha Romanoff 1.17.5 Assembling the Infinity Stones 1.17.6 Thanos' Offensive 1.17.7 Battle of Earth 1.17.8 Self-Sacrifice\\n1.18 Legacy\\n1.18.1 Funeral and Tributes 1.18.2 Worldwide Impact 1.18.3 Hero In Death\\n1.19 Time Heist\\n1.19.1 Sudden Heart Attack 2 Personality\\n3 Powers and Abilities\\n3.1 Iron Man Armor Capabilities 3.2 Former Powers 3.3 Abilities\\n4 Equipment\\n4.1 Iron Man Armors 4.2 Weapons 4.3 Other Equipment 4.4 Vehicles 5 Designs\\n6 Facilities\\n6.1 Prisons\\n7 Relationships\\n7.1 Family 7.2 Allies 7.3 Enemies 8 Appearances 9 Trivia 10 Behind the Scenes 11 References 12 External Links Biography Early Life Troubled Childhood\\n\\\"What do you remember about ?\\\" \\\"He was cold. He was calculating. He never told me he loved me, he never even told me he liked me. So it's a bit hard for me to digest that he said the whole 'future is riding on me' thing, I don't get that. You're talking about a man whose happiest day of his life was shipping me off to .\\\" your dad boarding school ― and Tony Stark Nick Fury Anthony Edward \\\"Tony\\\" Stark was born on Friday, , in Manhattan, , to and . Stark had become good friends with , the butler of the Stark family, who watched over him throughout all of his childhood. Stark's early life was often dominated by the absence of his father, who he would later describe as both 'cold' and 'calculating'. Growing up, Stark had issues with Howard, who never told his son that he loved, or even liked him. Since Stark was so young, Howard could not tell his son his plans for him. Howard constantly talked about his admiration for , which caused Stark to develop hatred and resentment towards the super soldier. However, Stark had a loving relationship with his mother, who was more gentle and nurturing; he enjoyed hearing Maria play the piano.\\nMay 29, 1970 New York City Howard Maria Stark Edwin Jarvis Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/TonyPopularMechanics-IM.png/revision/latest?cb=20150316155137\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/TonyPopularMechanics-IM.png/revision/latest/scale-to-width-down/250?cb=20150316155137\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"212\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonyPopularMechanics-IM.png\\\" data-image-key=\\\"TonyPopularMechanics-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/TonyPopularMechanics-IM.png/revision/latest/scale-to-width-down/250?cb=20150316155137\\\" /></a>                 Stark's ingenuity is recognized as a child At a young age, Stark quickly stole the spotlight with his brilliant and unique mind. When he was four years old, he designed his first circuit board. When he was almost seven, he built a V8 motorbike engine. One thing about Stark's childhood that annoyed him was the nanny who cared for him until he was fourteen. Stark attended in from to . While, he was in high school, Stark hacked into the on a dare by some friends. He was admitted early into , where he met and they became lifelong best friends. At sixteen, Stark won the 4th Annual MIT Robot Design Award. When he was seventeen, Stark graduated from MIT.\\nPhillips Academy Andover 1977 1984 Pentagon Massachusetts Institute of Technology James Rhodes summa cum laude Losing his Parents\\n\\\"I never got to say goodbye to . There's questions I would've asked him. I would've asked him how he felt about what did, if he was conflicted, if he ever had doubts. Or maybe he was every inch of man we remember from the newsreels.\\\" my father his company ―Tony Stark       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/The_last_time_stark.png/revision/latest?cb=20161121202208\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/The_last_time_stark.png/revision/latest/scale-to-width-down/250?cb=20161121202208\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"The last time stark.png\\\" data-image-key=\\\"The_last_time_stark.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/The_last_time_stark.png/revision/latest/scale-to-width-down/250?cb=20161121202208\\\" /></a>                 Stark in his final moments with his parents In , when Stark was just twenty-one years old, and prepared to go away to the Bahamas for a few days over the Christmas holiday and leave him home alone, although his father remained skeptical about how responsible Stark would be while they were gone. Sadly, the couple was by the in Long Island and covered up the incident to be a car crash, leaving Stark in grief and struggling to process this tragedy. For a few months, took over as interim CEO of . Sometime later, Stark's long-serving family butler, , also died.\\nDecember 1991 Howard Maria assassinated Winter Soldier HYDRA Obadiah Stane Stark Industries Edwin Jarvis CEO of Stark Industries Rebuilding the Company\\n\\\"With the keys to the , Tony ushers in a new era for 's legacy, creating smarter weapons, advanced robotics, satellite targeting. Today, Tony Stark has changed the face of the weapons industry, by ensuring freedom and protecting .\\\" kingdom his father America ―Award Ceremony       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/03/ForbesTonyObadiah-IM.png/revision/latest?cb=20141018185122\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/03/ForbesTonyObadiah-IM.png/revision/latest/scale-to-width-down/250?cb=20141018185122\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"ForbesTonyObadiah-IM.png\\\" data-image-key=\\\"ForbesTonyObadiah-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/03/ForbesTonyObadiah-IM.png/revision/latest/scale-to-width-down/250?cb=20141018185122\\\" /></a>                 Stark is made the CEO of Stark Industries A few months later, still at the age of twenty-one, Stark inherited and took over from , becoming the youngest CEO of a company in history. Having built himself a , Stark created an A.I. system that helped out in the house. He named the system \\\"Just a Rather Very Intelligent System,\\\" shortened , in tribute to , whom Stark had often credited for helping to raise him.\\nStark Industries Obadiah Stane Fortune 500 custom mansion J.A.R.V.I.S. Edwin Jarvis       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8b/StarkStane-PromoImage-IM.jpg/revision/latest?cb=20170221134509\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8b/StarkStane-PromoImage-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221134509\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkStane-PromoImage-IM.jpg\\\" data-image-key=\\\"StarkStane-PromoImage-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8b/StarkStane-PromoImage-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221134509\\\" /></a>                 Stark working alongside Obadiah Stane Eventually, joined the and became the liaison between Stark Industries and the , successfully earning Stark billions of dollars with military contracts. Under Stark's leadership with the aid of Stane, Stark Industries quickly thrived and became one of the most advanced companies in the world, creating new forms of weapons technology that seemed highly futuristic to most looking on at the weapons.\\nJames Rhodes United States Air Force United States Armed Forces Creating Demons\\n\\\"A famous man once said, 'we create our own demons'. Who said that? What does it even mean? It doesn't matter; I said it because he said it, so now he was famous and then basically getting said by two well-known guys.\\\" ―Tony Stark       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Ho_Yinsen_1.png/revision/latest?cb=20141203013212\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Ho_Yinsen_1.png/revision/latest/scale-to-width-down/250?cb=20141203013212\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ho Yinsen 1.png\\\" data-image-key=\\\"Ho_Yinsen_1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Ho_Yinsen_1.png/revision/latest/scale-to-width-down/250?cb=20141203013212\\\" /></a>                 Stark meets in in Ho Yinsen Bern 1999 On New Year's Eve in , Stark, with his scientist paramour , attended a in , . There, Stark got so drunk he could barely give his speech on integrated circuits and rejoined the party as soon as possible. While celebrating, he met a scientist named who introduced Stark to Doctor , although he swiftly dismissed them both.\\n1999 Maya Hansen science conference Bern Switzerland Ho Yinsen Wu       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/TStark-MeetingAKillian.jpeg/revision/latest?cb=20170223113944\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/TStark-MeetingAKillian.jpeg/revision/latest/scale-to-width-down/250?cb=20170223113944\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MeetingAKillian.jpeg\\\" data-image-key=\\\"TStark-MeetingAKillian.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/TStark-MeetingAKillian.jpeg/revision/latest/scale-to-width-down/250?cb=20170223113944\\\" /></a>                 Stark lies directly to Aldrich Killian While moving through the hotel with his bodyguard , Hansen, and a group of female attendees, Stark then arrogantly avoided a gifted but crippled scientist, , who wanted his financial backing for a scientific think tank, . Once they were alone in an elevator together, Stark then purposely told the excited Killian to meet him on the rooftop of the building to discuss him working with with the intention of never turning up, wanting to continue spending time with Hansen.\\nHappy Hogan Aldrich Killian Advanced Idea Mechanics Stark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4f/TStark-FlirtingWithMHansen.jpeg/revision/latest?cb=20170223114001\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4f/TStark-FlirtingWithMHansen.jpeg/revision/latest/scale-to-width-down/250?cb=20170223114001\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-FlirtingWithMHansen.jpeg\\\" data-image-key=\\\"TStark-FlirtingWithMHansen.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4f/TStark-FlirtingWithMHansen.jpeg/revision/latest/scale-to-width-down/250?cb=20170223114001\\\" /></a>                 Stark and discuss her research Maya Hansen Back in Hansen's hotel room, Stark looked at her new research into a project known as , which had the potential to regrow human limbs if she could get enough funding. Stark was amazed by the concept, although Hogan was less impressed and played with a nearby plant despite being told not to. Stark and Hansen then went to her bedroom where they continued flirting with each other before then leaning towards one another for a passionate kiss.\\nExtremis       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/90/TStark-KissingPaper-IM3.jpeg/revision/latest?cb=20170223114019\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/90/TStark-KissingPaper-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170223114019\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-KissingPaper-IM3.jpeg\\\" data-image-key=\\\"TStark-KissingPaper-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/90/TStark-KissingPaper-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170223114019\\\" /></a>                 Stark leaves a secret note Maya Hansen However, Hogan inadvertently caused a small explosion by breaking a plant stem, causing a brief moment of panic. Stark sent Hogan away and then slept with Hansen, leaving Killian freezing and humiliated on the rooftop. Stark was unaware of Killian's suffering and woke up the next morning while Hansen was working. He completed her formula for her to fix the combustible glitch in Extremis, before discreetly walking out and returning home, leaving Hansen behind.\\nTesting Weapons in Arizona       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/27/TStark-PromoImage-Jets-IM.jpg/revision/latest?cb=20170221134544\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/27/TStark-PromoImage-Jets-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221134544\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-PromoImage-Jets-IM.jpg\\\" data-image-key=\\\"TStark-PromoImage-Jets-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/27/TStark-PromoImage-Jets-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221134544\\\" /></a>                 Stark continues making weapons for the military\\n\\\"I hate when people tell me my place. Which reminds me, , , let's go see !\\\" Celeste Eloise my place ―Tony Stark to , and James Rhodes Celeste Eloise On , Stark and went to a weapons demonstration at the , where Stark showed off his product’s accelerated wave explosion capability, or \\\"AWE\\\". then gave the weapon's specifics to the generals while Stark and Rhodes went to a nightclub. Stark enjoyed the company of two girls, and , while Rhodes tried to convince him not to go to for the demonstration of . While dancing, Stark was attacked by a man whose girlfriend he had previously seduced, but Rhodes was able to defeat the attacker. Stark declared that he would be alright in Afghanistan thanks to his friend having his back. Stark, Rhodes and the girls then went to to continue their party.\\nJanuary 30, 2009 James Rhodes Yuma Proving Ground Pepper Potts Celeste Eloise Afghanistan Jericho his mansion Final Day of Freedom       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/82/Rhodey_Tony_casino.jpg/revision/latest?cb=20141129031304\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/82/Rhodey_Tony_casino.jpg/revision/latest/scale-to-width-down/250?cb=20141129031304\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Rhodey Tony casino.jpg\\\" data-image-key=\\\"Rhodey_Tony_casino.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/82/Rhodey_Tony_casino.jpg/revision/latest/scale-to-width-down/250?cb=20141129031304\\\" /></a>                 Stark and in the casino James Rhodes Caesars Palace\\n\\\"Well Miss , it's an imperfect world but it's the only one we've got. I guarantee the day weapons are no longer needed to keep the peace, I'll start making bricks and beams for baby hospitals.\\\" \\\"You rehearse that much?\\\" \\\"Every night in front of the mirror before bed time.\\\" \\\"I can see that.\\\" Brown ―Tony Stark and Christine Everhart After a presentation of Stark's successful past, was given the honor of presenting the Apogee Award to him at in . After gave Rhodes a signal saying that Stark was not there to receive it, he accepted the award in Stark's honor. Shortly after the award ceremony, Rhodes brought Stark the award while he was gambling in the casino inside of Caesars Palace. Rhodes got angry at him for not being present. Stark arrogantly accepted the award, but then handed it off to a man masquerading as .\\nJames Rhodes Caesars Palace Las Vegas Obadiah Stane Julius Caesar       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/2008_iron_man_046.jpg/revision/latest?cb=20141129031100\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/2008_iron_man_046.jpg/revision/latest/scale-to-width-down/250?cb=20141129031100\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"2008 iron man 046.jpg\\\" data-image-key=\\\"2008_iron_man_046.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/2008_iron_man_046.jpg/revision/latest/scale-to-width-down/250?cb=20141129031100\\\" /></a>                 Stark is questioned by Christine Everhart Right when Stark was about to leave the hotel with his entourage, ran up and tried to get an interview with him for Magazine. Having been told by that Everhart was attractive, Stark agreed to her interview. He deflected her questions on the ethics of ' weapons manufacturing with some swift quips. Upon being morally questioned, Stark defended his actions by bringing up 's achievements in and how the company's deals with the military funded much of its scientific breakthroughs. He then turned to seducing Everhart and the two ended up at , where they slept together.\\nChristine Everhart Vanity Fair Happy Hogan Stark Industries his father World War II his mansion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ec/TStarkPPotts-PresentTalk-IM.jpg/revision/latest?cb=20170220170154\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ec/TStarkPPotts-PresentTalk-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170220170154\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkPPotts-PresentTalk-IM.jpg\\\" data-image-key=\\\"TStarkPPotts-PresentTalk-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ec/TStarkPPotts-PresentTalk-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170220170154\\\" /></a>                 Stark says his goodbyes to Pepper Potts Early in the morning, Stark left Everhart in his bed to be greeted by and escorted home while he began working on one of his cars. Stark's assistant, , later arrived in the workshop and reminded him about his trip to . Stark remained complacent, unfazed about being late as it was the and therefore would wait for him. Potts then discussed matters which required his attention; a he bid on, the commencement speech he was scheduled to give, and a form he needed to sign. When Stark complained about being rushed out, Potts revealed it was her birthday and she had already used his money to buy a present for herself from him, much to Stark's amusement.\\nJ.A.R.V.I.S. Pepper Potts Afghanistan Stark Industries Private Jet Jackson Pollock MIT       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Filmz.ru_f_16815.jpg/revision/latest?cb=20141129043449\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Filmz.ru_f_16815.jpg/revision/latest/scale-to-width-down/250?cb=20141129043449\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Filmz.ru f 16815.jpg\\\" data-image-key=\\\"Filmz.ru_f_16815.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Filmz.ru_f_16815.jpg/revision/latest/scale-to-width-down/250?cb=20141129043449\\\" /></a>                 Stark arrives at his with private jet Happy Hogan Finishing his coffee, Stark then finally left his mansion and drove to the followed by his bodyguard , who struggled to keep up with his boss who drove exceptionally fast. He got to the plane three hours late and found Colonel was still there waiting for him to finally turn up, incredibly annoyed to have been left waiting for so long, although Stark was not bothered at all. He then got onto the plane and sat down along with Rhodes who tried to discuss business between and the while Stark all wanted to do just drink and then relax, much to Rhodes' continued great annoyance.\\nStark Industries Aviation Division Happy Hogan James Rhodes Stark Industries United States Armed Forces       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/RhodeyTony-IM.png/revision/latest?cb=20141202175638\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/RhodeyTony-IM.png/revision/latest/scale-to-width-down/250?cb=20141202175638\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"RhodeyTony-IM.png\\\" data-image-key=\\\"RhodeyTony-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/RhodeyTony-IM.png/revision/latest/scale-to-width-down/250?cb=20141202175638\\\" /></a>                 Stark gets drunk along with James Rhodes Despite wanting to discuss his work, Stark managed to convince Rhodes to have a drink with him and before long, he and Rhodes had gotten completely drunk and held a small party on the plane. While Rhodes reminisced on his time in the , Stark completely ignored his friend and focused his attention on the air hostesses, who had begun undressing and dancing around a pole in the middle of the plane for both of their entertainment.\\nUnited States Air Force Presenting the Jericho       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9d/Tumblr_l1iotoYo541qbn8c7.jpg/revision/latest?cb=20141129031517\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9d/Tumblr_l1iotoYo541qbn8c7.jpg/revision/latest/scale-to-width-down/250?cb=20141129031517\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"148\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tumblr l1iotoYo541qbn8c7.jpg\\\" data-image-key=\\\"Tumblr_l1iotoYo541qbn8c7.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9d/Tumblr_l1iotoYo541qbn8c7.jpg/revision/latest/scale-to-width-down/250?cb=20141129031517\\\" /></a>                 Stark presenting the new missile Jericho\\n\\\"They say the best weapon is one you never have to fire. I respectfully disagree. I prefer the weapon you only have to fire once. That's how did it, that's how does it, and it's worked out pretty well so far. Find an excuse to let one of these off the chain, and I personally guarantee you the bad guys won't even want to come out of their caves. For your consideration, the .\\\" Dad America Jericho ―Tony Stark to United States Armed Forces Touching down in , Stark was greeted by members of the military before he presented ' newest weapon, the missile, to the military spectators and demonstrated its capability. Giving a speech, Stark explained that the missile was so powerful that it would only be needed to be fired once to defeat the enemy, noting that was how his father, , had worked and it was a successful method for all of . The missile was fired and Stark received a round of applause from everyone.\\nAfghanistan Stark Industries Jericho Howard Stark America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6c/TStark-ToPeace.jpg/revision/latest?cb=20170220170225\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6c/TStark-ToPeace.jpg/revision/latest/scale-to-width-down/250?cb=20170220170225\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ToPeace.jpg\\\" data-image-key=\\\"TStark-ToPeace.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6c/TStark-ToPeace.jpg/revision/latest/scale-to-width-down/250?cb=20170220170225\\\" /></a>                 Stark makes a mocking toast to world peace After the successful presentation, Stark had a drink, noting that the whiskey came with every order of the Jericho missile. While all of the various members of the celebrated the new deal, called Stark to ask how it had gone, with Stark explaining that they would be getting an early Christmas. Stark got into a convoy vehicle to leave, sending to another Humvee to then go and return to their military base.\\nUnited States Armed Forces Obadiah Stane James Rhodes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/Is_it_cool.png/revision/latest?cb=20141128233635\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/Is_it_cool.png/revision/latest/scale-to-width-down/250?cb=20141128233635\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Is it cool.png\\\" data-image-key=\\\"Is_it_cool.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/Is_it_cool.png/revision/latest/scale-to-width-down/250?cb=20141128233635\\\" /></a>                 Stark jokes with the various military soldiers As they drove down the road towards the military base, Stark sat with his whiskey as three soldiers sat with him in awkward silence and attempted to make small talk. Stark teased them, noting that he would have never guessed that the driver was a woman as he was asked all about sleeping with various supermodels before he was asked to take a selfie. Posing for the picture, Stark muttered about loving peace while jokingly asking not to make gang signs.\\nJimmy Becoming Iron Man Kidnapped by the Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/TStark-BombBlast-IM.jpg/revision/latest?cb=20170221105823\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/TStark-BombBlast-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105823\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-BombBlast-IM.jpg\\\" data-image-key=\\\"TStark-BombBlast-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/TStark-BombBlast-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105823\\\" /></a>                 Stark being ambushed by the Ten Rings\\n\\\"What you just saw... That is your legacy, Stark. Your life's work in the hands of . Is that how you want to go out? Is this the last act of defiance of the great Tony Stark? Or are you going to do something about it?\\\" those murderers ― to Tony Stark Ho Yinsen As Stark's convoy drove through to return to the base, they were suddenly attacked by insurgents who blew up the vehicle in front, trapping them. Stark watched in utter horror as the soldiers stepped out only to be gunned down right in front of his own eyes, leaving his ears ringing from the many explosions. While soldiers were dying around him, Stark rushed outside and attempted to find some cover and call for help.\\nAfghanistan United States Armed Forces       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f5/Stark_Vest.png/revision/latest?cb=20161016224358\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f5/Stark_Vest.png/revision/latest/scale-to-width-down/250?cb=20161016224358\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark Vest.png\\\" data-image-key=\\\"Stark_Vest.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f5/Stark_Vest.png/revision/latest/scale-to-width-down/250?cb=20161016224358\\\" /></a>                 Stark is nearly killed by his own missile While Stark was using his phone in his attempt to contact someone for assistance, one of ' own suddenly landed right by him, Stark saw this and desperately attempted to get away, however, he was too slow and the bomb exploded right beside him. The resulting blast caused Stark to be thrown backward and lose consciousness. The explosion embedded several pieces of shrapnel into his chest, several fragments dangerously close to his heart.\\nStark Industries missiles       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e5/Tony_kidnapped.png/revision/latest?cb=20141129050948\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e5/Tony_kidnapped.png/revision/latest/scale-to-width-down/250?cb=20141129050948\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony kidnapped.png\\\" data-image-key=\\\"Tony_kidnapped.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e5/Tony_kidnapped.png/revision/latest/scale-to-width-down/250?cb=20141129050948\\\" /></a>                 Stark is held hostage by the Ten Rings While falling in and out of consciousness, Stark felt incredible pain as an operation was performed on his chest in an attempt to remove the pieces of shrapnel and save his life. Eventually, Stark dazed away to find himself in front of a camera as some various terrorists of the were now reading out a ransom note to an while Stark could only look on in dismay with various guns aimed directly at him. The shock of seeing this made Stark lose consciousness again.\\nTen Rings unknown viewer       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/05/TStark-NosePlug-IM.jpg/revision/latest?cb=20170221105840\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/05/TStark-NosePlug-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105840\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-NosePlug-IM.jpg\\\" data-image-key=\\\"TStark-NosePlug-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/05/TStark-NosePlug-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105840\\\" /></a>                 Stark awakes inside a secret hidden cave He woke up sometime later to find in his cell in a with him and an electromagnet attached to his chest. Hooked up to a car battery, Yinsen explained that the electromagnet was keeping the shrapnel from entering his heart and killing him. Yinsen went on to explain how they had once met in during the although Stark had been too drunk to remember. Just as Stark questioned where they were, someone banged on the door from the other side.\\nHo Yinsen cave Bern 1999       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3c/TStark-MeetingABakaar.jpg/revision/latest?cb=20170221105854\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3c/TStark-MeetingABakaar.jpg/revision/latest/scale-to-width-down/250?cb=20170221105854\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MeetingABakaar.jpg\\\" data-image-key=\\\"TStark-MeetingABakaar.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3c/TStark-MeetingABakaar.jpg/revision/latest/scale-to-width-down/250?cb=20170221105854\\\" /></a>                 Stark is threatened by Abu Bakaar As Yinsen ordered Stark to get onto his feet, they were greeted by , who had Yinsen translate as he welcomed Stark as the greatest mass murderer in the entire history of the . Bakaar explained that he now wanted Stark to rebuild the missile for him, however, Stark simply refused to help them. As a direct result of refusing to help the Ten Rings, Bakaar had Stark tortured by waterboarding him repeatedly.\\nAbu Bakaar United States of America Jericho       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Filmz.ru_f_17125.jpg/revision/latest?cb=20210501203440\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Filmz.ru_f_17125.jpg/revision/latest/scale-to-width-down/250?cb=20210501203440\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Filmz.ru f 17125.jpg\\\" data-image-key=\\\"Filmz.ru_f_17125.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Filmz.ru_f_17125.jpg/revision/latest/scale-to-width-down/250?cb=20210501203440\\\" /></a>                 Stark explores the ' Ten Rings secret base Stark was then taken outside of the cave where Bakaar showed him how the Ten Rings had an incredible supply of his Stark Industries weapons, including guns and missiles which were being used against the United States Armed Forces, which clearly horrified Stark. As Bakaar continued his earlier conversation, he told Stark that they had all the materials needed for him to build a Jericho missile, promising that if he began immediately then once he was done, he would be returned home. Stark agreed to the job, although he noted to Yinsen that Bakaar would never actually allow him to get away, with Yinsen confirming that this was true while Bakaar smile at them.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8d/TStark-CaveHat-IM.jpg/revision/latest?cb=20170221105907\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8d/TStark-CaveHat-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105907\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CaveHat-IM.jpg\\\" data-image-key=\\\"TStark-CaveHat-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8d/TStark-CaveHat-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105907\\\" /></a>                 Stark and discuss losing hope Ho Yinsen While Stark sat by the fire and considered his new and terrible situation, Yinsen joined him and explained that what he had seen out there, with the Ten Rings holding his weapons, was the legacy of Tony Stark. When Yinsen called on him to do something, Stark simply questioned what the point was if he was likely going to be dead within a week regardless of anything, so Yinsen told him that this only meant it was an important week for him.\\nBuilding the First Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStark-CU-CaveScience-IM.jpg/revision/latest?cb=20170221105922\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStark-CU-CaveScience-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105922\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CU-CaveScience-IM.jpg\\\" data-image-key=\\\"TStark-CU-CaveScience-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStark-CU-CaveScience-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105922\\\" /></a>                 Stark and begin working together Ho Yinsen\\n\\\" is our ticket out of here.\\\" \\\"What is it?\\\" \\\"Flatten them out and look.\\\" This ―Tony Stark and Ho Yinsen Knowing their captors would never keep up their end of the deal, Stark began the work asked from him with , however, he had instead had begun to make a plan to escape the . Stark recruited to bring in the supplies he needed into their cave, using Yinsen as his translator while he began breaking all of the various weapons apart.\\nHo Yinsen Ten Rings Base Abu Bakaar       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6a/TStark-BuildingAReactor-IM.jpg/revision/latest?cb=20170221105934\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6a/TStark-BuildingAReactor-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105934\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-BuildingAReactor-IM.jpg\\\" data-image-key=\\\"TStark-BuildingAReactor-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6a/TStark-BuildingAReactor-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221105934\\\" /></a>                 Stark successfully recreates an Arc Reactor In order to improve Stark's condition, he and Yinsen then created a miniature , a smaller version of the same power source previously invented by his father, , and . Stark concentrated on his own technical work, all while Yinsen continued to tell Stark everything he knew of the and what their plans were for them.\\nArc Reactor Howard Stark Anton Vanko Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7c/TonywithHoYinsen-IM.png/revision/latest?cb=20141129234754\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7c/TonywithHoYinsen-IM.png/revision/latest/scale-to-width-down/250?cb=20141129234754\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonywithHoYinsen-IM.png\\\" data-image-key=\\\"TonywithHoYinsen-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7c/TonywithHoYinsen-IM.png/revision/latest/scale-to-width-down/250?cb=20141129234754\\\" /></a>                 Stark shows off his escape plan Having successfully built the Arc Reactor, Stark told Yinsen that he would not be using it to power his heart, but to power something larger for a brief time. With that Stark showed Yinsen his plans, hidden with multiple blueprints, to build a which he would soon be using to finally break them out of the cave and escape the Ten Rings' base. Yinsen was both impressed and inspired by Stark's plan and then assisted him in installing the Arc Reactor inside his chest to supply energy to the electromagnet protecting his heart.\\nsuit of armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3e/TStarkHYinsen-FamilyChat.jpg/revision/latest?cb=20170221105947\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3e/TStarkHYinsen-FamilyChat.jpg/revision/latest/scale-to-width-down/250?cb=20170221105947\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkHYinsen-FamilyChat.jpg\\\" data-image-key=\\\"TStarkHYinsen-FamilyChat.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3e/TStarkHYinsen-FamilyChat.jpg/revision/latest/scale-to-width-down/250?cb=20170221105947\\\" /></a>                 Stark and discuss their families Ho Yinsen During their downtime, Stark and Yinsen played board games to keep themselves entertained. During one of their games, Stark asked Yinsen where he was from, as Yinsen explained he was from a small town called where he had a family who he intended to see once he was free from the base. When Yinsen then asked the same question, Stark admitted that he had no family waiting for him, with Yinsen noting he had everything but yet still nothing.\\nGulmira       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/TStark-CaveBlowTorch.jpg/revision/latest?cb=20170221110000\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/TStark-CaveBlowTorch.jpg/revision/latest/scale-to-width-down/250?cb=20170221110000\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CaveBlowTorch.jpg\\\" data-image-key=\\\"TStark-CaveBlowTorch.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/TStark-CaveBlowTorch.jpg/revision/latest/scale-to-width-down/250?cb=20170221110000\\\" /></a>                 Stark continues building his secret armored suit Stark and Yinsen then returned to their work, pulling apart pieces of the various weapons that were supplied to them and tearing them apart. They then fused the pieces together and turned them into plates ready to be added to the armor once that was completed. However, the pair ensured that their work was still kept random enough that the Ten Rings would be unable to figure out their deception until it was at last too late for them.\\nStark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f1/TStark-RazaThreat.jpg/revision/latest?cb=20170221110015\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f1/TStark-RazaThreat.jpg/revision/latest/scale-to-width-down/250?cb=20170221110015\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-RazaThreat.jpg\\\" data-image-key=\\\"TStark-RazaThreat.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f1/TStark-RazaThreat.jpg/revision/latest/scale-to-width-down/250?cb=20170221110015\\\" /></a>                 Stark is personally threatened by Raza Their work was one day interrupted by , the leader of this Ten Rings group who told Stark to relax before admiring his Arc Reactor. Raza compared Stark's work to that of who had almost conquered the world. Believing they were lying to him, Raza had Yinsen held down and threatened to put a red-hot coal in his mouth until Stark told him to stop. Raza agreed and then ordered Stark to finally complete the missile by the very next day.\\nRaza Genghis Khan Jericho       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/DowneyStark.jpg/revision/latest?cb=20141129031931\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/DowneyStark.jpg/revision/latest/scale-to-width-down/250?cb=20141129031931\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"184\\\" class=\\\"thumbimage\\\" data-image-name=\\\"DowneyStark.jpg\\\" data-image-key=\\\"DowneyStark.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/DowneyStark.jpg/revision/latest/scale-to-width-down/250?cb=20141129031931\\\" /></a>                 Stark makes the final touches to his first armor Fearing for their lives if they did not get out as soon as possible, together, Stark and Yinsen secretly began building the final stages of the armored suit to help them escape, with Stark focusing on the body of the armor while Yinsen wired up the final pieces of the mechanics. Fusing together the various large parts of steel to fit his own body, Stark then fitting the armor with various missiles and flame throwers, preparing himself for every eventuality as he knew Raza and the Ten Rings would put all their strength into stopping their escape. Once it was almost complete, Stark placed the still steaming Iron Man helmet onto Yinsen's desk and they prepared to finally put their upcoming escape plan into action.\\nEscaping the Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/Stark_and_Yinsen.jpg/revision/latest?cb=20141129031735\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/Stark_and_Yinsen.jpg/revision/latest/scale-to-width-down/250?cb=20141129031735\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark and Yinsen.jpg\\\" data-image-key=\\\"Stark_and_Yinsen.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/Stark_and_Yinsen.jpg/revision/latest/scale-to-width-down/250?cb=20141129031735\\\" /></a>                 Stark is fitted with his first armor\\n\\\"Thank you for saving me.\\\" \\\"Don't waste it. Don't waste your life.\\\" ―Tony Stark and Ho Yinsen Soon, the pair enacted their escape plan the with Stark being slowly fitted into the while the power from the new was being downloaded into the suit. However, the booby-trapped door the pair had rigged with an explosive was set off, killing all the men who had come to check on their progress. To his horror, realized that they now did not have enough time to power the suit before the soldiers would arrive and kill them. With no other choice, Yinsen took a gun and held back the terrorists, while Stark's suit still continued to power up.\\nTen Rings Base armored suit Arc Reactor Ho Yinsen Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5f/Filmz.ru_f_15022.jpg/revision/latest?cb=20130825085309\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5f/Filmz.ru_f_15022.jpg/revision/latest/scale-to-width-down/250?cb=20130825085309\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Filmz.ru f 15022.jpg\\\" data-image-key=\\\"Filmz.ru_f_15022.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5f/Filmz.ru_f_15022.jpg/revision/latest/scale-to-width-down/250?cb=20130825085309\\\" /></a>                 Stark fights the terrorists Ten Rings Once the suit had power, Stark waited in the shadows as Ten Rings terrorists arrived in the room and searched for them, at which point he revealed himself and used all of his new incredible strength to punch them across the room, with the armor being unaffected by their bullets. Stark began making his way through the cave, killing any Ten Rings terrorist he came across by striking them with his armor. When Stark accidentally trapped his metal arm in a rock-strewn wall, a terrorist attempted to kill him by shooting him point-blank in the head, only for Stark's helmet to deflect the bullet and kill the terrorist instead, giving Stark time to free himself and continue forward on his escape mission.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/IronMan-ShootingRaza-Missile.jpg/revision/latest?cb=20170221110030\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/IronMan-ShootingRaza-Missile.jpg/revision/latest/scale-to-width-down/250?cb=20170221110030\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-ShootingRaza-Missile.jpg\\\" data-image-key=\\\"IronMan-ShootingRaza-Missile.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/IronMan-ShootingRaza-Missile.jpg/revision/latest/scale-to-width-down/250?cb=20170221110030\\\" /></a>                 Stark fires a missile at Raza Coming around a corner near the exit, Stark was mortified to find Yinsen lying mortally wounded having been shot multiple times during the escape attempt. However, Yinsen was just able to warn Stark before fired a at his former hostage. Stark managed to dodge the shot and returned fire, shooting a missile at the Ten Rings leader which caused him to be badly burnt and trapped underneath the heavy falling rubble.\\nRaza rocket launcher       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/TStark-HoDeath.jpg/revision/latest?cb=20170220170256\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/TStark-HoDeath.jpg/revision/latest/scale-to-width-down/250?cb=20170220170256\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-HoDeath.jpg\\\" data-image-key=\\\"TStark-HoDeath.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/TStark-HoDeath.jpg/revision/latest/scale-to-width-down/250?cb=20170220170256\\\" /></a>                 Stark says his last goodbye to Ho Yinsen Stark rushed to Yinsen's side and urged him to get back on his feet so he could go to to be reunited with his family. However, Yinsen revealed his family was already dead and he would see them at last in the afterlife. Forced to accept the inevitable, Stark thanked Yinsen for everything he had done for him in saving his life, both physically and morally. With his last words, Yinsen reassured Stark that it would be alright to leave him behind and urged him not to waste his life.\\nGulmira       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/Iron_Man_Mark_I_Flamethrower_2.png/revision/latest?cb=20210621215226\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/Iron_Man_Mark_I_Flamethrower_2.png/revision/latest/scale-to-width-down/250?cb=20210621215226\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Mark I Flamethrower 2.png\\\" data-image-key=\\\"Iron_Man_Mark_I_Flamethrower_2.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/Iron_Man_Mark_I_Flamethrower_2.png/revision/latest/scale-to-width-down/250?cb=20210621215226\\\" /></a>                 Stark burns down the ' Ten Rings base Angered by Yinsen's death, Stark stepped outside to confront the rest of the terrorists who were waiting for him; the suit protected him from the onslaught of bullets, and he then used the suit's flamethrowers to kill several terrorists, and destroy their stockpile of weapons which he despised for being stolen from him to be used against the , causing several massive fireball explosions to erupt all around him.\\nStark Industries United States Armed Forces       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5d/TStark-CrashLanding-Desert-IM.jpg/revision/latest?cb=20170220170312\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5d/TStark-CrashLanding-Desert-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170220170312\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CrashLanding-Desert-IM.jpg\\\" data-image-key=\\\"TStark-CrashLanding-Desert-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5d/TStark-CrashLanding-Desert-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170220170312\\\" /></a>                 Stark manages to finally make his escape Due to the massive amount of bullets being fired at him, the armored suit was eventually badly damaged by the gunfire, forcing Stark to escape using the jetpacks while the entire base erupted in a massive fireball. Stark soured above the blast, though his suit began to fall apart and was finally destroyed as he crashed in the desert, although it still saved Stark from the impact. With no other need for it, Stark left the suit's remains in the desert.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c2/TStark-PeaceSign-Desert.jpg/revision/latest?cb=20170220170328\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c2/TStark-PeaceSign-Desert.jpg/revision/latest/scale-to-width-down/250?cb=20170220170328\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-PeaceSign-Desert.jpg\\\" data-image-key=\\\"TStark-PeaceSign-Desert.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c2/TStark-PeaceSign-Desert.jpg/revision/latest/scale-to-width-down/250?cb=20170220170328\\\" /></a>                 Stark is found and saved by James Rhodes Stark began making his way through the desert, using his jacket to protect himself from the intense heat until finally, a helicopter flew overhead. Stark yelled out for help and collapsed to his knees, wearily making a peace symbol in the air. then rushed out of the helicopter with the military and the two friends embraced each other. Rhodes urged Stark to ride with him next time before taking him to safety. Upon being picked up by the Air Force, Stark was then finally returned to the at long last.\\nUnited States Air Force James Rhodes United States of America No More Weapons       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/Ironman_1947.jpeg/revision/latest?cb=20140715192720\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/Ironman_1947.jpeg/revision/latest/scale-to-width-down/250?cb=20140715192720\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ironman 1947.jpeg\\\" data-image-key=\\\"Ironman_1947.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/Ironman_1947.jpeg/revision/latest/scale-to-width-down/250?cb=20140715192720\\\" /></a>                 Stark returns after home his kidnapping\\n\\\"I saw young Americans killed by the very weapons I created to defend them and protect them, and I saw that I had become part of a system that is comfortable with zero accountability.\\\" ―Tony Stark to WHiH World News Having been rescued, Stark was brought back to the by the army where he was walked onto a military airport by . To Stark's disgust, there was a stretcher waiting to take him to the hospital, which he rejected. Stark then met with , who he noted had been crying, teasing her as he claimed she was crying for her long lost boss, while she claimed it was simply because she was glad not to have to find a new job.\\nUnited States of America James Rhodes Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/43/TStark-DemandingCheeseBurger-IM.jpg/revision/latest?cb=20170426212417\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/43/TStark-DemandingCheeseBurger-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170426212417\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-DemandingCheeseBurger-IM.jpg\\\" data-image-key=\\\"TStark-DemandingCheeseBurger-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/43/TStark-DemandingCheeseBurger-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170426212417\\\" /></a>                 Stark demands to get a cheeseburger Stark then sat in 's car with Potts who insisted that he go straight to the hospital to check himself over the wake of . However, Stark once again refused to get any medical treatment and instead asked to first be given a burger, then called a press meeting for . Potts argued that this was a very bad idea in the wake of his traumatic ordeal, but Stark still remained insistent, noting that he must get his cheeseburger first.\\nHappy Hogan his kidnapping Stark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Iron_Man_Shutting_Down.png/revision/latest?cb=20180709153537\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Iron_Man_Shutting_Down.png/revision/latest/scale-to-width-down/250?cb=20180709153537\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Shutting Down.png\\\" data-image-key=\\\"Iron_Man_Shutting_Down.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Iron_Man_Shutting_Down.png/revision/latest/scale-to-width-down/250?cb=20180709153537\\\" /></a>                 Stark stops all weapons Stark Industries Upon arriving at , Stark was then enthusiastically greeted by before making his way inside. During the press meeting, Stark finished his burger and compared his experiences to how he never said goodbye to his father, . Stark finally declared that his company would now, for the foreseeable future, no longer manufacture military weapons, which Stane tried to slow down to the best of his own abilities.\\nStark Industries Headquarters Obadiah Stane Howard Stark       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Iron-man_2008-3-1200x755.jpg/revision/latest?cb=20141129043115\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Iron-man_2008-3-1200x755.jpg/revision/latest/scale-to-width-down/250?cb=20141129043115\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-man 2008-3-1200x755.jpg\\\" data-image-key=\\\"Iron-man_2008-3-1200x755.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Iron-man_2008-3-1200x755.jpg/revision/latest/scale-to-width-down/250?cb=20141129043115\\\" /></a>                 Stark and discuss the Obadiah Stane Arc Reactor As their companies' stock market began to plummet, Stark had a meeting with Stane beside the giant . Stane advised him to reconsider the decision as he feared it would ruin the company. Stark insisted that they should take another look at the Arc Reactor technology based on his work with , proving this theory by showing Stane the Arc Reactor in his chest that was now keeping him alive. Although Stane insisted that the Arc Reactor was designed by Howard and as a publicity stunt, he eventually agreed to help Stark provided he inform Stane of his next intentions before calling for sudden, unexpected press conferences.\\nArc Reactor Ho Yinsen Anton Vanko       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8a/Arc_Reactor2.png/revision/latest?cb=20141129051958\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8a/Arc_Reactor2.png/revision/latest/scale-to-width-down/250?cb=20141129051958\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Arc Reactor2.png\\\" data-image-key=\\\"Arc_Reactor2.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8a/Arc_Reactor2.png/revision/latest/scale-to-width-down/250?cb=20141129051958\\\" /></a>                 Stark requests ' assistance Pepper Potts While back inside , Stark called upon the help of Potts to get rid of the expired Arc Reactor in his chest, as were unable to assist him. Although Potts was initially skeptical about the idea, she helped him at removing the Arc Reactor, although she accidentally put him through cardiac arrest briefly. Once they were finished, Stark told Potts he only had her to help and told her to bin the Reactor as he no longer had any more use for it.\\nhis Malibu mansion Dum-E and U       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/72/TStark-BigGrin-JRhodes-IM.jpg/revision/latest?cb=20170426212427\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/72/TStark-BigGrin-JRhodes-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170426212427\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-BigGrin-JRhodes-IM.jpg\\\" data-image-key=\\\"TStark-BigGrin-JRhodes-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/72/TStark-BigGrin-JRhodes-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170426212427\\\" /></a>                 Stark tells Colonel about his James Rhodes new project Stark went to meet with Rhodes who was giving a speech to new members of the . Stark interrupted the talk and teased his friend who then ordered the men to leave them in peace. When Rhodes questioned what Stark was doing there, he was told that Stark was working on a big , which seemed to delight him until Stark revealed it was not military. Rhodes then recommended that Stark get his mind straight instead.\\nUnited States Air Force new project Suit Upgrades       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/Iron-man1-movie-screencaps_com-6648.jpg/revision/latest?cb=20151107193824\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/Iron-man1-movie-screencaps_com-6648.jpg/revision/latest/scale-to-width-down/250?cb=20151107193824\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-man1-movie-screencaps com-6648.jpg\\\" data-image-key=\\\"Iron-man1-movie-screencaps_com-6648.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/Iron-man1-movie-screencaps_com-6648.jpg/revision/latest/scale-to-width-down/250?cb=20151107193824\\\" /></a>                 Stark begins building his new armor\\n\\\"You and your new direction isn't in the 's best interest.\\\" \\\"I'm being responsible, that's a new direction for me... for the company. I mean me on the company's behalf being responsible.\\\" company ― and Tony Stark Obadiah Stane In the months that followed, Stark retreated from public view and spent much of his time in , focusing on improving the design of his , refining its size, movement, and flight capability far beyond the . Stark was aided in building the new suit by who he had constantly mocked and insulted.\\nhis mansion new armored suit first design Dum-E and U       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/Iron-man1-movie-screencaps_com-6683.jpg/revision/latest?cb=20160222195558\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/Iron-man1-movie-screencaps_com-6683.jpg/revision/latest/scale-to-width-down/250?cb=20160222195558\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-man1-movie-screencaps com-6683.jpg\\\" data-image-key=\\\"Iron-man1-movie-screencaps_com-6683.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/Iron-man1-movie-screencaps_com-6683.jpg/revision/latest/scale-to-width-down/250?cb=20160222195558\\\" /></a>                 Stark does his first test flight Recalling how the first armor had almost no flight control and had crashed upon escaping the , Stark decided to create a more controlled flight capability for his suit. He arranged a test with U filming and Dum-E ready with the fire extinguisher in case anything went wrong. Stark proceeded with the test, although Stark was only on five to ten percent power, he quickly discovered it was vastly more powerful than he expected and he was launched straight up and painfully crashed into the ceiling, prompting Dum-E to spray Stark with the fire extinguisher upon him landing on the ground, thinking he caught fire.\\nTen Rings Base       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/Tony_Stark-Suit_Test.jpg/revision/latest?cb=20141129033721\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/Tony_Stark-Suit_Test.jpg/revision/latest/scale-to-width-down/250?cb=20141129033721\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark-Suit Test.jpg\\\" data-image-key=\\\"Tony_Stark-Suit_Test.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/Tony_Stark-Suit_Test.jpg/revision/latest/scale-to-width-down/250?cb=20141129033721\\\" /></a>                 Stark builds stabilizers for the new armor Making some redesigns to the new armor, Stark developed new stabilizers that would attach to his hands and give him a new level of control while in the air. While testing out the new designs, Stark was visited by who mistakenly believed Stark was designing new weapons for which he then denied, claiming that this design was not a weapon but it was completely harmless. However, Stark had once again underestimated the power of the design and a single blast from the stabilizer sent him flying backward, much to Potts' horror. Shocked by this, Stark noted he was not expecting that and began making adjustments.\\nPepper Potts Stark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e9/TStark-OStane-ShutOut-IM.jpg/revision/latest?cb=20170615153604\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e9/TStark-OStane-ShutOut-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615153604\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-OStane-ShutOut-IM.jpg\\\" data-image-key=\\\"TStark-OStane-ShutOut-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e9/TStark-OStane-ShutOut-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615153604\\\" /></a>                 Stark makes an argument for his own actions Stepping upstairs, Stark found had joined Potts for pizza having returned from a meeting with Stark Industries' board of directors. Stane informed Stark that the board had decided to block Stark out of the company in the wake of , believing he was now suffering from . Stark argued the decision but was told it was final, with Stane then requesting to take a look at the technology, which Stark refused to do.\\nObadiah Stane his kidnapping PTSD Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/TStark-AwkwardFlightTest.jpg/revision/latest?cb=20170615153614\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/TStark-AwkwardFlightTest.jpg/revision/latest/scale-to-width-down/250?cb=20170615153614\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-AwkwardFlightTest.jpg\\\" data-image-key=\\\"TStark-AwkwardFlightTest.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/TStark-AwkwardFlightTest.jpg/revision/latest/scale-to-width-down/250?cb=20170615153614\\\" /></a>                 Stark does his second test flight Getting back to work, Stark had the second test of his new incomplete Mark II armor, with Dum-E and U assisting him once again while watched. Using a lot less power than his first test, Stark hovered around his basement, struggling to maintain any control and almost damaging some of his most expensive cars. Eventually, Stark ended the test and landed, ordering Dum-E not to use the fire extinguisher on him before proudly declaring that he could now fly.\\nJ.A.R.V.I.S. Outdoor Test Flight       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/Ironman_3609.jpg/revision/latest?cb=20150529192416\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/Ironman_3609.jpg/revision/latest/scale-to-width-down/250?cb=20150529192416\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ironman 3609.jpg\\\" data-image-key=\\\"Ironman_3609.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/Ironman_3609.jpg/revision/latest/scale-to-width-down/250?cb=20150529192416\\\" /></a>                 Stark prepares for his first outdoor flight\\n\\\"All right, let's see what can do. What's 's record?\\\" \\\"The altitude record for fixed-wing flight is 85.000 feet, sir.\\\" \\\"Records are made to be broken.\\\" this thing SR-71 ―Tony Stark and J.A.R.V.I.S. Stark eventually perfected the flight power after much trial and error, taking the silver for its first test flight as Stark put on the armor for the first time with great pride and excitement. Despite ' warnings that there had not been enough tests to be safe, Stark insisted upon being allowed to fly outside and fully test its true capabilities.\\nMark II Armor J.A.R.V.I.S.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Filmz.ru_f_16818.jpg/revision/latest?cb=20130825085310\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Filmz.ru_f_16818.jpg/revision/latest/scale-to-width-down/250?cb=20130825085310\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"156\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Filmz.ru f 16818.jpg\\\" data-image-key=\\\"Filmz.ru_f_16818.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Filmz.ru_f_16818.jpg/revision/latest/scale-to-width-down/250?cb=20130825085310\\\" /></a>                 Stark tests his 's flight capabilities Mark II Armor Stark cheered in utter delight as he soared high across the sky over and shouted out in gratification at his success, using the mask's system to zoom into the city where a young boy looked on in amazement upon seeing Stark. However, when he pushed the suit to see how high he could fly in an attempt to beat the 's record, he learned the suit would freeze at such a high altitude, which disabled its power. Stark fell from the sky and was just able to restart the suit moments before he would have hit the ground, with Stark delighting at avoiding such a near miss.\\nCalifornia Lockheed SR-71 Blackbird       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Fucked.jpg/revision/latest?cb=20210501204901\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Fucked.jpg/revision/latest/scale-to-width-down/250?cb=20210501204901\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"160\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Fucked.jpg\\\" data-image-key=\\\"Fucked.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Fucked.jpg/revision/latest/scale-to-width-down/250?cb=20210501204901\\\" /></a>                 Stark crash lands through his mansion Having gained all the information about the suit's capabilities that he needed, Stark flew back to , where he then prepared to analyze the data to use in the next design. Stark hovered over the entrance of the mansion and prepared to land softly on the ground; however, he did not account for the suit's extra weight and promptly fell through the ceiling, destroying his piano and sports car. Upon crash landing, once again sprayed Stark with the fire extinguisher, believing him to have caught fire upon the impact while Stark leaned his head back in both pain and frustration.\\nhis mansion Dum-E       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ab/TStark-ArcReactorGift-IM.jpg/revision/latest?cb=20170615153626\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ab/TStark-ArcReactorGift-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615153626\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ArcReactorGift-IM.jpg\\\" data-image-key=\\\"TStark-ArcReactorGift-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ab/TStark-ArcReactorGift-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615153626\\\" /></a>                 Stark finds ' for him Pepper Potts present Exploring his lap, Stark soon found that had left a gift for him on his desk. Opening the box, Stark found his original had been framed with a message saying it proved he had a heart. Some time afterward, Stark detected trying to hack into his own home computer system, tracing the signal to a corporation satellite. Believing it to be business espionage, Stark then took the skies to successfully destroy the satellite.\\nPepper Potts Arc Reactor someone Obadiah Stane's Betrayal       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/TStark-FaceMask-IM.jpg/revision/latest?cb=20210501205134\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/TStark-FaceMask-IM.jpg/revision/latest/scale-to-width-down/250?cb=20210501205134\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-FaceMask-IM.jpg\\\" data-image-key=\\\"TStark-FaceMask-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/TStark-FaceMask-IM.jpg/revision/latest/scale-to-width-down/250?cb=20210501205134\\\" /></a>                 Stark learns he was not invited to his party\\n\\\"Have you seen this pictures? What's going on?\\\" \\\"Tony, you can't afford to be this naive.\\\" \\\"I was naive before, when they said: Here's the line, we don't cross it, this is how we do business. If we're double-dealing under the table... are we?\\\" ―Tony Stark and Obadiah Stane While giving his plans to improve the in order to fix the icing problems and improve the flight controls, Stark noticed a news report in which was reporting on a new charity event at the which Stark was now supposedly hosting. Stark questioned J.A.R.V.I.S. if he had been invited to the event to which J.A.R.V.I.S. then confirmed he had not, so Stark left his A.I. to complete the Mark III while he got himself ready to attend.\\nJ.A.R.V.I.S. Mark III Armor Zorianna Kit Walt Disney Concert Hall       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Filmz.ru_f_17426.jpg/revision/latest?cb=20130825085313\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Filmz.ru_f_17426.jpg/revision/latest/scale-to-width-down/250?cb=20130825085313\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Filmz.ru f 17426.jpg\\\" data-image-key=\\\"Filmz.ru_f_17426.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Filmz.ru_f_17426.jpg/revision/latest/scale-to-width-down/250?cb=20130825085313\\\" /></a>                 Stark greets at his own party Obadiah Stane During his first public appearance since his return back to the , Stark arrived at his own party to be greeted by the press, having an attractive woman trying to speak to him who Stark quickly dismissed as he did not remember her before complimenting the who he had mistaken for . Stark had soon found talking to the press as Stane expressed his surprise to see that Stark had arrived, advising him not to draw too much unwanted attention to himself as Stane was still trying to get the board of directors on their side. Stark promised to do so as he stepped inside the building, but Stane was unconvinced.\\nUnited States of America Watcher Informant Hugh Hefner Obadiah Stane       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/Coulson_Stark.png/revision/latest?cb=20141129050005\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/Coulson_Stark.png/revision/latest/scale-to-width-down/250?cb=20141129050005\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Coulson Stark.png\\\" data-image-key=\\\"Coulson_Stark.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/Coulson_Stark.png/revision/latest/scale-to-width-down/250?cb=20141129050005\\\" /></a>                 Stark is introduced to Agent Phil Coulson Once inside, Stark met , who introduced himself as an Agent of the , with Stark noting that the name of the organization was far too long while Coulson noted that they were now planning on shortening it. The pair soon arranged to have a meeting to discuss all the events of , but Stark was still not paying very much attention to him and told him to arrange it through his own team.\\nPhil Coulson Strategic Homeland Intervention, Enforcement and Logistics Division his kidnapping       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/Tony-stark-and-pepper-potts-for-the-iron-man-movie.jpg/revision/latest?cb=20141129033228\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/Tony-stark-and-pepper-potts-for-the-iron-man-movie.jpg/revision/latest/scale-to-width-down/250?cb=20141129033228\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony-stark-and-pepper-potts-for-the-iron-man-movie.jpg\\\" data-image-key=\\\"Tony-stark-and-pepper-potts-for-the-iron-man-movie.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/Tony-stark-and-pepper-potts-for-the-iron-man-movie.jpg/revision/latest/scale-to-width-down/250?cb=20141129033228\\\" /></a>                 Stark shares a dance with Pepper Potts Stark, however, was too distracted by seeing , who he saw in the center of the room wearing a blue dress. Having said goodbye to Coulson, Stark went up to Potts and complimented her on her dress, which she noted she had bought as a present from Stark using his money. Despite Potts' protests, Stark took her onto the dance floor and danced with her, as Potts worried about being seen dancing with her boss. They joked about Stark firing her to make it less uncomfortable, but Potts noted that Stark wouldn't be able to survive without her assistance, questioning if he knew his own social security number which admitted he did not.\\nPepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/TStark-AwkwardPottsMoment-IM.jpg/revision/latest?cb=20170615153652\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/TStark-AwkwardPottsMoment-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615153652\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-AwkwardPottsMoment-IM.jpg\\\" data-image-key=\\\"TStark-AwkwardPottsMoment-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/TStark-AwkwardPottsMoment-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615153652\\\" /></a>                 Stark shares a moment with Pepper Potts Stepping outside, Potts confronted Stark about pushing her to dance with her while in front of all her coworkers due to Stark's reputation with women and fearing that her intentions with the dance would be misinterpreted by any who had watched them while Stark continued to argue that it was not really a big deal. As they spoke, the pair then almost kissed one another before Stark decided to go and get them both a drink, with Potts requesting a heavy drink.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ed/008IRN_Leslie_Bibb_007.jpg/revision/latest?cb=20170615153703\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ed/008IRN_Leslie_Bibb_007.jpg/revision/latest/scale-to-width-down/250?cb=20170615153703\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"008IRN Leslie Bibb 007.jpg\\\" data-image-key=\\\"008IRN_Leslie_Bibb_007.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ed/008IRN_Leslie_Bibb_007.jpg/revision/latest/scale-to-width-down/250?cb=20170615153703\\\" /></a>                 Stark learns still sells weapons Stark Industries While ordering all the drinks for himself and Potts, Stark was then accosted by , whose name he briefly forgot despite them having slept together. Everhart expressed her disgust at Stark for claiming to halt the weapons development only to sell weapons to the . When Stark revealed he did not approve any shipments, Everhart informed him that his company did.\\nChristine Everhart Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/TonywithObie-IM.jpg/revision/latest?cb=20141018235522\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/TonywithObie-IM.jpg/revision/latest/scale-to-width-down/250?cb=20141018235522\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonywithObie-IM.jpg\\\" data-image-key=\\\"TonywithObie-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/TonywithObie-IM.jpg/revision/latest/scale-to-width-down/250?cb=20141018235522\\\" /></a>                 Stark learns about 's betrayal Obadiah Stane Disgusted by this, Stark confronted and demanded to know if he was making deals with as well as the . Stane refused to answer the question; however, he called Stark naïve for not considering that this sort of thing could possibly be happening. Stane also revealed that he was the one to shut Stark out of the board while he recovered. Stane then left the party, leaving Stark in a state of utter shock and horror.\\nObadiah Stane Raza United States Armed Forces Battle of Gulmira       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Ironmandowney.jpg/revision/latest?cb=20141129033848\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Ironmandowney.jpg/revision/latest/scale-to-width-down/250?cb=20141129033848\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ironmandowney.jpg\\\" data-image-key=\\\"Ironmandowney.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Ironmandowney.jpg/revision/latest/scale-to-width-down/250?cb=20141129033848\\\" /></a>                 Stark decides to the terrorists fight Ten Rings\\n\\\"I'm sorry, it is me, you asked, what you asked about is me.\\\" \\\"No see, this isn't a game. You do not send civilian equipment into my active war-zone! You understand that?\\\" \\\"It's not a piece of equipment, I'm in it, it's a ! It's me!\\\" suit ―Tony Stark and James Rhodes Faced with the realization of what his company had done behind his back and 's part in the deception, Stark went back into his workshop and continued building his armors, while watching a news report on how and his soldiers were using Stark's own weapons to attack innocent people. Angered by what he was seeing, Stark rose from his seat and used his flight stabilizers to smash the glass doors, realizing they could be used as weapons.\\nObadiah Stane FBX Raza Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/TonyAboutToGoGulmira.png/revision/latest?cb=20141130004025\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/TonyAboutToGoGulmira.png/revision/latest/scale-to-width-down/250?cb=20141130004025\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonyAboutToGoGulmira.png\\\" data-image-key=\\\"TonyAboutToGoGulmira.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/TonyAboutToGoGulmira.png/revision/latest/scale-to-width-down/250?cb=20141130004025\\\" /></a>                 Stark puts on his Mark III Armor Seeking to do something good with the technology he had created, Stark weaponized his and flew to . Knowing where Raza's men were attacking, Stark headed for , the home village of . Upon arriving, Stark discovered innocent women and children were being dragged out of their own homes to become slaves for the Ten Rings while the men were being lined up to be executed right in front of their own horrified children.\\nMark III Armor Afghanistan Gulmira Ho Yinsen       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/Iron_Man_Armor_Mark_III.png/revision/latest?cb=20170519142717\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/Iron_Man_Armor_Mark_III.png/revision/latest/scale-to-width-down/250?cb=20170519142717\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Armor Mark III.png\\\" data-image-key=\\\"Iron_Man_Armor_Mark_III.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/Iron_Man_Armor_Mark_III.png/revision/latest/scale-to-width-down/250?cb=20170519142717\\\" /></a>                 Stark against the terrorists battles Ten Rings Stark and easily subdued all of the soldiers, using his advanced weapons systems to kill multiple terrorists with single strikes and saving the lives of innocent people. Having found his former captor, , Stark ripped him through a wall and left him for the villagers to gain their own revenge. While Bakaar was being punished, Stark focused his efforts on destroying the Ten Rings entire stockpiles of weapons.\\nattacked Abu Bakaar Stark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/222413-iron_man_blu_ray_38_.png/revision/latest?cb=20211112171149\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/222413-iron_man_blu_ray_38_.png/revision/latest/scale-to-width-down/250?cb=20211112171149\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"222413-iron man blu ray 38 .png\\\" data-image-key=\\\"222413-iron_man_blu_ray_38_.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/222413-iron_man_blu_ray_38_.png/revision/latest/scale-to-width-down/250?cb=20211112171149\\\" /></a>                 Stark walks away after destroying a tank Ten Rings During the battle, Stark was shot out of the sky by one of the Ten Rings' tanks, so Stark responded by shooting his own missile and destroying the tank with ease before he then targeted and destroyed all the missiles the Ten Rings had. The prolonged battle and massive explosions quickly drew the attention of the and his own friend and company military liaison, Lieutenant Colonel who investigated the true cause.\\nJericho United States Air Force James Rhodes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/Iron_Man_and_Raptors.png/revision/latest?cb=20141129035854\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/Iron_Man_and_Raptors.png/revision/latest/scale-to-width-down/250?cb=20141129035854\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man and Raptors.png\\\" data-image-key=\\\"Iron_Man_and_Raptors.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/Iron_Man_and_Raptors.png/revision/latest/scale-to-width-down/250?cb=20141129035854\\\" /></a>                 Stark is targeted by two F-22 Raptors Two were ordered by Rhodes to take out the unknown target, with Stark soon finding them directly behind him and attempting to lock on with their weapons, forcing Stark to use his new armor's upgraded flight systems to evade the attacks. As the jets continued targeting him, Stark found they had locked on with a missile so used flairs to destroy the missile before it could hit him, being blown forward by the force of the explosion.\\nF-22 Raptors       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/IronManMkIII11-IM.png/revision/latest?cb=20141129180547\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/IronManMkIII11-IM.png/revision/latest/scale-to-width-down/250?cb=20141129180547\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManMkIII11-IM.png\\\" data-image-key=\\\"IronManMkIII11-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/IronManMkIII11-IM.png/revision/latest/scale-to-width-down/250?cb=20141129180547\\\" /></a>                 Stark attempts to hide from the F-22 Raptors Having managed to use his superior maneuvering systems to hide underneath of the jets itself without being seen, Stark called Rhodes and revealed his true identity to him in an attempt to have the attack called off, with Rhodes being horrified that he had sent some of his own equipment into an active war zone without informing him. While Rhodes tried to stop the attack, Major , however, order the pilots to take the shot when they could get clear view of him.\\nAllen       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3f/IronMan-SavingPilot-IM.jpg/revision/latest?cb=20170615231834\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3f/IronMan-SavingPilot-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615231834\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-SavingPilot-IM.jpg\\\" data-image-key=\\\"IronMan-SavingPilot-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3f/IronMan-SavingPilot-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170615231834\\\" /></a>                 Stark successfully saves a pilot's life However, while trying to evade the attack, one of the Raptors lost its left wing when it accidentally collided with Stark during the chaos of the battle. The pilot ejected shortly afterwards, but his parachute jammed. Without hesitation, Stark dived down to help the pilot release his parachute before escaping. While heading back towards the , Stark spoke with Rhodes about what excuse he could then use to explain what had happened.\\nUnited States of America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Shield_1.png/revision/latest?cb=20141123033900\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Shield_1.png/revision/latest/scale-to-width-down/250?cb=20141123033900\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Shield 1.png\\\" data-image-key=\\\"Shield_1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Shield_1.png/revision/latest/scale-to-width-down/250?cb=20141123033900\\\" /></a>                 Stark's secret is discovered by Pepper Potts Once back at , Stark was then helped out of his armor by both , finding the experience fairly painful as they struggled to find a way to get him back out. During this, Stark was soon discovered by who had just walked into his workshop to find him still half in his armor. Stark joked that it was still not actually the worst thing that she had ever caught him doing while Potts was horrified to see bullet holes in the armor.\\nhis mansion Dum-E and U Pepper Potts Next Mission       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fe/Iron-man_2008-1-1200x707.jpg/revision/latest?cb=20141129042033\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fe/Iron-man_2008-1-1200x707.jpg/revision/latest/scale-to-width-down/250?cb=20141129042033\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-man 2008-1-1200x707.jpg\\\" data-image-key=\\\"Iron-man_2008-1-1200x707.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fe/Iron-man_2008-1-1200x707.jpg/revision/latest/scale-to-width-down/250?cb=20141129042033\\\" /></a>                 Stark continues working on his Mark III Armor\\n\\\" 've been dealing under the table. I'm gonna stop them. I'm gonna find my weapons and destroy them.\\\" \\\"Tony... you know that I would help you with anything, but I can not help you if you're gonna start all of this again.\\\" \\\"There is nothing except this. There's no art openings, there's no benefit, there's nothing to sign. There's the next mission.\\\" They ―Tony Stark and Pepper Potts With the to defeat the a success, Stark went back to work in tweaking the in improving its performance. He was soon joined by whom he requested go into his office in to hack into the database in order to find out where his weapons were being sold to the Ten Rings so he could go in using his armor and destroy them. Potts, however, refused to help him on his mission as she feared that going into these active war-zones would result in him being killed, but Stark refused to listen.\\nmission Ten Rings Mark III Armor Pepper Potts Stark Industries Headquarters       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/16/Tony_Stark_%28Iron_Man%29.png/revision/latest?cb=20190407025603\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/16/Tony_Stark_%28Iron_Man%29.png/revision/latest/scale-to-width-down/250?cb=20190407025603\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark (Iron Man).png\\\" data-image-key=\\\"Tony_Stark_%28Iron_Man%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/16/Tony_Stark_%28Iron_Man%29.png/revision/latest/scale-to-width-down/250?cb=20190407025603\\\" /></a>                 Stark explains his new purpose to Pepper Potts Stark noted that for years Potts had stood by his side when he and had been creating the weapons and now, she was planning on leaving once he finally began doing the right thing and protecting the people he had endangered like . Stark noted that since he had finally learned what he was meant to do with his life. Hearing how sincere Stark was about this mission, Potts took the hard-drive and agreed to help him.\\nStark Industries Ho Yinsen his kidnapping       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/21/Stane-with-tony.png/revision/latest?cb=20140623023434\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/21/Stane-with-tony.png/revision/latest/scale-to-width-down/250?cb=20140623023434\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stane-with-tony.png\\\" data-image-key=\\\"Stane-with-tony.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/21/Stane-with-tony.png/revision/latest/scale-to-width-down/250?cb=20140623023434\\\" /></a>                 Stark is left to die by Obadiah Stane While inside , Stark attempted to answer a call from Potts when he found himself unable to move. To his horror, he found looking down on him while using a . Stane confessed that he had arranged Stark's kidnapping while he ripped out the from Stark's chest, causing him to go into cardiac arrest. Stane mocked Stark by comparing him to while promising to kill Potts before walking away.\\nhis mansion Obadiah Stane Sonic Taser Arc Reactor his father       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e1/Dum-E_2.png/revision/latest?cb=20140921200527\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e1/Dum-E_2.png/revision/latest/scale-to-width-down/250?cb=20140921200527\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Dum-E 2.png\\\" data-image-key=\\\"Dum-E_2.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e1/Dum-E_2.png/revision/latest/scale-to-width-down/250?cb=20140921200527\\\" /></a>                 Stark is given back his original Arc Reactor Having regained some control of his body, Stark desperately tried to make it to his workshop to regain his original Arc Reactor to save his life. However, Stark collapsed inches away from it and was unable to move and minutes from death. But to save his life, Stark was aided by who had managed to hand Stark the Arc Reactor just in time. Stark was then found by who he explained the situation to while being helped back up.\\nMark I Dum-E and U James Rhodes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/11/IM-FaceMaskUp-IM.jpg/revision/latest?cb=20170616132809\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/11/IM-FaceMaskUp-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170616132809\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-FaceMaskUp-IM.jpg\\\" data-image-key=\\\"IM-FaceMaskUp-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/11/IM-FaceMaskUp-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170616132809\\\" /></a>                 Stark prepares to confront Obadiah Stane Having been told Potts had recruited and an entire team of agents to arrest Stane, Stark warned it would not be enough as Stane had his own . To combat this, Stark put his suit on and prepared to Stane. While Rhodes admired the armor which he called the coolest thing he had ever seen, Stark told him to keep the skies clear from the while he then flew out of his mansion.\\nPhil Coulson S.H.I.E.L.D. armored suit battle United States Armed Forces Duel of Los Angeles       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a6/Iron_Monger_v._Iron_Man.jpg/revision/latest?cb=20141129040501\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a6/Iron_Monger_v._Iron_Man.jpg/revision/latest/scale-to-width-down/250?cb=20141129040501\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Monger v. Iron Man.jpg\\\" data-image-key=\\\"Iron_Monger_v._Iron_Man.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a6/Iron_Monger_v._Iron_Man.jpg/revision/latest/scale-to-width-down/250?cb=20141129040501\\\" /></a>                 Stark against fights Obadiah Stane\\n\\\"You finally outdid yourself, Tony! You would've made proud.\\\" \\\"It's ready, Tony! Get off the roof! Tony!\\\" \\\"How ironic, Tony! Trying to free the world of weapons, you gave it its best one ever.\\\" your father ― and Obadiah Stane Pepper Potts Stark flew straight to the where he discovered was attempting to execute , so he charged down and knocked Stane aside, crashing into the motorway and then through a lorry. Stane responded by picking up a minivan holding a family and attempting to throw it at Stark, who put all his suit's power into the to knock Stane back. Having just caught the minivan and put it down, Stark was briefly run over by the family who were terrified by the experience.\\nStark Industries Headquarters Obadiah Stane Pepper Potts Roxxon Corporation Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/80/IronMongerVsIronMan3-IM.png/revision/latest?cb=20140628225839\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/80/IronMongerVsIronMan3-IM.png/revision/latest/scale-to-width-down/250?cb=20140628225839\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMongerVsIronMan3-IM.png\\\" data-image-key=\\\"IronMongerVsIronMan3-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/80/IronMongerVsIronMan3-IM.png/revision/latest/scale-to-width-down/250?cb=20140628225839\\\" /></a>                 Stark hovers just above Obadiah Stane As Stark recovered, Stane struck again, hitting him with a passing motorcycle and smashing him into a nearby bus. While he was striking him, Stane still continued to mock Stark by claiming that he had built up from nothing back when had been . Stane then fired a missile at the bus, as Stark was consumed inside the fireball but was still protected by his suit, despite being launched high into the air.\\nStark Industries Howard Stark killed       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b5/IronMongerChasingIronMan.jpg/revision/latest?cb=20170618112123\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b5/IronMongerChasingIronMan.jpg/revision/latest/scale-to-width-down/250?cb=20170618112123\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMongerChasingIronMan.jpg\\\" data-image-key=\\\"IronMongerChasingIronMan.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b5/IronMongerChasingIronMan.jpg/revision/latest/scale-to-width-down/250?cb=20170618112123\\\" /></a>                 Stark is chased down by Obadiah Stane While Stark hovered in the air, Stane complimented him on his upgrades before noting that had upgrades of its own before flying into the air to then chase Stark down. As they considered what to do, had warned that his would not survive much longer while Stark decided to fly straight upwards, believing that Stane had not done enough tests on his own armor in order to solve all of its own design issues.\\nhis armor J.A.R.V.I.S. Mark III Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6b/Normal_ironman_6259-1-.jpg/revision/latest?cb=20190405182534\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6b/Normal_ironman_6259-1-.jpg/revision/latest/scale-to-width-down/250?cb=20190405182534\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Normal ironman 6259-1-.jpg\\\" data-image-key=\\\"Normal_ironman_6259-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6b/Normal_ironman_6259-1-.jpg/revision/latest/scale-to-width-down/250?cb=20190405182534\\\" /></a>                 Stark knocks out of the sky Obadiah Stane As they soared higher and higher above , Stark soon found that the superior power of Stane's suit allowed him to quickly catch up with him. However, once Stane had managed to grab hold of Stark, claiming that his own armor was more advanced in every way, Stark revealed to him that he had not solved the icing issue his had encountered, causing Stane's suit to lose power and then proceeded to fall out of the sky.\\nLos Angeles Mark II Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/IronMan-UnprotectedHand.jpg/revision/latest?cb=20170618112134\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/IronMan-UnprotectedHand.jpg/revision/latest/scale-to-width-down/250?cb=20170618112134\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-UnprotectedHand.jpg\\\" data-image-key=\\\"IronMan-UnprotectedHand.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/IronMan-UnprotectedHand.jpg/revision/latest/scale-to-width-down/250?cb=20170618112134\\\" /></a>                 Stark is attacked by again Obadiah Stane Losing his own power in his suit, Stark quickly returned to Stark Industries Headquarters where he attempted to get out of the suit, only to be immediately confronted by Stane yet again. Without one of the gauntlets, Stark found himself at a disadvantage as Stane got him in a bear hug and attempted to crush the suit with Stark still inside, until Stark managed to deploy his flares to briefly blind Stane, allowing him to get away for a moment.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/87/Normal_ironman_6366-1-.jpg/revision/latest?cb=20151015134314\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/87/Normal_ironman_6366-1-.jpg/revision/latest/scale-to-width-down/250?cb=20151015134314\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Normal ironman 6366-1-.jpg\\\" data-image-key=\\\"Normal_ironman_6366-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/87/Normal_ironman_6366-1-.jpg/revision/latest/scale-to-width-down/250?cb=20151015134314\\\" /></a>                 Stark considers how to defeat Obadiah Stane While hiding from Stane, Stark told Potts that all his current attempts to defeat Stane were not working so he decided to make a new plan. Stark ordered Potts to overload the main Arc Reactor inside the building and blast the roof with energy in an attempt to defeat Stane. While Potts made her way back into the building, Stark also told her to wait until he had gotten himself clear, promising to buy her some time by fighting Stane.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Normal_ironman_6381-1-.jpg/revision/latest?cb=20151015134211\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Normal_ironman_6381-1-.jpg/revision/latest/scale-to-width-down/250?cb=20151015134211\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Normal ironman 6381-1-.jpg\\\" data-image-key=\\\"Normal_ironman_6381-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Normal_ironman_6381-1-.jpg/revision/latest/scale-to-width-down/250?cb=20151015134211\\\" /></a>                 Stark damages 's Obadiah Stane armor Stark proceeded to jump onto Stane's back and ripped out important pieces of the armor, taking out his targeting system and effectively blinding Stane. However, Stane soon managed to rip Stark off his back and then threw him across the rooftop, taking off his own helmet as a result. Stark was then left almost defenseless with barely any power left in his suit to fight back against Stane, who opened up his armor and revealed himself.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/IronMan-BlockingMongerBullets.jpg/revision/latest?cb=20170618112143\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/IronMan-BlockingMongerBullets.jpg/revision/latest/scale-to-width-down/250?cb=20170618112143\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-BlockingMongerBullets.jpg\\\" data-image-key=\\\"IronMan-BlockingMongerBullets.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/IronMan-BlockingMongerBullets.jpg/revision/latest/scale-to-width-down/250?cb=20170618112143\\\" /></a>                 Stark blocks 's gunshots Obadiah Stane While he crushed Stark's helmet, Stane began mocking Stark by claiming he had finally made his father proud before shooting at him, with Stark managed to block with his gauntlet before the glass floor underneath him was destroyed. While Stark held on, Potts told him to get off the roof. Stane noted that by trying to rid Stark Industries of weapons, Stark had inadvertently created the greatest one ever while Stane would then use to finally kill him.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cc/TonyUnconscious.png/revision/latest?cb=20141129223657\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cc/TonyUnconscious.png/revision/latest/scale-to-width-down/250?cb=20141129223657\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonyUnconscious.png\\\" data-image-key=\\\"TonyUnconscious.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cc/TonyUnconscious.png/revision/latest/scale-to-width-down/250?cb=20141129223657\\\" /></a>                 Stark nearly dies upon defeating Obadiah Stane While Stane struggled to aim his missiles at him, Stark ordered Potts to overload the Arc Reactor, which caused a burst of electricity which blasted Stark out of the way while frying the Stane's armor, also killing Stane inside. Stane then fell inside the Arc Reactor, causing a massive explosion while Stark fell unconscious from the ordeal. Stark almost died from the lack of power to his Arc Reactor, but managed to keep him alive long enough to be rescued.\\nJ.A.R.V.I.S. I Am Iron Man       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3c/Potts_-_Stark.jpg/revision/latest?cb=20210504021547\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3c/Potts_-_Stark.jpg/revision/latest/scale-to-width-down/250?cb=20210504021547\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Potts - Stark.jpg\\\" data-image-key=\\\"Potts_-_Stark.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3c/Potts_-_Stark.jpg/revision/latest/scale-to-width-down/250?cb=20210504021547\\\" /></a>                 Stark prepares to make a public statement\\n\\\"It is one thing to question the official story, and another entirely to make wild accusations or insinuate that I'm a superhero.\\\" \\\"I never said you're a superhero.\\\" \\\"You didn't? Well, good, because that would be outlandish and, uh... fantastic. I'm just not the hero type. Clearly. With this laundry list of character defects, all the mistakes I've made, largely public.\\\" \\\"Just stick to the cards, man.\\\" \\\"Yeah, okay. Yeah. The truth is... I am Iron Man.\\\" ―Tony Stark, and Christine Everhart James Rhodes In the wake of the as well as his own near-death experience, Stark was aided by who tried to get Stark into an ambulance to see if he had any internal injuries. However, the ambulance was a fake one sent by to retrieve him. Now that they could finally get to talk to Stark, talked to him after they had dropped him off at a small theater. Coulson viewed Stark's fighting strategy from his fight with on a projector screen. He told him he needed to become a real fighter and that he would be trained by skilled S.H.I.E.L.D. agents.\\nDuel of Los Angeles James Rhodes S.H.I.E.L.D. Phil Coulson Obadiah Stane       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/IAmIronMan-IM.png/revision/latest?cb=20150124175709\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/IAmIronMan-IM.png/revision/latest/scale-to-width-down/250?cb=20150124175709\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IAmIronMan-IM.png\\\" data-image-key=\\\"IAmIronMan-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/IAmIronMan-IM.png/revision/latest/scale-to-width-down/250?cb=20150124175709\\\" /></a>                 Stark tells the entire world he is Iron Man The next morning, news had spread of Stark's new alter ego, dubbed \\\"Iron Man\\\" by the press. Stark then held a press conference where Agent Coulson gave him a detailed fabricated cover story about his and Stane's whereabouts and advised him to state that Iron Man was his personal bodyguard. However, during the course of the conference, in a moment of self-clarity, Stark instead announced to the public that he himself was indeed Iron Man.\\nMeeting Nick Fury       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Tony-Stark-Meets-Nick-Fury.jpg/revision/latest?cb=20150820143938\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Tony-Stark-Meets-Nick-Fury.jpg/revision/latest/scale-to-width-down/250?cb=20150820143938\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony-Stark-Meets-Nick-Fury.jpg\\\" data-image-key=\\\"Tony-Stark-Meets-Nick-Fury.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Tony-Stark-Meets-Nick-Fury.jpg/revision/latest/scale-to-width-down/250?cb=20150820143938\\\" /></a>                 Stark is introduced to Director Nick Fury\\n\\\"You think you're the only superhero in the world? Mr. Stark, you've become part of a bigger universe. You just don't know it yet.\\\" \\\"Who the hell are you?\\\" \\\"Nick Fury. Director of .\\\" S.H.I.E.L.D. ― and Tony Stark Nick Fury That night, Stark arrived and was greeted by a visitor who was standing by the window. He revealed himself as , Director of , and assured him that he was not the only 'superhero' in the world, intending to discuss the with Stark. However, Stark, uninterested in having the government offering him opportunities, ordered Fury out of the house.\\nhome Nick Fury S.H.I.E.L.D. Avengers Initiative Armored Adventures Finding World Peace       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/Ironman_large.jpg/revision/latest?cb=20141129042738\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/Ironman_large.jpg/revision/latest/scale-to-width-down/250?cb=20141129042738\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ironman large.jpg\\\" data-image-key=\\\"Ironman_large.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/Ironman_large.jpg/revision/latest/scale-to-width-down/250?cb=20141129042738\\\" /></a>                 Iron Man continues protecting the entire world\\n\\\"Back already? What're you listening to?\\\" \\\"Just a little recording I made in . wants to ask me out... he's just trying to be smooth about it. But who's the smoothest guy you know, Potts?\\\" Yemen Nick Fury ― and Tony Stark Pepper Potts Iron Man performed acts of heroism around the world. News outlets began crediting him as \\\"the man who stabilized East-West relations\\\" and Stark was chosen as \\\"Person of the Year\\\" by . When blackmailed by the and , Stark defeated all of the terrorists and also saved Lina's kidnapped son. When sent a team of to board a ship controlled by the Ten Rings, Iron Man appeared and defeated the terrorists. Stark also helped in saving the pilot of the that crashed in the . In , Stark managed to recover stolen paintings without the use of his armor, all to gain 's number.\\nTime magazine Ten Rings Lina Nick Fury United States Navy SEALs Thaddeus Ross Aerodynamic Marvel Democratic Republic of the Congo Germany Evetta Gorani Palladium Poisoning\\n\\\"It appears that the continued use of the is accelerating your condition. Another core has been depleted.\\\" \\\"God, they’re running out quick.\\\" \\\"I have run simulations on every known element, and none can serve as a viable replacement for the core. You are running out of both time and options. Unfortunately, the that’s keeping you alive is also killing you.\\\" Iron Man suit palladium device ― and Tony Stark J.A.R.V.I.S. Unfortunately, Stark's own life was not as good as it appeared, as he was facing a double threat. The first was in the form of his own heart: the core was poisoning Stark due to overuse of the . To maintain appearances, he was forced to drink homemade medicine to counteract the symptoms. Meanwhile, Stark was also aware that the were constantly looking to confiscate all his technology.\\nArc Reactor palladium Iron Man Armor United States Armed Forces Starting the Stark Expo       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/2010_iron_man_2_052.jpg/revision/latest?cb=20120520071836\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/2010_iron_man_2_052.jpg/revision/latest/scale-to-width-down/250?cb=20120520071836\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"2010 iron man 2 052.jpg\\\" data-image-key=\\\"2010_iron_man_2_052.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/2010_iron_man_2_052.jpg/revision/latest/scale-to-width-down/250?cb=20120520071836\\\" /></a>                 Iron Man entering at the conference Stark Expo\\n\\\"I'm not saying the world is enjoying its longest period of uninterrupted peace in years because of me. I'm not saying that from the ashes of captivity, never has phoenix metaphor been more personified in history!\\\" human ―Tony Stark to Audience Stark Expo after revealing his own identity to the world and helping maintain world peace, Stark appeared as Iron Man at the grand opening of the in Flushing Meadows, , continuing the legacy his father, , had started. Treating the crowd to the and a speech in which he boasted about giving the world its longest running period of uninterrupted peace, Stark left the stage with a video of his father playing.\\nSix months Stark Expo New York City Howard Stark Ironette Dancers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b2/TStarkHHogan-USMarshalTalk.jpg/revision/latest?cb=20161022113510\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b2/TStarkHHogan-USMarshalTalk.jpg/revision/latest/scale-to-width-down/250?cb=20161022113510\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkHHogan-USMarshalTalk.jpg\\\" data-image-key=\\\"TStarkHHogan-USMarshalTalk.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b2/TStarkHHogan-USMarshalTalk.jpg/revision/latest/scale-to-width-down/250?cb=20161022113510\\\" /></a>                 Stark and leave the Happy Hogan Stark Expo Stark then left the Expo with helping to keep the at bay, signing autographs and meeting and on their way out before he was then confronted by a beautiful who was waiting beside his car. The Marshal then informed Stark and Hogan that he was now required to attend a congressional meeting in the very next day in order to discuss the future of his work as the well-known superhero Iron Man.\\nHappy Hogan press Larry Ellison Larry King U.S. Marshal Washington, D.C. Meeting with Senator Stern       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a0/2010_iron_man_2_040.jpg/revision/latest?cb=20141204033611\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a0/2010_iron_man_2_040.jpg/revision/latest/scale-to-width-down/250?cb=20141204033611\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"2010 iron man 2 040.jpg\\\" data-image-key=\\\"2010_iron_man_2_040.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a0/2010_iron_man_2_040.jpg/revision/latest/scale-to-width-down/250?cb=20141204033611\\\" /></a>                 Stark and at the hearing Pepper Potts\\n\\\"I am Iron Man. The and I are one. To turn over the Iron Man suit would be to turn over myself, which is tantamount to indentured servitude or prostitution, depending on what state you're in. You can't have it.\\\" suit ―Tony Stark to Stern The second threat was from a Senate committee hearing, this time led by Senator , demanding that Stark release the technology of the for military application. Stark refused, believing it was not in the best interest of the American people for the to possess it since they would use it as a weapon that could very well be used against America if other various countries were able to recreate the technology.\\nStern Iron Man Armor United States Armed Forces Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/38/TStark-ThumbsUp-IM2.jpg/revision/latest?cb=20161022113525\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/38/TStark-ThumbsUp-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161022113525\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ThumbsUp-IM2.jpg\\\" data-image-key=\\\"TStark-ThumbsUp-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/38/TStark-ThumbsUp-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161022113525\\\" /></a>                 Stark humiliates and Stern Justin Hammer Senator Stern tried to turn Lt. Colonel against Stark in an effort to force his decision. Competitor tried to plead his case on the matter; Stark took this opportunity to embarrass both Hammer and Stern with a collection of footage of and other entities around the world attempting to . Stark arrogantly stated that it would be years before anyone would be able to successfully recreate his tech and he had \\\"privatized\\\" world peace.\\nJames Rhodes Justin Hammer Hammer Industries recreate the technology Making Pepper Potts CEO       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/2010_iron_man_2_015.jpg/revision/latest?cb=20141204033214\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/2010_iron_man_2_015.jpg/revision/latest/scale-to-width-down/250?cb=20141204033214\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"2010 iron man 2 015.jpg\\\" data-image-key=\\\"2010_iron_man_2_015.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/2010_iron_man_2_015.jpg/revision/latest/scale-to-width-down/250?cb=20141204033214\\\" /></a>                 Stark returns to his Malibu mansion\\n\\\"I hereby irrevocably appoint you chairman and CEO of effective immediately. Yeah, done deal. Okay? I've actually given this a fair amount of thought, believe it or not. Doing a bit of headhunting, so to speak, trying to figure out who a worthy successor would be. And then I realized it's you. It's always been you.\\\" Stark Industries ―Tony Stark to Pepper Potts Returning to , Stark was greeted by who updated him on the fallout from his meeting with Senator . While Stark listened to the news, he pulled out his and examined the damaged core which was slowly killing him, with J.A.R.V.I.S. noting that a replacement had not yet been found that could power his many and also still keep him alive.\\nhis mansion J.A.R.V.I.S. Stern Arc Reactor palladium Iron Man Armors       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Pepper-Potts-Tony-Stark-Drinking.jpg/revision/latest?cb=20150817114157\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Pepper-Potts-Tony-Stark-Drinking.jpg/revision/latest/scale-to-width-down/250?cb=20150817114157\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Pepper-Potts-Tony-Stark-Drinking.jpg\\\" data-image-key=\\\"Pepper-Potts-Tony-Stark-Drinking.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Pepper-Potts-Tony-Stark-Drinking.jpg/revision/latest/scale-to-width-down/250?cb=20150817114157\\\" /></a>                 Stark names CEO of Pepper Potts Stark Industries Uncertain of his chances of survival, Stark decided to appoint his former personal assistant into the role he no longer was interested in, the CEO of , while he was still the owner of the company, but being only a figurehead. When Potts arrived in his workshop, she and Stark had an argument about his own lack of interest in his company and their resources ever since becoming Iron Man, at which point Stark informed her that he had decided to promote her. Although Potts did not at first believe that he was being serious with this idea, Stark had deliver some champagne to them as he confirmed that this would be happening and she was the perfect person to take over the job from him.\\nPepper Potts Stark Industries Dum-E       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/TStarkHHogan-BoxingTraining.jpg/revision/latest?cb=20161022113549\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/TStarkHHogan-BoxingTraining.jpg/revision/latest/scale-to-width-down/250?cb=20161022113549\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkHHogan-BoxingTraining.jpg\\\" data-image-key=\\\"TStarkHHogan-BoxingTraining.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/TStarkHHogan-BoxingTraining.jpg/revision/latest/scale-to-width-down/250?cb=20161022113549\\\" /></a>                 Stark and box together Happy Hogan While doing some boxing training with , during which he used dirty boxing techniques to gain the upper hand, Stark saw the arrival of Potts and a notary from the company, \\\"Natalie Rushman\\\", who was actually , an Agent of . Although Hogan hit Stark around the head, he proceeded to kick him away and beat him into surrendering before inviting Romanoff into the ring. Stark looked into Romanoff's eyes before inviting Hogan to train with her instead.\\nHappy Hogan Natasha Romanoff S.H.I.E.L.D.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/51/TStarkPPotts-IWantOne.jpg/revision/latest?cb=20161022113607\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/51/TStarkPPotts-IWantOne.jpg/revision/latest/scale-to-width-down/250?cb=20161022113607\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkPPotts-IWantOne.jpg\\\" data-image-key=\\\"TStarkPPotts-IWantOne.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/51/TStarkPPotts-IWantOne.jpg/revision/latest/scale-to-width-down/250?cb=20161022113607\\\" /></a>                 Stark and discuss Pepper Potts \\\"Natalie Rushman\\\" Stark then sat down with Potts to discuss \\\"Rushman\\\", with him bringing up her \\\"history files\\\" and noting that she even spoke and had once been a lingerie model. While they were speaking, Stark and Potts witnessed Romanoff using a leg move to pin Hogan to the floor, before she exited the ring and asked Stark to sign the paperwork handing Stark Industries over to Potts. Once Romanoff was gone, Stark told Potts that he needed her as his new assistant.\\nLatin Monaco Grand Prix       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/2010_iron_man_2_063.jpg/revision/latest?cb=20120510003138\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/2010_iron_man_2_063.jpg/revision/latest/scale-to-width-down/250?cb=20120510003138\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"2010 iron man 2 063.jpg\\\" data-image-key=\\\"2010_iron_man_2_063.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/2010_iron_man_2_063.jpg/revision/latest/scale-to-width-down/250?cb=20120510003138\\\" /></a>                 Stark and meet with Pepper Potts Justin Hammer\\n\\\"Well, what's the use of having and owning a race car... if you don't drive it?\\\" ―Tony Stark Stark traveled to with and . There, Stark and Potts encountered , who smugly tried to show off that he was being interviewed by for an upcoming piece with ; Stark quickly made it clear of his own romantic history with Everhart and noted that had lost their contract with the due to Hammer's embarrassing performance at the senate committee hearing.\\nMonaco Pepper Potts Happy Hogan Justin Hammer Christine Everhart Vanity Fair Hammer Industries United States Armed Forces       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/50/TStark-MirrorTalk-IM2.jpg/revision/latest?cb=20161022111909\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/50/TStark-MirrorTalk-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161022111909\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MirrorTalk-IM2.jpg\\\" data-image-key=\\\"TStark-MirrorTalk-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/50/TStark-MirrorTalk-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161022111909\\\" /></a>                 Stark questions his difficult life choices Taking some time away from Hammer, Stark excused himself to check his blood toxicity level in the bathroom. He saw that the 's poisoning of his body due to the levels of was now emitting into his skin. Looking up at the mirror and seeing that he likely did not have much time left until he would eventually die from this poisoning, Stark began questioning what he would like to do with these last few months that he likely had left.\\nArc Reactor palladium       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/TStark-RaceCar.jpg/revision/latest?cb=20161022111923\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/TStark-RaceCar.jpg/revision/latest/scale-to-width-down/250?cb=20161022111923\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-RaceCar.jpg\\\" data-image-key=\\\"TStark-RaceCar.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/TStark-RaceCar.jpg/revision/latest/scale-to-width-down/250?cb=20161022111923\\\" /></a>                 Stark decides to race in the Monaco Grand Prix Growing increasingly despondent and thrill-seeking as a direct consequence of what he believed to be his impending death, Stark decided to take the car intended for the track and race it at the . As he stepped into the car, with all the cameras now facing him, Stark gave a look which he knew would be viewed by Hammer, much to his annoyance as Stark would once again be taking the spotlight away from him.\\nStark Industries Monaco Grand Prix Duel of Monaco       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/15/TStark-CarCrash.jpg/revision/latest?cb=20171008094706\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/15/TStark-CarCrash.jpg/revision/latest/scale-to-width-down/250?cb=20171008094706\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CarCrash.jpg\\\" data-image-key=\\\"TStark-CarCrash.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/15/TStark-CarCrash.jpg/revision/latest/scale-to-width-down/250?cb=20171008094706\\\" /></a>                 Stark's car is destroyed by Ivan Vanko\\n\\\"Were you heading for me or ?\\\" \\\"I was trying to scare him!\\\" \\\"Because I can't tell! Better security! I was attacked!\\\" him ―Tony Stark and Happy Hogan As Stark drove around the track, , who had successfully constructed an of his own, along with , attacked him, using the whips to cut off the front of his car and cause it to crash along with several other race cars. Stark had managed to crawl out of the car before it could be sliced in half. Despite his best efforts to fight back, Vanko's armored weapons managed to get the better of Stark, who was defenseless.\\nIvan Vanko Arc Reactor whip-like energy weapons       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fe/TStark-WhiplashStalking.jpg/revision/latest?cb=20171008094718\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fe/TStark-WhiplashStalking.jpg/revision/latest/scale-to-width-down/250?cb=20171008094718\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-WhiplashStalking.jpg\\\" data-image-key=\\\"TStark-WhiplashStalking.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fe/TStark-WhiplashStalking.jpg/revision/latest/scale-to-width-down/250?cb=20171008094718\\\" /></a>                 Stark considers how to escape from Ivan Vanko As Vanko prepared to rip Stark apart, he was forced to use his own wits and cunning to escape the deadly whips Vanko was using. Managing to get behind Vanko, Stark struck him on the back of the head with a car door, but Vanko proved to be unaffected, forcing Stark to dodge out of the way of his attacks. He then tricked Vanko into striking the whips onto gasoline, causing an explosion which separated the pair from each other for a brief time.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d9/TStark-ClimbingFence.jpg/revision/latest?cb=20171008094727\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d9/TStark-ClimbingFence.jpg/revision/latest/scale-to-width-down/250?cb=20171008094727\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ClimbingFence.jpg\\\" data-image-key=\\\"TStark-ClimbingFence.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d9/TStark-ClimbingFence.jpg/revision/latest/scale-to-width-down/250?cb=20171008094727\\\" /></a>                 Stark is saved by 's arrival Happy Hogan With Vanko proving himself too strong to be beaten without his armor, Stark seemed to be running out of options as he was backed into a corner. However, he received aid with the sudden arrival of both and , who had driven their own car into the race track and successfully managed to crash it into Vanko, pinning him against the wall and briefly knocking him out cold. Stark then prepared to quickly make his escape.\\nPepper Potts Happy Hogan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d9/Tony_with_Mark_V.JPG/revision/latest?cb=20161016192549\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d9/Tony_with_Mark_V.JPG/revision/latest/scale-to-width-down/250?cb=20161016192549\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony with Mark V.JPG\\\" data-image-key=\\\"Tony_with_Mark_V.JPG\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d9/Tony_with_Mark_V.JPG/revision/latest/scale-to-width-down/250?cb=20161016192549\\\" /></a>                 Iron Man dons his Mark V Armor However, while Stark moaned about ' seeming lack of security at the event, Vanko continued to fight despite still being pinned to the wall and began ripping Hogan's car apart with furious strikes from his electric whips. This forced the terrified Potts to then hand Stark his , allowing him to don the Mark V Armor ready to do battle against his would-be assassin in the middle of the track, with Iron Man having the upper hand.\\nStark Industries portable briefcase armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/43/Battle_of_Monaco_2.PNG/revision/latest?cb=20161016113830\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/43/Battle_of_Monaco_2.PNG/revision/latest/scale-to-width-down/250?cb=20161016113830\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Battle of Monaco 2.PNG\\\" data-image-key=\\\"Battle_of_Monaco_2.PNG\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/43/Battle_of_Monaco_2.PNG/revision/latest/scale-to-width-down/250?cb=20161016113830\\\" /></a>                 Iron Man being electrocuted by Ivan Vanko Using his new suit, Iron Man attempted to subdue Vanko by firing his repulsor rays at his attacker, but Vanko was able to block those blows with his own armor before using his whips to strangle Iron Man. Vanko flung him across the racetrack into Hogan's car and then back the other way, tightening the whips around Iron Man's neck and shocking him with volts of electricity, which were slowly destroying the suit.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f7/IronMan-DamagedSuit-IM2.jpg/revision/latest?cb=20161023203302\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f7/IronMan-DamagedSuit-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161023203302\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-DamagedSuit-IM2.jpg\\\" data-image-key=\\\"IronMan-DamagedSuit-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f7/IronMan-DamagedSuit-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161023203302\\\" /></a>                 Iron Man successfully defeats Ivan Vanko Not allowing himself to be defeated, Iron Man managed to build up his own strength and began wrapping the whips around himself in order to get closer towards Vanko. Once he was close enough, Iron Man punched Vanko in the face a few times before ripping the Arc Reactor out of his chest and crushing it. As Vanko was being dragged away by the police, he laughingly claimed that Iron Man had now lost while Iron Man studied Vanko's Arc Reactor, crushing it in shock.\\nMeeting with Ivan Vanko       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e0/TStark-JailDoorway.jpg/revision/latest?cb=20161023203321\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e0/TStark-JailDoorway.jpg/revision/latest/scale-to-width-down/250?cb=20161023203321\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-JailDoorway.jpg\\\" data-image-key=\\\"TStark-JailDoorway.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e0/TStark-JailDoorway.jpg/revision/latest/scale-to-width-down/250?cb=20161023203321\\\" /></a>                 Stark visits 's prison cell Ivan Vanko\\n\\\"Where will you be watching the world consume me from? Oh, that's right, a prison cell. I'll send you a bar of soap.\\\" \\\"Hey, Tony. Before you go, in the chest, painful way to die.\\\" palladium ―Tony Stark and Ivan Vanko Afterward, Stark decided to pay a visit to personally while he was being held in , to learn how he had acquired the technology, being led there by . Once they were alone, Stark commented on and even suggested ways that he could improve it, thinking that he would never actually get a chance to. Stark wondered why Vanko would use the technology to kill him rather than for more tangible personal gain.\\nIvan Vanko Batiment B3 France Arc Reactor Lemieux Vanko's armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/ff/TStark-VankoChat-Prison.jpg/revision/latest?cb=20161023203337\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/ff/TStark-VankoChat-Prison.jpg/revision/latest/scale-to-width-down/250?cb=20161023203337\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-VankoChat-Prison.jpg\\\" data-image-key=\\\"TStark-VankoChat-Prison.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/ff/TStark-VankoChat-Prison.jpg/revision/latest/scale-to-width-down/250?cb=20161023203337\\\" /></a>                 Stark and speak in private Ivan Vanko Vanko revealed that he was the son of , who had collaborated with on the first Arc Reactor but was deported back to the and died in poverty. Vanko blamed the Stark family for his family's fate, and sought revenge, warning that Stark would die now that he proved Iron Man was not invincible. Stark retorted that Vanko would still be in prison either way. As he left, Vanko mentioned Stark's current blood poisoning, taunting that it was a terrible way to die.\\nAnton Vanko Howard Stark Soviet Union Ivan Vanko's Attack Aftermath       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/TStark-AirplaneChat-IM2.jpg/revision/latest?cb=20161023203349\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/TStark-AirplaneChat-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161023203349\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-AirplaneChat-IM2.jpg\\\" data-image-key=\\\"TStark-AirplaneChat-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/TStark-AirplaneChat-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161023203349\\\" /></a>                 Stark speaks to on his Pepper Potts private jet\\n\\\"You said no one else would possess this technology for twenty years. Well, guess what? had it yesterday. It's not theoretical anymore.\\\" Somebody else ― to Tony Stark James Rhodes Despite having been imprisoned for his crimes, the response to another man using the technology was immediate, with many people, including Senator , commenting on Stark's failure. While on his returning to the , Stark made breakfast for as they discussed the aftermath of the attack. Stark even suggested that he quit being Iron Man from now on and almost confessed to Potts of his current state, but backed out.\\nIvan Vanko Arc Reactor Stern private jet United States Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/IM2-16431.jpg/revision/latest?cb=20141204040416\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/IM2-16431.jpg/revision/latest/scale-to-width-down/250?cb=20141204040416\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM2-16431.jpg\\\" data-image-key=\\\"IM2-16431.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/IM2-16431.jpg/revision/latest/scale-to-width-down/250?cb=20141204040416\\\" /></a>                 Stark is berated by James Rhodes Stark returned to where he and continued searching for a new power source while looking over records of and his father, . Stark learned Anton had worked for in the before being deported under the orders of whilst Vanko was a physicist arrested for illegal weapons dealing. He was later visited by , who came to warn Stark about the military's wish to take his suits. However, he recognized Stark's unwell state and assisted him by changing the Arc Reactor's core. Rhodes then tried to convince Stark that he did not have to go through his journey alone but Stark remained skeptical.\\nhis mansion J.A.R.V.I.S. Arc Reactor Ivan Vanko Anton Vanko Stark Industries 1960s Howard Stark Soviet James Rhodes palladium       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStark-DrinkWidowChat-IM2.jpg/revision/latest?cb=20161023203401\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStark-DrinkWidowChat-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161023203401\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-DrinkWidowChat-IM2.jpg\\\" data-image-key=\\\"TStark-DrinkWidowChat-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStark-DrinkWidowChat-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161023203401\\\" /></a>                 Stark shares a drink with Natasha Romanoff The next night, feeling more depressed about his future as the poisoning neared its peak, Stark considered canceling his birthday party after learning he had only a week left to live. He was then visited by , undercover as \\\"Natalie Rushman\\\", who prepared Stark a drink and gave him a choice of watches to wear. He posed these questions to Romanoff, asking what she would do on her final birthday. Romanoff replied that she would do whatever she wanted, with whomever she wanted to do it with.\\nNatasha Romanoff Birthday Party       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a7/Natalie_and_Tony.jpg/revision/latest?cb=20141204043145\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a7/Natalie_and_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20141204043145\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Natalie and Tony.jpg\\\" data-image-key=\\\"Natalie_and_Tony.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a7/Natalie_and_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20141204043145\\\" /></a>                 Stark openly flirts with Natasha Romanoff\\n\\\"You think you got what it takes to wear ?\\\" \\\"We don't have to do this, Tony.\\\" \\\"You wanna be the War Machine, take your shot!\\\" that suit ―Iron Man and James Rhodes Stark decided to attend what could very well be his last ever birthday party and quickly got himself very drunk, partying with the many guests who had come to celebrate. He invited , still known to Stark as \\\"Natalie Rushman\\\", to wear one of his gauntlets and fire it at an ice sculpture, taking great pleasure in the destruction before joining the other attendees. Stark then drank even more alcohol shots to become further intoxicated and even harder to keep in control.\\nNatasha Romanoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e0/Tony-Pepper-Birthday.jpg/revision/latest?cb=20141204035421\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e0/Tony-Pepper-Birthday.jpg/revision/latest/scale-to-width-down/250?cb=20141204035421\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony-Pepper-Birthday.jpg\\\" data-image-key=\\\"Tony-Pepper-Birthday.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e0/Tony-Pepper-Birthday.jpg/revision/latest/scale-to-width-down/250?cb=20141204035421\\\" /></a>                 Iron Man gets drunk at his own birthday party While wearing the and indulging in many dangerous activities, such as using his repulsor blasts to destroy a watermelon, Iron Man was watched by who attempted to make him stop, being advised by that this was a terrible time to be acting so reckless. Despite Potts taking the microphone away from Iron Man and trying to tell the guests that it was time to go home, Iron Man would not listen to reason and instead insisted that his party keep going as he continued to misuse his suit to entertain his drunk guests within , much to Potts' and Rhodes' dismay as they looked on in concern.\\nMark IV Iron Man Armor Pepper Potts James Rhodes his mansion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/Iron-man-2-movie-image-9.jpg/revision/latest?cb=20130331084803\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/Iron-man-2-movie-image-9.jpg/revision/latest/scale-to-width-down/250?cb=20130331084803\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-man-2-movie-image-9.jpg\\\" data-image-key=\\\"Iron-man-2-movie-image-9.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/Iron-man-2-movie-image-9.jpg/revision/latest/scale-to-width-down/250?cb=20130331084803\\\" /></a>                 Iron Man faces down James Rhodes In the end, Iron Man's actions became more and more dangerous and foolish, forcing his friend, Rhodes, to intervene. Rhodes donned the and ordered the guests out of the room before demanding that Iron Man get out of the suit. Iron Man ignored him and instead requested that put on a good song for the incoming fight. The pair clashed as they flew through room to room, using whatever weapons they could find to try and subdue the other, including throwing heavy weights at each other before Rhodes managed to throw Iron Man into his upstairs bedroom.\\nMark II Iron Man Armor Adam Goldstein       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/18/Iron_man_2-markIV-shot.jpg/revision/latest?cb=20170520124120\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/18/Iron_man_2-markIV-shot.jpg/revision/latest/scale-to-width-down/250?cb=20170520124120\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron man 2-markIV-shot.jpg\\\" data-image-key=\\\"Iron_man_2-markIV-shot.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/18/Iron_man_2-markIV-shot.jpg/revision/latest/scale-to-width-down/250?cb=20170520124120\\\" /></a>                 Iron Man threatens to shoot James Rhodes Eventually, after almost destroying the entire mansion in the , Iron Man managed to subdue Rhodes by smashing his head down on the kitchen counter, before roaring at the onlookers to force them to flee the scene. After Rhodes recovered and knocked him against the fireplace, Iron Man dared his friend to take his shot as they both fired their repulsors at each other, causing a massive explosion. With Iron Man weakened the fight, he could only look on while Rhodes flew away to deliver the armor to the .\\nresulting fight United States Armed Forces Rediscovering the Element Nick Fury's Help       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Iron_sign.jpg/revision/latest?cb=20141204040829\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Iron_sign.jpg/revision/latest/scale-to-width-down/250?cb=20141204040829\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron sign.jpg\\\" data-image-key=\\\"Iron_sign.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Iron_sign.jpg/revision/latest/scale-to-width-down/250?cb=20141204040829\\\" /></a>                 Iron Man is greeted by Director Nick Fury\\n\\\"That in your chest is based on unfinished technology.\\\" \\\"No, it was finished. It has never been particularly effective until I miniaturized it and put it in my—\\\" \\\"No, said the Arc Reactor was the stepping stone to something greater.\\\" thing Howard ― and Iron Man Nick Fury In the aftermath of his with , Stark took the and flew to in , buying himself a box of Donuts and aimlessly enjoying them in the middle of the sign above the shop. While he was relaxing in the morning sun, , Director of , approached Iron Man and ordered him to come inside.\\nfight James Rhodes Mark IV Iron Man Armor Randy's Donuts California Nick Fury S.H.I.E.L.D.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/IronMan2-051410-0012.jpg/revision/latest?cb=20210429230454\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/IronMan2-051410-0012.jpg/revision/latest/scale-to-width-down/250?cb=20210429230454\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan2-051410-0012.jpg\\\" data-image-key=\\\"IronMan2-051410-0012.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/IronMan2-051410-0012.jpg/revision/latest/scale-to-width-down/250?cb=20210429230454\\\" /></a>                 Iron Man talks with Director Nick Fury Taking a seat inside, Iron Man once again informed Fury that he was not interested in joining the before rudely asking if he should look at Fury's eye or patch. Changing the subject, Fury then revealed to Iron Man that \\\"Natalie Rushman\\\" was in fact undercover Agent in her Black Widow outfit, who Iron Man tried and failed to fire from . As he and Fury continued their conversation, Black Widow injected Iron Man with to slow down the poisoning in his veins caused by his . Fury reassured Iron Man that somewhere there was a cure and he simply had not discovered it yet, despite Iron Man insisting that he had already looked everywhere and found nothing.\\nAvengers Natasha Romanoff Stark Industries Lithium Dioxide Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c1/Tony-Stark-Iron-Man-2-Dressing-Gown.jpg/revision/latest?cb=20150621095514\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c1/Tony-Stark-Iron-Man-2-Dressing-Gown.jpg/revision/latest/scale-to-width-down/250?cb=20150621095514\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony-Stark-Iron-Man-2-Dressing-Gown.jpg\\\" data-image-key=\\\"Tony-Stark-Iron-Man-2-Dressing-Gown.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c1/Tony-Stark-Iron-Man-2-Dressing-Gown.jpg/revision/latest/scale-to-width-down/250?cb=20150621095514\\\" /></a>                 Stark and discuss Nick Fury Howard Stark Returning to , they discussed the history of who had been working with in creating the Arc Reactor before he was deported for selling secrets on the black market, where he then raised his son, , in . Before he departed, Fury revealed that Howard was one of the founders of and left a skeptical Stark to go through his father’s belongings to find the cure, with Agent watching over him.\\nStark's mansion Anton Vanko Howard Stark Ivan Vanko Siberia S.H.I.E.L.D. Phil Coulson Researching his Family       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/TStark-FilmReels.jpg/revision/latest?cb=20161111122023\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/TStark-FilmReels.jpg/revision/latest/scale-to-width-down/250?cb=20161111122023\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-FilmReels.jpg\\\" data-image-key=\\\"TStark-FilmReels.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/95/TStark-FilmReels.jpg/revision/latest/scale-to-width-down/250?cb=20161111122023\\\" /></a>                 Stark watches 's various film reels his father\\n\\\"Dead for almost twenty years, still taking me to school.\\\" \\\"The proposed should serve as a viable replacement for .\\\" \\\"Thanks, .\\\" element palladium Dad ―Tony Stark and J.A.R.V.I.S. gave Stark some of 's old material to aid in finding a cure for the poisoning. Stark found several items, including Howard's notebook with drawings of a \\\" \\\" and two . He remained dismissive and bitter over these past relics until watching an old tape of his father, in which Stark discovered a hidden message where Howard told him that he was proud of his son and viewed Stark as his greatest creation.\\nNick Fury his father palladium hypercube comic books Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/TStark-PPottsMeeting-IM2.jpg/revision/latest?cb=20161111135253\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/TStark-PPottsMeeting-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161111135253\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-PPottsMeeting-IM2.jpg\\\" data-image-key=\\\"TStark-PPottsMeeting-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/TStark-PPottsMeeting-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161111135253\\\" /></a>                 Stark has a meeting with Pepper Potts Stark then drove to the , buying some strawberries along the way and met with , though tried to inform him she was too busy to talk. Once Stark got her attention, he attempted to apologize in his own way, which Potts struggled to believe and insisted she needed to focus on ' future. They were interrupted by and , who were both now working only for Potts.\\nStark Industries Headquarters Pepper Potts Bambi Arbogast Stark Industries Happy Hogan Natasha Romanoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a3/TStark-CheckingModel.jpg/revision/latest?cb=20161111135307\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a3/TStark-CheckingModel.jpg/revision/latest/scale-to-width-down/250?cb=20161111135307\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CheckingModel.jpg\\\" data-image-key=\\\"TStark-CheckingModel.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a3/TStark-CheckingModel.jpg/revision/latest/scale-to-width-down/250?cb=20161111135307\\\" /></a>                 Stark spots a hidden message in a diorama As Potts and Hogan left the office, Stark spoke with Romanoff and questioned how she could keep this lie going and she subtly insulted him before leaving. Stark prepared to leave the office, dumping the strawberries into the bin, but first, he thought he saw a hidden message in the diorama of the , which proved to be a diagram of a 's atomic structure. Stark disassembled the model and drove it back to his mansion for further study.\\n1974 Stark Expo new element       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Atomic_Structure.png/revision/latest?cb=20140926111042\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Atomic_Structure.png/revision/latest/scale-to-width-down/250?cb=20140926111042\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Atomic Structure.png\\\" data-image-key=\\\"Atomic_Structure.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Atomic_Structure.png/revision/latest/scale-to-width-down/250?cb=20140926111042\\\" /></a>                 Stark finally discovers the secret element Putting the model on his desk, Stark ordered to make a scan of the model, removing all the trees and buildings from the holographic image so he could focus just on the model itself. As J.A.R.V.I.S. questioned what Stark's plan was, he explained that he believed he had found a hidden message. Eventually, Stark realized that the new element was inside Expo globe in the center and thanked his father for gifting him with it as it would soon save his life.\\nJ.A.R.V.I.S. A New Element       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/TStark-CapsShield-IM2.jpg/revision/latest?cb=20161111135321\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/TStark-CapsShield-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161111135321\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CapsShield-IM2.jpg\\\" data-image-key=\\\"TStark-CapsShield-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/TStark-CapsShield-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161111135321\\\" /></a>                 Stark says goodbye to Phil Coulson\\n\\\"That was easy.\\\" \\\"Congratulations, sir. You have created a . Sir, the has accepted the modified core.\\\" new element Reactor ―Tony Stark and J.A.R.V.I.S. As Stark put the final pieces together to begin his experiment, he was greeted by , who asked where he had been before discovering a prototype for which Stark took and used to straighten some of his machinery. Coulson then informed Stark that he was leaving to head to to investigate a that had been found there.\\nPhil Coulson Captain America's Shield New Mexico mysterious object       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/Ironman_stark.jpg/revision/latest?cb=20141204042303\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/Ironman_stark.jpg/revision/latest/scale-to-width-down/250?cb=20141204042303\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ironman stark.jpg\\\" data-image-key=\\\"Ironman_stark.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/Ironman_stark.jpg/revision/latest/scale-to-width-down/250?cb=20141204042303\\\" /></a>                 Stark begins creating the new element With the aid of his A.I. , Stark put his experiment into action, assembling a large in the center of his workshop in . Stark pushed the laser into position, struggling to hold it in place as it shot through the walls while he aimed it at its target. As the laser hit the newly-designed Stark had made, it finally synthesized the . As Stark picked up his creation and studied it, J.A.R.V.I.S. confirmed that the new element would indeed be a suitable replacement for and be able to keep him alive while powering his for the foreseeable future. Stark then continued upgrading the Reactor and his next suit.\\nJ.A.R.V.I.S. laser his mansion Arc Reactor new element palladium Iron Man Armors       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/TStark-IVanko-Phonecall.jpg/revision/latest?cb=20161111135333\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/TStark-IVanko-Phonecall.jpg/revision/latest/scale-to-width-down/250?cb=20161111135333\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-IVanko-Phonecall.jpg\\\" data-image-key=\\\"TStark-IVanko-Phonecall.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/TStark-IVanko-Phonecall.jpg/revision/latest/scale-to-width-down/250?cb=20161111135333\\\" /></a>                 Stark learns that is still alive Ivan Vanko Afterwards while Stark continued his work on his new suit, he received a call which turned out to come from , despite having last been heard from dying in a prison explosion, revealing he was still alive and bent on revenge. While Stark attempted to trace the call and locate the dangerous terrorist, Vanko promised that he would soon have his revenge for what had done to his father before hanging up the call.\\nIvan Vanko Howard Stark Anton Vanko       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/60/Wow%21_Yeah%21.jpg/revision/latest?cb=20150831220351\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/60/Wow%21_Yeah%21.jpg/revision/latest/scale-to-width-down/250?cb=20150831220351\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Wow! Yeah!.jpg\\\" data-image-key=\\\"Wow%21_Yeah%21.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/60/Wow%21_Yeah%21.jpg/revision/latest/scale-to-width-down/250?cb=20150831220351\\\" /></a>                 Stark puts on his newly built Arc Reactor As Vanko had warned that he had taken Stark's scientific advice and improved to be ready for their next battle, Stark donned the . Despite J.A.R.V.I.S.' objections, Stark wore his new Arc Reactor and commented on how it felt putting it on for the first time, noting he got a distinct taste of both coconut and metal. Remembering 's new presentation for the military at the , Stark suited up and flew off to then confront Vanko and stop his evil plans.\\nhis own armor Mark VI Iron Man Armor Justin Hammer Stark Expo Battle at Stark Expo       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/IM_2_Mark_VI_Expo.png/revision/latest?cb=20161020205803\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/IM_2_Mark_VI_Expo.png/revision/latest/scale-to-width-down/250?cb=20161020205803\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM 2 Mark VI Expo.png\\\" data-image-key=\\\"IM_2_Mark_VI_Expo.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/IM_2_Mark_VI_Expo.png/revision/latest/scale-to-width-down/250?cb=20161020205803\\\" /></a>                 Iron Man arrives to confront Justin Hammer\\n\\\"Rhodey, you still locked on?\\\" \\\"Yeah.\\\" \\\"Drop your socks and grab your Crocs. We’re about to get wet on this ride.\\\" ―Iron Man and James Rhodes At the , Iron Man arrived to confront , who was busy unveiling his , captained by in a heavily weaponized , which was a modified version of the . While trying to keep the audience calm, Iron Man demanded to know where was, although Hammer denied all knowledge of him and tried to play off the incident to the audience. Iron Man then approached Rhodes, warning him that Vanko was still alive.\\nStark Expo Justin Hammer Hammer Drones James Rhodes armored suit Mark II Iron Man Armor Ivan Vanko       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/IM-HelmetCU-IM2FinalBattle.jpg/revision/latest?cb=20161113170705\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/IM-HelmetCU-IM2FinalBattle.jpg/revision/latest/scale-to-width-down/250?cb=20161113170705\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-HelmetCU-IM2FinalBattle.jpg\\\" data-image-key=\\\"IM-HelmetCU-IM2FinalBattle.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/IM-HelmetCU-IM2FinalBattle.jpg/revision/latest/scale-to-width-down/250?cb=20161113170705\\\" /></a>                 Iron Man attempts to control James Rhodes Suddenly, Vanko seized control of both the Drones and Rhodes' armor, directing them all to attack Iron Man, who then flew across the Expo in a desperate attempt to lose his attackers and cause them all to crash, while ordering to regain control of Rhodes. During the , Iron Man did all he could to save the hundreds of attendees fleeing during the chaos, including , who was mistaken for him by a Drone for wearing an Iron Man mask.\\nJ.A.R.V.I.S. battle Peter Parker       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/IM-Flying-StarkExpo.jpg/revision/latest?cb=20161113170721\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/IM-Flying-StarkExpo.jpg/revision/latest/scale-to-width-down/250?cb=20161113170721\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-Flying-StarkExpo.jpg\\\" data-image-key=\\\"IM-Flying-StarkExpo.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/IM-Flying-StarkExpo.jpg/revision/latest/scale-to-width-down/250?cb=20161113170721\\\" /></a>                 Iron Man outruns the Hammer Drones Quickly running out of options as Rhodes continued to fire upon him using weapons, Iron Man tried his best to take out the Drones, flying them all away from the civilians before leading them straight into the . Using the his 's superior maneuvering abilities, Iron Man had managed to escape and cause the bulkier Hammer Drones to crash into the globe and explode all together in a massive fireball.\\nHammer Industries Unisphere Mark VI Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IM-vs-WM-MiniGun.jpg/revision/latest?cb=20161113170736\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IM-vs-WM-MiniGun.jpg/revision/latest/scale-to-width-down/250?cb=20161113170736\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-vs-WM-MiniGun.jpg\\\" data-image-key=\\\"IM-vs-WM-MiniGun.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IM-vs-WM-MiniGun.jpg/revision/latest/scale-to-width-down/250?cb=20161113170736\\\" /></a>                 Iron Man blocks ' attacks James Rhodes However, before Iron Man could relax, he was knocked out of the sky and into an dome by Rhodes, who was still being controlled by Vanko. Iron Man attempted to block Rhodes' attacks, holding his mini gun at bay until successfully overrode Vanko's programming, having broken into the with a little help from , despite failing to arrest Vanko.\\nOracle Corporation Black Widow Hammer Industries Headquarters Happy Hogan Showdown with Ivan Vanko       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/IM-Helping-WM.jpg/revision/latest?cb=20161113170751\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/IM-Helping-WM.jpg/revision/latest/scale-to-width-down/250?cb=20161113170751\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-Helping-WM.jpg\\\" data-image-key=\\\"IM-Helping-WM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/IM-Helping-WM.jpg/revision/latest/scale-to-width-down/250?cb=20161113170751\\\" /></a>                 Iron Man helps back to his feet James Rhodes\\n\\\"You have a big gun, you are not the big gun.\\\" \\\"Tony, don't be jealous.\\\" \\\"No, it's subtle. All the bells and whistles.\\\" \\\"Yeah, it's called being a badass.\\\" ―Iron Man and James Rhodes Iron Man knocked back before confirmed that he was safe at last and in control of his own . She also complimented Iron Man on his which had now stopped his poisoning, causing to confront Iron Man for not telling her he was dying. While Potts had arrested, Iron Man helped Rhodes back onto his feet.\\nJames Rhodes Black Widow armor new element palladium Pepper Potts Justin Hammer       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Iron_man_2_movie_image_hi-res_robert_downey_jr_don_cheadle_01.jpg/revision/latest?cb=20150403180901\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Iron_man_2_movie_image_hi-res_robert_downey_jr_don_cheadle_01.jpg/revision/latest/scale-to-width-down/250?cb=20150403180901\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron man 2 movie image hi-res robert downey jr don cheadle 01.jpg\\\" data-image-key=\\\"Iron_man_2_movie_image_hi-res_robert_downey_jr_don_cheadle_01.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Iron_man_2_movie_image_hi-res_robert_downey_jr_don_cheadle_01.jpg/revision/latest/scale-to-width-down/250?cb=20150403180901\\\" /></a>                 Iron Man and fight some James Rhodes Hammer Drones Knowing that the remaining would be coming to their location, both Iron Man and Rhodes then came up with a plan to battle them; however, this only led to an argument between the two friends over who should take the better position in the area, with both of them believing that they had the superior armor and skills. However, before they could make up their minds, the Drones then arrived and surrounded Iron Man and Rhodes; with nowhere to escape to, the pair donned their own helmets and prepared for battle, firing their weapons at the attacking Drones.\\nHammer Drones       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/37/IM-AwesomeAttack-IM2.jpg/revision/latest?cb=20161113170805\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/37/IM-AwesomeAttack-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161113170805\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-AwesomeAttack-IM2.jpg\\\" data-image-key=\\\"IM-AwesomeAttack-IM2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/37/IM-AwesomeAttack-IM2.jpg/revision/latest/scale-to-width-down/250?cb=20161113170805\\\" /></a>                 Iron Man manages to defeat some Hammer Drones As the then commenced, Iron Man and Rhodes found that although they could easily defeat each Drone, the numbers began to overwhelm them. While Rhodes used his impressive weaponry provided by to destroy the attackers, Iron Man used his top-of-the-range to fight back and destroy multiple targets at once, eventually using his lasers to slice all of the remaining Drones in half and finally win the fight.\\nbattle Hammer Industries armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/29/IMWM-ThisCantBeGood.jpg/revision/latest?cb=20170817123757\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/29/IMWM-ThisCantBeGood.jpg/revision/latest/scale-to-width-down/250?cb=20170817123757\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"130\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IMWM-ThisCantBeGood.jpg\\\" data-image-key=\\\"IMWM-ThisCantBeGood.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/29/IMWM-ThisCantBeGood.jpg/revision/latest/scale-to-width-down/250?cb=20170817123757\\\" /></a>                 Iron Man and face James Rhodes Ivan Vanko Upon eliminating the drones, Iron Man and Rhodes were then informed by Black Widow that they had a new enemy coming in, who she warned appeared to be much stronger than all of the previous ones. This was revealed to be in his new, more powerful . Attempting to kill Vanko before the fight could even begin, Rhodes armed the , only for it to fail and not even dent Vanko's armor, with Iron Man then noting that it was clearly a Hammer Industries weapon due to being useless in battle.\\nIvan Vanko suit of armor Ex-Wife Missile       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ce/Whiplash-Battles-IronMan.jpg/revision/latest?cb=20150821002520\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ce/Whiplash-Battles-IronMan.jpg/revision/latest/scale-to-width-down/250?cb=20150821002520\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Whiplash-Battles-IronMan.jpg\\\" data-image-key=\\\"Whiplash-Battles-IronMan.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ce/Whiplash-Battles-IronMan.jpg/revision/latest/scale-to-width-down/250?cb=20150821002520\\\" /></a>                 Iron Man is almost overpowered by Ivan Vanko Iron Man then engaged in a fierce battle with Vanko, with himself and Rhodes throwing all they had at defeating him or damaging his armor enough to cause him to surrender. However, they both found that not only was Vanko's armor too strong, but he had upgraded his whips to the point they were more dangerous than ever before. The pair soon found themselves overpowered by Vanko's improved technology and weapons.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/IM-DefeatsWhiplash.jpg/revision/latest?cb=20161113170839\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/IM-DefeatsWhiplash.jpg/revision/latest/scale-to-width-down/250?cb=20161113170839\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM-DefeatsWhiplash.jpg\\\" data-image-key=\\\"IM-DefeatsWhiplash.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/IM-DefeatsWhiplash.jpg/revision/latest/scale-to-width-down/250?cb=20161113170839\\\" /></a>                 Iron Man finds a way to defeat Ivan Vanko Vanko soon managed to gain the upper hand in the battle when he succeeded in wrapping his electrified whips around Iron Man and Rhodes' throats and slowly tightened them, hoping to break their necks. With no other choice, Iron Man called on Rhodes to use the technique they discovered during the and fired their own repulsor rays at each other, triggering an explosion in front of Vanko and knocking them all back.\\nduel at his mansion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ae/WM_and_MK6.jpg/revision/latest?cb=20170817123811\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ae/WM_and_MK6.jpg/revision/latest/scale-to-width-down/250?cb=20170817123811\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"WM and MK6.jpg\\\" data-image-key=\\\"WM_and_MK6.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ae/WM_and_MK6.jpg/revision/latest/scale-to-width-down/250?cb=20170817123811\\\" /></a>                 Iron Man stands over the defeated Ivan Vanko Recovering from the shockwave and getting back onto their feet, Iron Man and Rhodes found Vanko lying on the battlefield, with not only his Mark II Armor but his own body damaged beyond repair. Too injured to continue the fight, Vanko claimed that Stark had in fact lost this fight before he ignited his and all of the Hammer Drones' self-destruct bombs, including one in his own armor. Knowing that these Drones were littered across since he had shot many of them out of the sky, Iron Man quickly flew to rescue anyone remaining there before the Drones exploded and caused major casualties.\\nStark Expo       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/First_Kiss.png/revision/latest?cb=20140825024645\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/First_Kiss.png/revision/latest/scale-to-width-down/250?cb=20140825024645\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"First Kiss.png\\\" data-image-key=\\\"First_Kiss.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/First_Kiss.png/revision/latest/scale-to-width-down/250?cb=20140825024645\\\" /></a>                 Iron Man finally shares a kiss with Pepper Potts Iron Man raced to save Potts amid the series of explosions, pulling her away just in time. Seeing the chaos that he brought with him, Potts quit her position as CEO of , but Iron Man only teased her about the concept of leaving him before finally confessing how important she was to him, and the couple then kissed each other. Rhodes then revealed he was on the roof too before departing with his armor without serious objection from Iron Man, leaving them where he refused to accept Potts' resignation.\\nStark Industries Not a Suitable Candidate       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/Frame-Iron-Man-2.jpg/revision/latest?cb=20210210061807\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/Frame-Iron-Man-2.jpg/revision/latest/scale-to-width-down/250?cb=20210210061807\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Frame-Iron-Man-2.jpg\\\" data-image-key=\\\"Frame-Iron-Man-2.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/Frame-Iron-Man-2.jpg/revision/latest/scale-to-width-down/250?cb=20210210061807\\\" /></a>                 Stark and discuss the Nick Fury Avengers Initiative\\n\\\"How can you approve me but not approve me? I got a new ticker, I'm trying to do right by , I'm in a stable-ish relationship.\\\" \\\"Which leads us to believe at this juncture we'd only like to use you as a consultant.\\\" Pepper ―Tony Stark and Nick Fury At a debriefing, while showing news footage of another , informed Stark that while Iron Man was a suitable candidate for the , Stark himself was not. wanted Stark as a consultant, but Stark claimed that Fury could not afford his help.\\nsuperhuman event Nick Fury Avengers Initiative S.H.I.E.L.D.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Stern_3.png/revision/latest?cb=20190416020031\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Stern_3.png/revision/latest/scale-to-width-down/250?cb=20190416020031\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stern 3.png\\\" data-image-key=\\\"Stern_3.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Stern_3.png/revision/latest/scale-to-width-down/250?cb=20190416020031\\\" /></a>                 Stark poses with and Stern James Rhodes Stark thought about the position for a moment and he agreed on the condition that Senator present himself and with their medals for bravery in defeating and . A couple of hours later in exchange, Stark got his wish and took the job as consultant. He took great pleasure in Senator Stern's annoyance at being forced to give him a new medal, smiling for the pictures and offering a peace sign to the crowd of onlookers.\\nStern James Rhodes Ivan Vanko Justin Hammer Consultant for S.H.I.E.L.D.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/StarkLight-TIH.png/revision/latest?cb=20150124182616\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/StarkLight-TIH.png/revision/latest/scale-to-width-down/250?cb=20150124182616\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkLight-TIH.png\\\" data-image-key=\\\"StarkLight-TIH.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/StarkLight-TIH.png/revision/latest/scale-to-width-down/250?cb=20150124182616\\\" /></a>                 Stark searches for General Thaddeus Ross\\n\\\"The smell of stale beer and defeat. You know, I hate to say 'I told you so', General, but that was put on ice for a reason. I've always felt that hardware was much more reliable.\\\" Super Soldier program ―Tony Stark to Thaddeus Ross Keeping with his job as consultant for , Stark was tasked with preventing General from releasing onto the , ordered by the . Stark arrived at the where he found a drunken Ross, who was still dealing with losing , despite his own prolonged search for him.\\nS.H.I.E.L.D. Thaddeus Ross Emil Blonsky Avengers Initiative World Security Council bar Hulk       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Stark-ross-1-.jpg/revision/latest?cb=20210210063138\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Stark-ross-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210210063138\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-ross-1-.jpg\\\" data-image-key=\\\"Stark-ross-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Stark-ross-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210210063138\\\" /></a>                 Stark makes a deal with Thaddeus Ross The two exchanged insults about each other's recent battles before Stark told him that a was being put together. Stark annoyed Ross so much that the latter tried to have him removed from the bar, but Stark had already bought and arranged it to be demolished later on, which Stark informed and on. The task was then completed with Ross refusing to release Blonsky from his custody out of pure spite.\\nteam Phil Coulson Jasper Sitwell In , Stark was interviewed by about his dual identity as Iron Man.\\nJuly 2011 WHiH World News Chitauri Invasion Avengers Initiation       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/44/Iron_man_in_the_avengers_movie-HD-1-.jpg/revision/latest?cb=20170618110157\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/44/Iron_man_in_the_avengers_movie-HD-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170618110157\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"138\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron man in the avengers movie-HD-1-.jpg\\\" data-image-key=\\\"Iron_man_in_the_avengers_movie-HD-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/44/Iron_man_in_the_avengers_movie-HD-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170618110157\\\" /></a>                 Iron Man completes his work on Stark Tower\\n\\\"You have reached the of Tony Stark. Please leave a message.\\\" \\\"This is urgent.\\\" \\\"Then leave it urgently.\\\" Life-Model Decoy ―Tony Stark and Phil Coulson Stark retrieved the ' and stripped it of all of the new weapons and turned it back into the . When Rhodes then arrived, Stark informed him that he would never wear that armor again because he made him a with improved technology and weaponry. With that, Rhodes became a superhero who dons like Iron Man known as War Machine. Stark focused his efforts on in which was powered by pure clean energy, with Stark admiring that his own name was lit up.\\nJames Rhodes Mark I Armor Hammer Industries Mark II Iron Man Armor new one armored suits Stark Tower New York City       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Life_Model_Decoy.png/revision/latest?cb=20141130070850\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Life_Model_Decoy.png/revision/latest/scale-to-width-down/250?cb=20141130070850\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Life Model Decoy.png\\\" data-image-key=\\\"Life_Model_Decoy.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Life_Model_Decoy.png/revision/latest/scale-to-width-down/250?cb=20141130070850\\\" /></a>                 Stark jokes about being a Life-Model Decoy Upon arriving at Stark Tower, he and began celebrating the successful creation of their newest, clean energy source for the entire city, with Stark telling her that she could have twelve percent of the credit for ' newest breakthrough. Stark was then informed by that Agent had arrived and now wished to speak with him, to which he refused and even claimed to be a , but Coulson still insisted that he needed to speak to Stark urgently and then let himself into the tower, much to Stark's dismay as he blamed Potts for the security breach.\\nPepper Potts Stark Industries J.A.R.V.I.S. Phil Coulson Life-Model Decoy       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Image2xea.jpg/revision/latest?cb=20210502200441\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Image2xea.jpg/revision/latest/scale-to-width-down/250?cb=20210502200441\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Image2xea.jpg\\\" data-image-key=\\\"Image2xea.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Image2xea.jpg/revision/latest/scale-to-width-down/250?cb=20210502200441\\\" /></a>                 Stark learns of 's invasion of Loki Earth Coulson informed Stark that the was now active in the wake of the at the hands of , an who had attacked some Agents, stolen the , and took and as his mind-controlled slaves with the power of his . Coulson explained that they needed him to come in despite having previously been rejected from the , handing Stark holographic screens with information about , , and Loki for him to study. While Potts and Coulson left the tower, Stark began examining the Tesseract design.\\nAvengers Initiative Destruction of Project P.E.G.A.S.U.S. Loki Asgardian S.H.I.E.L.D. Tesseract Erik Selvig Clint Barton Scepter Avengers Captain America Thor Hulk Capturing Loki       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1f/IronManCapGermany-Avengers.png/revision/latest?cb=20141130235552\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1f/IronManCapGermany-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141130235552\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManCapGermany-Avengers.png\\\" data-image-key=\\\"IronManCapGermany-Avengers.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1f/IronManCapGermany-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141130235552\\\" /></a>                 Iron Man and capture Captain America Loki\\n\\\"Do not touch me again.\\\" \\\"Then don’t take .\\\" \\\"You don't know what you're dealing with.\\\" \\\" in the Park? Doth know you weareth her drapes?\\\" my stuff Shakespeare mother ― and Iron Man Thor Stark quickly suited up in his current and then traveled straight to , where he then quickly found his old acquaintance, in a overlooking the newly unfrozen in the middle of a battle with the hostile god, . Iron Man jetted right in and blasted Loki with his repulsors and stood tall next to Captain America, aiming every weapon he had and forcing Loki to surrender as they took him into custody.\\nMark VI Armor Stuttgart Germany Natasha Romanoff Quinjet Captain America Loki       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/IronMan-GoingAfterThor.jpg/revision/latest?cb=20170621084353\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/IronMan-GoingAfterThor.jpg/revision/latest/scale-to-width-down/250?cb=20170621084353\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-GoingAfterThor.jpg\\\" data-image-key=\\\"IronMan-GoingAfterThor.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/IronMan-GoingAfterThor.jpg/revision/latest/scale-to-width-down/250?cb=20170621084353\\\" /></a>                 Iron Man witnesses kidnapping Thor Loki Escorting Loki onto the Quinjet in handcuffs, the team headed back towards the 's . Iron Man commented on Captain America' fighting skills and subtly mocked his lack of knowledge of modern society since returning from , questioning if he had taken up . As they were discussing why Loki had surrendered, a sudden thunderstorm had occurred, seemingly unnerving Loki. The Quinjet was then attacked by , the adoptive brother of Loki, who broke in and subdued Iron Man before he could fight back before ripping Loki out from his seat before flying away, leaving Iron Man and Captain America behind.\\nS.H.I.E.L.D. Helicarrier World War II Pilates Thor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IronMan-DontTakeMyStuff.jpg/revision/latest?cb=20170621084414\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IronMan-DontTakeMyStuff.jpg/revision/latest/scale-to-width-down/250?cb=20170621084414\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-DontTakeMyStuff.jpg\\\" data-image-key=\\\"IronMan-DontTakeMyStuff.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IronMan-DontTakeMyStuff.jpg/revision/latest/scale-to-width-down/250?cb=20170621084414\\\" /></a>                 Iron Man attacks and confronts Thor While Thor threatened Loki atop a mountain in order to learn exactly who Loki's master is, Iron Man blasted straight into him, hurling him onto the forest floor away from Loki. While Thor got his bearings, Iron Man revealed himself and was warned to not touch Thor again, to which he told him not to take his things, referring to Loki. Thor then informed Iron Man he did not understand what was happening, and Iron Man mockingly claimed that Thor looked like he was in a production in the park, telling him that he looked like he was wearing 's own clothing.\\nWilliam Shakespeare his mother       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/Iron_Man_Electrified.png/revision/latest?cb=20180821011542\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/Iron_Man_Electrified.png/revision/latest/scale-to-width-down/250?cb=20180821011542\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Electrified.png\\\" data-image-key=\\\"Iron_Man_Electrified.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/01/Iron_Man_Electrified.png/revision/latest/scale-to-width-down/250?cb=20180821011542\\\" /></a>                 Iron Man is electrocuted by Mjølnir The two began to as Thor refused to not be allowed to take Loki was to the as he struck Iron Man who defended himself. During the fight, Thor summoned lightning to his hammer, , and electrocuted Stark; however, this only succeeded in super-charging Stark's suit. inform him that his suit was at four-hundred percent capacity, allowing him to blast Thor off his feet. When Thor attempted to charge at him, Iron Man charged back and managed to push him straight into a mountain, but Thor continued to fight back and caused them to crash land back in the forest where they then continued fighting each other.\\nbattle Asgardian Dungeons Mjølnir J.A.R.V.I.S.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2f/IronMan-vs-Thor.jpg/revision/latest?cb=20170315131002\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2f/IronMan-vs-Thor.jpg/revision/latest/scale-to-width-down/250?cb=20170315131002\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-vs-Thor.jpg\\\" data-image-key=\\\"IronMan-vs-Thor.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2f/IronMan-vs-Thor.jpg/revision/latest/scale-to-width-down/250?cb=20170315131002\\\" /></a>                 Iron Man is locked into against battle Thor Iron Man's armor took a beating during the battle as Thor easily began to crush one of the gauntlets with just his bare hands. Fearing his arm would be shattered, Iron Man responded by shooting Thor in the face, which merely knocked his head back, before head butting him with his helmet. However, Thor's own strength allowed him to withstand all of Iron Man's blows and be unaffected as they continued their fight with Iron Man using all the advantages of his suit to try and subdue Thor without killing him so that he could then take him and Loki back into S.H.I.E.L.D.'s custody.\\nAsgardian       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Trailer20036layer42.png/revision/latest?cb=20210502193413\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Trailer20036layer42.png/revision/latest/scale-to-width-down/250?cb=20210502193413\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Trailer20036layer42.png\\\" data-image-key=\\\"Trailer20036layer42.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Trailer20036layer42.png/revision/latest/scale-to-width-down/250?cb=20210502193413\\\" /></a>                 Iron Man with and Thor Captain America Their fight was broken up by Captain America who demanded that they stop fighting and questioned what Thor was doing on , in which he explained he had come to put an end to Loki's . Captain America then insisted that Thor prove that he was on their side by putting down his hammer, to which Iron Man noted that was a bad move as Thor loved his hammer, just before he was struck by Mjølnir and knocked through a tree just when Thor attacked Captain America. After Captain America matched Mjølnir with , the three managed to calm and Thor got recruited, recapturing Loki and taking him away.\\nEarth schemes his shield Meeting the Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Avengers_34.jpg/revision/latest?cb=20210502211615\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Avengers_34.jpg/revision/latest/scale-to-width-down/250?cb=20210502211615\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers 34.jpg\\\" data-image-key=\\\"Avengers_34.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Avengers_34.jpg/revision/latest/scale-to-width-down/250?cb=20210502211615\\\" /></a>                 Stark arrives onboard the Helicarrier\\n\\\" 's the guy never shut up about? Wondering if they shouldn't have kept him on ice.\\\" That my dad ―Tony Stark to Bruce Banner They took back to the where Stark had a talk with Agent and promised to lend him the former's private jet to meet with in . Stark then joined the group, complimenting on his fighting skills and pointing out an before noting that Loki needed in order to control the 's power. As Stark explained why Loki needed and , he was questioned about his newfound expertise by and revealed that he had done his research the night before, noting that all Loki needed was a to control the Tesseract.\\nLoki Helicarrier Phil Coulson Audrey Nathan Portland Thor Agent playing Galaga Iridium Tesseract Erik Selvig Clint Barton Maria Hill power source       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/82/GH-05597_R-560x373.jpg/revision/latest?cb=20210415203606\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/82/GH-05597_R-560x373.jpg/revision/latest/scale-to-width-down/250?cb=20210415203606\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"GH-05597 R-560x373.jpg\\\" data-image-key=\\\"GH-05597_R-560x373.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/82/GH-05597_R-560x373.jpg/revision/latest/scale-to-width-down/250?cb=20210415203606\\\" /></a>                 Stark is introduced to Doctor Bruce Banner Stark was introduced to who understood all of his own theories, delighting Stark who then complimented Banner on his own intelligence and ability to turn into . Director then suggested Stark and Banner work together to try and understand Loki's , with comparing it to a weapon. While Captain America still struggled to understand a lot of the team's new modern references, Stark and Banner departed for the lap to begin their research, but not before Stark planted a hacking device and allowed to begin searching 's database to find out its secrets about why the were assembled.\\nBruce Banner Hulk Nick Fury Scepter Captain America HYDRA J.A.R.V.I.S. S.H.I.E.L.D. Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/TStark-TestingBBanner.jpg/revision/latest?cb=20170621084436\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/TStark-TestingBBanner.jpg/revision/latest/scale-to-width-down/250?cb=20170621084436\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-TestingBBanner.jpg\\\" data-image-key=\\\"TStark-TestingBBanner.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/TStark-TestingBBanner.jpg/revision/latest/scale-to-width-down/250?cb=20170621084436\\\" /></a>                 Stark tests 's temper control Bruce Banner Stark talked with Banner in their new lab as they discussed all of Selvig's work and inviting him to come work at for a stress free work place, despite Banner claiming that he last time he was in . Stark then tried once to annoy Banner by poking him with a prod in order to test his ability to resist his transformation, only to get no response apart from pain before Captain America entered and demanded he stop, as Banner's transformation would put all the lives on the Helicarrier at risk.\\nStark Tower broke Harlem New York City       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3d/TonySteveandBruce.jpg/revision/latest?cb=20140907180213\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3d/TonySteveandBruce.jpg/revision/latest/scale-to-width-down/250?cb=20140907180213\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonySteveandBruce.jpg\\\" data-image-key=\\\"TonySteveandBruce.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3d/TonySteveandBruce.jpg/revision/latest/scale-to-width-down/250?cb=20140907180213\\\" /></a>                 Stark still continues mocking Captain America Stark wondered if Banner used jazz or marijuana to keep his cool, to which Captain America found less than funny, telling Stark he was risking the lives of everyone onboard the Helicarrier and should be focusing on the issues at hand. Stark, however, suggested that Fury might have other motives for restarting the , although Captain America was unconvinced. Banner noted that Loki's comments could have been referring to Stark Tower and the power it supplied. Captain America once again told Stark to remain focused on locating the Tesseract, only for Stark to insult his and send him out of his lab. Stark rudely commented on how had so often admired Captain America having worked with him back in .\\nAvengers Initiative uniform his father World War II Team Tension       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/TStark-DiscussingGamma.jpg/revision/latest?cb=20170621084502\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/TStark-DiscussingGamma.jpg/revision/latest/scale-to-width-down/250?cb=20170621084502\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-DiscussingGamma.jpg\\\" data-image-key=\\\"TStark-DiscussingGamma.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/TStark-DiscussingGamma.jpg/revision/latest/scale-to-width-down/250?cb=20170621084502\\\" /></a>                 Stark and discuss Hulk Bruce Banner\\n\\\"The only thing you really fight for is yourself. You're not the guy to make the sacrifice play, to lay down on a wire and let the other guy crawl over you.\\\" \\\"I think I would just cut the wire.\\\" \\\"Always a way out. You know, you may not be a threat, but you better stop pretending to be a hero.\\\" ― and Tony Stark Steve Rogers When Stark noted that he wanted to be in the fight with them when it came time for it, Banner insisted that he couldn't, calling Hulk a nightmare. Stark then told Banner about how his was keeping the shrapnel he gained from away from his heart, calling it a terrible privilege, with Banner claiming his situation was not the same. Stark noted all the Banner was exposed to should have killed him and maybe Hulk saved his life.\\nBruce Banner Arc Reactor his kidnapping gamma radiation       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/StarkBanner-HackingSHIELD.jpg/revision/latest?cb=20170621084516\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/StarkBanner-HackingSHIELD.jpg/revision/latest/scale-to-width-down/250?cb=20170621084516\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkBanner-HackingSHIELD.jpg\\\" data-image-key=\\\"StarkBanner-HackingSHIELD.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/StarkBanner-HackingSHIELD.jpg/revision/latest/scale-to-width-down/250?cb=20170621084516\\\" /></a>                 Stark manages to hack into S.H.I.E.L.D. Stark and Banner learned that was trying to harness the 's powers to begin and create weapons of mass destruction. soon learned of their schemes and challenged them both, with them soon being joined by who had also found out that S.H.I.E.L.D. was using 's technology to learn how to harness it, based on the 's designs. Just as Fury tried to defend his actions, Stark contradicted him, forcing Fury to confess they were building the weapons in response to and the recent which they were unprepared for.\\nS.H.I.E.L.D. Tesseract Phase 2 Nick Fury Captain America HYDRA Red Skull Thor Battle of Puente Antiguo       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/81/TStark-RogersConfrontation-TA.jpg/revision/latest?cb=20210103041518\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/81/TStark-RogersConfrontation-TA.jpg/revision/latest/scale-to-width-down/250?cb=20210103041518\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"135\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-RogersConfrontation-TA.jpg\\\" data-image-key=\\\"TStark-RogersConfrontation-TA.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/81/TStark-RogersConfrontation-TA.jpg/revision/latest/scale-to-width-down/250?cb=20210103041518\\\" /></a>                 Stark debating heroism with Steve Rogers While Banner called their new team a time bomb, Stark got into a heated argument with Captain America who claimed that Stark was not a hero but a selfish man in a , while Stark noted that Captain America was only a hero because of the given to him by and , leading to Stark challenging him to a fight. During an ensuing argument between the , Banner inadvertently picked up 's , revealing Loki's control over him. All of Loki's troops then arrived, led by the brainwashed , and attacked the in order to free Loki.\\nsuit of armor Super Soldier Serum Stark's father Abraham Erskine Avengers Loki Scepter Clint Barton Helicarrier Attack on the Helicarrier       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IronMan-FixingHelicarrier.jpg/revision/latest?cb=20170621084548\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IronMan-FixingHelicarrier.jpg/revision/latest/scale-to-width-down/250?cb=20170621084548\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-FixingHelicarrier.jpg\\\" data-image-key=\\\"IronMan-FixingHelicarrier.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/IronMan-FixingHelicarrier.jpg/revision/latest/scale-to-width-down/250?cb=20170621084548\\\" /></a>                 Iron Man begins repairing the Helicarrier\\n\\\"Cap, hit the lever.\\\" \\\"I need a minute here!\\\" \\\"Lever. Now!\\\" ―Iron Man and Captain America When one of the 's engines was destroyed by , Stark quickly suited up in the and rushed outside to try and assist in its repair. Iron Man arrived and soon assessed the damage, recruiting to help him by checking all the main controls while Iron Man went inside the engine: However, Iron Man was soon frustrated when Captain America struggled to understand the modern technology that he was currently looking at due to his lack of exposure to any of it.\\nHelicarrier Hawkeye Mark VI Armor Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/IronMan-FixingHelicarrier-Laser.jpg/revision/latest?cb=20180822051327\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/IronMan-FixingHelicarrier-Laser.jpg/revision/latest/scale-to-width-down/250?cb=20180822051327\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-FixingHelicarrier-Laser.jpg\\\" data-image-key=\\\"IronMan-FixingHelicarrier-Laser.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/IronMan-FixingHelicarrier-Laser.jpg/revision/latest/scale-to-width-down/250?cb=20180822051327\\\" /></a>                 Iron Man cuts through the damaged propeller While Iron Man and Captain America were working together by the damaged engine, and were unable to stop Hawkeye using one of to shut down the Helicarrier's power, causing it to fall out of the sky, dramatically shortening the time Iron Man had to save the day. Upon arriving at the engine itself, Iron Man used his laser to cut through the damaged propeller and decided to use his armor's to restart the engine by hand, telling Captain America to pull a lever in order to free him from the engine before he got shredded inside it when it moved too fast.\\nNick Fury Maria Hill his arrows Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/CiuAx4_7Ts-1-.jpg/revision/latest?cb=20170620101914\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/CiuAx4_7Ts-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170620101914\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"CiuAx4 7Ts-1-.jpg\\\" data-image-key=\\\"CiuAx4_7Ts-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/CiuAx4_7Ts-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170620101914\\\" /></a>                 Iron Man restarts the 's engine Helicarrier Iron Man put all of his might into pushing the engine in order to get in spinning fast enough to lift the Helicarrier back up into the air, saving all of the Agents onboard. However, Iron Man soon found it was beginning to move too fast for him to keep up and then asked Captain America to pull the lever, only to learn Captain America was now busy fighting 's mind-controlled soldiers. Iron Man was briefly trapped and badly damaged by the propeller until Captain America managed to free him just in time. Iron Man then flew to Captain America's location and subdued the soldier attacking him before his suit lost all power.\\nS.H.I.E.L.D. Loki Something to Avenge       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/Cap_Tony.jpg/revision/latest?cb=20121018125519\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/Cap_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20121018125519\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Cap Tony.jpg\\\" data-image-key=\\\"Cap_Tony.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/Cap_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20121018125519\\\" /></a>                 Iron Man learns that has been killed Phil Coulson\\n\\\"That's what he wants! He wants to beat , he wants to be seen doing it. He wants an audience.\\\" \\\"I caught his in .\\\" \\\"That’s just previews, this is opening night. And , he’s a full-tail diva. He wants flowers, he wants parades, he wants a built to the skies with his name plastered on it.\\\" us act Stuttgart Loki monument ―Tony Stark and Steve Rogers With the now safe thanks to their efforts, the duo then learned that during the chaos, had transformed into Hulk and caused mass destruction before he had escaped from the ship, as well as being ejected from the by who escaped but not before mortally wounding Agent . When medical assistance was called in for Coulson, it was soon confirmed that he had in fact died from all of his wounds, news which shook Stark to his very core.\\nHelicarrier Bruce Banner Thor Helicarrier Loki Phil Coulson       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/TStark-NFurySpeech-TA.jpg/revision/latest?cb=20180822053446\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/TStark-NFurySpeech-TA.jpg/revision/latest/scale-to-width-down/250?cb=20180822053446\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-NFurySpeech-TA.jpg\\\" data-image-key=\\\"TStark-NFurySpeech-TA.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/TStark-NFurySpeech-TA.jpg/revision/latest/scale-to-width-down/250?cb=20180822053446\\\" /></a>                 Stark listens to 's speech Nick Fury Avengers Stark and were then gathered together in the control room where expressed his own deep regret for Coulson's death, presenting Rogers with the he had asked him to sign. While Stark listened in silence, Fury then explained they could not locate the , confessing that he was planning on recreating weapons with it's power before he informed the two that the was started so the isolated individuals could become something more and that Coulson died still believing this. Hearing this, Stark got to his feet.\\nSteve Rogers Nick Fury Captain America Card Collection Tesseract HYDRA Avengers Initiative       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/TStark-WeAreNotSoldiers.jpg/revision/latest?cb=20170621084627\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/TStark-WeAreNotSoldiers.jpg/revision/latest/scale-to-width-down/250?cb=20170621084627\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-WeAreNotSoldiers.jpg\\\" data-image-key=\\\"TStark-WeAreNotSoldiers.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/TStark-WeAreNotSoldiers.jpg/revision/latest/scale-to-width-down/250?cb=20170621084627\\\" /></a>                 Stark refuses to follow 's orders Nick Fury Visiting the site of Coulson's murder at Loki's hand, Stark began talking with Rogers about how Coulson didn't have family, but was dating . When Rogers called him a good man, Stark called him an idiot for challenging Loki with the on his own. Stark began claiming that they were not soldiers in a war and he would not be following Fury any longer, noting about how Loki made it personal to draw them in. Rogers went to dismiss the comment but Stark noted that making it personal was Loki's plan, to rip their new team apart.\\nAudrey Nathan Destroyer Armor Prototype Gun       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2c/TStark-SonOfABitch.jpg/revision/latest?cb=20170621084647\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2c/TStark-SonOfABitch.jpg/revision/latest/scale-to-width-down/250?cb=20170621084647\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-SonOfABitch.jpg\\\" data-image-key=\\\"TStark-SonOfABitch.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2c/TStark-SonOfABitch.jpg/revision/latest/scale-to-width-down/250?cb=20170621084647\\\" /></a>                 Stark realizes is at Loki Stark Tower While rambling on about the theatrics that Loki has pulled off as part of his grand plan for , Stark began to draw closer to finding out where the God of Mischief would set off the portal to bring his forth, commenting on how Loki wanted his victory to be seen by the world. At that moment, Stark realized he had built something out of ego, , and it would provide both the perfect source of energy to open the portal and serve as a taunt. With a \\\"son of a bitch\\\" escaping his lips, Stark then informed Rogers of his epiphany before quickly walking out of the room.\\nworld domination Asgardian alien army Stark Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/TStark-FixingHelmet-TA.jpg/revision/latest?cb=20170621084658\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/TStark-FixingHelmet-TA.jpg/revision/latest/scale-to-width-down/250?cb=20170621084658\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-FixingHelmet-TA.jpg\\\" data-image-key=\\\"TStark-FixingHelmet-TA.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/TStark-FixingHelmet-TA.jpg/revision/latest/scale-to-width-down/250?cb=20170621084658\\\" /></a>                 Stark repairs Mark VI Iron Man Armor With this new lead, Rogers put on his and regrouped with the other available while Stark repaired the so it was battle ready again. Fueled by a desire to avenge Agent Coulson's death, Stark soon had his armor ready to go into battle. While Captain America, , and , who had now been freed from Loki's mind control, left onboard a which they had stolen from , Iron Man flew himself straight to in order to finally confront Loki and end his attack, although he found the armor still lost some power along the way.\\nuniform Avengers Mark VI Iron Man Armor Black Widow Hawkeye Quinjet S.H.I.E.L.D. New York City Confronting Loki       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Avengers_25.jpg/revision/latest?cb=20210502205801\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Avengers_25.jpg/revision/latest/scale-to-width-down/250?cb=20210502205801\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers 25.jpg\\\" data-image-key=\\\"Avengers_25.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Avengers_25.jpg/revision/latest/scale-to-width-down/250?cb=20210502205801\\\" /></a>                 Iron Man tries to destroy the portal device\\n\\\"There's no throne, there is no version of this where you come out on top. Maybe your army comes and maybe it's too much for us, but it's all on you. Because if we can't protect the , you can be damn well sure 'll avenge it.\\\" Earth we ―Tony Stark to Loki Iron Man soon arrived at where he found a device had been installed on the roof powered by the that was now being operated by the mind-controlled Professor . Iron Man ordered to cut the power from the tower, only learn the portal device was already self-sustaining. Failing to convince Selvig to shut down the device, Iron Man blasted it; however, the barrier around the device bounced the blast back.\\nStark Tower Tesseract Erik Selvig J.A.R.V.I.S.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f5/Mavengersfilmstillsaba1.jpg/revision/latest?cb=20210502202200\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f5/Mavengersfilmstillsaba1.jpg/revision/latest/scale-to-width-down/250?cb=20210502202200\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Mavengersfilmstillsaba1.jpg\\\" data-image-key=\\\"Mavengersfilmstillsaba1.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f5/Mavengersfilmstillsaba1.jpg/revision/latest/scale-to-width-down/250?cb=20210502202200\\\" /></a>                 Stark engages in a battle of wits against Loki Iron Man saw that was watching in amusement from the balcony of Stark's penthouse and, seeing that there was now nothing else he could do to stop the , Stark decided to change tactics, land on a platform, remove the and face off against Loki without any defenses. In a sense of hospitality, Stark offered Loki a drink, but he declined before Stark threatened Loki. To buy time to put on his two , Stark then promised Loki that he would be stopped by the no matter how long it took them, although Loki still remained unintimidated by the concept.\\nLoki invasion Mark VI Iron Man Armor Colantotte Bracelets Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/LokiPerformanceIssues1-Avengers.png/revision/latest?cb=20141201045357\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/LokiPerformanceIssues1-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141201045357\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"LokiPerformanceIssues1-Avengers.png\\\" data-image-key=\\\"LokiPerformanceIssues1-Avengers.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/LokiPerformanceIssues1-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141201045357\\\" /></a>                 Stark is protected from 's Loki Scepter Stark listed off all the Avengers members to show what Loki was up against, seeing Loki cringe at the mention of . Loki insisted that his army would overcome them with ease, so Stark then noted that they had a on their own side. Stark then promised that even if the Avengers failed to protect the , they would at least avenge it by defeating Loki. The now furious Loki promised that the Avengers would have no time for him when they were fighting a brainwashed Stark. When Loki attempted to enthrall him, the in Stark's chest was blocking the from Stark's heart.\\nThor Chitauri Hulk Earth Arc Reactor Scepter       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/IronManMarkVII-Avengers.png/revision/latest?cb=20141201050500\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/IronManMarkVII-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141201050500\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManMarkVII-Avengers.png\\\" data-image-key=\\\"IronManMarkVII-Avengers.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/IronManMarkVII-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141201050500\\\" /></a>                 Iron Man attacks in 's name Loki Phil Coulson Making a performance joke, Stark was suddenly attacked by Loki who vowed to destroy the Avengers before Stark was then thrown out of the window hundreds of feet above the ground. However, Stark just managed to call for the ; it was rocket-propelled to him, and formed the suit around him by connecting to the Colantotte Bracelets he had put on right before he could hit the ground. Iron Man flew back up to Loki and told him there was one other person Loki had pissed off; , and blasted Loki backwards before he could even react in the name of the late Agent Coulson.\\nMark VII Iron Man Armor Phil Coulson Battle of New York       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/IronManSeesChitauri-Avengers.png/revision/latest?cb=20141201053755\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/IronManSeesChitauri-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141201053755\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManSeesChitauri-Avengers.png\\\" data-image-key=\\\"IronManSeesChitauri-Avengers.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/IronManSeesChitauri-Avengers.png/revision/latest/scale-to-width-down/250?cb=20141201053755\\\" /></a>                 Iron Man attacking all the incoming Chitauri\\n\\\"Call it, Captain.\\\" \\\"All right, listen up. Until we can close that portal up there, our priority is containment. , I want you on that roof, eyes on everything. Call out patterns and strays. Stark, you got the perimeter. Anything gets more than three blocks out, you turn it back or you turn it to ash.\\\" Barton ―Iron Man and Captain America Iron Man was, however, confronted by 's device which opened a portal into space where Loki's army of flew into and began their war against . Amazed at what he was witnessing, Iron Man charged upwards and fired all of the 's weapons upon the attacking alien forces. Iron Man recruited the help of by flying by the and having him shoot the aliens out of the sky behind him while mockingly asking if they had stopped for drive-thru as they were so late to the fight.\\nLoki Chitauri New York City Earth Mark VII Iron Man Armor Hawkeye Quinjet       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/92/Image16tl.jpg/revision/latest?cb=20180826012225\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/92/Image16tl.jpg/revision/latest/scale-to-width-down/250?cb=20180826012225\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Image16tl.jpg\\\" data-image-key=\\\"Image16tl.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/92/Image16tl.jpg/revision/latest/scale-to-width-down/250?cb=20180826012225\\\" /></a>                 Iron Man successfully destroys a Leviathan Iron Man fought off the and tried to call , who told Iron Man that he was too busy fighting soldiers working for the , but would come to help as soon as possible. Iron Man then began to chase after a , a flying giant alien serpent and the warship to dozens of Chitauri. When he was notified of the arrival of on the field, Iron Man led the flying serpent towards him, saying he was bringing the party to the others, so that Banner would transform into Hulk and defeat it, with Iron Man firing a tank missile at the Leviathan to destroy it's body and finally kill it.\\nChitauri War Machine Ten Rings Leviathan Bruce Banner       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Iron_Man_Assembled.png/revision/latest?cb=20141201052947\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Iron_Man_Assembled.png/revision/latest/scale-to-width-down/250?cb=20141201052947\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Assembled.png\\\" data-image-key=\\\"Iron_Man_Assembled.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Iron_Man_Assembled.png/revision/latest/scale-to-width-down/250?cb=20141201052947\\\" /></a>                 Iron Man listens to 's orders Captain America Iron Man landed on the ground alongside his fellow . The team were then confronted by hundreds of Chitauri who flew in through the portal as well as several more Leviathans. gave out orders and instructed Iron Man to take to the skies and fend off more Chitauri as well as keep them within . Captain America then ordered Hawkeye to get onto the roof of one of the skyscrapers in order to inform them of the Chitauri's movements during the battle while also sharpshooting them, so Iron Man flew him up there while Captain America gave out his orders to the other Avengers.\\nAvengers Captain America New York City       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/Iron-Man-image-iron-man-36091955-1920-1080-1-.jpg/revision/latest?cb=20150828111431\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/Iron-Man-image-iron-man-36091955-1920-1080-1-.jpg/revision/latest/scale-to-width-down/250?cb=20150828111431\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-Man-image-iron-man-36091955-1920-1080-1-.jpg\\\" data-image-key=\\\"Iron-Man-image-iron-man-36091955-1920-1080-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/Iron-Man-image-iron-man-36091955-1920-1080-1-.jpg/revision/latest/scale-to-width-down/250?cb=20150828111431\\\" /></a>                 Iron Man gets chased by some Chitauri Chariots As the began, Iron Man focused on his task of insuring that the Chitauri forces did not leave the city and wreak havoc elsewhere. He soon found himself being chased down by multiple which attempted to shoot him out of the sky, until Hawkeye advised Iron Man to fly towards a tight corner as he noted the Chitauri weren't as good at maneuvering their craft as he was. Iron Man did as recommended and successfully caused the Chitauri Chariots to crash into nearby buildings. However, despite 's best efforts to block the portal, they still continued coming through.\\nBattle of New York Chitauri Chariots Thor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/IronMan-ShieldBlast-TA.jpg/revision/latest?cb=20170621084718\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/IronMan-ShieldBlast-TA.jpg/revision/latest/scale-to-width-down/250?cb=20170621084718\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-ShieldBlast-TA.jpg\\\" data-image-key=\\\"IronMan-ShieldBlast-TA.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/IronMan-ShieldBlast-TA.jpg/revision/latest/scale-to-width-down/250?cb=20170621084718\\\" /></a>                 Iron Man fighting alongside Captain America Charging throughout the entire battlefield, Iron Man came to the aid of who was currently riding one of the Chitauri Chariots to try and reach , who Iron Man soon shot the pursuing Chitauri out of the sky to ensure she could get there. Iron Man then charged through multiple aliens to team up with Captain America, as they used to deflect Iron Man's gauntlet blasts across the multiple enemies, increasing its power as a result. Iron Man then aided Hawkeye by knocking several Chitauri off the building he was on before they could get to him as he continued flying.\\nBlack Widow Stark Tower his shield       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/62/IronMan3Lasers-Avengers.png/revision/latest?cb=20150403174128\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/62/IronMan3Lasers-Avengers.png/revision/latest/scale-to-width-down/250?cb=20150403174128\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan3Lasers-Avengers.png\\\" data-image-key=\\\"IronMan3Lasers-Avengers.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/62/IronMan3Lasers-Avengers.png/revision/latest/scale-to-width-down/250?cb=20150403174128\\\" /></a>                 Iron Man tries to destroy another Leviathan Having been told by that all his lasers were not cutting through a Leviathan's armored skin, Iron Man took inspiration from the tale of by taking out the Leviathan by flying head-first into its mouth and launching missiles from the inside, tearing it apart before crash landing on the street. However, Iron Man soon got battered by numerous attacks. Iron Man asked Thor if he had ever seen , saying he reminded him of it. Thor asked him how he can joke around during the battle, but was then eaten by a Leviathan. Out of rage, Thor used to get out of the Leviathan.\\nJ.A.R.V.I.S. Jonah Game of Thrones Mjølnir The Nuke       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e7/IronMan-GrabbingNuke.jpg/revision/latest?cb=20170621084733\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e7/IronMan-GrabbingNuke.jpg/revision/latest/scale-to-width-down/250?cb=20170621084733\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-GrabbingNuke.jpg\\\" data-image-key=\\\"IronMan-GrabbingNuke.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e7/IronMan-GrabbingNuke.jpg/revision/latest/scale-to-width-down/250?cb=20170621084733\\\" /></a>                 Iron Man just intercepts a nuclear missile\\n\\\"I got a nuke coming in, it's gonna blow in less than a minute. And I know just where to put it.\\\" \\\"Stark, you know that's a one way trip.\\\" ―Iron Man and Captain America As the continued, the found themselves still outnumbered and learned that had now found a way to close the portal. Iron Man hindered this as had instructed him that and the had fired a to blow up Manhattan in hopes of ending the invasion. Iron Man soon intercepted the missile and demanded that Black Widow keep the portal open, despite wishing to close it as soon as possible to end the invasion while they still could.\\nBattle of New York Avengers Black Widow Nick Fury Gideon Malick World Security Council nuclear missile Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c9/Tony_Stark_%28Falling_Back_to_Earth%29.png/revision/latest?cb=20180826084408\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c9/Tony_Stark_%28Falling_Back_to_Earth%29.png/revision/latest/scale-to-width-down/250?cb=20180826084408\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark (Falling Back to Earth).png\\\" data-image-key=\\\"Tony_Stark_%28Falling_Back_to_Earth%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c9/Tony_Stark_%28Falling_Back_to_Earth%29.png/revision/latest/scale-to-width-down/250?cb=20180826084408\\\" /></a>                 Stark falls back through the wormhole Iron Man flew it up through and up alongside and finally straight through the portal as he was taken into deep space. Iron Man looked in amazement at what was before him, all while he lost contact with and the oxygen swiftly ran out. As he lost consciousness, Iron Man released the nuclear missile and blew up the , which resulted in the deaths of the and across the city. However, Iron Man lost power in the in the process and then fell unconscious back through the portal just before it closed.\\nNew York City Stark Tower J.A.R.V.I.S. Chitauri Command Center Chitauri Leviathans Mark VII Iron Man Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8e/TStark-SurvivingNewYorkBattle.jpg/revision/latest?cb=20170621084747\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8e/TStark-SurvivingNewYorkBattle.jpg/revision/latest/scale-to-width-down/250?cb=20170621084747\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-SurvivingNewYorkBattle.jpg\\\" data-image-key=\\\"TStark-SurvivingNewYorkBattle.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8e/TStark-SurvivingNewYorkBattle.jpg/revision/latest/scale-to-width-down/250?cb=20170621084747\\\" /></a>                 Stark regains consciousness As Iron Man fell back to Earth, he was caught midair by who landed with him back on the ground. Captain America and ran over to Iron Man who appeared to be dead, only for Hulk to scream in his face, waking him up. Iron Man said they should get some to celebrate, despite not knowing what shawarma was. Captain America told him they'd do that later, since still needed to be apprehended.\\nHulk Thor shawarma Loki Battle Aftermath       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/The_Avengers_Assembled.jpg/revision/latest?cb=20121018120341\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/The_Avengers_Assembled.jpg/revision/latest/scale-to-width-down/250?cb=20121018120341\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"The Avengers Assembled.jpg\\\" data-image-key=\\\"The_Avengers_Assembled.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/The_Avengers_Assembled.jpg/revision/latest/scale-to-width-down/250?cb=20121018120341\\\" /></a>                 Iron Man and the confront Avengers Loki\\n\\\"If it's all the same to you, I'll have that drink now.\\\" \\\"All right, get him on his feet. can all stand around posing up a storm later. By the way, feel free to clean up.\\\" We ― and Iron Man Loki Iron Man and the rest of the returned to , where they found the defeated Loki. As Loki asked if he could have the drink Iron Man offered earlier, Iron Man merely told the other Avengers to apprehend Loki while noting the mess around him.\\nAvengers Stark Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Hulk_-StarkTowerElevator.png/revision/latest?cb=20190728201019\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Hulk_-StarkTowerElevator.png/revision/latest/scale-to-width-down/250?cb=20190728201019\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Hulk -StarkTowerElevator.png\\\" data-image-key=\\\"Hulk_-StarkTowerElevator.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Hulk_-StarkTowerElevator.png/revision/latest/scale-to-width-down/250?cb=20190728201019\\\" /></a>                 Stark with the captured Loki 's team then showed up to take possession of the , while Stark focused on safely securing the in a silver case, with intending it to bring it back to . Stark, Thor and Loki, along with a few S.H.I.E.L.D. agents, began to take the elevator down the lobby, but as moved to join them, Stark reminded him that the elevator had a weight capacity and motioned that he take the stairs instead, angering Hulk.\\nS.H.I.E.L.D. STRIKE Scepter Tesseract Thor Asgard Hulk       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/Post_Battle_of_New_York.png/revision/latest?cb=20190728211517\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/Post_Battle_of_New_York.png/revision/latest/scale-to-width-down/250?cb=20190728211517\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Post Battle of New York.png\\\" data-image-key=\\\"Post_Battle_of_New_York.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/Post_Battle_of_New_York.png/revision/latest/scale-to-width-down/250?cb=20190728211517\\\" /></a>                 Stark and escort out of Thor Loki Stark Tower As Stark and Thor made their way through the lobby, they were halted by of the , which oversaw S.H.I.E.L.D.. Pierce demanded that Thor and Stark relinquish custody of Loki and the Tesseract respectively to him, although Thor refused, citing that Loki would be returning to Asgard and would be punished by . Pierce then ordered Stark to hand over the Tesseract, citing that it had been S.H.I.E.L.D. property for seventy years.\\nAlexander Pierce World Security Council Odin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Shawarma_Palace.png/revision/latest?cb=20141202040238\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Shawarma_Palace.png/revision/latest/scale-to-width-down/250?cb=20141202040238\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Shawarma Palace.png\\\" data-image-key=\\\"Shawarma_Palace.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Shawarma_Palace.png/revision/latest/scale-to-width-down/250?cb=20141202040238\\\" /></a>                 Stark and the others eat at Shawarma Palace After Stark and Thor refused to relinquish the Tesseract, Pierce attempted to grab the case when Stark would not comply. Pierce's efforts were in naught, as Thor was allowed to take Loki and the Tesseract back with him to Asgard. Following the altercation, Stark and the other Avengers went into the where they all ate silently. They were soon interrupted by , who arrived from the , and too late to aid Stark and the rest of the Avengers in battle.\\nShawarma Palace War Machine Battle of Hong Kong       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/Cap_and_Tony.jpg/revision/latest?cb=20180820195954\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/Cap_and_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20180820195954\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Cap and Tony.jpg\\\" data-image-key=\\\"Cap_and_Tony.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/Cap_and_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20180820195954\\\" /></a>                 Stark says his goodbyes to Steve Rogers After their meal, the Avengers met in , witnessing Thor and Loki's return to Asgard using the Tesseract. The team then went their separate ways; with Stark saying goodbye to and shaking his hand before he drove away in his with Banner by his side. Stark was later with in ready to rebuild after the damage that was done.\\nCentral Park Steve Rogers Acura 2012 Stark Industries Super Car Pepper Potts Stark Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/SMH_Trailer2_20.png/revision/latest?cb=20170627025134\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/SMH_Trailer2_20.png/revision/latest/scale-to-width-down/250?cb=20170627025134\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH Trailer2 20.png\\\" data-image-key=\\\"SMH_Trailer2_20.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/SMH_Trailer2_20.png/revision/latest/scale-to-width-down/250?cb=20170627025134\\\" /></a>                 Stark founds the new United States Department of Damage Control Feeling all the guilt of his recent actions involving the , Stark invested into the in order to clear up the wreckage left behind by the and the that now littered . Putting in charge of the newly established Damage Control, Stark had Hoag take control away from to work on the clear up of the battle's aftermath, much to ' great dismay.\\nBattle of New York United States Department of Damage Control Chitauri Leviathans New York City Anne Marie Hoag Adrian Toomes' Crew Adrian Toomes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TA_3909.jpg/revision/latest?cb=20130122192527\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TA_3909.jpg/revision/latest/scale-to-width-down/250?cb=20130122192527\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TA 3909.jpg\\\" data-image-key=\\\"TA_3909.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TA_3909.jpg/revision/latest/scale-to-width-down/250?cb=20130122192527\\\" /></a>                 Stark and rebuild Pepper Potts Stark Tower Stark would go onto focus his efforts into creating the in order to protect the from the next threat from the , Stark showed Rhodes several Iron Man armors that could be remotely controlled.\\nIron Legion Earth Nine Realms Mandarin Threat Armor Obsession       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Handu.jpg/revision/latest?cb=20150326155526\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Handu.jpg/revision/latest/scale-to-width-down/250?cb=20150326155526\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Handu.jpg\\\" data-image-key=\\\"Handu.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Handu.jpg/revision/latest/scale-to-width-down/250?cb=20150326155526\\\" /></a>                 Stark tests out the new armor Mark XLII\\n\\\"And I guess 72 hours is a long time between siestas. Didn't think it could get any worse, then I had to go and turn on the TV. That's when happened.\\\" he ―Tony Stark after the , Stark continued building up the , creating new suits for all possible eventualities. While in his , Stark tested out the new , which was built so that he could now activate and summon various pieces of the armor when needed using micro-repeaters implanted in his body. Stark ignored 's concern about his lack of sleep and the armor's safety briefing, recruiting to assist him in filming the newest test to 's \\\"Jingle Bells\\\".\\nSeven months Battle of New York Iron Legion Malibu Mansion Mark XLII J.A.R.V.I.S. Dum-E and U Bombay Dub Orchestra       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/Mark4p.jpg/revision/latest?cb=20150326155728\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/Mark4p.jpg/revision/latest/scale-to-width-down/250?cb=20150326155728\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Mark4p.jpg\\\" data-image-key=\\\"Mark4p.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/Mark4p.jpg/revision/latest/scale-to-width-down/250?cb=20150326155728\\\" /></a>                 Iron Man suits up with his latest armor Stark successfully summoned both of his gauntlets, deciding to have the entire armor assemble at once. However, due to glitches, the pieces started coming too fast to properly attach, forcing Stark to dodge the flying projectiles as they damaged his workshop, with the face and crotch plates hurting him if they impacted by themselves. After slowing down the armor assembly, Stark only had the face plate left and noticed it was upside down, so he flipped himself over to help it fit. Just as Stark celebrated, a final piece for his backside knocked him over, causing the entire suit to fall apart.\\nRight after testing the new armor, Stark watched the television, only to see that the terrorist the had made yet another attack on the . At the same time, had his own rebranded as under President ' direct orders.\\nMandarin United States of America James Rhodes suit Iron Patriot Matthew Ellis Mental Struggle       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/Neptune_Net.png/revision/latest?cb=20200625062754\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/Neptune_Net.png/revision/latest/scale-to-width-down/250?cb=20200625062754\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Neptune Net.png\\\" data-image-key=\\\"Neptune_Net.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/Neptune_Net.png/revision/latest/scale-to-width-down/250?cb=20200625062754\\\" /></a>                 Stark has lunch with James Rhodes\\n\\\"You know I can help, just ask. I got a ton of new tech. I got a prehensile, I got a new bomb disposal. Catches explosions mid-air.\\\" \\\"When's the last time you got a good night's sleep?\\\" \\\" slept three hours a year. Look what he did.\\\" Einstein ―Tony Stark and James Rhodes Stark met with at for lunch, where he spent much of his time mocking the new identity, being told that it had tested well with focus groups; the government felt that \\\" \\\" was too violent a name, which would send the wrong message. Stark then asked Rhodes about the 's attacks, wanting to know the facts regarding the terrorist.\\nJames Rhodes Neptune's Net Iron Patriot War Machine Mandarin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d8/Hqdefault-3-_war_rhodes.jpg/revision/latest?cb=20190405152709\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d8/Hqdefault-3-_war_rhodes.jpg/revision/latest/scale-to-width-down/250?cb=20190405152709\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Hqdefault-3- war rhodes.jpg\\\" data-image-key=\\\"Hqdefault-3-_war_rhodes.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d8/Hqdefault-3-_war_rhodes.jpg/revision/latest/scale-to-width-down/250?cb=20190405152709\\\" /></a>                 Stark asks to help James Rhodes Rhodes revealed the explosions' origins were unknown due to no bomb casings left behind. Stark argued that he was more than capable of helping with the mission thanks to his advanced , though Rhodes worried that his friend's recent actions were negatively impacting his health. then approached and asked Stark to sign a drawn picture, which he agreed to. The picture showed him in the diverting the missile into the above .\\nIron Legion Two children Battle of New York portal Stark Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/Mark_VII_IM3.jpg/revision/latest?cb=20170622105238\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/Mark_VII_IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170622105238\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Mark VII IM3.jpg\\\" data-image-key=\\\"Mark_VII_IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/Mark_VII_IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170622105238\\\" /></a>                 Stark runs into his armor during an anxiety attack As Rhodes continued insisting that Stark let the handle the Mandarin since the public is still on edge from the , Stark suddenly lost focus and scribbled a message for help on the drawing, reminded of his near-death experience. The boy asked how Stark escaped the wormhole, leading him to experience a severe anxiety attack as he recalled what he had seen in the battle. Stark rushed to put on his suit to test for any faults in his physiology, only to learn nothing was wrong. Taken aback, he then left to return and resume work on his suits.\\nPentagon Chitauri Invasion Mark VII home       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/TStark-HHoganCall-IM3.jpeg/revision/latest?cb=20170625152325\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/TStark-HHoganCall-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152325\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-HHoganCall-IM3.jpeg\\\" data-image-key=\\\"TStark-HHoganCall-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/TStark-HHoganCall-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152325\\\" /></a>                 Stark is updated on things by Happy Hogan After completing and storing away the , Stark called to get an update on what was happening at , where Hogan was now head of security. After Hogan complained about all of his experiences and embarrassments as Iron Man's bodyguard, he told Stark that was currently having a pitch meeting with at the , although he failed to flip the screen to show Stark their conversation.\\nMark XLII Happy Hogan Stark Industries Pepper Potts Aldrich Killian headquarters       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/TStark-ResearchingKillian.jpeg/revision/latest?cb=20170625152341\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/TStark-ResearchingKillian.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152341\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ResearchingKillian.jpeg\\\" data-image-key=\\\"TStark-ResearchingKillian.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/TStark-ResearchingKillian.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152341\\\" /></a>                 Stark studies 's new research Aldrich Killian Having discussed meeting Killian in back in , Stark and Hogan then conferred if Hogan should follow him, as he did not trust Killian nor the man's bodyguard, . While Hogan advised Stark to pay more attention to Potts, Stark said he missed his friend, with Hogan noting that he missed him too but also how Stark spent more time with the now. Stark promptly hung up the call and left his phone inside the wine cellar to continue working.\\nSwitzerland 1999 Eric Savin Avengers Anxiety Confession       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/Iron_Man_on_the_Couch-IM3.jpg/revision/latest?cb=20150326160337\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/Iron_Man_on_the_Couch-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20150326160337\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man on the Couch-IM3.jpg\\\" data-image-key=\\\"Iron_Man_on_the_Couch-IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f3/Iron_Man_on_the_Couch-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20150326160337\\\" /></a>                 Stark remotely controls his newest armor\\n\\\"I–I'm just a man in a can. The only reason I haven't cracked up is probably because you moved in. Which is great. I love you, I'm lucky. But, honey... I can't sleep. You go to bed, I come down here. I do what I know. I tinker. But, threat is imminent, and I have to protect the one thing that I can't live without. That's you.\\\" ―Tony Stark to Pepper Potts As Christmas was nearing, Stark decided to show his love for her by buying a large stuffed bunny as her gift. Unfortunately, it was too big to fit through 's door, so he would need to have the wall taken down to get it inside. Deciding to test his new , Stark had his armor sit on the sofa and wait for Potts to come home. Once she arrived and greeted him, Stark lied that he was breaking in the armor.\\nPepper Potts his mansion remote-control unit Mark XLII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/Tony_armor.png/revision/latest?cb=20210419000612\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/Tony_armor.png/revision/latest/scale-to-width-down/250?cb=20210419000612\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony armor.png\\\" data-image-key=\\\"Tony_armor.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/Tony_armor.png/revision/latest/scale-to-width-down/250?cb=20210419000612\\\" /></a>                 Stark is soon caught out by Pepper Potts However, his ruse fell apart when Potts wanted to open the armor to kiss him; she went down to Stark's workshop, catching him watching news reports on the . Stark managed to quell Potts' anger by explaining how he's been feeling like an amateur in the big leagues since the ; he's just a man in a suit against , to other worlds and the coming through. Stark then admitted that probably the only reason he had not snapped is because Potts moved in with him, for which he is greatly thankful. However, he was also been plagued by nightmares about these hostile forces attacking what he loves most: her.\\nMandarin Battle of New York Asgardians portals Chitauri       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/IM3.png/revision/latest?cb=20210125191125\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/IM3.png/revision/latest/scale-to-width-down/250?cb=20210125191125\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"103\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM3.png\\\" data-image-key=\\\"IM3.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cf/IM3.png/revision/latest/scale-to-width-down/250?cb=20210125191125\\\" /></a>                 Stark confesses the truth to Pepper Potts Because of this, Stark spent most of his time, even when Potts is asleep, building more and more of the to help protect her. Potts comforted him, understanding why he'd been so distant from her since getting involved with the . As she then left to wash up for bed, Potts turned around and offered to have Stark join her in the shower to cheer him up. Stark agreed, hoping not only to lighten his mood, but try closing the gap forming between them.\\nIron Legion Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Sleep_Pannic.png/revision/latest?cb=20151112122531\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Sleep_Pannic.png/revision/latest/scale-to-width-down/250?cb=20151112122531\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Sleep Pannic.png\\\" data-image-key=\\\"Sleep_Pannic.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Sleep_Pannic.png/revision/latest/scale-to-width-down/250?cb=20151112122531\\\" /></a>                 Stark suffers from nightmares and flashbacks Later that night, Stark attempted to have a good night's sleep, but suffered visions of himself in the , causing him to go into distress as he recalled almost dying while destroying the . Potts tried to rouse Stark until the Mark XLII armor came to his aid due to responding to his brainwaves, seeing her as a threat. Stark awoke and deactivated the armor before apologizing to a terrified Potts, who left him alone in bed.\\nChitauri Invasion Chitauri Command Center Threatening the Mandarin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/92/TStark-DowntonAbbey.jpeg/revision/latest?cb=20170625152357\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/92/TStark-DowntonAbbey.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152357\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-DowntonAbbey.jpeg\\\" data-image-key=\\\"TStark-DowntonAbbey.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/92/TStark-DowntonAbbey.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152357\\\" /></a>                 Stark stays by 's hospital bed Happy Hogan\\n\\\"My name is Tony Stark and I'm not afraid of . I know you're a coward so I've decided that you just died, pal. I'm going to come and get the body. There's no politics here; it's just good old-fashioned revenge. There's no , it's just you and me.\\\" you Pentagon ―Tony Stark was caught up in the , seemingly caused by the working under the orders of the . Stark visited his friend at the , ensuring that the nurses kept , Hogan's favorite program, on television and they all wore ID tags since Hogan was a \\\"stickler\\\" for those.\\nHappy Hogan Destruction of the Chinese Theatre Ten Rings Mandarin Los Angeles Mercy Hospital Downton Abbey       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8f/TStark-LeavingHospital.jpeg/revision/latest?cb=20170625152409\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8f/TStark-LeavingHospital.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152409\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-LeavingHospital.jpeg\\\" data-image-key=\\\"TStark-LeavingHospital.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8f/TStark-LeavingHospital.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152409\\\" /></a>                 Stark is surrounded outside by all the media Having ensured that Hogan's health recovery was as comfortable as it could be, a distressed Stark prepared to return home while he was mobbed by the press who had requested a statement about the true cause of the blast. Stark ignored all of the questions and made his way to his car until he was stopped upon being asked if he would kill the Mandarin and put an end to his war against the . Stark immediately turned around upon being asked this.\\nUnited States of America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0f/TStark-MandarinThreat.jpeg/revision/latest?cb=20170625152423\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0f/TStark-MandarinThreat.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152423\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MandarinThreat.jpeg\\\" data-image-key=\\\"TStark-MandarinThreat.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0f/TStark-MandarinThreat.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152423\\\" /></a>                 Stark publicly threatens the 's life Mandarin He then issued a public threat to the Mandarin, calling him a coward who hid behind the Ten Rings and would not dare face him alone. Without a second thought due to his rage at Hogan's injuries, Stark revealed the address of his so they could face off. As he left, Stark smashed the reporter's phone and told him to send him the bill. This resulted in numerous news choppers flying around Stark's home, waiting to film vs. the Mandarin.\\nMalibu Mansion Iron Man Mandarin Research       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Iron-Man-3-Teaser-Screenshot_%287%29.png/revision/latest?cb=20210330015901\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Iron-Man-3-Teaser-Screenshot_%287%29.png/revision/latest/scale-to-width-down/250?cb=20210330015901\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-Man-3-Teaser-Screenshot (7).png\\\" data-image-key=\\\"Iron-Man-3-Teaser-Screenshot_%287%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Iron-Man-3-Teaser-Screenshot_%287%29.png/revision/latest/scale-to-width-down/250?cb=20210330015901\\\" /></a>                 Stark researches the 's attacks Mandarin\\n\\\"Okay. What do we got here? name is an ancient Chinese war mantle, meaning 'Adviser to the King'. South American insurgency tactics, talks like a Baptist preacher. There's lots of pageantry going on here.\\\" His ―Tony Stark to J.A.R.V.I.S. Stark ended up fighting with over leaving the for their own safety, since he carelessly gave up his real address. Stark spent his time in the workshop creating a database on the , and recreated the which left in a coma, searching for any clues that he could find as to what the fireball that had killed several people.\\nPepper Potts Malibu Mansion Mandarin explosion Happy Hogan caused       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/TStark-SearchForClues-IM3.jpeg/revision/latest?cb=20170625152448\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/TStark-SearchForClues-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152448\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-SearchForClues-IM3.jpeg\\\" data-image-key=\\\"TStark-SearchForClues-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/TStark-SearchForClues-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152448\\\" /></a>                 Stark finds a vital clue about the explosion With new information from databases, Stark tried to learn who the Mandarin really was. Viewing the holograph of Hogan, Stark found he was pointing at a dog tag belonging to near the center of the explosion; using this clue, he looked for records of similar explosions of 3,000°C . Ruling out the Mandarin attacks, Stark eventually found one case in , , seemingly caused by committing suicide with a bomb vest.\\nS.H.I.E.L.D. Jack Taggart Rose Hill Tennessee Chad Davis       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/MK42.png/revision/latest?cb=20170617083138\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/MK42.png/revision/latest/scale-to-width-down/250?cb=20170617083138\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"MK42.png\\\" data-image-key=\\\"MK42.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/MK42.png/revision/latest/scale-to-width-down/250?cb=20170617083138\\\" /></a>                 Iron Man being reunited with Maya Hansen To Stark's surprise, the doorbell rang; informed him that there was only so much he could do since Stark had told the world his address. Donning the , Stark confronted his visitor, only to find instead of the Mandarin. Stark eventually realized she was the \\\"botanist\\\" he met in but initially mistook Hansen's comments about needing to get him alone as an offer for sex. Stark turned her down, explaining that he was now in a happily committed relationship with Potts, which amused Hansen.\\nJ.A.R.V.I.S. Mark XLII Maya Hansen Switzerland       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e7/StarkPotts-YesItsNormal.jpeg/revision/latest?cb=20170625152504\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e7/StarkPotts-YesItsNormal.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152504\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkPotts-YesItsNormal.jpeg\\\" data-image-key=\\\"StarkPotts-YesItsNormal.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e7/StarkPotts-YesItsNormal.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152504\\\" /></a>                 Stark has an argument with Pepper Potts At that moment, Potts dropped luggage from the second floor. Stark nervously asked Hansen if their one-night-stand had resulted in a child. After teasing him by hinting this might be true, Hansen assured Stark that it was not the case and she needed to talk to him about the Mandarin, bluntly warning that he would be killed otherwise. As Hansen met Potts, Stark continued protesting her desire for them to leave the city, insisting he needed to confront the Mandarin and could better protect Potts if they stayed. When Hansen tried to help move them out, Stark stopped her and ended up yelling in frustration about the rabbit he had bought Potts.\\nDestruction of Tony Stark's Mansion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7b/Pepper_Tony2.png/revision/latest?cb=20150326160030\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7b/Pepper_Tony2.png/revision/latest/scale-to-width-down/250?cb=20150326160030\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Pepper Tony2.png\\\" data-image-key=\\\"Pepper_Tony2.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7b/Pepper_Tony2.png/revision/latest/scale-to-width-down/250?cb=20150326160030\\\" /></a>                 Stark and witness the attack Pepper Potts\\n\\\"J.A.R.V.I.S., where's my flight power?\\\" \\\"Working on it, sir. is a prototype.\\\" This ―Tony Stark and J.A.R.V.I.S. However, as Stark and were still arguing about what action they should take next, turned their attention towards their television, which showed a missile currently heading straight towards the fired by . Before they could react, the missile struck the side of the Mansion and sent the pair flying back. With seconds to spare before hitting the wall, Stark signaled his armor onto Potts, protecting her as they slammed into it, with Stark taking the brunt of the impact.\\nPepper Potts Maya Hansen mansion Eric Savin Mark XLII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e6/IM1.png/revision/latest?cb=20170528204623\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e6/IM1.png/revision/latest/scale-to-width-down/250?cb=20170528204623\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM1.png\\\" data-image-key=\\\"IM1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e6/IM1.png/revision/latest/scale-to-width-down/250?cb=20170528204623\\\" /></a>                 saves Stark from debris Pepper Potts Having been winded by the impact of striking the wall hard, Stark attempted to crawl away but noticed a large chunk of the ceiling was about to fall and crush him. However, Potts appeared wearing his armor and saved his life. Stark claimed to have always said it was not safe to stay in the Mansion and told Potts that they needed to get out. Upon being separated as the Mansion , Stark ordered Potts to get an unconscious Hansen to safety outside.\\nfell apart       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/IronMan-HomeAttack-IM3.jpeg/revision/latest?cb=20170625152517\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/IronMan-HomeAttack-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152517\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-HomeAttack-IM3.jpeg\\\" data-image-key=\\\"IronMan-HomeAttack-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/IronMan-HomeAttack-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152517\\\" /></a>                 Iron Man prepares to fight all of his attackers While Potts pulled Hansen from the rubble, Stark was forced to avoid the helicopters' attacks as they tried to shoot him down. Once confirmed that Potts and Hansen made it outside, Stark summoned the armor back to himself. Still avoiding the gunshots, Stark collected all the sections of the Iron Man armor, getting saved from a bullet in the back just in time, before triumphantly rising to his feet as he prepared to fight back against his attackers.\\nJ.A.R.V.I.S.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/FoplsPbwIEI-1-.jpg/revision/latest?cb=20210513210157\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/FoplsPbwIEI-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210513210157\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"FoplsPbwIEI-1-.jpg\\\" data-image-key=\\\"FoplsPbwIEI-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/FoplsPbwIEI-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210513210157\\\" /></a>                 Iron Man fights back against the helicopters Iron Man was unable to call upon the due to the Mansion falling apart around him and trapping them under rubble, so he was forced to defend himself using the new prototype armor, which lacked the offensive abilities of his battle armors. Despite being warned by J.A.R.V.I.S. that both the suit's flight and weapons protocols were not ready and needed time to charge, Iron Man continued fending off the helicopters surrounding him. When a missile had failed to fire, he then simply threw it at the helicopter and shot it with his repulsor, destroying the helicopter in the resulting explosion while the others still fired.\\nIron Legion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/IronMan-FallingIntoSea.jpeg/revision/latest?cb=20170625152526\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/IronMan-FallingIntoSea.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152526\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-FallingIntoSea.jpeg\\\" data-image-key=\\\"IronMan-FallingIntoSea.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/IronMan-FallingIntoSea.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152526\\\" /></a>                 Iron Man is dragged down into the ocean Taking out a second helicopter by launching his grand piano at it, Iron Man had another missile fire at him and fell through the floor into his workshop. Iron Man helplessly watched as were destroyed along with his armors from to , which were consumed in fireballs. Having been outgunned, Iron Man was pulled into the ocean while his home and possessions were all demolished over him, as the suit was still without adequate power to fly himself to safety.\\nDum-E and U Mark I Mark VII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/IronMan-EscapingSea.jpeg/revision/latest?cb=20170625152534\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/IronMan-EscapingSea.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152534\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-EscapingSea.jpeg\\\" data-image-key=\\\"IronMan-EscapingSea.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/IronMan-EscapingSea.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152534\\\" /></a>                 Iron Man manages to escape from drowning As the Mark XLII began filling with water, causing Iron Man begin drowning, Savin and the other attack choppers circled above the wreckage, looking for any signs of life. Iron Man was saved when J.A.R.V.I.S. took control of his gauntlet and used it to pull him out of the wreckage and fly away just in time as the power had been restored. Escaping, Iron Man lost consciousness from the strain and left J.A.R.V.I.S. in charge of the suit's flight path.\\nBack to Basics       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7b/Napodu.jpg/revision/latest?cb=20150326155938\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7b/Napodu.jpg/revision/latest/scale-to-width-down/250?cb=20150326155938\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Napodu.jpg\\\" data-image-key=\\\"Napodu.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7b/Napodu.jpg/revision/latest/scale-to-width-down/250?cb=20150326155938\\\" /></a>                 Iron Man crash lands into the snow\\n\\\"Pepper, it's me. I've got a lot of apologies to make and not a lot of time. So first off, I'm so sorry I put you in harm's way. That was selfish and stupid and it won't happen again. Also, it's Christmas time, the rabbit's too big. Done. Sorry. And I'm sorry in advance because... I can't come home yet. I need to find this . You gotta stay safe. That's all I know. I just stole a poncho from a wooden Indian. \\\" guy ―Tony Stark to Pepper Potts Stark found himself in , after followed his initial flight plan to locate the . Unfortunately, since the was still a prototype and highly damaged from use, it lacked the link to the to sustain its own power. Therefore, Stark awoke just as the suit crash-landed in the middle of rural Ross Hill and lost power, including the link to J.A.R.V.I.S.. This left Stark in the cold, with nothing left but his own genius to help him find a solution.\\nRose Hill Tennessee J.A.R.V.I.S. Mandarin Mark XLII Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/41/Poor_tony.png/revision/latest?cb=20161114154942\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/41/Poor_tony.png/revision/latest/scale-to-width-down/250?cb=20161114154942\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Poor tony.png\\\" data-image-key=\\\"Poor_tony.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/41/Poor_tony.png/revision/latest/scale-to-width-down/250?cb=20161114154942\\\" /></a>                 Stark is forced to pull his armor behind him Lacking the power to return to and with the world at large believing him to be dead from the , Stark dragged the Mark XLII behind him as he looked for shelter. Finding a phone booth, Stark called his system back home, leaving a private message for . Apologizing for putting her in harm's way, Stark stated that he still had to find the Mandarin and therefore, he could not return home just yet, urging Potts to protect herself in the meantime.\\nCalifornia destruction of his mansion Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d0/Armor_Tony.jpg/revision/latest?cb=20130512195654\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d0/Armor_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20130512195654\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Armor Tony.jpg\\\" data-image-key=\\\"Armor_Tony.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d0/Armor_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20130512195654\\\" /></a>                 Stark relaxes beside his damaged armor Stark broke into a garage belonging to the family of 10-year-old , where he laid down the Mark XLII and attempted to fix the damaged parts until he was discovered by Keener. Despite being threatened with a potato gun, Stark found that he got along well with Keener, who soon reminded Stark of a younger version of himself, a child genius; Keener admired the Mark XLII armor and had recommended using new retro-reflection panels to create a stealth armor, although he claimed to prefer the name over for , which Stark highly disagreed with.\\nHarley Keener Iron Patriot War Machine James Rhodes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/25/TStark-BlackmailHarley.jpeg/revision/latest?cb=20170625152548\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/25/TStark-BlackmailHarley.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152548\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-BlackmailHarley.jpeg\\\" data-image-key=\\\"TStark-BlackmailHarley.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/25/TStark-BlackmailHarley.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152548\\\" /></a>                 Stark blackmails into helping Harley Keener Having discussed Keener's home life where he was growing up without a father, Stark mocked him by noting his own was not there for him. Stark then requested that Keener find him a a digital watch, a cell phone, a map of town, a big spring, and a tuna fish sandwich. Stark offered Keener a flash grenade from his suit in exchange, recognizing the signs of a kid being , which Keener accepted while Stark demanded he get his sandwich.\\nfather bullied       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/TStark-DavisExplosionChat.jpeg/revision/latest?cb=20170625152624\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/TStark-DavisExplosionChat.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152624\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-DavisExplosionChat.jpeg\\\" data-image-key=\\\"TStark-DavisExplosionChat.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/TStark-DavisExplosionChat.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152624\\\" /></a>                 Stark visits the site of ' suicide Chad Davis Stark enlisted Keener's help in finding the truth behind the terrorist bombings seemingly involving the and the . While being lead to the site, Stark complained about the watch he was given. Upon examining the site of the explosion, Stark realized something was amiss as there was no ash-imprint of , who died, and the blast was similar to the , with no bomb parts being found.\\nTen Rings Mandarin Dora the Explorer Chad Davis Destruction of the Chinese Theatre       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/TStark-SnowPanicAttack.jpg/revision/latest?cb=20170625152635\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/TStark-SnowPanicAttack.jpg/revision/latest/scale-to-width-down/250?cb=20170625152635\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-SnowPanicAttack.jpg\\\" data-image-key=\\\"TStark-SnowPanicAttack.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/TStark-SnowPanicAttack.jpg/revision/latest/scale-to-width-down/250?cb=20170625152635\\\" /></a>                 Stark suffers from yet another panic attack However, when Keener started asking him about the , the and whether or not the would return, Stark started having another panic attack. At this point, Stark admitted that he should have been on medication to deal with his . Having pulled himself back together and thrown a snowball at Keener, Stark asked where could be found, with Keener directing him to a local .\\nBattle of New York Avengers Chitauri Post-traumatic stress disorder Mrs. Davis bar Battle of Rose Hill       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/TStark-MeetingEllen.jpeg/revision/latest?cb=20170625152656\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/TStark-MeetingEllen.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152656\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MeetingEllen.jpeg\\\" data-image-key=\\\"TStark-MeetingEllen.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a8/TStark-MeetingEllen.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152656\\\" /></a>                 Stark accidentally bumps into Ellen Brandt\\n\\\"Do you like that, ? That's the thing about smart guys, we always cover our ass.\\\" Westworld ―Tony Stark to Eric Savin Seeking information, Stark set up a meeting with , the mother of recently killed -infected soldier . Arriving outside where he had been told he could find Davis, Stark bumped into , who complimented his watch, which he proudly noted was limited edition while also complimenting Brandt.\\nMrs. Davis Extremis Chad Davis Walker's Ellen Brandt Dora the Explorer       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/TStark-MeetingMrsDavis.jpeg/revision/latest?cb=20170625152710\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/TStark-MeetingMrsDavis.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152710\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MeetingMrsDavis.jpeg\\\" data-image-key=\\\"TStark-MeetingMrsDavis.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/TStark-MeetingMrsDavis.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152710\\\" /></a>                 Stark and discuss her son's death Mrs. Davis Inside, Stark soon found Mrs. Davis, offering her his condolences for the death of her son. To Stark's surprise, Davis handed him a file on her son's work with , which he had not asked for and held key information regarding Chad's death, showing that he had worked along with . Stark told Davis that he believed her son did not commit suicide but was instead used as a weapon, at which point Davis realized Stark was not who she expected.\\nA.I.M. Jack Taggart       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/TStark-HidingFromESavin.jpeg/revision/latest?cb=20170625152726\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/TStark-HidingFromESavin.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152726\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-HidingFromESavin.jpeg\\\" data-image-key=\\\"TStark-HidingFromESavin.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/TStark-HidingFromESavin.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152726\\\" /></a>                 Stark runs from and Ellen Brandt Eric Savin Stark and Davis were then interrupted by Brandt, who revealed she was the one that contacted Davis and attempted to arrest Stark. When the tried to stop this and questioned what was happening, Brandt claimed to be from before she suddenly used her powers to murder the Sheriff while Davis hid the file and Stark ran out, still handcuffed. Outside, Stark encountered , forcing him to run for his safety.\\nRose Hill Sheriff Homeland Security Extremis Eric Savin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/TStark-EllensBurningNeck.jpeg/revision/latest?cb=20170625152750\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/TStark-EllensBurningNeck.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152750\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-EllensBurningNeck.jpeg\\\" data-image-key=\\\"TStark-EllensBurningNeck.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/TStark-EllensBurningNeck.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152750\\\" /></a>                 Stark attempts to fight against Ellen Brandt briefly distracted Savin before he could shoot Stark. Pursued by Brandt into a restaurant, Stark was forced to the highly trained soldier with no weapons to defend himself. As they fought, Stark noticed that Brandt could heal from most injuries and super-heat anything she touched, using this to burn through his handcuffs. Stark bought himself time to set up a bomb by igniting some fuel with his cuffs to block Brandt's way.\\nHarley Keener fight against       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/86/TStark-MyAutobiography.jpeg/revision/latest?cb=20170625152808\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/86/TStark-MyAutobiography.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152808\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MyAutobiography.jpeg\\\" data-image-key=\\\"TStark-MyAutobiography.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/86/TStark-MyAutobiography.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152808\\\" /></a>                 Stark tricks and defeats Ellen Brandt While Brandt walked through the flames, Stark put Chad's dog tags in the microwave and opened a gas valve. As she stepped inside the kitchen, Stark joked that he had dated hotter girls than Brandt, who was currently on fire, and she questioned if those would be his final words. Stark replied that they could be the title of his autobiography before fleeing outside and hiding behind an ice machine. An explosion then erupted, killing Brandt.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b8/TStark-ShootingESavin.jpg/revision/latest?cb=20170625152821\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b8/TStark-ShootingESavin.jpg/revision/latest/scale-to-width-down/250?cb=20170625152821\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ShootingESavin.jpg\\\" data-image-key=\\\"TStark-ShootingESavin.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b8/TStark-ShootingESavin.jpg/revision/latest/scale-to-width-down/250?cb=20170625152821\\\" /></a>                 Stark saves from Harley Keener Eric Savin As Stark recovered from his fight with Brandt, he suddenly witnessed Savin using his own Extremis powers to bring a water tower crashing down, trapping Stark underneath all of the debris. Savin then held Keener hostage in order to regain Davis' file, but Stark reminded Keener about the flash grenade he had given him from the Armor; this allowed Keener to escape, allowing Stark to then blast Savin with a secret spare repulsor.\\nMark XLII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/TStark-HarleyGoodbyes.jpeg/revision/latest?cb=20170625152841\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/TStark-HarleyGoodbyes.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152841\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-HarleyGoodbyes.jpeg\\\" data-image-key=\\\"TStark-HarleyGoodbyes.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/TStark-HarleyGoodbyes.jpeg/revision/latest/scale-to-width-down/250?cb=20170625152841\\\" /></a>                 Stark says his goodbyes to Harley Keener Stealing Savin's car keys from his pocket, Stark commandeered his car, taking off with the file from Davis. As Stark prepared to leave, he was followed by Keener, who insisted that Stark thank him for saving him from Savin, but Stark insisted that Keener instead go home to his mother and protect the Mark XLII armor until Stark contacted him. As he left, Stark did thank Keener for all his help but teased him as he drove out of .\\nRose Hill Locating the Mandarin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/TStark-CallingIronPatriot-IM3.jpg/revision/latest?cb=20170625152912\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/TStark-CallingIronPatriot-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170625152912\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CallingIronPatriot-IM3.jpg\\\" data-image-key=\\\"TStark-CallingIronPatriot-IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/TStark-CallingIronPatriot-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170625152912\\\" /></a>                 Stark calls for assistance James Rhodes\\n\\\"I'm chasing , trying to grapple with something from some hard-crypt data files. I don't have enough juice. I need you to jump on the roof, right? Recalibrate the ISDNs, pump it up by about 40%. Right, it's a mission. Tony needs Gary.\\\" bad guys ―Tony Stark to Gary While driving 's car, Stark called , who was overseas hunting down the as well. Stark reminded Rhodes how he had vanished, Rhodes had searched for him before requesting the login to his Comsat. Rhodes eventually revealed that his password was \\\" \\\", much to Stark's great amusement and Rhodes' own embarrassment.\\nEric Savin James Rhodes Mandarin last time WARMACHINEROX       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6c/TStark-ShushingGary.jpg/revision/latest?cb=20170625152930\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6c/TStark-ShushingGary.jpg/revision/latest/scale-to-width-down/250?cb=20170625152930\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ShushingGary.jpg\\\" data-image-key=\\\"TStark-ShushingGary.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6c/TStark-ShushingGary.jpg/revision/latest/scale-to-width-down/250?cb=20170625152930\\\" /></a>                 Stark is discovered by the excitable Gary Stark found a nearby pageant and broke into a van in order to use their computers to find out what he needed to know. While inside, Stark was confronted by the cameraman , who froze upon realizing who was there as he was a huge fan of Stark and the , noting that he had not believed Stark was killed in the . Stark amused all of Gary's requests to show his tattoo of Stark and recruited his help.\\nWZPZ Gary Avengers destruction of his mansion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/TStark-AIMResearch.jpg/revision/latest?cb=20170625152949\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/TStark-AIMResearch.jpg/revision/latest/scale-to-width-down/250?cb=20170625152949\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-AIMResearch.jpg\\\" data-image-key=\\\"TStark-AIMResearch.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/TStark-AIMResearch.jpg/revision/latest/scale-to-width-down/250?cb=20170625152949\\\" /></a>                 Stark learns about all 's plans Aldrich Killian Stark used Gary's own satellite connection to hack into 's systems, which the file reported was responsible for ' death. He watched footage of recruiting Davis along with and before they were injected with , which enhanced their strength and regrew their limbs. Upon seeing one test subject exploding, Stark realized Killian must have sold his technology to the to use as human weapons.\\nA.I.M. Chad Davis Aldrich Killian Ellen Brandt Jack Taggart Extremis Ten Rings       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3d/TStark-CarPanicAttack.jpg/revision/latest?cb=20170625153003\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3d/TStark-CarPanicAttack.jpg/revision/latest/scale-to-width-down/250?cb=20170625153003\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CarPanicAttack.jpg\\\" data-image-key=\\\"TStark-CarPanicAttack.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3d/TStark-CarPanicAttack.jpg/revision/latest/scale-to-width-down/250?cb=20170625153003\\\" /></a>                 Stark is mentally helped by Harley Keener Stark called to check on how the suit was doing; the armor was now 58% charged, and kept saying the wrong word at the end of each sentence. Asking for the Mandarin's location, Stark heard was it; thinking J.A.R.V.I.S. had misspoke again, Stark asked Keener to read it aloud. To Stark's shock, the location was correct; this sent him into a panic attack, as he did not have any of his armors or a way to call in the Avengers to help.\\nHarley Keener J.A.R.V.I.S. Miami       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/TStark-Glasses-Shopping.jpg/revision/latest?cb=20170625153026\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/TStark-Glasses-Shopping.jpg/revision/latest/scale-to-width-down/250?cb=20170625153026\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-Glasses-Shopping.jpg\\\" data-image-key=\\\"TStark-Glasses-Shopping.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/TStark-Glasses-Shopping.jpg/revision/latest/scale-to-width-down/250?cb=20170625153026\\\" /></a>                 Stark prepares to confront the Mandarin Trying to keep Stark calm as he recalled the , which made him panic even more, Keener suggested that Stark build his own gadgets if he would now have to defend himself when he would both Killian and the . The sudden thought of being independent and focusing on his work snapped Stark out of his panic attack as he drove away towards a gardening store to buy some supplies, them into makeshift weapons.\\nBattle of New York confront Mandarin macgyvering Aldrich Killian's War Learning the Truth       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Stark-HoodySpying-IM3.jpg/revision/latest?cb=20170627164747\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Stark-HoodySpying-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627164747\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-HoodySpying-IM3.jpg\\\" data-image-key=\\\"Stark-HoodySpying-IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Stark-HoodySpying-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627164747\\\" /></a>                 Stark scouts out the 's mansion Mandarin\\n\\\"The Mandarin, the real guy, where? Where’s the Mandarin?!\\\" \\\"He's here. But he's not here. He's here, but he's not here.\\\" \\\"What do you mean?\\\" \\\"It's complicated. Hey, it's complicated, all right?\\\" ―Tony Stark and Trevor Slattery With all of his new homemade gadgets now ready, Stark prepared to infiltrate the ’s and finally confront and possibly even kill the terrorist in revenge for all of the lives he had endangered, including . Taking position outside the walls, Stark used binoculars to spy on the compound, spotting several guards watching the entire area as he planned to get past them.\\nMandarin home Happy Hogan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Stark-SearchForMandarin-IM3.jpeg/revision/latest?cb=20170627164807\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Stark-SearchForMandarin-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627164807\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-SearchForMandarin-IM3.jpeg\\\" data-image-key=\\\"Stark-SearchForMandarin-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/Stark-SearchForMandarin-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627164807\\\" /></a>                 Stark gets past all of the ‘s guards Mandarin Jumping over the wall, Stark as quickly as he could. Using all his wits and fighting skills, Stark successfully and swiftly knocked out several of the guards, using his newly-made gadgets to gain the advantage as he fired knockout darts at the guards, and used an electrified glove and homemade grenades to get past them all. Stark eventually made it inside the building, where he continued to search through the rooms for the Mandarin.\\ninfiltrated the mansion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/53/Stark-FindingTheMandarin.jpg/revision/latest?cb=20170627165030\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/53/Stark-FindingTheMandarin.jpg/revision/latest/scale-to-width-down/250?cb=20170627165030\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-FindingTheMandarin.jpg\\\" data-image-key=\\\"Stark-FindingTheMandarin.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/53/Stark-FindingTheMandarin.jpg/revision/latest/scale-to-width-down/250?cb=20170627165030\\\" /></a>                 Stark meets and threatens Trevor Slattery Stark eventually found a large bedroom filled with movie props, along with the 's wardrobe; there were also signs that someone was living inside and Stark came upon two half-naked women in the bed. Hearing someone enter from the bathroom, Stark then hid; the Mandarin entered, speaking in a British accent. Stark ambushed him, holding the Mandarin at gunpoint, and was surprised by the sudden cowardly reaction from the terrorist, demanding answers.\\nMandarin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/TStark-ESavinAmbush.jpg/revision/latest?cb=20170627165044\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/TStark-ESavinAmbush.jpg/revision/latest/scale-to-width-down/250?cb=20170627165044\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ESavinAmbush.jpg\\\" data-image-key=\\\"TStark-ESavinAmbush.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/TStark-ESavinAmbush.jpg/revision/latest/scale-to-width-down/250?cb=20170627165044\\\" /></a>                 Stark is found and ambushed by Eric Savin To his horror, Stark soon learned that \\\"the Mandarin\\\" was nothing more than a character the actor, , had been hired to play; Slattery was given endless amounts of drugs and anything else he desired in return for taking the blame for the explosions. The person who had employed him was , who needed to cover up the failures of his program. Just then, Stark was knocked unconscious by , who took him hostage.\\nTrevor Slattery Aldrich Killian Extremis Eric Savin Aldrich Killian's Hostage       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/Stark-HansensHostage.jpeg/revision/latest?cb=20170627165101\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/Stark-HansensHostage.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165101\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-HansensHostage.jpeg\\\" data-image-key=\\\"Stark-HansensHostage.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/Stark-HansensHostage.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165101\\\" /></a>                 Stark is questioned by in captivity Maya Hansen\\n\\\"What's next for you in your world?\\\" \\\"Well, I wanted to repay you with the selfsame gift that you so graciously imparted to me: Desperation.\\\" ―Tony Stark and Aldrich Killian Upon awakening in captivity at 's , Stark was shocked and angered to learn that was working for ; she had used the formula he wrote down in a drunken daze after their night together to better stabilize but needed money so she joined Killian. Although having forgotten all about that equation, Stark refused to help Hansen better understand it and expressed his disgust over her losing her soul, since he remembered her as a woman who used to have a moral psychology and a sense of right and wrong. Stark tried to appeal to what remained of Hansen's humanity to make her help him escape.\\nAldrich Killian mansion Maya Hansen A.I.M. Extremis       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/30/Stark-MockedByKillian-IM3.jpeg/revision/latest?cb=20170627165145\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/30/Stark-MockedByKillian-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165145\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-MockedByKillian-IM3.jpeg\\\" data-image-key=\\\"Stark-MockedByKillian-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/30/Stark-MockedByKillian-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165145\\\" /></a>                 Stark's life is threatened by Aldrich Killian Their conversation was interrupted when Killian arrived and revealed the reasons behind A.I.M.’s actions, and how he was grateful to Stark for teaching him that he needed to control the chaos from behind the scenes. Killian expressed that since Stark left him behind on the roof in , it gave him a sense of desperation, which changed his life. Killian went on to discuss 's role as the Mandarin, acknowledging his over-the-top personality.\\nSwitzerland Trevor Slattery       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Stark-PottsTorture-IM3.jpeg/revision/latest?cb=20170627165156\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Stark-PottsTorture-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165156\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-PottsTorture-IM3.jpeg\\\" data-image-key=\\\"Stark-PottsTorture-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Stark-PottsTorture-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165156\\\" /></a>                 Stark learns is being tortured Pepper Potts Killian compared Slattery's Mandarin performance to him creating a terrorist like or to blame his failures on. Expressing his desire for Stark to suffer desperation, Killian revealed he had captured and was infecting her with Extremis, leaving her in danger of exploding; Stark would be now forced to help improve Extremis in order to save Potts' life, with Killian cruelly noting how much pain she was currently in.\\nOsama Bin Laden Muammar Gaddafi Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/StarkKillian-HansensThreat.jpeg/revision/latest?cb=20170627165208\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/StarkKillian-HansensThreat.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165208\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkKillian-HansensThreat.jpeg\\\" data-image-key=\\\"StarkKillian-HansensThreat.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/StarkKillian-HansensThreat.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165208\\\" /></a>                 Stark witnesses Hansen betraying Killian While Stark struggled to look at the video feed of the woman he loved suffering, Killian offered to pay him for helping them and began to strangle Stark. Hansen, realizing he had gone too far, demanded Stark's release by threatening to kill herself with an overdose of Extremis and wound Killian in the blast, whilst depriving him of his chief researcher. Stark watched in horror and sadness as Killian murdered her without any remorse. As Killian left Stark to think about his next move, Stark angrily called him a maniac for killing Hansen while Killian claimed to be a \\\"visionary\\\".\\nBreak Out       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Stark-ThreateningAIMGuards.jpeg/revision/latest?cb=20170627165234\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Stark-ThreateningAIMGuards.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165234\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-ThreateningAIMGuards.jpeg\\\" data-image-key=\\\"Stark-ThreateningAIMGuards.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Stark-ThreateningAIMGuards.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165234\\\" /></a>                 Stark attempts to intimidate both his guards\\n\\\"Put down your weapons, tie yourselves to those chairs, I'll let you live. In five, four... Bang! You should be gone by now. You should have already been gone.\\\" ―Tony Stark Stark was left guarded by two of 's henchmen, one of whom broke 's sister's watch. Once he learned the correct time, Stark worked out that his would be charged by now and offered the henchmen, one of whom he nicknamed “ ”, a chance to escape, believing that it would arrive in seconds; however, this led to an awkward period of Stark awaiting his suit which took considerably longer than he expected to arrive.\\nAldrich Killian Harley Keener suit Ponytail Express       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/Stark-GauntletEscape-IM3.jpg/revision/latest?cb=20170627165303\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/Stark-GauntletEscape-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627165303\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-GauntletEscape-IM3.jpg\\\" data-image-key=\\\"Stark-GauntletEscape-IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/Stark-GauntletEscape-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627165303\\\" /></a>                 Stark collects parts of his armor Mark XVII The reason being that the doors to Keener's barn the pieces were being kept in were chained shut, and therefore the rest of the armor was trapped. Summoning his all the way from Keener's home, Stark was given one of his gauntlets, which he used to shoot Ponytail Express and free himself. A boot then attached itself onto Stark’s leg to give him the advantage in the fight against his captors, although Stark still questioned where the rest of the armor was.\\nMark XLII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b9/Stark-BootFight-IM3.jpg/revision/latest?cb=20170627165317\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b9/Stark-BootFight-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627165317\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-BootFight-IM3.jpg\\\" data-image-key=\\\"Stark-BootFight-IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b9/Stark-BootFight-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627165317\\\" /></a>                 Stark fights all 's henchmen Aldrich Killian Having escaped captivity, Stark was forced to battle several guards from , despite only getting a hand and leg part of his suit for the duration of the fight. Stark found that this greatly affected how he could fight, as he struggled to maintain control of flying while wearing only the pieces of armor he had. When one guard grabbed Stark from behind, Stark used the boot’s repulsor to launch himself backwards and knock out the guard, stealing his gun in the process.\\nA.I.M.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d5/Stark-WavingAtGuard.jpg/revision/latest?cb=20170627165328\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d5/Stark-WavingAtGuard.jpg/revision/latest/scale-to-width-down/250?cb=20170627165328\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-WavingAtGuard.jpg\\\" data-image-key=\\\"Stark-WavingAtGuard.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d5/Stark-WavingAtGuard.jpg/revision/latest/scale-to-width-down/250?cb=20170627165328\\\" /></a>                 Stark allows the final guard to leave A.I.M. Keener soon freed the rest of the parts of the Mark XLII, knowing that Stark was in need of his armor. Once the guards were all knocked out, Stark prepared to shoot the last one, only to be amused when the man quickly surrendered to him as he claimed to hate working for Killian and A.I.M.. The rest of the suit arrived and Stark made his way through the facility. He greeted while seeing the fly off, with his own suit failing to fly.\\nJ.A.R.V.I.S. Iron Patriot Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/9k9moUZXkkY-1-.jpg/revision/latest?cb=20170627090527\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/9k9moUZXkkY-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170627090527\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"9k9moUZXkkY-1-.jpg\\\" data-image-key=\\\"9k9moUZXkkY-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/9k9moUZXkkY-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170627090527\\\" /></a>                 Stark and Rhodes question Trevor Slattery To Stark's surprise, he ran into , who he thought was in the armor; it turned out that the Iron Patriot suit was stolen by in order to kidnap President . Needing a way to go after Killian, Stark and Rhodes interrogated , waking him from another drunken stupor. Seeking to save the President, Stark remembered that Slattery had been given a speedboat from Killian and demanded it.\\nJames Rhodes Eric Savin Matthew Ellis Trevor Slattery       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c7/Iron_Man_3_01526.jpg/revision/latest?cb=20140625160044\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c7/Iron_Man_3_01526.jpg/revision/latest/scale-to-width-down/250?cb=20140625160044\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man 3 01526.jpg\\\" data-image-key=\\\"Iron_Man_3_01526.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c7/Iron_Man_3_01526.jpg/revision/latest/scale-to-width-down/250?cb=20140625160044\\\" /></a>                 Stark and discuss the rescue James Rhodes Onboard Slattery's boat, Stark called Vice President to warn him that President Ellis was about to be attacked by Savin posing as the , with Rodriguez informing them that Ellis was about to board . After Rodriguez promised to handle the situation, Stark and Rhodes next discussed who they had time to save, or President Ellis. Stark decided to his armor so they could save both of them.\\nRodriguez Iron Patriot Air Force One Pepper Potts remote control Saving the Air Force One Crew       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9f/Armor_vs_Savin.jpg/revision/latest?cb=20131028150541\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9f/Armor_vs_Savin.jpg/revision/latest/scale-to-width-down/250?cb=20131028150541\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Armor vs Savin.jpg\\\" data-image-key=\\\"Armor_vs_Savin.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9f/Armor_vs_Savin.jpg/revision/latest/scale-to-width-down/250?cb=20131028150541\\\" /></a>                 Iron Man and battle to the death Eric Savin\\n\\\"Easy. 11 more to go. Remember that game called ? That's what we’re gonna do.\\\" \\\"18,000 feet.\\\" \\\"Come on, people! Everybody, grab your monkey!\\\" Barrel of Monkeys ―Iron Man and J.A.R.V.I.S. To protect President , Stark his armor to , where had already forced President Ellis into the and sent it away. Fighting Savin, Iron Man's armor was briefly disabled by the man’s powers, but he soon managed to shoot directly through Savin's chest and kill him, though at the cost of the plane falling apart around him.\\nMatthew Ellis remote-controlled Air Force One Eric Savin Iron Patriot armor Extremis       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b3/Air_Force_One_6.png/revision/latest?cb=20141130043028\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b3/Air_Force_One_6.png/revision/latest/scale-to-width-down/250?cb=20141130043028\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Air Force One 6.png\\\" data-image-key=\\\"Air_Force_One_6.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b3/Air_Force_One_6.png/revision/latest/scale-to-width-down/250?cb=20141130043028\\\" /></a>                 Iron Man catches the falling passengers To his horror, Iron Man witnessed all of the passengers onboard being sucked out of the plane through a hole caused by a bomb Savin had planted and now plummeting thousands of feet to the ocean below. With everyone else falling, Iron Man flew out of Air Force One just before it exploded, asking how he could save them all. J.A.R.V.I.S. informed him that the could not carry that many people at the same time.\\nJ.A.R.V.I.S. Mark XLII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ad/Tonyandheather.png/revision/latest?cb=20170520134413\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ad/Tonyandheather.png/revision/latest/scale-to-width-down/250?cb=20170520134413\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tonyandheather.png\\\" data-image-key=\\\"Tonyandheather.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ad/Tonyandheather.png/revision/latest/scale-to-width-down/250?cb=20170520134413\\\" /></a>                 Iron Man saves all of the other passengers With no time to spare, Iron Man grabbed ahold of and told her to in turn grab whoever she could reach, explaining that he would send a shockwave through her body so that Heather could not let go of them. Iron Man while diving down to collect the others, quickly running out of time as they fell towards the ocean. Forming a human chain by the passengers grabbing each other, Iron Man dove for the final passenger once everyone was linked.\\nHeather saved two other passengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/22/Iron_Man_3_01629.jpg/revision/latest?cb=20140624221024\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/22/Iron_Man_3_01629.jpg/revision/latest/scale-to-width-down/250?cb=20140624221024\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man 3 01629.jpg\\\" data-image-key=\\\"Iron_Man_3_01629.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/22/Iron_Man_3_01629.jpg/revision/latest/scale-to-width-down/250?cb=20140624221024\\\" /></a>                 Iron Man successfully saves all the people With everyone now connected, Iron Man used his thrusters to give them more height before he then safely deposited them in a river. As the people cheered in celebration, Iron Man ensured that they were all okay and complimented the group before turning around to return to the boat and save . However, when Iron Man was not looking, the armor was knocked apart by an incoming truck, smashing into pieces across the road.\\nPepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/Rhodes_Tony.jpg/revision/latest?cb=20140312050043\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/Rhodes_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20140312050043\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Rhodes Tony.jpg\\\" data-image-key=\\\"Rhodes_Tony.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/Rhodes_Tony.jpg/revision/latest/scale-to-width-down/250?cb=20140312050043\\\" /></a>                 Stark breaks off his connection to the armor Still back onboard the boat, Stark took off his and confirmed to that he had indeed saved the passengers. As they prepared to move on to find Potts and , Stark was then informed by J.A.R.V.I.S. that the rubble had been cleared out from his , finally allowing him to reactivate the . Stark ordered J.A.R.V.I.S. to send the suits to him ready for the next battle against Killian's .\\nMark XLII Telepresence Headset James Rhodes Aldrich Killian Malibu Mansion Iron Legion soldiers Battle on the Norco       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/Iron-Man-3-Rhodes-1-.png/revision/latest?cb=20150901151629\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/Iron-Man-3-Rhodes-1-.png/revision/latest/scale-to-width-down/250?cb=20150901151629\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron-Man-3-Rhodes-1-.png\\\" data-image-key=\\\"Iron-Man-3-Rhodes-1-.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/Iron-Man-3-Rhodes-1-.png/revision/latest/scale-to-width-down/250?cb=20150901151629\\\" /></a>                 Stark and prepare for the fight James Rhodes\\n\\\"Yeah. Merry Christmas, buddy. J.A.R.V.I.S., target heat signatures. Disable with extreme prejudice.\\\" \\\"Yes, sir.\\\" \\\"What are you waiting for? It's Christmas. Take 'em to church.\\\" Extremis ―Tony Stark and J.A.R.V.I.S. Stark and had eventually traced to an impounded oil tanker called the where he now intended to kill President on live television. Sneaking in, they were attacked by several . Stark fired his gun at the soldiers, but was unable to stop them due to poor aim, which Rhodes mocked him about. Taking out a light from a long distance, Rhodes quickly proved himself to be the superior marksman due to his training in the which greatly annoyed Stark.\\nJames Rhodes Aldrich Killian Norco Matthew Ellis Extremis Soldiers Armed Forces       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/Ca24838r.jpg/revision/latest?cb=20210419000922\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/Ca24838r.jpg/revision/latest/scale-to-width-down/250?cb=20210419000922\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Ca24838r.jpg\\\" data-image-key=\\\"Ca24838r.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/Ca24838r.jpg/revision/latest/scale-to-width-down/250?cb=20210419000922\\\" /></a>                 Stark calls upon the entire Iron Legion Outnumbered, Stark summoned the to their aid, all of which were currently being controlled by , except the , which was running late after trying to save the president in . Rhodes looked on in amazement as all the armors flew in together and lined up, awaiting the orders of Stark. Taking delight in his achievements, Stark then wished J.A.R.V.I.S. a Merry Christmas before sending all of the armors into , ordering them to target the Extremis Soldiers with extreme prejudice. Stark watched the battle unfolding, ordering to hold up the platform under them and to assist in the fight.\\nIron Legion J.A.R.V.I.S. Mark XLII Air Force One battle Mark XXXVIII Mark XVII Mark XXXV       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/Silvercentsuitup.jpg/revision/latest?cb=20170627112411\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/Silvercentsuitup.jpg/revision/latest/scale-to-width-down/250?cb=20170627112411\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Silvercentsuitup.jpg\\\" data-image-key=\\\"Silvercentsuitup.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/Silvercentsuitup.jpg/revision/latest/scale-to-width-down/250?cb=20170627112411\\\" /></a>                 Stark dons his new armor Mark XXXIII Stark donned the suit and prepared to fly into battle, as Rhodes requested his own armor to fight in. Stark, however, revealed that the armors were only coded to himself and therefore, he had to send the Mark XVII to carry Rhodes to find both President Ellis and the , much to Rhodes' annoyance. Stark then flew across the battlefield in search for so that he could take her away from the battle towards safety.\\nMark XXXIII Iron Patriot Armor Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/IronMan-SavingPPotts-IM3.jpeg/revision/latest?cb=20170627165352\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/IronMan-SavingPPotts-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165352\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-SavingPPotts-IM3.jpeg\\\" data-image-key=\\\"IronMan-SavingPPotts-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/IronMan-SavingPPotts-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165352\\\" /></a>                 Stark attempts to rescue Pepper Potts While his suits continued to fight all of the enhanced soldiers, with several of the armors being torn apart by their Extremis powers, Iron Man eventually found Potts unharmed underneath wreckage from a recent explosion. He mocked her about all of this happening because she spent time with , while trying to get her out without risking the structure falling and crushing her. Reaching out, Iron Man and Potts were able to grab each other's hands.\\nMaya Hansen       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/df/IronMan-KillianBurningFinger.jpeg/revision/latest?cb=20170627165403\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/df/IronMan-KillianBurningFinger.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165403\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-KillianBurningFinger.jpeg\\\" data-image-key=\\\"IronMan-KillianBurningFinger.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/df/IronMan-KillianBurningFinger.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165403\\\" /></a>                 Iron Man is ambushed by Aldrich Killian However, before Stark could free Potts, unexpectedly attacked him and damaged the armor's . Pinning Iron Man down, Killian began slowly burning through his suit with his finger, taunting that Stark should close his eyes and die. Refusing to give in, however, Stark was forced to cut off Killian's arm with the armor's hidden blade and eject from the suit, only for Killian's still red-hot severed arm to burn through the floor underneath Potts.\\nAldrich Killian Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/Stark-RunningToPotts.jpeg/revision/latest?cb=20170627165427\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/Stark-RunningToPotts.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165427\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-RunningToPotts.jpeg\\\" data-image-key=\\\"Stark-RunningToPotts.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/Stark-RunningToPotts.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165427\\\" /></a>                 Stark chases closely behind Pepper Potts Seeing that Potts was trapped and being pulled towards a sheer edge, Stark charged through the battlefield as he demanded that provide him with a new suit. As he ran across the , Stark failed to get a new armor and was informed that Rhodes had rescued President Ellis and was taking him to safety. With all of the Extremis Soldiers being kept at bay, Stark began catching up with Potts and leaped from one platform to the other to get to her.\\nJ.A.R.V.I.S. Norco       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ea/Stark-PottsDeathFall-IM3.jpeg/revision/latest?cb=20170627165443\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ea/Stark-PottsDeathFall-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165443\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-PottsDeathFall-IM3.jpeg\\\" data-image-key=\\\"Stark-PottsDeathFall-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ea/Stark-PottsDeathFall-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165443\\\" /></a>                 Stark witnesses ' seeming death Pepper Potts Approaching as close as he could, Stark was still unable to quite reach Potts and begged her to reach out for him as he stretched as far as he could to try and save her life. However, Stark was then forced to watch in utter horror as a jolt from the platform Potts was on caused her to lose her grip and she fell into a pit of fire 200 feet below to a certain death. Stark looked on with complete heartbreak and devastation as he failed to protect the one person he could not live without.\\nShowdown with Aldrich Killian       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/Nightclubreadyto.png/revision/latest?cb=20160104133108\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/Nightclubreadyto.png/revision/latest/scale-to-width-down/250?cb=20160104133108\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Nightclubreadyto.png\\\" data-image-key=\\\"Nightclubreadyto.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/Nightclubreadyto.png/revision/latest/scale-to-width-down/250?cb=20160104133108\\\" /></a>                 Iron Man prepares to fight Aldrich Killian\\n\\\"Okay, okay! Wait, wait! Slow down, slow down! You're right, I don't deserve ! Here's where you're wrong. She was already perfect. , do me a favor and blow .\\\" her J.A.R.V.I.S. Mark XLII ―Iron Man to Aldrich Killian While Stark continued to react in horror, then appeared and mocked him, claiming that if he was in Stark's position, he would have caught . Infuriated, Stark then ran forward in order to engage in a final fight with Killian. When Killian leaped into the air to strike Stark, he then dived underneath him and donned the armor.\\nAldrich Killian Pepper Potts Mark XVI       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c7/IronManVsMandarin2-IM3.png/revision/latest?cb=20140827215547\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c7/IronManVsMandarin2-IM3.png/revision/latest/scale-to-width-down/250?cb=20140827215547\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManVsMandarin2-IM3.png\\\" data-image-key=\\\"IronManVsMandarin2-IM3.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c7/IronManVsMandarin2-IM3.png/revision/latest/scale-to-width-down/250?cb=20140827215547\\\" /></a>                 Iron Man fights against Aldrich Killian Even with his armor on, Tony found Killian was the superior fighter and the situation was made even worse by his abilities, which could penetrate any armor with relative ease. Killian used his red-hot limbs to cut through the metal armor and attempt to kill Iron Man. As their continued, Iron Man did all he could to subdue Killian, but found that the man could withstand and heal from any strike and his strength also surpassed Stark's, even tearing off part of the Armor from Stark's left hand and healing from having his own left hand broken when they clashed their fists. When he was pinned down, Iron Man again exited his suit to avoid Killian's burning fist.\\nExtremis duel       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d3/Shotgun_3.png/revision/latest?cb=20160105131627\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d3/Shotgun_3.png/revision/latest/scale-to-width-down/250?cb=20160105131627\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Shotgun 3.png\\\" data-image-key=\\\"Shotgun_3.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d3/Shotgun_3.png/revision/latest/scale-to-width-down/250?cb=20160105131627\\\" /></a>                 Iron Man dons yet another armor in the fight Having launched himself off the edge of the platform, Iron Man then donned the in midair and attacked Killian once again. Iron Man flew Killian across the battlefield but was still unable to tire him out, as all his attempts to stop Killian were met with superhuman combat attacks and his armor was once again cut to pieces by Killian's Extremis powers. Killian almost cut off Iron Man's leg before Stark was finally able to gain the upper hand.\\nMark XL       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/Stark-CollectingArmor-IM3.jpeg/revision/latest?cb=20170627165459\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/Stark-CollectingArmor-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165459\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-CollectingArmor-IM3.jpeg\\\" data-image-key=\\\"Stark-CollectingArmor-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/Stark-CollectingArmor-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165459\\\" /></a>                 Stark attempts to reclaim the armor Mark XLII Iron Man was able to avoid death once again by ejecting out of his suit seconds before Killian ripped it apart with his bare hands, falling hard on his back onto the platform below. Standing alone on the platform, Stark, now armor-less due to the rest of the being preoccupied with his command to destroy all of Killian's , awaited the arrival of the but was soon deflated when it crashed and disassembled once again.\\nIron Legion Extremis Soldiers Mark XLII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/66/Stark-DefeatingKillian.jpeg/revision/latest?cb=20170627165516\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/66/Stark-DefeatingKillian.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165516\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-DefeatingKillian.jpeg\\\" data-image-key=\\\"Stark-DefeatingKillian.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/66/Stark-DefeatingKillian.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165516\\\" /></a>                 Stark traps inside his armor Aldrich Killian Amused at Stark's failed attempt to don another armor to continuing fighting against him, Killian mockingly spoke to Stark about him not deserving Potts and claiming that he was close to making her \\\"perfect\\\" in his eyes by experimenting on her with Extremis. Stark agreed that Killian was right and he did not deserve Potts, but retorted that she already was perfect before sending the Mark XLII onto Killian, trapping him with all the thrusters on full power, eventually pinning him against the wall.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e3/251pZ5Q3CeE-1-.jpg/revision/latest?cb=20170805121033\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e3/251pZ5Q3CeE-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170805121033\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"251pZ5Q3CeE-1-.jpg\\\" data-image-key=\\\"251pZ5Q3CeE-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e3/251pZ5Q3CeE-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170805121033\\\" /></a>                 Iron Man attempts to escape the explosions As Killian yelled out in anger at seemingly being defeated, Stark then ordered to activate the armor's self-destruct protocol while he escaped. Diving off the platform, Stark avoided the massive explosion behind him, which seemingly destroyed Killian once and for all. As the fireball continued to grow and destroyed most of the , Stark summoned the to catch him as he jumped to safety, only for the armor to fail on the way down by crashing into the platform, causing Stark to crash-land, barely avoiding all of the flames and the debris that followed him down from the explosion.\\nJ.A.R.V.I.S. Norco Mark XV Suit Destruction       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Stark-SeeingBurningHelmet.jpeg/revision/latest?cb=20170627165527\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Stark-SeeingBurningHelmet.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165527\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-SeeingBurningHelmet.jpeg\\\" data-image-key=\\\"Stark-SeeingBurningHelmet.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d6/Stark-SeeingBurningHelmet.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165527\\\" /></a>                 Stark recovers from surviving the battle\\n\\\"You just scared the devil out of me. I thought you were...\\\" \\\"I was dead. Why? Because I fell 200 feet? Who's the hot mess now?\\\" \\\"It's still debatable. Probably tipping your way a little bit.\\\" ―Tony Stark and Pepper Potts Lying on the ground, a battered Stark watched as the helmet fell into the fire before him and broke apart. Suddenly, emerged from the flames with most of his own skin destroyed seemingly beyond ' ability of reconstruction and still intent on Stark's death. Stark was now powerless and at the mercy of Killian, who proclaimed himself the , saying that he was from the start.\\nMark XLII Aldrich Killian Extremis Mandarin       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/Stark-IGotNothing.jpeg/revision/latest?cb=20170627165536\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/Stark-IGotNothing.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165536\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-IGotNothing.jpeg\\\" data-image-key=\\\"Stark-IGotNothing.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/Stark-IGotNothing.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165536\\\" /></a>                 Stark sees kill Pepper Potts Aldrich Killian During this tirade, , still alive due to the Extremis in her system, struck Killian to the ground with a large metal pipe, to which Stark was left speechless. The armor flew downward in an attack position, and Stark failed to tell to disengage due to losing his earpiece. Potts then jumped off his knee to impale the suit and don one of its gauntlets. Stark watched as Potts sent Killian flying backwards and threw a missile at him, blowing it up with a repulsor blast.\\nPepper Potts Mark IX J.A.R.V.I.S.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/23/Stark-ComfortingPPotts-IM3.jpg/revision/latest?cb=20170627165647\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/23/Stark-ComfortingPPotts-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627165647\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-ComfortingPPotts-IM3.jpg\\\" data-image-key=\\\"Stark-ComfortingPPotts-IM3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/23/Stark-ComfortingPPotts-IM3.jpg/revision/latest/scale-to-width-down/250?cb=20170627165647\\\" /></a>                 Stark attempts to reassure Pepper Potts With Killian and all the now dead for good, Stark approached the confused Potts, who took a minute to realize the violence of what she had done while under the influence of Extremis. Stark and Potts teased each other about how he had thought she was dead while she joked about who was the bigger \\\"hot mess\\\" now. Stark apologized to Potts and promised to find a cure for her powers, joking that a relationship with him would always be a mess.\\nExtremis Soldiers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Stark-HuggingPotts-IM3.jpeg/revision/latest?cb=20170627165658\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Stark-HuggingPotts-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165658\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-HuggingPotts-IM3.jpeg\\\" data-image-key=\\\"Stark-HuggingPotts-IM3.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Stark-HuggingPotts-IM3.jpeg/revision/latest/scale-to-width-down/250?cb=20170627165658\\\" /></a>                 Stark initiates the Clean Slate Protocol Seeing that Potts was still worried about their future together, Stark decided to give her another early Christmas present and finally ordered J.A.R.V.I.S. to destroy all his remaining armors in Operation: . Surrounded by the firework-like explosions in the sky, the couple embraced, with Stark asking if Potts was enjoying the show, which she said she did, as he accepted a life without such an obsession of being Iron Man.\\nIron Legion Clean Slate Protocol Temporary Retirement A Step Further       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Tony_operation.jpg/revision/latest?cb=20210322045236\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Tony_operation.jpg/revision/latest/scale-to-width-down/250?cb=20210322045236\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"102\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony operation.jpg\\\" data-image-key=\\\"Tony_operation.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b4/Tony_operation.jpg/revision/latest/scale-to-width-down/250?cb=20210322045236\\\" /></a>                 Stark shortly before his heart surgery\\n\\\"As promised, I got sorted out. It took some tinkering. But then I thought to myself, \\\"Why stop there?\\\" Of course, there are people who say progress is dangerous, but I'll bet none of those idiots ever had to live with a chestful of shrapnel. And now, neither will I.\\\" Pepper ―Tony Stark Stark was able to use his vast resources to cure of the , removing her superhuman abilities. Stark used the cure to develop a method to extract the shrapnel within his heart without dying, and two days later, Stark underwent surgery from Doctor in to have it removed.\\nPepper Potts Extremis Wu Hong Kong       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Tony_and_Pepper.PNG/revision/latest?cb=20200509054605\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Tony_and_Pepper.PNG/revision/latest/scale-to-width-down/250?cb=20200509054605\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony and Pepper.PNG\\\" data-image-key=\\\"Tony_and_Pepper.PNG\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Tony_and_Pepper.PNG/revision/latest/scale-to-width-down/250?cb=20200509054605\\\" /></a>                 Stark gives a necklace Pepper Potts He used the pieces of shrapnel that had been removed by Doctor Wu to make a necklace, which he gave to Potts. Since had been destroyed by and , Stark and Potts moved in together at , which he had now redesigned and renamed ready if he would ever again need to rejoin the for a future mission to save the world again.\\nTony Stark's Mansion Aldrich Killian Eric Savin Stark Tower Avengers Tower Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8e/IM3_Tony_looks.PNG/revision/latest?cb=20170627112350\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8e/IM3_Tony_looks.PNG/revision/latest/scale-to-width-down/250?cb=20170627112350\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM3 Tony looks.PNG\\\" data-image-key=\\\"IM3_Tony_looks.PNG\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8e/IM3_Tony_looks.PNG/revision/latest/scale-to-width-down/250?cb=20170627112350\\\" /></a>                 Stark prepares to begin his next chapter Returning to his home's wreckage, Stark threw his into the ocean, vowing that he was still Iron Man. He took the remains of his to repair. Stark retired from the hero \\\"business\\\" for at least a year, but continued to work as a consultant for and run . He began helping by making repulsor technology for their three new , to avoid the issue that happened during the .\\nArc Reactor Dum-E and U S.H.I.E.L.D. Stark Industries S.H.I.E.L.D. Helicarriers Attack on the Helicarrier Therapy Session       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3a/Stark-BannerTherapy.jpeg/revision/latest?cb=20170627192034\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3a/Stark-BannerTherapy.jpeg/revision/latest/scale-to-width-down/250?cb=20170627192034\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-BannerTherapy.jpeg\\\" data-image-key=\\\"Stark-BannerTherapy.jpeg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3a/Stark-BannerTherapy.jpeg/revision/latest/scale-to-width-down/250?cb=20170627192034\\\" /></a>                 Stark sees that is falling asleep Bruce Banner\\n\\\"Where did I lose you?\\\" \\\"Elevator in .\\\" \\\"So you heard none of it?\\\" Switzerland ―Tony Stark and Bruce Banner In the wake of his with and all of the stress he had endured from the aftermath, Stark retold the entire story to in the . Much to Stark's great annoyance, Banner had fallen asleep during the tale, telling his friend that he was not that kind of doctor. Stark ignored this comment and then began telling more stories of his life, much to the dismay of Banner, who proceeded to go to sleep again.\\nbattle Aldrich Killian Battle of New York Bruce Banner Avengers Tower War on HYDRA Project Insight       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c6/Vlcsnap-2014-09-13-12h22m41s163.png/revision/latest?cb=20190422171247\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c6/Vlcsnap-2014-09-13-12h22m41s163.png/revision/latest/scale-to-width-down/250?cb=20190422171247\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Vlcsnap-2014-09-13-12h22m41s163.png\\\" data-image-key=\\\"Vlcsnap-2014-09-13-12h22m41s163.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c6/Vlcsnap-2014-09-13-12h22m41s163.png/revision/latest/scale-to-width-down/250?cb=20190422171247\\\" /></a>                 Tony Stark is targeted by Project Insight\\n\\\"Most of the intelligence community would like to drop me into a dark hole, but even they can't mess with Tony's army of lawyers. So for now, we're privatizing global security.\\\" ― Maria Hill Tony Stark was listed as another potential target of by . Luckily, was able to stop HYDRA in time to save all of HYDRA's intended victims. In the wake of the fall of , Stark hired , utilizing his army of lawyers to protect Hill, in order to help him fill the void left by S.H.I.E.L.D.'s absence by privatizing global security. As a result of HYDRA's return, the were reassembled and Iron Man signed up.\\nProject Insight HYDRA Captain America S.H.I.E.L.D. Maria Hill Avengers Attack on the HYDRA Research Base       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ac/Extended_AoU2_-_8.png/revision/latest?cb=20141112181330\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ac/Extended_AoU2_-_8.png/revision/latest/scale-to-width-down/250?cb=20141112181330\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"103\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Extended AoU2 - 8.png\\\" data-image-key=\\\"Extended_AoU2_-_8.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ac/Extended_AoU2_-_8.png/revision/latest/scale-to-width-down/250?cb=20141112181330\\\" /></a>                 Iron Man tracks down 's leadership HYDRA\\n\\\"Guys, I got .\\\" \\\"Yeah, I got... . , I got eyes on the prize.\\\" Strucker something bigger Thor ― and Iron Man Captain America As they tracked down 's current leader, , the reassembled came into conflict with Doctor in as she was using weaponry. Working as a team, the Avengers defeated Jensen. With the help of and the newly rebuilt , Iron Man and the other Avengers attacked Strucker's to battle HYDRA's leadership.\\nHYDRA Baron Strucker Avengers Jensen Sudan Chitauri Phil Coulson S.H.I.E.L.D. HYDRA Research Base       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2c/IronManRepulsors-AOU.jpg/revision/latest?cb=20150427180958\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2c/IronManRepulsors-AOU.jpg/revision/latest/scale-to-width-down/250?cb=20150427180958\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManRepulsors-AOU.jpg\\\" data-image-key=\\\"IronManRepulsors-AOU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2c/IronManRepulsors-AOU.jpg/revision/latest/scale-to-width-down/250?cb=20150427180958\\\" /></a>                 Iron Man fights 's men Baron Strucker While the other Avengers fought the soldiers on the ground, Iron Man worked on destroying the base's shields to allow the team access. When Iron Man swore during the mission, told him to watch his language, much to Iron Man's amusement. When the people of began being targeted by all Strucker's guns, Iron Man ordered to send out the in order to get the innocent people back to the safety of their homes.\\nCaptain America Sokovia J.A.R.V.I.S. Iron Legion       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d2/W7Z2ALsk75Y-1-.jpg/revision/latest?cb=20210505025409\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d2/W7Z2ALsk75Y-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210505025409\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"W7Z2ALsk75Y-1-.jpg\\\" data-image-key=\\\"W7Z2ALsk75Y-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d2/W7Z2ALsk75Y-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210505025409\\\" /></a>                 Iron Man breaks into the base HYDRA Iron Man soon managed to disable the shields and entered the base; subduing all of Strucker's soldier's with ease. Once inside, Iron Man killed who was attempting to delete his files before making his way through the hallways. Removing the , Stark scanned the room in order to find a secret hallway, hoping to find all of Strucker and List's secret experiments, while being informed that during the battle had been badly injured.\\nList Mark XLIII Hawkeye       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/RQH3jcLusSk-1-.jpg/revision/latest?cb=20210503025404\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/RQH3jcLusSk-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210503025404\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"RQH3jcLusSk-1-.jpg\\\" data-image-key=\\\"RQH3jcLusSk-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/RQH3jcLusSk-1-.jpg/revision/latest/scale-to-width-down/250?cb=20210503025404\\\" /></a>                 Stark's mind is attacked by Wanda Maximoff While Captain America had successfully captured Baron Strucker, Stark located inside the base the corpse of a , which HYDRA had stolen after the , and the , which had last been seen in S.H.I.E.L.D.'s hands having been taken away from . While Stark was looking at the Scepter and prepared to take it back into the Avengers' custody, snuck up behind him and gave him a vision of the future with her powers.\\nLeviathan Battle of New York Scepter Loki Wanda Maximoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/Tony-Blue-AOU.jpg/revision/latest?cb=20150427180959\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/Tony-Blue-AOU.jpg/revision/latest/scale-to-width-down/250?cb=20150427180959\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony-Blue-AOU.jpg\\\" data-image-key=\\\"Tony-Blue-AOU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/Tony-Blue-AOU.jpg/revision/latest/scale-to-width-down/250?cb=20150427180959\\\" /></a>                 Stark is given a vision of the ' future Avengers In the vision, Stark saw the Avengers lying dead after a against a . As Stark explored the battlefield, he saw the deaths of his team mates, with lying broken in half. Going to , Stark was surprised when Rogers grabbed his hand, telling him that Stark could have saved them before dying. Stark looked up and saw the Leviathans and heading to through a portal in space.\\nmysterious battle powerful enemy Captain America's Shield Steve Rogers Chitauri Earth       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/Avengers_Age_of_Ultron_102.jpg/revision/latest?cb=20210214192605\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/Avengers_Age_of_Ultron_102.jpg/revision/latest/scale-to-width-down/250?cb=20210214192605\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron 102.jpg\\\" data-image-key=\\\"Avengers_Age_of_Ultron_102.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fb/Avengers_Age_of_Ultron_102.jpg/revision/latest/scale-to-width-down/250?cb=20210214192605\\\" /></a>                 Stark finds and recaptures the Scepter Shaken by what he had seen, Maximoff allowed Stark to retrieve the Scepter, knowing its power would ultimately cause his own downfall. Unaware that he was now being watched by Maximoff and her twin brother , Stark reclaimed the Mark XLIII gauntlet and used it to snatch the Scepter away, originally planning on giving it back to to take back to to keep the Earth safe from its power, but Stark now had some new ideas about using it.\\nPietro Maximoff Thor Asgard Creation of Ultron       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/Quinjet-Scene3.png/revision/latest?cb=20161113162802\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/Quinjet-Scene3.png/revision/latest/scale-to-width-down/250?cb=20161113162802\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Quinjet-Scene3.png\\\" data-image-key=\\\"Quinjet-Scene3.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/Quinjet-Scene3.png/revision/latest/scale-to-width-down/250?cb=20161113162802\\\" /></a>                 Stark flies back towards Avengers Tower\\n\\\"I see a suit of armor around the world.\\\" \\\"Sounds like a cold world, Tony.\\\" \\\"I've seen colder. This one, this very ? It needs . Peace in our time. Imagine that.\\\" vulnerable blue one Ultron ―Tony Stark and Bruce Banner With now in the custody of the , Stark flew the away from onboard the . Along the way, Stark asked if it was okay for Doctor to set up all of her own equipment in his lab so she could begin the operation to save 's life in the wake of his injuries during the battle.\\nBaron Strucker United States Armed Forces Avengers Sokovia Quinjet Bruce Banner Helen Cho Clint Barton       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Quinjet-Scene6.png/revision/latest?cb=20151031123843\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Quinjet-Scene6.png/revision/latest/scale-to-width-down/250?cb=20151031123843\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Quinjet-Scene6.png\\\" data-image-key=\\\"Quinjet-Scene6.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/Quinjet-Scene6.png/revision/latest/scale-to-width-down/250?cb=20151031123843\\\" /></a>                 Stark asks for the use of the Thor Scepter As they came closer to their destination, Stark had put in charge of flying while he spoke with and about what was to happen with 's now that they had finally recovered it from . Stark requested that he be allowed the chance to study the Scepter before Thor returned it to to be kept safe, which Thor agreed with before they all discussed having a party to celebrate the capture of Baron von Strucker.\\nJ.A.R.V.I.S. Thor Captain America Loki Scepter HYDRA Asgard       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Untitled.jpg/revision/latest?cb=20150319175422\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Untitled.jpg/revision/latest/scale-to-width-down/250?cb=20150319175422\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Untitled.jpg\\\" data-image-key=\\\"Untitled.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Untitled.jpg/revision/latest/scale-to-width-down/250?cb=20150319175422\\\" /></a>                 Stark returns back to the Avengers Tower Upon arriving at , Stark was greeted by both Doctor Cho and , with Stark correcting Hill when she called him boss, claiming that Rogers was the boss despite Stark paying for every they did. While the returned to the tower, Stark checked on Barton's condition while Cho used the to repair his damaged skin tissue, with Stark teasing Barton that he was dying while Barton insisted that he would now live forever.\\nAvengers Tower Maria Hill Iron Legion Regeneration Cradle       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/Stark_and_Banner_AOU_textless.jpg/revision/latest?cb=20141109233958\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/Stark_and_Banner_AOU_textless.jpg/revision/latest/scale-to-width-down/250?cb=20141109233958\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark and Banner AOU textless.jpg\\\" data-image-key=\\\"Stark_and_Banner_AOU_textless.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/Stark_and_Banner_AOU_textless.jpg/revision/latest/scale-to-width-down/250?cb=20141109233958\\\" /></a>                 Stark and discussing Bruce Banner Ultron Continuing his mindset toward protecting humanity while realizing the void that the of created, Stark created an intelligence with the mandate to ensure global peace at any cost. The intelligence, , who in turn took control on the to defend humanity as a sort of makeshift army and allow the Avengers to retire. Seeking to push the forward, Stark recruited Banner by pitching the Program to him and showing him a detailed breakdown of the inside the Scepter, claiming that they could use its detailed brain waves to give life to Ultron, something they had failed to do in all of their past experiments.\\ndownfall S.H.I.E.L.D. Ultron Ultron Sentries Ultron Program Mind Stone       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5d/Avengers_Age_of_Ultron_73.png/revision/latest?cb=20150304185317\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5d/Avengers_Age_of_Ultron_73.png/revision/latest/scale-to-width-down/250?cb=20150304185317\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron 73.png\\\" data-image-key=\\\"Avengers_Age_of_Ultron_73.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5d/Avengers_Age_of_Ultron_73.png/revision/latest/scale-to-width-down/250?cb=20150304185317\\\" /></a>                 Stark explains his vision for 's future Ultron When Banner expressed his doubts about the Ultron Program, Stark argued if they were successful, they could finally retire and Banner may not have to worry about facing . Claiming that with Ultron, the next would never happen again, Stark told Banner that he had a vision of a suit of armor around the , when Banner claimed this sounded like a cold world, Stark said he had seen colder, referring to 's vision.\\nVeronica Chitauri Invasion Earth Wanda Maximoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/8C7wRTvPUgc-1-.jpg/revision/latest?cb=20170213142926\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/8C7wRTvPUgc-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170213142926\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"8C7wRTvPUgc-1-.jpg\\\" data-image-key=\\\"8C7wRTvPUgc-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/8C7wRTvPUgc-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170213142926\\\" /></a>                 Stark and Banner try to give life into Ultron With Banner now onboard, he and Stark spent the next three days before it was returned to attempted to sync the Mind Stone from the Scepter into the Ultron Program in order to finally give life to Ultron. However, after three days of constant experimentation with the system, Stark and Banner admitted defeat, believing that there was no way for Ultron to be given life. recommended that Stark leave the project and attend to his party guests.\\nAsgard J.A.R.V.I.S. The Avengers Party       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/dc/Tony_AOU_02.jpg/revision/latest?cb=20150427172051\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/dc/Tony_AOU_02.jpg/revision/latest/scale-to-width-down/250?cb=20150427172051\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony AOU 02.jpg\\\" data-image-key=\\\"Tony_AOU_02.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/dc/Tony_AOU_02.jpg/revision/latest/scale-to-width-down/250?cb=20150427172051\\\" /></a>                 Stark hosts a party for all of the Avengers\\n\\\"Right, so, if I lift , I... I then rule ?\\\" \\\"Yes, of course.\\\" \\\"I will be re-instituting .\\\" it Asgard prima nocta ―Tony Stark and Thor At a party hosted at , celebrating their recent defeat of and the capture of the and HYDRA's current leader , Stark welcomed not only his own teammates, but also several allies of the team such as and , with Doctor agreeing to attend the party as she had heard that would also be attending. Stark also decided to invite several veterans to the party who spent their time with Thor and , drinking ancient alcohol which got one too drunk to walk.\\nAvengers Tower HYDRA Scepter Baron Strucker Sam Wilson Maria Hill Helen Cho Thor World War II Steve Rogers Asgardian attendee       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/ThorStark-DrinkingParty.jpg/revision/latest?cb=20170415204404\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/ThorStark-DrinkingParty.jpg/revision/latest/scale-to-width-down/250?cb=20170415204404\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"ThorStark-DrinkingParty.jpg\\\" data-image-key=\\\"ThorStark-DrinkingParty.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/67/ThorStark-DrinkingParty.jpg/revision/latest/scale-to-width-down/250?cb=20170415204404\\\" /></a>                 Stark compares and Pepper Potts Jane Foster While drinking with Thor, Stark listened as attempted to impress them with stories of how he had secured a tank while in his , with nobody impressed. Stark and Thor then began debating if either or was the more impressive girlfriend, with Stark noting all of Potts' work with which caused Rhodes to walk away with Rhodes, leaving Stark and Thor to continue the girlfriend debate alone.\\nJames Rhodes War Machine Armor Pepper Potts Jane Foster Stark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/75/Party_AOU_textless.jpg/revision/latest?cb=20210503024722\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/75/Party_AOU_textless.jpg/revision/latest/scale-to-width-down/250?cb=20210503024722\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"126\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Party AOU textless.jpg\\\" data-image-key=\\\"Party_AOU_textless.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/75/Party_AOU_textless.jpg/revision/latest/scale-to-width-down/250?cb=20210503024722\\\" /></a>                 Stark and all of the discuss Avengers Mjølnir As the party went through the night, many of the attendees returned to their home, including Wilson, leaving Stark and the along with Hill and Cho as the only remaining non-team members there. As the remaining group joked and drank together around a table, they began to discuss Thor and his power to lift . As the debate went on, decided to try to lift Mjølnir himself, with Stark joking about him not being able to get it up. Stark then stepped up, joking that he wanted to rule if he picked it up.\\nAvengers Mjølnir Clint Barton Asgard       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/IM_WM_Mjolnir.png/revision/latest?cb=20200510050646\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/IM_WM_Mjolnir.png/revision/latest/scale-to-width-down/250?cb=20200510050646\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IM WM Mjolnir.png\\\" data-image-key=\\\"IM_WM_Mjolnir.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/IM_WM_Mjolnir.png/revision/latest/scale-to-width-down/250?cb=20200510050646\\\" /></a>                 Stark and pull at James Rhodes Mjølnir Stark initially tried to lift it on his own, when that failed he called for the help of to no more avail, even with the gauntlet. All the other Avengers then each decided to have a go at lifting the hammer, with joking about out and only slightly moved it while refused it even try. Upon his defeat, Stark looked for fingerprint recognition software on the hammer which Thor still had denied.\\nJames Rhodes Mark XLIII Bruce Banner Hulking Steve Rogers Natasha Romanoff Ultron Offensive Attack on Avengers Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/Tony_surprised.PNG/revision/latest?cb=20150113103519\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/Tony_surprised.PNG/revision/latest/scale-to-width-down/250?cb=20150113103519\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony surprised.PNG\\\" data-image-key=\\\"Tony_surprised.PNG\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/Tony_surprised.PNG/revision/latest/scale-to-width-down/250?cb=20150113103519\\\" /></a>                 Stark witnesses 's threats to them all Ultron\\n\\\"Reboot. Legionnaire, we got a buggy suit.\\\" \\\"There was a terrible noise... and I was tangled in... in... strings. I had to kill the . He was a good guy.\\\" other guy ―Tony Stark and Ultron As the group laughed, a sudden loud ring echoed through as they turned to see one of the robots stepping out of the darkness to confront them. While Stark tried to get to shut down the robot, it introduced itself as , claiming that it was there for peace in their time. When questioned about its true intentions, Ultron told them it intended to destroy the in order to achieve peace as they listened in horror.\\nAvengers Tower Iron Legion J.A.R.V.I.S. Ultron Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1c/XgnaQ7Wc_6g-1-.jpg/revision/latest?cb=20170628223357\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1c/XgnaQ7Wc_6g-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170628223357\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"XgnaQ7Wc 6g-1-.jpg\\\" data-image-key=\\\"XgnaQ7Wc_6g-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1c/XgnaQ7Wc_6g-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170628223357\\\" /></a>                 Stark fights against the new Ultron Sentries Ultron then sent out all his to attack the Avengers. Without his armor to defend himself, Stark was quickly separated from and was forced to use whatever had come to hand to battle the robots. Grabbing a knife, Stark jumped onto the back of one of the many that he had once designed himself and attempted to damage it's inner wiring in mid-air, eventually succeeding as they fell to the floor together.\\nSentries Mark XLIII James Rhodes attacking robots       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/SG2J0ugSMeg-1-.jpg/revision/latest?cb=20170628223410\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/SG2J0ugSMeg-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170628223410\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SG2J0ugSMeg-1-.jpg\\\" data-image-key=\\\"SG2J0ugSMeg-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/SG2J0ugSMeg-1-.jpg/revision/latest/scale-to-width-down/250?cb=20170628223410\\\" /></a>                 Stark watches destroying 's body Thor Ultron In the wake of the brief battle, which concluded when had handed his which he used to destroy the final robot, Stark and the were faced with the main Ultron form. Refusing to listen to the robot's threats to them any longer, then destroyed Ultron's robot body with , although one of its own Sentries had already escaped with the in its hand and had claimed that it would attack all of the Avengers again.\\nHawkeye Captain America shield Avengers Thor Mjølnir Scepter Team Argument       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/de/H8dv66S.jpg/revision/latest?cb=20210502211734\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/de/H8dv66S.jpg/revision/latest/scale-to-width-down/250?cb=20210502211734\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"166\\\" class=\\\"thumbimage\\\" data-image-name=\\\"H8dv66S.jpg\\\" data-image-key=\\\"H8dv66S.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/de/H8dv66S.jpg/revision/latest/scale-to-width-down/250?cb=20210502211734\\\" /></a>                 Stark examines the broken robot Ultron\\n\\\"A came charging through a . We're standing 300 feet below it. We're the . We can bust arms dealers all the livelong day, but that up there, that's... that's the endgame.\\\" hostile alien army hole in space Avengers ―Tony Stark With the now all gathered together, Stark began examining the robot to understand what caused it to them all. He listened closely as it was soon learned that Ultron had successfully accessed 's files and escaped through the internet, with and worrying that he may also gain access into the nuclear codes. When it was noted that Ultron had claimed to have killed somebody, Stark revealed that he had learned that Ultron had destroyed ' mainframe in a rage.\\nAvengers Ultron attack Avengers Tower James Rhodes Maria Hill J.A.R.V.I.S.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e9/ThorAttackingStark-AAoU.jpg/revision/latest?cb=20170415172859\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e9/ThorAttackingStark-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170415172859\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"ThorAttackingStark-AAoU.jpg\\\" data-image-key=\\\"ThorAttackingStark-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e9/ThorAttackingStark-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170415172859\\\" /></a>                 Stark is confronted by Thor While Stark and discussed Ultron's possible motives for turning against him, then stormed in and grabbed Stark by the throat, accusing him of bringing destruction onto the . Thor explained he had lost the , claiming Ultron was created by Stark messing with something he did not understand. As Stark had started to laugh, despite telling him to stop, he claimed it was funny they did not understand why it was needed.\\nHelen Cho Thor Earth Scepter Bruce Banner       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Avengers_Age_of_Ultron_129.png/revision/latest?cb=20150327173737\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Avengers_Age_of_Ultron_129.png/revision/latest/scale-to-width-down/250?cb=20150327173737\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron 129.png\\\" data-image-key=\\\"Avengers_Age_of_Ultron_129.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Avengers_Age_of_Ultron_129.png/revision/latest/scale-to-width-down/250?cb=20150327173737\\\" /></a>                 Stark discusses the future of the Avengers Stark defended himself, claiming that he was coming up with a new solution to end the war that would destroy the Earth based on the vision recently given to him by . Stark then recalled the , claiming that what was out in space would destroy them all if they did not plan ahead. As claimed they could beat that threat as a team, Stark claimed that they would fail, with Rogers telling him they would still be a team.\\nWanda Maximoff Battle of New York Steve Rogers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/StarkBanner-StruckerDeathNews.jpg/revision/latest?cb=20170628223423\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/StarkBanner-StruckerDeathNews.jpg/revision/latest/scale-to-width-down/250?cb=20170628223423\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkBanner-StruckerDeathNews.jpg\\\" data-image-key=\\\"StarkBanner-StruckerDeathNews.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/StarkBanner-StruckerDeathNews.jpg/revision/latest/scale-to-width-down/250?cb=20170628223423\\\" /></a>                 Stark learns of 's death Baron Strucker Seeking leads, the team began searching for wherever Ultron was heading next and later learned that Ultron had built himself a new body and had in his prison cell and had recruited the aid of and . Upon learning of Baron Strucker's death, it was noted that this was likely a smokescreen to throw them off, with all of their own information on Strucker having been deleted off their computers.\\nmurdered Baron Strucker Wanda Pietro Maximoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/StarkRogers-KlaueNews.jpg/revision/latest?cb=20170628223435\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/StarkRogers-KlaueNews.jpg/revision/latest/scale-to-width-down/250?cb=20170628223435\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkRogers-KlaueNews.jpg\\\" data-image-key=\\\"StarkRogers-KlaueNews.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/StarkRogers-KlaueNews.jpg/revision/latest/scale-to-width-down/250?cb=20170628223435\\\" /></a>                 Stark discusses 's past history Ulysses Klaue Forced to use old files, the team researched anyone who was connected to Strucker who may be able to find a new lead. Stark soon pointed out , noting that he had almost done a deal with him to sell weapons. Stark explained that Klaue was known for having a brand on his neck that marked him as a thief of , the land where was made, so they all assumed that Ultron would go to him for the metal.\\nS.H.I.E.L.D. Ulysses Klaue Stark Industries Wakanda vibranium Hunting Ultron       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Avengers_Age_of_Ultron_86.png/revision/latest?cb=20150427051246\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Avengers_Age_of_Ultron_86.png/revision/latest/scale-to-width-down/250?cb=20150427051246\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron 86.png\\\" data-image-key=\\\"Avengers_Age_of_Ultron_86.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Avengers_Age_of_Ultron_86.png/revision/latest/scale-to-width-down/250?cb=20150427051246\\\" /></a>                 Iron Man and the engage Avengers Ultron\\n\\\"Don't compare me with Stark! It's a thing with me. Stark is... he's a sickness!\\\" \\\"Oh, junior. You're gonna break your old man's heart.\\\" ― and Tony Stark Ultron Stark led the team to where they found , along with and , taking the having just cut off 's arm in a fit of rage. Confronted Ultron, Iron Man attempted to talk him into surrendering, but Ultron refused, with the Maximoff siblings backing him up and insulting Iron Man's legacy. When Iron Man questioned what the vibranium was for, Ultron responded by suddenly and attacking Iron Man.\\nJohannesburg Ultron Pietro Wanda Maximoff vibranium Ulysses Klaue       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Untitled_t.jpg/revision/latest?cb=20151028105623\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Untitled_t.jpg/revision/latest/scale-to-width-down/250?cb=20151028105623\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"110\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Untitled t.jpg\\\" data-image-key=\\\"Untitled_t.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Untitled_t.jpg/revision/latest/scale-to-width-down/250?cb=20151028105623\\\" /></a>                 Iron Man battles against Ultron They engaged in a , with Iron Man taking on Ultron alone while and fought the and the Maximoff twins, and both and fighting against all of Klaue's soldiers who had come to defend their own employer following Ultron's assault on him. As their battle continued, Iron Man and Ultron flew out of the and across the , still firing all of their own weapons at each other.\\nfierce battle Thor Captain America Ultron Sentries Hawkeye Black Widow Churchill Salvage Yard       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/IronMan-UltronMissileThreat.jpg/revision/latest?cb=20201225034135\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/IronMan-UltronMissileThreat.jpg/revision/latest/scale-to-width-down/250?cb=20201225034135\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-UltronMissileThreat.jpg\\\" data-image-key=\\\"IronMan-UltronMissileThreat.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/IronMan-UltronMissileThreat.jpg/revision/latest/scale-to-width-down/250?cb=20201225034135\\\" /></a>                 Iron Man successfully destroys 's body Ultron Eventually, Iron Man brought down Ultron and threatened him with a missile; however, Ultron revealed that he had already transferred his mind into another Sentry body and explained that the team had been mentally taken down by Wanda Maximoff, who had proceeded to cause to transform into in the middle of and had started to destroy everything he could. Responding by destroying Ultron, Iron Man then went after Hulk.\\nBruce Banner Hulk South Africa Duel of Johannesburg       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/Iron_Man_%28Mk_XLIII%29_%26_Mk_XLIV_%2B_Veronica.png/revision/latest?cb=20171102095821\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/Iron_Man_%28Mk_XLIII%29_%26_Mk_XLIV_%2B_Veronica.png/revision/latest/scale-to-width-down/250?cb=20171102095821\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man (Mk XLIII) &amp; Mk XLIV + Veronica.png\\\" data-image-key=\\\"Iron_Man_%28Mk_XLIII%29_%26amp%3B_Mk_XLIV_%2B_Veronica.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/Iron_Man_%28Mk_XLIII%29_%26_Mk_XLIV_%2B_Veronica.png/revision/latest/scale-to-width-down/250?cb=20171102095821\\\" /></a>                 Iron Man sends to contain Veronica Hulk\\n\\\"Stand down! You listening? That is messing with your mind. You’re stronger than her, you're smarter than her, you're Bruce Banner. Right, right! Don't mention puny Banner. Okay. In the back? Dick move, Banner.\\\" little witch ―Tony Stark to Hulk Knowing that many innocent civilians would undoubtedly be killed in 's rampage, Iron Man was forced to leave behind and called on to try and calm Banner down, only to be told by that Romanoff was unable to go into battle. Iron Man called upon his and in an attempt to subdue Hulk himself.\\nHulk Ultron Black Widow Hawkeye Mark XLIV Veronica       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/Iron_Man_%28Hulkbuster%29.png/revision/latest?cb=20181220013203\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/Iron_Man_%28Hulkbuster%29.png/revision/latest/scale-to-width-down/250?cb=20181220013203\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man (Hulkbuster).png\\\" data-image-key=\\\"Iron_Man_%28Hulkbuster%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/Iron_Man_%28Hulkbuster%29.png/revision/latest/scale-to-width-down/250?cb=20181220013203\\\" /></a>                 Iron Man suits up in the Hulkbuster Armor However, despite soon being trapped inside Veronica's enforced and electrified metal cage, the enraged Hulk had soon managed to break himself free. Ordering the police to stand down from the fight, Iron Man tried to get through to by telling him that was messing with his mind, telling him that Banner was stronger and smarter than her. However, the mention of Banner's name only seemed to enrage Hulk even further.\\nSouth African Bruce Banner Wanda Maximoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Avengers.Age.of.Ultron.2015.720p.BluRay.x264.YIFY_7583.jpg/revision/latest?cb=20151022031545\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Avengers.Age.of.Ultron.2015.720p.BluRay.x264.YIFY_7583.jpg/revision/latest/scale-to-width-down/250?cb=20151022031545\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers.Age.of.Ultron.2015.720p.BluRay.x264.YIFY 7583.jpg\\\" data-image-key=\\\"Avengers.Age.of.Ultron.2015.720p.BluRay.x264.YIFY_7583.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Avengers.Age.of.Ultron.2015.720p.BluRay.x264.YIFY_7583.jpg/revision/latest/scale-to-width-down/250?cb=20151022031545\\\" /></a>                 Iron Man attempts to keep at bay Hulk When all of Iron Man's attempts to calm Hulk down had failed, the two . Hulk launched a car at Iron Man, knocking him back, so Iron Man responded by flying to Hulk and dragging him face first through the concrete. When Hulk damaged the armor, Stark called for extra parts and used its many capabilities to try to knock Hulk down. With Hulk charging at him, Iron Man kept him at bay with his gauntlet beam while his arm was repaired.\\nbegan to fight       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Hulk_and_Hulkbuster_Punch.jpg/revision/latest?cb=20170714054511\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Hulk_and_Hulkbuster_Punch.jpg/revision/latest/scale-to-width-down/250?cb=20170714054511\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Hulk and Hulkbuster Punch.jpg\\\" data-image-key=\\\"Hulk_and_Hulkbuster_Punch.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Hulk_and_Hulkbuster_Punch.jpg/revision/latest/scale-to-width-down/250?cb=20170714054511\\\" /></a>                 Iron Man and punch each other Hulk Hulk charged forward and the pair smashed their fists into each other, causing a shockwave through . Pinning Hulk to the ground, Iron Man began repeatedly punching him in the face and begging him to go to sleep and finish their fight; however, Hulk's rage only continued to build. Iron Man attempted to trap his arm with the and fly him out of the city in order to protect the people, with Hulk still fighting back.\\nJohannesburg Hulkbuster Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Hulkbuster-PinningBackHulk.jpg/revision/latest?cb=20170629163905\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Hulkbuster-PinningBackHulk.jpg/revision/latest/scale-to-width-down/250?cb=20170629163905\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Hulkbuster-PinningBackHulk.jpg\\\" data-image-key=\\\"Hulkbuster-PinningBackHulk.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/Hulkbuster-PinningBackHulk.jpg/revision/latest/scale-to-width-down/250?cb=20170629163905\\\" /></a>                 Iron Man pushes against the wall Hulk As Iron Man attempted to fly Hulk out of the city, he continued to fight back and forced Iron Man to crash land on the side of a large building. As Hulk tried to rip him apart, Iron Man pushed him against a wall and tried spraying gas in his face, although this tactic had almost no affect. As they continued fighting, Iron Man was aware that behind him an elevator filled with people were standing just feet away from the battle as they attempted to escape.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/HulkBuster-CatchingLift.jpg/revision/latest?cb=20170629163916\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/HulkBuster-CatchingLift.jpg/revision/latest/scale-to-width-down/250?cb=20170629163916\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"HulkBuster-CatchingLift.jpg\\\" data-image-key=\\\"HulkBuster-CatchingLift.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bf/HulkBuster-CatchingLift.jpg/revision/latest/scale-to-width-down/250?cb=20170629163916\\\" /></a>                 Iron Man saves a group of innocent civilians When he was kicked back with incredible force, Iron Man crashed into the elevator filled with innocent people, forcing him to catch it before it hit the ground as he ordered everyone to get out while they still could. Iron Man then proceeded to use the elevator as a weapon as he slammed it down onto Hulk's head. Once Hulk was stunned, Iron Man hit him across the face, knocking out one of his teeth, an action which Iron Man then soon regretted.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b9/HulkBuster-FinalPunch.jpg/revision/latest?cb=20170629163924\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b9/HulkBuster-FinalPunch.jpg/revision/latest/scale-to-width-down/250?cb=20170629163924\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"HulkBuster-FinalPunch.jpg\\\" data-image-key=\\\"HulkBuster-FinalPunch.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b9/HulkBuster-FinalPunch.jpg/revision/latest/scale-to-width-down/250?cb=20170629163924\\\" /></a>                 Iron Man manages to knock out Hulk The enraged Hulk then proceeded to smash Iron Man across the city, attempting to rip out the powering the armor. Despite trying to get assistance from , Hulk proved to be too strong as he tore the armor apart. Eventually, Iron Man resorted to dropping Hulk through a building still going through construction; this massive impact seemingly calmed Hulk enough that Stark could knock him out with a final massive punch to the head.\\nArc Reactors Mark XLIV Veronica The Barton Home       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Stark-Shadows-Quinjet.jpg/revision/latest?cb=20170629223712\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Stark-Shadows-Quinjet.jpg/revision/latest/scale-to-width-down/250?cb=20170629223712\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-Shadows-Quinjet.jpg\\\" data-image-key=\\\"Stark-Shadows-Quinjet.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/48/Stark-Shadows-Quinjet.jpg/revision/latest/scale-to-width-down/250?cb=20170629223712\\\" /></a>                 Stark updates on the team's state Maria Hill\\n\\\"I'm the man who killed the . I saw it. I didn't tell the team, how could I? I saw them all dead, Nick. I felt it. The whole world, too. It's because of me. I wasn't ready. I didn't do all I could.\\\" Avengers ―Tony Stark to Nick Fury With the over, the were flown away on the . Stark spoke with who told him of all the reactions to the Avengers' actions in and talks for 's arrest. Hill also suggested that they should go somewhere to rest. told Stark to get some sleep because they would land soon. When Stark asked him where they were going, Barton responded to a safehouse.\\nbattle Avengers Quinjet Maria Hill South Africa Bruce Banner Clint Barton       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/Stark-SmallerAgents.jpg/revision/latest?cb=20170629223728\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/Stark-SmallerAgents.jpg/revision/latest/scale-to-width-down/250?cb=20170629223728\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-SmallerAgents.jpg\\\" data-image-key=\\\"Stark-SmallerAgents.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4a/Stark-SmallerAgents.jpg/revision/latest/scale-to-width-down/250?cb=20170629223728\\\" /></a>                 Stark arrives inside Clint Barton's Homestead They landed in a countryside and entered into a . The team was surprised to learn that it was Barton's family home and that he has a and children. Although Stark at first assumed it was a lie as Barton was a spy, Barton explained to them that the reason the team were still unaware of his family was due to Director helping him to have this second peaceful life just outside S.H.I.E.L.D. where his family could be safe.\\nsmall house wife S.H.I.E.L.D. Nick Fury       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/Stark-RogersArgument-AAoU.jpg/revision/latest?cb=20170629223741\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/Stark-RogersArgument-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170629223741\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-RogersArgument-AAoU.jpg\\\" data-image-key=\\\"Stark-RogersArgument-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/Stark-RogersArgument-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170629223741\\\" /></a>                 Stark has an argument with Steve Rogers Stark and went outside and chopped wood together. They discussed how had been able to use her new powers to pull the team apart. When the conversation moved to how Stark and Banner inadvertently created , they then proceeded to argue and debate on simply whether or not Stark should have ever experimented on 's . Stark explained his action by using the argument that the reason they fight is to end the fight.\\nSteve Rogers Wanda Maximoff Ultron Loki Scepter       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e4/Stark-FuryChat-AAoU.jpg/revision/latest?cb=20170629223753\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e4/Stark-FuryChat-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170629223753\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-FuryChat-AAoU.jpg\\\" data-image-key=\\\"Stark-FuryChat-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e4/Stark-FuryChat-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170629223753\\\" /></a>                 Stark has a conversation with Nick Fury Just as Rogers was making his point, then asked Stark if he could help to fix their tractor. While Stark examined the broken tractor, revealed himself; Stark realized that had called him. Fury tried to convince Stark that had just tricked him, but Stark said that the vision he had seen where all of his friends are dead would be in the future, if Stark would not do everything he could to save them and all of .\\nLaura Barton Nick Fury Maria Hill Wanda Maximoff humanity       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/Stark-PlayingDarts.jpg/revision/latest?cb=20170629223802\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/Stark-PlayingDarts.jpg/revision/latest/scale-to-width-down/250?cb=20170629223802\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-PlayingDarts.jpg\\\" data-image-key=\\\"Stark-PlayingDarts.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/Stark-PlayingDarts.jpg/revision/latest/scale-to-width-down/250?cb=20170629223802\\\" /></a>                 Stark plays a game of darts with Clint Barton Having gathered together the entire team, Fury then showed himself to the rest of the Avengers and started to discuss their next move to stop the . Fury told them that his contact people in \\\" \\\" in had informed him that Ultron had attempted to get 's nuclear codes but was changing the codes all the time. While Stark played darts, being outplayed by , he told the group he would go to NEXUS to find Ultron's new enemy.\\nUltron Offensive NEXUS Oslo America somebody Clint Barton       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ac/Stark-DiscussingUltronPlans-AAoU.jpg/revision/latest?cb=20170629223812\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ac/Stark-DiscussingUltronPlans-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170629223812\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-DiscussingUltronPlans-AAoU.jpg\\\" data-image-key=\\\"Stark-DiscussingUltronPlans-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/ac/Stark-DiscussingUltronPlans-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170629223812\\\" /></a>                 Stark discusses 's next possible move Ultron When noted she had hoped Fury had more to offer, Fury gave them a speech to inspire them to get up and fight against Ultron, telling them to stand up and fight as a team once again. This led to them discussing Ultron's motives at which point, then realized that Ultron wanted always to improved his body, so he needed and her device to create his which he could use to become unbeatable.\\nNatasha Romanoff Bruce Banner Helen Cho Regeneration Cradle ultimate body Hacking the NEXUS       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/Avengers_Age_of_Ultron_136.png/revision/latest?cb=20150402225038\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/Avengers_Age_of_Ultron_136.png/revision/latest/scale-to-width-down/250?cb=20150402225038\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron 136.png\\\" data-image-key=\\\"Avengers_Age_of_Ultron_136.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/Avengers_Age_of_Ultron_136.png/revision/latest/scale-to-width-down/250?cb=20150402225038\\\" /></a>                 Stark speaks with and Steve Rogers Nick Fury\\n\\\"I'm just a guy looking for a needle in the world's biggest haystack.\\\" \\\"How do you find it?\\\" \\\"Pretty simple. You bring a magnet.\\\" ―Tony Stark and World Hub Tech Stark then made it clear to that if succeeded in uploading himself to the , he might be stronger than any of them. then told them that he will take to the and said to Stark that he needed . As the Avengers flew to , Stark was inside the searching for the person who prevented from obtaining launch codes for nuclear missiles.\\nSteve Rogers Ultron synthetic body Nick Fury Bruce Banner Avengers Tower Maria Hill Seoul NEXUS Internet Hub Ultron       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e4/Stark_Nexus.png/revision/latest?cb=20151005163058\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e4/Stark_Nexus.png/revision/latest/scale-to-width-down/250?cb=20151005163058\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark Nexus.png\\\" data-image-key=\\\"Stark_Nexus.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e4/Stark_Nexus.png/revision/latest/scale-to-width-down/250?cb=20151005163058\\\" /></a>                 Stark successfully hacks into the NEXUS While hacking into the NEXUS to find Ultron's new enemy, Stark was shocked to find out it was , who erased his memory and had scattered himself all across the Internet to block Ultron. It turned out that Ultron was afraid of J.A.R.V.I.S. and of what he could do, so J.A.R.V.I.S. went underground and prevent from Ultron from getting the codes. Restoring J.A.R.V.I.S.'s memory, Stark then sent his own programming back towards Avengers Tower.\\nJ.A.R.V.I.S. Birth of Vision       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Stark-JARVISSurvival-AAoU.jpg/revision/latest?cb=20170701081655\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Stark-JARVISSurvival-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170701081655\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-JARVISSurvival-AAoU.jpg\\\" data-image-key=\\\"Stark-JARVISSurvival-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/Stark-JARVISSurvival-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170701081655\\\" /></a>                 Stark reveals the survival of J.A.R.V.I.S.\\n\\\"So, you want me to help you put into this ?\\\" \\\"No, of course not. I want to help put J.A.R.V.I.S. in this thing.\\\" J.A.R.V.I.S. thing you ― and Tony Stark Bruce Banner Having learned what he needed to at the , Stark then went back to the where and waited for him. Greeting Stark upon his arrival at the Tower, Barton was with the with the inside it. Barton informed Stark that had also successfully kidnapped during the , so Barton began his search for her. Stark then told Banner everything he discovered and he asked for his help him upload J.A.R.V.I.S. to the synthetic body.\\nNEXUS Avengers Tower Bruce Banner Clint Barton Regeneration Cradle synthetic body Ultron Natasha Romanoff Battle of Seoul       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/Stark-FunnySmile-AAoU.jpg/revision/latest?cb=20170701081706\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/Stark-FunnySmile-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170701081706\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-FunnySmile-AAoU.jpg\\\" data-image-key=\\\"Stark-FunnySmile-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/Stark-FunnySmile-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170701081706\\\" /></a>                 Stark and discuss the Bruce Banner new body Banner was against the idea of messing with the body, finding the situation to be a time-loop they were all now stuck inside since first activating the ; however, Stark argued that this was the right move and they did not have the time for the decision to be argued by the other . Stark was able to convince Banner that the new being Ultron had created could be a benefit by giving it J.A.R.V.I.S. as a core persona, and prevent megalomania.\\nUltron Program Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/Stark-HowAboutNonce.jpg/revision/latest?cb=20170701081716\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/Stark-HowAboutNonce.jpg/revision/latest/scale-to-width-down/250?cb=20170701081716\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-HowAboutNonce.jpg\\\" data-image-key=\\\"Stark-HowAboutNonce.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/63/Stark-HowAboutNonce.jpg/revision/latest/scale-to-width-down/250?cb=20170701081716\\\" /></a>                 Stark is confronted by Captain America As the two were almost finished preparing to upload J.A.R.V.I.S. into the Cradle, with and came and ordered him to shut it down. Stark and Banner refused, shocked that Rogers had recruited the Maximoffs as they recalled how Wanda's powers had caused the . When Rogers tried to convince them, Stark argued that whatever had already happened was nothing compared to what was still incoming.\\nSteve Rogers Wanda Pietro Maximoff Duel of Johannesburg       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/Stark-AttackingCap-AAoU.jpg/revision/latest?cb=20170701081726\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/Stark-AttackingCap-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170701081726\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-AttackingCap-AAoU.jpg\\\" data-image-key=\\\"Stark-AttackingCap-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/Stark-AttackingCap-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170701081726\\\" /></a>                 Stark attempts to fight off Captain America To try and end the dispute before it got out of hand, then responded by speeding around the Cradle and unplugging all of the cables, until he was then subdued by 's quick thinking. This action then led to a brief clash between the group, with Stark calling on parts of his armor and shooting at Rogers, who in turn threw at Stark, while Banner and Wanda Maximoff had a brief fight in which she knocked him back with her powers.\\nQuicksilver Hawkeye Mark XLIII his shield       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Stark-BrightLight-VisionBirth.jpg/revision/latest?cb=20170701081738\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Stark-BrightLight-VisionBirth.jpg/revision/latest/scale-to-width-down/250?cb=20170701081738\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-BrightLight-VisionBirth.jpg\\\" data-image-key=\\\"Stark-BrightLight-VisionBirth.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2e/Stark-BrightLight-VisionBirth.jpg/revision/latest/scale-to-width-down/250?cb=20170701081738\\\" /></a>                 Stark witnesses the birth of Vision Just as their fight was getting underway, had suddenly charged straight into and revived the synthetic body with a massive bolt of his lightning as Stark and the others looked on in shock and horror. The living body then jumped out of the Cradle and looked around its surroundings while the group looked on. The being then briefly attacked Thor until he looked out over and calmed down as the Avengers moved down to speak to it.\\nThor Avengers Tower New York City       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/StarkBanner-VisionsBirth.jpg/revision/latest?cb=20170701081747\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/StarkBanner-VisionsBirth.jpg/revision/latest/scale-to-width-down/250?cb=20170701081747\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkBanner-VisionsBirth.jpg\\\" data-image-key=\\\"StarkBanner-VisionsBirth.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/StarkBanner-VisionsBirth.jpg/revision/latest/scale-to-width-down/250?cb=20170701081747\\\" /></a>                 Stark listens closely to 's speech Vision The living body apologized and called itself and claimed to wish to assist them in their fight against . Thor explained that while in the he had seen Vision in his dream and the , one of the six , that is in Vision's forehead. At first, the team did not trust Vision's motives, but as proof of his honor, Vision handed Thor . A shocked Stark was congratulated by Thor for creating a new worthy ally.\\nVision Ultron Water of Sight Mind Stone Infinity Stones Mjølnir       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/47/StarkVision-HeHatesYouTheMost.jpg/revision/latest?cb=20170701081758\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/47/StarkVision-HeHatesYouTheMost.jpg/revision/latest/scale-to-width-down/250?cb=20170701081758\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkVision-HeHatesYouTheMost.jpg\\\" data-image-key=\\\"StarkVision-HeHatesYouTheMost.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/47/StarkVision-HeHatesYouTheMost.jpg/revision/latest/scale-to-width-down/250?cb=20170701081758\\\" /></a>                 Stark and agree hates him most Vision Ultron Having successfully tracked down Ultron to where he was planning on using 's former base to begin his schemes, Stark and the other Avengers got themselves prepared for what could be possibly their . As Stark was talking with Rogers and Banner, he noted that if any of the got away, then they had lost. When Stark noted Ultron was waiting for him, Vision confirmed that Ultron hated Stark most of all.\\nSokovia Baron Strucker final battle Ultron Sentries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Stark-QuinjetRide-Sunrise.jpg/revision/latest?cb=20170701081812\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Stark-QuinjetRide-Sunrise.jpg/revision/latest/scale-to-width-down/250?cb=20170701081812\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-QuinjetRide-Sunrise.jpg\\\" data-image-key=\\\"Stark-QuinjetRide-Sunrise.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Stark-QuinjetRide-Sunrise.jpg/revision/latest/scale-to-width-down/250?cb=20170701081812\\\" /></a>                 Stark listens to 's speech Captain America Getting onboard the in order to fly to Sokovia and confront Ultron for the final time, Stark and the other Avengers listened as gave a speech in which he told the team that their priority would be to get the people of to safety before fighting Ultron's army. Looking at Stark, Rogers noted that Ultron believed the Avengers were what was wrong with the world, and this was their chance to prove that he was wrong.\\nQuinjet Captain America Novi Grad Battle of Sokovia       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/IronMan%27sArmor-AOU.jpg/revision/latest?cb=20150427170255\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/IronMan%27sArmor-AOU.jpg/revision/latest/scale-to-width-down/250?cb=20150427170255\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan&#39;sArmor-AOU.jpg\\\" data-image-key=\\\"IronMan%27sArmor-AOU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/IronMan%27sArmor-AOU.jpg/revision/latest/scale-to-width-down/250?cb=20150427170255\\\" /></a>                 Iron Man arrives in to confront Sokovia Ultron\\n\\\"Come to confess your sins?\\\" \\\"I don't know, how much time you got?\\\" \\\"More than you.\\\" ― and Iron Man Ultron The had eventually tracked down in , where he had taken to be held in a secret cell. Before leaving, Stark first installed a new AI, , into his as he no longer had to assist him. As the rest of the Avengers helped to evacuate the civilians out of and went to free Romanoff from her cell, Iron Man confronted Ultron in the city's church right in the center of Sokovia.\\nAvengers Ultron Sokovia Natasha Romanoff F.R.I.D.A.Y. newest suit J.A.R.V.I.S. Novi Grad Bruce Banner       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/HxfipZKCijI-1-.jpg/revision/latest?cb=20150920174807\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/HxfipZKCijI-1-.jpg/revision/latest/scale-to-width-down/250?cb=20150920174807\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"HxfipZKCijI-1-.jpg\\\" data-image-key=\\\"HxfipZKCijI-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0e/HxfipZKCijI-1-.jpg/revision/latest/scale-to-width-down/250?cb=20150920174807\\\" /></a>                 Iron Man is found and confronted by Ultron Ultron revealed himself to Iron Man, showing that he had created a new near indestructible body for himself made from the he had stolen from , and a drill that had emerged from the center of the church which dug deep underground, also revealing a vibranium detonator with a mechanism located underground. As the machine was activated, Iron Man went to understand how to stop it while then came to confront Ultron himself.\\nvibranium Ulysses Klaue Vision       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/83/IronMan-FlyingOverSokovia.jpg/revision/latest?cb=20170701184023\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/83/IronMan-FlyingOverSokovia.jpg/revision/latest/scale-to-width-down/250?cb=20170701184023\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-FlyingOverSokovia.jpg\\\" data-image-key=\\\"IronMan-FlyingOverSokovia.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/83/IronMan-FlyingOverSokovia.jpg/revision/latest/scale-to-width-down/250?cb=20170701184023\\\" /></a>                 Iron Man flies above the rising Novi Grad As Vision succeeded to disconnect Ultron from the internet. Ultron activated the drill and a part from the city flew to the sky. F.R.I.D.A.Y. informed Stark that if the city would get high enough, the impact of its fall to the ground would cause a global extinction. While all the Avengers the and made sure that the civilians were safe, Stark and F.R.I.D.A.Y. debated about a way to make sure the city would not be able to hit the ground.\\nfought against Ultron Sentries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/24/ZUrA7Ced4RQ-1-.jpg/revision/latest?cb=20160311003808\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/24/ZUrA7Ced4RQ-1-.jpg/revision/latest/scale-to-width-down/250?cb=20160311003808\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"ZUrA7Ced4RQ-1-.jpg\\\" data-image-key=\\\"ZUrA7Ced4RQ-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/24/ZUrA7Ced4RQ-1-.jpg/revision/latest/scale-to-width-down/250?cb=20160311003808\\\" /></a>                 Iron Man saves a family during the battle While flying around the still rising Novi Grad, Iron Man witnesses one building falling off the edge of the drop, with informing him that there were still people trapped inside. Without a moment to spare, Iron Man flew into the building to find a terrified family, so he ordered them to get into the bathtub as he flew them down to the ground to safety. Iron Man warned of more Sentries heading his way, although Rogers was hit regardless.\\nF.R.I.D.A.Y. Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/Iron_Man_and_War_Machine_AoU.jpg/revision/latest?cb=20150426231555\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/Iron_Man_and_War_Machine_AoU.jpg/revision/latest/scale-to-width-down/250?cb=20150426231555\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man and War Machine AoU.jpg\\\" data-image-key=\\\"Iron_Man_and_War_Machine_AoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/Iron_Man_and_War_Machine_AoU.jpg/revision/latest/scale-to-width-down/250?cb=20150426231555\\\" /></a>                 Iron Man flies into battle with War Machine Eventually through lots of planning with F.R.I.D.A.Y., Iron Man came to the idea that he and can destroy the entire city in the air by attacking it from the top and the bottom. With it seeming there was no hope of saving all of the civilians, and arrived with a new and a fleet of , helping all of the Avengers with evacuating while helped with the battle as he and Iron Man fought the Sentries together.\\nThor Nick Fury Maria Hill Helicarrier Lifeboats Novi Grad War Machine       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/IronMan-LiftingTransporter.jpg/revision/latest?cb=20170701184036\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/IronMan-LiftingTransporter.jpg/revision/latest/scale-to-width-down/250?cb=20170701184036\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-LiftingTransporter.jpg\\\" data-image-key=\\\"IronMan-LiftingTransporter.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/IronMan-LiftingTransporter.jpg/revision/latest/scale-to-width-down/250?cb=20170701184036\\\" /></a>                 Iron Man saves a falling Lifeboat As Iron Man did all that he could to keep the Lifeboats filling with civilians safe, he continued discussing how to destroy Ultron's core, coming out with a plan to supercharge the inside from below. When one Lifeboat was damaged, Iron Man flew up and pushed it the rest of the way to the Helicarrier. Iron Man was informed by that Ultron was now heading towards the core so Iron Man called on the to come together and stop him from activating it.\\nThor Avengers Protecting the Drill       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/ff/316036_7f05d480ed0443c8833fd9787e6a857e-1-.jpg/revision/latest?cb=20150912105845\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/ff/316036_7f05d480ed0443c8833fd9787e6a857e-1-.jpg/revision/latest/scale-to-width-down/250?cb=20150912105845\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"107\\\" class=\\\"thumbimage\\\" data-image-name=\\\"316036 7f05d480ed0443c8833fd9787e6a857e-1-.jpg\\\" data-image-key=\\\"316036_7f05d480ed0443c8833fd9787e6a857e-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/ff/316036_7f05d480ed0443c8833fd9787e6a857e-1-.jpg/revision/latest/scale-to-width-down/250?cb=20150912105845\\\" /></a>                 Iron Man fights against the Ultron Sentries\\n\\\" , get the rest of the people on board that .\\\" \\\"On it.\\\" \\\" ... time to work for a living.\\\" Rhodey carrier Avengers ―Iron Man and War Machine The came together to guard the drill in order to keep the the from activating it to prevent the city from falling. As they prepared for the battle and destroyed the nearby Sentries, Iron Man mocked for taking too long to arrive and joked she was messing about with , while she noted that not every member of their team could fly.\\nAvengers vibranium Ultron Sentries Black Widow Bruce Banner       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Iron_Man_MK_XLV_Damaged.png/revision/latest?cb=20151002085307\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Iron_Man_MK_XLV_Damaged.png/revision/latest/scale-to-width-down/250?cb=20151002085307\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man MK XLV Damaged.png\\\" data-image-key=\\\"Iron_Man_MK_XLV_Damaged.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Iron_Man_MK_XLV_Damaged.png/revision/latest/scale-to-width-down/250?cb=20151002085307\\\" /></a>                 Iron Man prepares for the ' last stand Avengers With all the Avengers assembled around the core, Iron Man looked on as gathered his army of Sentries, with challenging his might by questioning if this was the best he could do. Having shown off his entire army, Ultron questioned how they possibly hoped to stop him, with Iron Man then quoting back 's earlier words by telling Ultron that they would do it together, which caused Ultron to send in his hordes of Ultron Sentries.\\nUltron Thor Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/2xpzXsDuDO8-1-.jpg/revision/latest?cb=20181222090033\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/2xpzXsDuDO8-1-.jpg/revision/latest/scale-to-width-down/250?cb=20181222090033\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"2xpzXsDuDO8-1-.jpg\\\" data-image-key=\\\"2xpzXsDuDO8-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5b/2xpzXsDuDO8-1-.jpg/revision/latest/scale-to-width-down/250?cb=20181222090033\\\" /></a>                 Iron Man destroys all of the Ultron Sentries As the army of charged into the church in an attempt to rip the Avengers apart and activate the key, Iron Man and the rest of the team used all of their might to against the hordes of robots. As Iron Man flew around the church in his army, he assisted and all of the other Avengers by shooting the Sentries, cutting down their numbers swiftly. Using teamwork, the Avengers soon began defeating the entire Ultron army.\\nUltron Sentries fight back Mark XLV Scarlet Witch       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/IronMan-BlastingUltron.jpg/revision/latest?cb=20170701184053\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/IronMan-BlastingUltron.jpg/revision/latest/scale-to-width-down/250?cb=20170701184053\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-BlastingUltron.jpg\\\" data-image-key=\\\"IronMan-BlastingUltron.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/IronMan-BlastingUltron.jpg/revision/latest/scale-to-width-down/250?cb=20170701184053\\\" /></a>                 Iron Man destroys 's entire body armor Ultron Seeing the he was losing the battle, Ultron attempted to get involved himself in order to regain control, attacking ; however, he was soon knocked back out of the church when Vision used the power of the to push him down. Seeing this, Iron Man and Thor joined in, using the armor beams and 's lightning to destroy Ultron's armor before then smashed him across the city and scared off the remaining Sentries.\\nVision Mind Stone Mjølnir vibranium Hulk       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/31/IronMan-DestroyingSokovia.jpg/revision/latest?cb=20170701184102\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/31/IronMan-DestroyingSokovia.jpg/revision/latest/scale-to-width-down/250?cb=20170701184102\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-DestroyingSokovia.jpg\\\" data-image-key=\\\"IronMan-DestroyingSokovia.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/31/IronMan-DestroyingSokovia.jpg/revision/latest/scale-to-width-down/250?cb=20170701184102\\\" /></a>                 Iron Man successfully destroys Novi Grad With Ultron seemingly defeated, Iron Man ensured that the civilians were evacuated onto the while he went under the rock to overload the core. However, while Iron Man was cutting through the metal, was killed by Ultron before one sentry caused the city to fall. Iron Man and succeeded in exploding up before it hit the ground. The was then ended when the final Ultron Sentry was then destroyed by Vision.\\nHelicarrier Quicksilver Thor Sokovia Ultron Offensive Leaving the Avengers Saying his Goodbyes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/32/Avengers_Age_of_Ultron_144.png/revision/latest?cb=20150402232258\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/32/Avengers_Age_of_Ultron_144.png/revision/latest/scale-to-width-down/250?cb=20150402232258\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron 144.png\\\" data-image-key=\\\"Avengers_Age_of_Ultron_144.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/32/Avengers_Age_of_Ultron_144.png/revision/latest/scale-to-width-down/250?cb=20150402232258\\\" /></a>                 Stark drives to the Avengers Compound\\n\\\"I will miss you, Tony.\\\" \\\"Yeah? Well, it's time for me to tap out.\\\" ― and Tony Stark Steve Rogers Following the , Stark chose to retire as an active duty member of the , although he continued to support the Avengers financially, having converted 's old warehouse in upstate into the .\\nBattle of Sokovia Avengers his father New York Avengers Compound       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/Avengers_Age_of_Ultron_Big_Three.jpg/revision/latest?cb=20151031153341\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/Avengers_Age_of_Ultron_Big_Three.jpg/revision/latest/scale-to-width-down/250?cb=20151031153341\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Age of Ultron Big Three.jpg\\\" data-image-key=\\\"Avengers_Age_of_Ultron_Big_Three.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6e/Avengers_Age_of_Ultron_Big_Three.jpg/revision/latest/scale-to-width-down/250?cb=20151031153341\\\" /></a>                 Stark speaking with and Steve Rogers Thor Stark drove to the facility to personally oversee it in action and say his final goodbyes to the whole team. Stark met with and at the facility where they all discussed keeping the inside his head; Thor insisted that he could as he had proven himself worthy by managing to lift , although Rogers questioned if this counted as Vision was a machine. Thor informed the pair that he intended to return to to learn more about the and had been recently manipulating them into locating the stones.\\nSteve Rogers Thor Vision Mind Stone Mjølnir Asgard Infinity Stones who       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/35/TStark-GoodbyesToRogers-AAoU.jpg/revision/latest?cb=20170223114037\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/35/TStark-GoodbyesToRogers-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170223114037\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-GoodbyesToRogers-AAoU.jpg\\\" data-image-key=\\\"TStark-GoodbyesToRogers-AAoU.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/35/TStark-GoodbyesToRogers-AAoU.jpg/revision/latest/scale-to-width-down/250?cb=20170223114037\\\" /></a>                 Stark says goodbye to Captain America As he bade farewell to Rogers, Stark mentioned that perhaps he would build a house in the country like did and told Rogers that one day he too would retire before driving off. Later, Stark was asked by the media about the , to which he responded that public concerns about were \\\"baseless\\\" and \\\"irresponsible.\\\" Because of his activities as Iron Man, Stark and Potts took a break from their relationship while Stark continued his own work. Through , Stark soon became aware of the existence of a masked superhero in named , who was strong enough to catch a speeding vehicle with his bare hands. Impressed, Stark noted that Spider-Man's strength was stronger than some of the Avengers and began looking into him. He then discovered that he was a fourteen year old student named who resided in Queens, and that he had gained his abilities after being bit a spider. Stark was further impressed after discovering that Parker had created his and on his own using over-the-counter materials, and wondered what Parker could do if he had access to the resources the Avengers had. As a result, Stark considered Spider-Man as a candidate for a potential future Avenger, and created an for him.\\nPepper Potts Clint Barton Hulk incident Bruce Banner YouTube New York City Spider-Man Peter Parker Synthetic Webbing Web-Shooters upgraded suit Facing the Consequences       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/TStark-BARFDemonstration.jpg/revision/latest?cb=20170612141750\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/TStark-BARFDemonstration.jpg/revision/latest/scale-to-width-down/250?cb=20170612141750\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-BARFDemonstration.jpg\\\" data-image-key=\\\"TStark-BARFDemonstration.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/97/TStark-BARFDemonstration.jpg/revision/latest/scale-to-width-down/250?cb=20170612141750\\\" /></a>                 Stark gives his lecture to students MIT\\n\\\"That was nice, what you did for those young people.\\\" \\\"Oh, they deserve it. Plus, it helps to ease my conscience.\\\" ― and Tony Stark Miriam Sharpe Stark gave a guest lecture at his alma mater, , where demonstrated the students his latest device, the , created by , which aimed to recreate and relive traumatic memories to help with regret. The demonstration of the technology included Stark's last meeting with his and . Then he followed with a speech where he introduced the grant and announced that every student had been made an equal recipient of it, giving them all the proper funding to move forward with their own inventions and ideas.\\nMIT Binarily Augmented Retro-Framing Quentin Beck mother father September Foundation       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/TStark-MidSpeech-CACW.jpg/revision/latest?cb=20170612141802\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/TStark-MidSpeech-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170612141802\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-MidSpeech-CACW.jpg\\\" data-image-key=\\\"TStark-MidSpeech-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/54/TStark-MidSpeech-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170612141802\\\" /></a>                 Stark is unnerved reading ' name Pepper Potts He then read from the teleprompter and was shocked to read that he should be presenting to the stage. Seeing this made Stark briefly pause as he and Potts had broken up due to his own previous commitments to the and obsession with building new . Stark then said his final words before stepping off stage where the MIT Liaison then attempted to get some money from for the school's funding.\\nPepper Potts Avengers Iron Man Armors Stark Industries       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d2/TStark-ConfrontedByMother.jpg/revision/latest?cb=20170612141812\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d2/TStark-ConfrontedByMother.jpg/revision/latest/scale-to-width-down/250?cb=20170612141812\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ConfrontedByMother.jpg\\\" data-image-key=\\\"TStark-ConfrontedByMother.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d2/TStark-ConfrontedByMother.jpg/revision/latest/scale-to-width-down/250?cb=20170612141812\\\" /></a>                 Stark is confronted by Miriam Sharpe As he walked outside, he encountered a who complimented his funding. She reached to her purse and Stark, thinking she was about to pull a gun, grabbed her hand. But instead, she pulled a photo of her and told him that he had been killed during the . She then told Stark her son's name and that she did not actually blame for her son's death, but blamed Stark instead; which deeply unnerved him.\\nwoman son Battle of Sokovia Ultron Avengers Civil War Sokovia Accords       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/TStark-SokoviaAccordsTalk.jpg/revision/latest?cb=20170622110916\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/TStark-SokoviaAccordsTalk.jpg/revision/latest/scale-to-width-down/250?cb=20170622110916\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-SokoviaAccordsTalk.jpg\\\" data-image-key=\\\"TStark-SokoviaAccordsTalk.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/TStark-SokoviaAccordsTalk.jpg/revision/latest/scale-to-width-down/250?cb=20170622110916\\\" /></a>                 Stark listens to ' speech Thaddeus Ross\\n\\\" need to be put in check. Whatever form that takes, I'm game. If we can't accept limitations, we're boundless, we're no better than the bad guys.\\\" We ―Tony Stark On , presented to Stark the , a document which required the to operate under the supervision of an panel. Stark, haunted by the massive damage he had caused by creating , agreed to sign the Accords. One month after the involving , both Stark and Ross went to the , where he tried to convince the Avengers to sign the Accords.\\nMay 5, 2016 Thaddeus Ross Sokovia Accords Avengers United Nations Ultron Incident on Lagos Crossbones Avengers Compound       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/31/TStarkSRogers-Look-CACW.jpg/revision/latest?cb=20170622110928\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/31/TStarkSRogers-Look-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170622110928\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkSRogers-Look-CACW.jpg\\\" data-image-key=\\\"TStarkSRogers-Look-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/31/TStarkSRogers-Look-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170622110928\\\" /></a>                 Stark checks on ' reaction Steve Rogers The Avengers were briefed on the Accords by Ross, who explained that the Accords were created as a result of the catastrophic events in which they were involved, including the and the , with Ross presenting them with both the number of casualties caused and the expense of the damages. While the presentation was stopped for upsetting , Ross told them the Accords would be signed in just a few days.\\nBattle of New York Battle of Sokovia Wanda Maximoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/04/TStark-Bored-CACW.jpg/revision/latest?cb=20170622110943\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/04/TStark-Bored-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170622110943\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-Bored-CACW.jpg\\\" data-image-key=\\\"TStark-Bored-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/04/TStark-Bored-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170622110943\\\" /></a>                 Stark listens to all the arguments Avengers With Ross gone, the Avengers moved into another room to read and debate the Accords, with and almost immediately clashing on their different views. then noted that perhaps their own existence had caused the conflicts they were fighting. As all the Avengers debated whether to sign it or not, Stark remained silent, with realizing that Stark had already chosen his own side, which was to be pro-Accords.\\nSam Wilson James Rhodes Vision Steve Rogers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/68/CW_Spot5_1.png/revision/latest?cb=20161221081015\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/68/CW_Spot5_1.png/revision/latest/scale-to-width-down/250?cb=20161221081015\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"CW Spot5 1.png\\\" data-image-key=\\\"CW_Spot5_1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/68/CW_Spot5_1.png/revision/latest/scale-to-width-down/250?cb=20161221081015\\\" /></a>                 Stark argues for signing the Sokovia Accords Stark gave them the story of and how he had been killed in . He pointed out that the group needed to be put in check or they were no better than the bad guys, while also pointing out his role in Ultron's creation. However, Rogers saw the Accords as a block to keep the Avengers from where they needed to be, while Stark noted that if they did not decide to make this decision themselves, it would be done to them at some point soon with far graver consequences for all of them.\\nCharlie Spencer Sokovia       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8a/Captain_America_Civil_War_159.png/revision/latest?cb=20170613101615\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8a/Captain_America_Civil_War_159.png/revision/latest/scale-to-width-down/250?cb=20170613101615\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 159.png\\\" data-image-key=\\\"Captain_America_Civil_War_159.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8a/Captain_America_Civil_War_159.png/revision/latest/scale-to-width-down/250?cb=20170613101615\\\" /></a>                 Stark manages to convince Natasha Romanoff Stark and Rogers both argued with each other and then Stark even got surprising support from , who had previously expressed her disdain for this kind of government oversight in the wake of the and the . Their argument ended when Rogers left the room upon hearing news that had died in her sleep, while Stark remained unchanged in his opinion that signing was the right decision.\\nNatasha Romanoff HYDRA Uprising Battle at the Triskelion Peggy Carter Fighting with a Friend       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/TStark-CallingTRoss.jpg/revision/latest?cb=20170711082421\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/TStark-CallingTRoss.jpg/revision/latest/scale-to-width-down/250?cb=20170711082421\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CallingTRoss.jpg\\\" data-image-key=\\\"TStark-CallingTRoss.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/TStark-CallingTRoss.jpg/revision/latest/scale-to-width-down/250?cb=20170711082421\\\" /></a>                 Stark gives another update to Thaddeus Ross\\n\\\"I'm glad got married. I only knew him when he was young and single.\\\" \\\"Oh, really? You two knew each other? He never mentioned that. Maybe only a thousand times. God, I hated you.\\\" Howard ― and Tony Stark Steve Rogers Seeking to continue supporting the , Stark went into the where he assisted with the fallout from the . When Stark was informed that and had tried and failed to save the from being arrested, Stark greeted them both upon their arrival, noting that Secretary wanted them both prosecuted for their all of actions.\\nSokovia Accords Joint Counter Terrorist Centre Bombing of the Vienna International Centre Captain America Falcon Winter Soldier Thaddeus Ross       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/Tony_Steve_EW.jpg/revision/latest?cb=20151209235041\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/Tony_Steve_EW.jpg/revision/latest/scale-to-width-down/250?cb=20151209235041\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Steve EW.jpg\\\" data-image-key=\\\"Tony_Steve_EW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/91/Tony_Steve_EW.jpg/revision/latest/scale-to-width-down/250?cb=20151209235041\\\" /></a>                 Stark has another debate with Steve Rogers Having also asked to keep inside the in order to protect her, in the wake of her in had resulted in her US Visa being removed. Sitting down with , where he once again attempted to convince him to sign the Sokovia Accords. Presenting 's pens which had been used by to sign the bill, hoping this could help to change Rogers' mindset on the Accords. When Rogers asked about , Stark revealed that now they were taking a break from their relationship, with Rogers then apologizing for bringing it up as he did not know.\\nVision Wanda Maximoff Avengers Compound accident Lagos Steve Rogers Howard Stark Franklin D. Roosevelt Lend-Lease Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/TStark-PunchYourPerfectTeeth.jpg/revision/latest?cb=20170711082433\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/TStark-PunchYourPerfectTeeth.jpg/revision/latest/scale-to-width-down/250?cb=20170711082433\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-PunchYourPerfectTeeth.jpg\\\" data-image-key=\\\"TStark-PunchYourPerfectTeeth.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/74/TStark-PunchYourPerfectTeeth.jpg/revision/latest/scale-to-width-down/250?cb=20170711082433\\\" /></a>                 Stark makes his argument for the Accords As Stark noted how after he had destroyed the for Potts, but since then he had armored up again and again to stop and , admitting that Ultron was his own doing and that he did not want to stop being Iron Man, and he had hoped signing the Accords could win Potts back. They then briefly discussed his own father's relationship to before Rogers admitted he could not ignore bad situations from happening.\\nAldrich Killian's War Iron Legion HYDRA Ultron his mother       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fc/TStark-GiveMeABreak.jpg/revision/latest?cb=20170711082445\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fc/TStark-GiveMeABreak.jpg/revision/latest/scale-to-width-down/250?cb=20170711082445\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-GiveMeABreak.jpg\\\" data-image-key=\\\"TStark-GiveMeABreak.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fc/TStark-GiveMeABreak.jpg/revision/latest/scale-to-width-down/250?cb=20170711082445\\\" /></a>                 Stark is again turned down by Steve Rogers Begging Rogers to sign, Stark promised that would not be sent to a prison. As Rogers seemed to consider signing, they discussed adding safeguards to the Accords. However, when Stark noted that Maximoff was locked up, Rogers confronted him about locking up a child, something Rogers saw akin to Internment during , with Stark insisting that he was just doing what needed to be done for the , until Rogers walked out.\\nBucky Barnes Wakandan Japanese World War II Avengers Escape from the JCTC       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/TStark-CW-LightsOff.jpg/revision/latest?cb=20170711082454\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/TStark-CW-LightsOff.jpg/revision/latest/scale-to-width-down/250?cb=20170711082454\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CW-LightsOff.jpg\\\" data-image-key=\\\"TStark-CW-LightsOff.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a2/TStark-CW-LightsOff.jpg/revision/latest/scale-to-width-down/250?cb=20170711082454\\\" /></a>                 Stark goes to hunt down the Winter Soldier\\n\\\"Please tell me you brought a suit.\\\" \\\"Sure did. It's a lovely , three-piece, two-button. I'm an active-duty non-combatant.\\\" Tom Ford ― and Tony Stark Natasha Romanoff During ' psychological assessment, Stark watched closely as the questioned him about his time as an assassin for . During the questioning however, a power failure occurred and Barnes and tried to escape. While tried to sort out their situation, Stark contacted and went to confront Barnes himself without his to defend himself with from the furious Barnes.\\nBucky Barnes the physiatrist HYDRA freed himself Everett Ross F.R.I.D.A.Y. Iron Man Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/60/WinterSoldier-vs-TonyStark.jpg/revision/latest?cb=20161021092122\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/60/WinterSoldier-vs-TonyStark.jpg/revision/latest/scale-to-width-down/250?cb=20161021092122\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"WinterSoldier-vs-TonyStark.jpg\\\" data-image-key=\\\"WinterSoldier-vs-TonyStark.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/60/WinterSoldier-vs-TonyStark.jpg/revision/latest/scale-to-width-down/250?cb=20161021092122\\\" /></a>                 Stark is attacked by the Winter Soldier Stark engaged Barnes, backed up by and . Stark used his to fight him by first firing flash beam towards the which briefly blinded him before blocking a gunshot with the gauntlet and then ripping the gun apart: However, Barnes managed to overpower him. Barnes escaped, but Stark knew Barnes was most likely still with , who, along with , had also managed to escape from their custody.\\nNatasha Romanoff Sharon Carter gauntlet Winter Soldier Steve Rogers Sam Wilson       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/TStark-TRoss-Confrontation.jpg/revision/latest?cb=20170711082507\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/TStark-TRoss-Confrontation.jpg/revision/latest/scale-to-width-down/250?cb=20170711082507\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-TRoss-Confrontation.jpg\\\" data-image-key=\\\"TStark-TRoss-Confrontation.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/TStark-TRoss-Confrontation.jpg/revision/latest/scale-to-width-down/250?cb=20170711082507\\\" /></a>                 Stark is confronted by Thaddeus Ross While the base recovered from the Winter Soldier's , Stark was greeted by Secretary who informed him that due to his involvement in helping their target escape, a special force unit would deal with Rogers. Stark, however, convinced Ross to let him bring them in, promising to wear the to bring him in, which Ross accepted. As he left the base, Ross gave Stark thirty six hours before lethal force would be utilized.\\nescape Thaddeus Ross Mark XLVI       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStark-CW-PParkerThought.jpg/revision/latest?cb=20170711082515\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStark-CW-PParkerThought.jpg/revision/latest/scale-to-width-down/250?cb=20170711082515\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-CW-PParkerThought.jpg\\\" data-image-key=\\\"TStark-CW-PParkerThought.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStark-CW-PParkerThought.jpg/revision/latest/scale-to-width-down/250?cb=20170711082515\\\" /></a>                 Stark decides to call in for help Spider-Man As Stark considered what to do, Romanoff reminded him that they were understaffed, with Stark questioning if she knew where was, despite Romanoff noting that would not be on their side. Thinking of possible allies, Stark informed Romanoff that he knew of someone, and as Romanoff approached to ask for his help, Stark flew to to recruit .\\nHulk Bruce Banner T'Challa New York City Spider-Man Recruiting Peter Parker       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/Mayparker3.jpg/revision/latest?cb=20210202051432\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/Mayparker3.jpg/revision/latest/scale-to-width-down/250?cb=20210202051432\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Mayparker3.jpg\\\" data-image-key=\\\"Mayparker3.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/Mayparker3.jpg/revision/latest/scale-to-width-down/250?cb=20210202051432\\\" /></a>                 Stark has tea with 's Peter Parker Aunt May\\n\\\"Might be a little dangerous. Better tell I'm taking you on a field trip.\\\" \\\"Don't tell Aunt May.\\\" \\\"All right, Spider-Man.\\\" Aunt Hottie ―Tony Stark and Peter Parker Having deduced Spider-Man's true identity as , Stark decided to pay him a visit at home. He waited for him to return from where he openly flirted with his aunt, . As Parker returned, Stark persuaded him to trick his aunt into thinking that Parker had applied for Stark's .\\nPeter Parker school May scholarship       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/TStark-SpiderManFootage.jpg/revision/latest?cb=20170711093448\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/TStark-SpiderManFootage.jpg/revision/latest/scale-to-width-down/250?cb=20170711093448\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-SpiderManFootage.jpg\\\" data-image-key=\\\"TStark-SpiderManFootage.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/TStark-SpiderManFootage.jpg/revision/latest/scale-to-width-down/250?cb=20170711093448\\\" /></a>                 Stark shows Parker footage of Spider-Man Stark entered his room with Parker and was soon impressed by how Parker used the technology he had retrieved from the trash to build himself computers and other technology. When Parker attempted to explain that he had not applied for the grant, Stark stopped him before he then showed Parker videos of him as Spider-Man saving civilians, complimenting him on his powers as they watched footage of him stopping a car with his bare hands; stating that the car was three thousand pounds and going forty miles per hour when Parker stopped it.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/TStark-HoldingWeb.jpg/revision/latest?cb=20170711093457\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/TStark-HoldingWeb.jpg/revision/latest/scale-to-width-down/250?cb=20170711093457\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-HoldingWeb.jpg\\\" data-image-key=\\\"TStark-HoldingWeb.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/TStark-HoldingWeb.jpg/revision/latest/scale-to-width-down/250?cb=20170711093457\\\" /></a>                 Stark discusses all 's equipment Peter Parker Parker denied that the person in the video was him, claiming it was edited footage, but Stark quickly found his and equipment, forcing him to admit the truth. Stark asked him if anyone knew who he was, to which Parker informed him that nobody else knew. Stark then complimented Parker on his and was surprised to learn that Parker had built the webbing himself before Stark joked about Parker's suit and told him he needed an upgrade.\\nSpider-Man Suit Web-Shooters       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/98/TStarkPParker-BedroomAdvice.jpg/revision/latest?cb=20170711093507\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/98/TStarkPParker-BedroomAdvice.jpg/revision/latest/scale-to-width-down/250?cb=20170711093507\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkPParker-BedroomAdvice.jpg\\\" data-image-key=\\\"TStarkPParker-BedroomAdvice.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/98/TStarkPParker-BedroomAdvice.jpg/revision/latest/scale-to-width-down/250?cb=20170711093507\\\" /></a>                 Stark asks to come on a mission Spider-Man Stark questioned why Parker became Spider-Man, being told that he only wanted to use his powers for the benefit of the people, noting that he believed that if he did not do the right thing with his powers, then would get hurt as a result, which Stark understood completely. Believing that Spider-Man could now be of great benefit during the upcoming , Stark sat next to Parker and decided to officially recruit him into his own team.\\ngood people Clash of the Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fd/TStark-WebbedToDoor.jpg/revision/latest?cb=20170711093516\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fd/TStark-WebbedToDoor.jpg/revision/latest/scale-to-width-down/250?cb=20170711093516\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-WebbedToDoor.jpg\\\" data-image-key=\\\"TStark-WebbedToDoor.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fd/TStark-WebbedToDoor.jpg/revision/latest/scale-to-width-down/250?cb=20170711093516\\\" /></a>                 Stark is webbed to the door by Peter Parker Impressed, Stark asked him if he wanted to go to , and jokingly told Parker that he would tell his aunt that he was taking Parker on a field trip, to which Parker responded by webbing Stark to the door. When Parker agreed to help him, Stark tasked with delivering Parker his new suit and accompanying him to Germany.\\nGermany Happy Hogan Failed Negotiations       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/61/IronMan-ThreateningCap-Airport.jpg/revision/latest?cb=20170712102606\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/61/IronMan-ThreateningCap-Airport.jpg/revision/latest/scale-to-width-down/250?cb=20170712102606\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-ThreateningCap-Airport.jpg\\\" data-image-key=\\\"IronMan-ThreateningCap-Airport.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/61/IronMan-ThreateningCap-Airport.jpg/revision/latest/scale-to-width-down/250?cb=20170712102606\\\" /></a>                 Iron Man finds and threatens Captain America\\n\\\"I'm trying to keep you from tearing the apart.\\\" \\\"You did that when you .\\\" \\\"All right, I'm done. You're gonna turn over and you're gonna come with us. Now!\\\" Avengers signed Barnes ―Tony Stark and Steve Rogers Stark learned of ' plan was to escape from the , so he and his teammates evacuated the airport and waited for Rogers and his team. Rogers soon showed up and Stark, with and attempted to convince him to turn over the to the authorities and surrender before Secretary ordered that lethal force would be taken.\\nSteve Rogers Leipzig-Halle Airport his newest armor Winter Soldier Thaddeus Ross       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/LX1OyBOt-1-.jpg/revision/latest?cb=20161221073240\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/LX1OyBOt-1-.jpg/revision/latest/scale-to-width-down/250?cb=20161221073240\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"LX1OyBOt-1-.jpg\\\" data-image-key=\\\"LX1OyBOt-1-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/LX1OyBOt-1-.jpg/revision/latest/scale-to-width-down/250?cb=20161221073240\\\" /></a>                 Stark challenges Captain America Rogers insisted that had posed as the psychiatrist interviewing and was behind everything. Iron Man noted that Barnes was responsible for the which had killed and many others, and therefore needed to face justice, while Rogers claimed that Zemo was planning on unleashing more of the . Stark soon found that their negotiation was going nowhere.\\nHelmut Zemo Bucky Barnes Bombing of the Vienna International Centre T'Chaka Winter Soldiers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/IronMan-CalmingSpideyDown-CACW.jpg/revision/latest?cb=20170712102615\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/IronMan-CalmingSpideyDown-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170712102615\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-CalmingSpideyDown-CACW.jpg\\\" data-image-key=\\\"IronMan-CalmingSpideyDown-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/IronMan-CalmingSpideyDown-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170712102615\\\" /></a>                 Stark gives his new orders to Spider-Man As a result, Stark called in to steal and to tie Rogers' hands using his . Much to Iron Man's annoyance, Spider-Man was more concerned about meeting his hero, , and therefore acting immaturely during the encounter, forcing Iron Man to tell him to calm down. With Rogers now trapped, Iron Man ordering him to listen to his views on the , but Rogers remained uncompromising.\\nSpider-Man Captain America's Shield Web-Shooters Captain America Sokovia Accords       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/Captain_America_Civil_War_136.png/revision/latest?cb=20160310191157\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/Captain_America_Civil_War_136.png/revision/latest/scale-to-width-down/250?cb=20160310191157\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 136.png\\\" data-image-key=\\\"Captain_America_Civil_War_136.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/Captain_America_Civil_War_136.png/revision/latest/scale-to-width-down/250?cb=20160310191157\\\" /></a>                 Stark shoots at and Hawkeye Scarlet Witch Before they could take in Rogers, used an to free him before returned the shield to Captain America. As the Mark XLVI's sensors then detected the rest of the renegades making their way towards the , Iron Man flew off to confront Hawkeye and , telling to take on Captain America before ordering Spider-Man to keep his distance and web up his foes from afar. Iron Man quickly caught up with Hawkeye and Scarlet Witch, managing to block their path with missile strikes.\\nHawkeye arrow Ant-Man Quinjet Scarlet Witch War Machine       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/IronMan-ThreateningHawkeye.jpg/revision/latest?cb=20170712102702\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/IronMan-ThreateningHawkeye.jpg/revision/latest/scale-to-width-down/250?cb=20170712102702\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-ThreateningHawkeye.jpg\\\" data-image-key=\\\"IronMan-ThreateningHawkeye.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/IronMan-ThreateningHawkeye.jpg/revision/latest/scale-to-width-down/250?cb=20170712102702\\\" /></a>                 Iron Man corners and Hawkeye Scarlet Witch With his two former allies now seemingly trapped, Iron Man began joking that Scarlet Witch had hurt 's feeling as she from the , with Scarlet Witch expressing her disgust at being locked away while Iron Man claimed it was for her own protection after the . Iron Man then casually greeted Hawkeye and asking about what he had been up to during his retirement from the , asking if he played golf.\\nVision escaped Avengers Compound Lagos Catastrophe Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/IronMan-TrappedUnderCar.jpg/revision/latest?cb=20170712102723\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/IronMan-TrappedUnderCar.jpg/revision/latest/scale-to-width-down/250?cb=20170712102723\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-TrappedUnderCar.jpg\\\" data-image-key=\\\"IronMan-TrappedUnderCar.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/IronMan-TrappedUnderCar.jpg/revision/latest/scale-to-width-down/250?cb=20170712102723\\\" /></a>                 Iron Man is trapped by the Scarlet Witch As they were talking, Hawkeye then deliberately fired to miss Iron Man, which he shot out of the sky and joked that Hawkeye had finally missed a shot. Hawkeye, however, then revealed that this was a deception as it had now left Iron Man open to being pinned under several cars by Scarlet Witch. With Iron Man now trapped underneath all of the crashed cars, alerted him he was in danger which Iron Man noted he was already aware of.\\nan arrow F.R.I.D.A.Y.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/88/IronManBlackWidow-Fire.jpg/revision/latest?cb=20170712102738\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/88/IronManBlackWidow-Fire.jpg/revision/latest/scale-to-width-down/250?cb=20170712102738\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManBlackWidow-Fire.jpg\\\" data-image-key=\\\"IronManBlackWidow-Fire.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/88/IronManBlackWidow-Fire.jpg/revision/latest/scale-to-width-down/250?cb=20170712102738\\\" /></a>                 Iron Man helps onto her feet Black Widow Freeing himself, Iron Man helped up after she, , and War Machine had nearly been killed by Captain America and Ant-Man using the to throw a truck at them. Seeing the single mindedness that was driving Rogers, Iron Man was left with no choice but to call in his trump card: to come into the and give them the advantage they needed to finally bring all of Captain America's team members into their custody.\\nBlack Widow Black Panther Pym Particles Disks Vision battle Clash of the Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a4/IronMan-TeamWalk.jpg/revision/latest?cb=20170712102749\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a4/IronMan-TeamWalk.jpg/revision/latest/scale-to-width-down/250?cb=20170712102749\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-TeamWalk.jpg\\\" data-image-key=\\\"IronMan-TeamWalk.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a4/IronMan-TeamWalk.jpg/revision/latest/scale-to-width-down/250?cb=20170712102749\\\" /></a>                 Iron Man commands his own team Avengers\\n\\\"Okay, anybody on our side hiding any shocking and fantastic abilities they'd like to disclose, I'm open to suggestions.\\\" ―Iron Man Eventually, fired a powerful burst from the to attempt to cow into submission before offering him a final chance to surrender. Regrouping his team, Iron Man stood across from Captain America's team to try and force his ally to stand down. However, Captain America refused again, forcing Iron Man to order his team into with the directive to capture their renegade teammates alive.\\nVision Mind Stone Captain America battle       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/85/IronMan-vs-Cap-Airport.jpg/revision/latest?cb=20170712102802\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/85/IronMan-vs-Cap-Airport.jpg/revision/latest/scale-to-width-down/250?cb=20170712102802\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-vs-Cap-Airport.jpg\\\" data-image-key=\\\"IronMan-vs-Cap-Airport.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/85/IronMan-vs-Cap-Airport.jpg/revision/latest/scale-to-width-down/250?cb=20170712102802\\\" /></a>                 Iron Man attacks Captain America Iron Man engaged Captain America in one on one melee combat before fired an towards the to no effect other than knocking him back. As the all fought each other across the airport, Iron Man later chose to attack in a midair battle, before Hawkeye fired a volley of arrows towards Iron Man. The Mark XLVI's systems were able to easily trace the path of the arrows and then destroy them all one by one.\\nHawkeye explosive arrow Mark XLVI Avengers Falcon       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/83/IronMan-SuitDisabledByAntMan.jpg/revision/latest?cb=20170712102814\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/83/IronMan-SuitDisabledByAntMan.jpg/revision/latest/scale-to-width-down/250?cb=20170712102814\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-SuitDisabledByAntMan.jpg\\\" data-image-key=\\\"IronMan-SuitDisabledByAntMan.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/83/IronMan-SuitDisabledByAntMan.jpg/revision/latest/scale-to-width-down/250?cb=20170712102814\\\" /></a>                 Iron Man's armor is hacked by Ant-Man As Iron Man prepared to take down Hawkeye with a carefully aimed shot, the left repulsor failed. Demanding an update from , she tracked the problem to having entered the suit and was disabling it from the inside, teasing him that the voice he could hear was his conscience. Iron Man and Ant-Man continued to mock each other before, getting fed up, F.R.I.D.A.Y. ejected him via the usage of fire retardant foam sending him falling back to the ground.\\nF.R.I.D.A.Y. Ant-Man       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/IronMan-vs-Falcon-Airport.jpg/revision/latest?cb=20170712102827\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/IronMan-vs-Falcon-Airport.jpg/revision/latest/scale-to-width-down/250?cb=20170712102827\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-vs-Falcon-Airport.jpg\\\" data-image-key=\\\"IronMan-vs-Falcon-Airport.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/8c/IronMan-vs-Falcon-Airport.jpg/revision/latest/scale-to-width-down/250?cb=20170712102827\\\" /></a>                 Iron Man has a skirmish with Falcon When it became clear Iron Man's team would win the battle, Ant-Man inverted his powers and grew to sixty feet in height, turning himself into . Iron Man looked on in amazement as Giant-Man grabbed out of the sky. As Iron Man ordered Giant-Man to free War Machine, he was then attacked by , who fired the drone to stun Iron Man in mid air. While the drone threw off Iron Man's flight plan, it shattered apart against the armor.\\nGiant-Man War Machine Falcon Redwing       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/Captain_America_Civil_War_63.png/revision/latest?cb=20160310190149\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/Captain_America_Civil_War_63.png/revision/latest/scale-to-width-down/250?cb=20160310190149\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 63.png\\\" data-image-key=\\\"Captain_America_Civil_War_63.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/12/Captain_America_Civil_War_63.png/revision/latest/scale-to-width-down/250?cb=20160310190149\\\" /></a>                 Iron Man and attack War Machine Giant-Man Working with War Machine and , the three attempted to find a way to stop Giant-Man while he helped and to get away. Spider-Man soon came up with an idea to managed to recreate a moment from , calling it a really old movie which caused War Machine to question Iron Man on how old Spider-Man really was. While Spider-Man used his to tie up Giant-Man's legs, Iron Man and War Machine flew up and hit him hard in the chin.\\nSpider-Man Captain America Bucky Barnes The Empire Strikes Back Web-Shooters       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/IronMan-SpideyIsDone-CACW.jpg/revision/latest?cb=20170712102840\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/IronMan-SpideyIsDone-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170712102840\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-SpideyIsDone-CACW.jpg\\\" data-image-key=\\\"IronMan-SpideyIsDone-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/IronMan-SpideyIsDone-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170712102840\\\" /></a>                 Iron Man checks on 's condition Spider-Man While they succeeded with knocking down the giant Ant-Man, as he fell, Ant-Man had managed to knock Spider-Man out of the air and onto the concrete from a great height prompting Iron Man to fly down to check on him. When he was satisfied with Spider-Man's state, he decided it was time to send him back to threatening to call his if the enhanced youth did not listen to him. Despite protesting, Spider-Man soon collapsed from exhaustion.\\nNew York City Aunt May       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e5/Captain_America_Civil_War_125.png/revision/latest?cb=20160310185705\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e5/Captain_America_Civil_War_125.png/revision/latest/scale-to-width-down/250?cb=20160310185705\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 125.png\\\" data-image-key=\\\"Captain_America_Civil_War_125.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e5/Captain_America_Civil_War_125.png/revision/latest/scale-to-width-down/250?cb=20160310185705\\\" /></a>                 Iron Man chases down Captain America Iron Man flew off to chase after the now hijacked containing Captain America and Barnes, who had managed to get away with the assistance of who had subdued from them. Iron Man was backed up by War Machine in his pursuit before Falcon began following them. Rhodes ordered Vision to destroy Falcon's flight gear with the Mind Stone but the android miscalculated and shot out War Machine's , taking the power out of the suit in hundreds of feet above the ground.\\nQuinjet Black Widow Black Panther Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Captain_America_Civil_War_76.png/revision/latest?cb=20160912052124\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Captain_America_Civil_War_76.png/revision/latest/scale-to-width-down/250?cb=20160912052124\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 76.png\\\" data-image-key=\\\"Captain_America_Civil_War_76.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/19/Captain_America_Civil_War_76.png/revision/latest/scale-to-width-down/250?cb=20160912052124\\\" /></a>                 Iron Man barely fails to save War Machine As War Machine fell towards the ground, Iron Man changed direction and tried to save his friend but was just unable to catch him in time before he crashed. He immediately ordered to scan for life signs and she contacted emergency medical personnel when she found War Machine was still alive, but is left paralyzed. Falcon also landed and told Iron Man he was sorry, but Iron Man vented his rage by blasting him with a repulsor beam, decisively ending the extended fight.\\nF.R.I.D.A.Y. Clash Aftermath       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4b/TStark-QuestioningVision-CACW.jpg/revision/latest?cb=20170713083435\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4b/TStark-QuestioningVision-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170713083435\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-QuestioningVision-CACW.jpg\\\" data-image-key=\\\"TStark-QuestioningVision-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4b/TStark-QuestioningVision-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170713083435\\\" /></a>                 Stark questions about his mistake Vision\\n\\\"It must be hard to shake the whole double agent thing, huh? It sticks in the DNA.\\\" \\\"Are you incapable of letting go of your ego for one goddamn second?\\\" ―Tony Stark and Natasha Romanoff With the over, Stark arrived at the , checking on ' current state as his body was X-Rayed. Stark then questioned exactly how could make a mistake like that and Vision admitted he had been distracted by , which neither he nor Stark had known could happen.\\nClash of the Avengers Columbia University Medical Center James Rhodes Vision Scarlet Witch       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cc/TStark-RomanoffTalk-CACW.jpg/revision/latest?cb=20170713083444\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cc/TStark-RomanoffTalk-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170713083444\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-RomanoffTalk-CACW.jpg\\\" data-image-key=\\\"TStark-RomanoffTalk-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cc/TStark-RomanoffTalk-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170713083444\\\" /></a>                 Stark decides to confront Natasha Romanoff Stark then stepped outside of the operating room when he was then approached by , to whom he then explained Rhodes' condition before he told her that he was disappointed she allowed and the to escape, inadvertently leading to Rhodes' accident. Although Romanoff insisted that they had made all of the wrong actions in trying to resolve their situation, Stark then insulted her by calling her a double agent for assisting Rogers.\\nNatasha Romanoff Steve Rogers Winter Soldier       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7e/Captain_America_Civil_War_129.png/revision/latest?cb=20160310184352\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7e/Captain_America_Civil_War_129.png/revision/latest/scale-to-width-down/250?cb=20160310184352\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 129.png\\\" data-image-key=\\\"Captain_America_Civil_War_129.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7e/Captain_America_Civil_War_129.png/revision/latest/scale-to-width-down/250?cb=20160310184352\\\" /></a>                 Stark has a discussion with Natasha Romanoff Stark told her that had informed about her betrayal and that the government and the would likely come to arrest her. When she insisted they went about this wrong, he then commented that betraying people was something Romanoff seemed unable to help. Stark then watched as she fled the facility to go underground, showing that he was losing faith in all of his former teammates.\\nT'Challa Thaddeus Ross Joint Counter Terrorist Centre The Raft       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/TStark-ZemoBarnesResearch.jpg/revision/latest?cb=20170713083457\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/TStark-ZemoBarnesResearch.jpg/revision/latest/scale-to-width-down/250?cb=20170713083457\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-ZemoBarnesResearch.jpg\\\" data-image-key=\\\"TStark-ZemoBarnesResearch.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/TStark-ZemoBarnesResearch.jpg/revision/latest/scale-to-width-down/250?cb=20170713083457\\\" /></a>                 Stark discovers 's schemes Helmut Zemo\\n\\\"Clearly, I made a mistake. Sam, I was wrong.\\\" \\\"That's a first.\\\" \\\" is definitely off the reservation and he's about to need all the help he can get.\\\" Cap ―Tony Stark and Sam Wilson In order to find , Stark went to visit the , where his teammates were imprisoned. On his way to the prison, informed Stark that the who was supposed to do ' psychological evaluation, had been killed by from . She told him that Zemo had framed Barnes for the as Stark realized that he had been wrong all along.\\nSteve Rogers Raft F.R.I.D.A.Y. therapist Bucky Barnes Helmut Zemo Sokovia terrorist attacks       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/38/TStark-TRossThreat-Raft.jpg/revision/latest?cb=20170713083509\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/38/TStark-TRossThreat-Raft.jpg/revision/latest/scale-to-width-down/250?cb=20170713083509\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-TRossThreat-Raft.jpg\\\" data-image-key=\\\"TStark-TRossThreat-Raft.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/38/TStark-TRossThreat-Raft.jpg/revision/latest/scale-to-width-down/250?cb=20170713083509\\\" /></a>                 Stark is met by inside the Thaddeus Ross Raft Upon arriving at the Raft, greeted Stark who tried to immediately organize the hunt for Zemo in order to bring him to justice; however, Ross noted that in the wake of the he would not be taking orders from Stark, claiming that Stark was lucky not to be arrested himself. Although Ross did not believe Stark, he allowed him to speak to the prisoners, with Stark being noticably disturbed at how 's powers were being kept under control.\\nThaddeus Ross Clash of the Avengers Scarlet Witch       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d0/TStark-HawkeyeMocking-Raft.jpg/revision/latest?cb=20170713083523\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d0/TStark-HawkeyeMocking-Raft.jpg/revision/latest/scale-to-width-down/250?cb=20170713083523\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-HawkeyeMocking-Raft.jpg\\\" data-image-key=\\\"TStark-HawkeyeMocking-Raft.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d0/TStark-HawkeyeMocking-Raft.jpg/revision/latest/scale-to-width-down/250?cb=20170713083523\\\" /></a>                 Stark confronts in his prison cell Clint Barton As Stark walked through the cell block, got to his feet and expressed the fact that he was enraged at Stark's supposed betrayal of his former teammates. Stark argued that he did not know that Barton would end up there, with Barton noted the place was for criminals, which Stark had made them all. Stark argued that Barton had walked away from and to break the law, accusing Barton of choosing the wrong side to fight for.\\nClint Barton Avengers his wife children       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6b/Hawkeye_Civil_War12.jpg/revision/latest?cb=20200626023444\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6b/Hawkeye_Civil_War12.jpg/revision/latest/scale-to-width-down/250?cb=20200626023444\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Hawkeye Civil War12.jpg\\\" data-image-key=\\\"Hawkeye_Civil_War12.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6b/Hawkeye_Civil_War12.jpg/revision/latest/scale-to-width-down/250?cb=20200626023444\\\" /></a>                 Stark walks away from 's insults Clint Barton As Stark walked away, Barton slammed his hands against his cell wall and accused him of being willing to break their backs, referring ' injures during the recent fight. Stark then walked past , who said was right not to trust the Starks, due to his relationship with . Stark, however, calmly asked him who he is as he walked past, much to Lang's disappointment.\\nJames Rhodes Scott Lang Hank Pym Howard Stark       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/TStark-FalconDeal-Raft.jpg/revision/latest?cb=20170713083531\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/TStark-FalconDeal-Raft.jpg/revision/latest/scale-to-width-down/250?cb=20170713083531\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-FalconDeal-Raft.jpg\\\" data-image-key=\\\"TStark-FalconDeal-Raft.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/TStark-FalconDeal-Raft.jpg/revision/latest/scale-to-width-down/250?cb=20170713083531\\\" /></a>                 Stark makes a secret deal with Sam Wilson As he approached , who asked about Rhodes' condition, Stark asked him to tell him where had gone. Wilson did not want to do it, but Stark admitted that since learning about Zemo he knew that he was wrong not to listen earlier and that he wanted to help Rogers. Stark knocked out the audio feed, so Wilson then told him that Rogers was heading for the in , telling Stark to go alone to assist Rogers in stopping Zemo.\\nSam Wilson Steve Rogers a HYDRA base Siberia       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/45/TStark-Smile-MockingTRoss.jpg/revision/latest?cb=20170713083541\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/45/TStark-Smile-MockingTRoss.jpg/revision/latest/scale-to-width-down/250?cb=20170713083541\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-Smile-MockingTRoss.jpg\\\" data-image-key=\\\"TStark-Smile-MockingTRoss.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/45/TStark-Smile-MockingTRoss.jpg/revision/latest/scale-to-width-down/250?cb=20170713083541\\\" /></a>                 Stark lies to as he leaves Thaddeus Ross Knowing Ross would be of no aid with the hunt for Zemo due to his desire to bring the in custody for his believed part in and many other deaths, Stark decided to withhold the information. As Stark made his way towards his helicopter, Ross questioned if Wilson had given him intel about where Rogers was, but Stark denied it and promised not to answer all Ross' calls if he contacted the while he departed.\\nWinter Soldier T'Chaka Avengers Compound       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/Mark_XLVI_trailer_2.png/revision/latest?cb=20161221072802\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/Mark_XLVI_trailer_2.png/revision/latest/scale-to-width-down/250?cb=20161221072802\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Mark XLVI trailer 2.png\\\" data-image-key=\\\"Mark_XLVI_trailer_2.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/Mark_XLVI_trailer_2.png/revision/latest/scale-to-width-down/250?cb=20161221072802\\\" /></a>                 Iron Man flies away towards Siberia While onboard his own helicopter, Stark then considered how he now would approach Rogers in the wake of everything that had happened before he donned the in his helicopter and flew to , using the rain to cover his movements in the hope that Ross would not follow him and arrest Rogers. However, Iron Man was unaware that was actually following behind him while onboard his own to find and kill Barnes once and for all.\\nMark XLVI Siberia Black Panther Jet Helmut Zemo's Secret       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Mark_XLVI_Superbowl_screencap.jpg/revision/latest?cb=20160208005330\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Mark_XLVI_Superbowl_screencap.jpg/revision/latest/scale-to-width-down/250?cb=20160208005330\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Mark XLVI Superbowl screencap.jpg\\\" data-image-key=\\\"Mark_XLVI_Superbowl_screencap.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Mark_XLVI_Superbowl_screencap.jpg/revision/latest/scale-to-width-down/250?cb=20160208005330\\\" /></a>                 Stark finds and Steve Rogers Bucky Barnes\\n\\\"Did you know?\\\" \\\"I didn't know it was .\\\" \\\"Don't bullshit me, Rogers! Did you know?\\\" \\\"...Yes.\\\" him ―Iron Man and Captain America Entering the , Iron Man pulled open the doors and saw and were waiting for him, ready with their defenses. Greeting the pair, Stark noted that Rogers seemed defensive, with Rogers noting it had been a long day, before Stark told Barnes that he was not currently targeting him because he had decided to listen to Rogers' points.\\nHYDRA Siberian Facility Captain America Bucky Barnes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a1/IronMan-MakingPeace-CACW.jpg/revision/latest?cb=20170714232751\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a1/IronMan-MakingPeace-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232751\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-MakingPeace-CACW.jpg\\\" data-image-key=\\\"IronMan-MakingPeace-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a1/IronMan-MakingPeace-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232751\\\" /></a>                 Stark makes peace with Captain America Noting that did not know that he was there and he wanted to keep it that way as he was currently violating the by even talking with Rogers without Ross' approval. Stark agreed to put aside the arrest warrant for the two to help them find before he could unleash the , with Stark calling Barnes the and asking him to put down his weapon as he promised they would not fight.\\nThaddeus Ross Sokovia Accords Helmut Zemo Winter Soldiers Manchurian Candidate       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c9/IronMan-ZemoHunt.jpg/revision/latest?cb=20170714232804\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c9/IronMan-ZemoHunt.jpg/revision/latest/scale-to-width-down/250?cb=20170714232804\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-ZemoHunt.jpg\\\" data-image-key=\\\"IronMan-ZemoHunt.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c9/IronMan-ZemoHunt.jpg/revision/latest/scale-to-width-down/250?cb=20170714232804\\\" /></a>                 Iron Man searches around for Helmut Zemo Upon reaching the main room, however, all the 's thermal scanners revealed that Zemo had killed the Soldiers instead before the man revealed himself within a bunker where he explained that he had successfully managed to bring Stark to the base, after a year of planning. Rogers realized that Zemo was from and wanted revenge for the of . Blaming the for the loss of his family, he had orchestrated a plot to tear them apart.\\nMark XLVI Sokovia Battle Sokovia Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/IronMan-WatchingParentsDeaths.jpg/revision/latest?cb=20170714232815\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/IronMan-WatchingParentsDeaths.jpg/revision/latest/scale-to-width-down/250?cb=20170714232815\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-WatchingParentsDeaths.jpg\\\" data-image-key=\\\"IronMan-WatchingParentsDeaths.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/96/IronMan-WatchingParentsDeaths.jpg/revision/latest/scale-to-width-down/250?cb=20170714232815\\\" /></a>                 Stark watches his own parents' murders Zemo then played the video footage of the night that Stark's parents died, revealing that used the to assassinate them in order to steal the inside their car trunk. Stark watched in complete horror as the footage showed the Winter Soldier brutally killing by using his to crack his skull before breaking 's neck without emotion before shooting the camera that had captured their deaths.\\nHYDRA Winter Soldier Super Soldier Serum Howard Stark Prosthetic Arm Maria Stark       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Cap_Tony_Civil_War_Empire.jpg/revision/latest?cb=20160410152233\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Cap_Tony_Civil_War_Empire.jpg/revision/latest/scale-to-width-down/250?cb=20160410152233\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Cap Tony Civil War Empire.jpg\\\" data-image-key=\\\"Cap_Tony_Civil_War_Empire.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/Cap_Tony_Civil_War_Empire.jpg/revision/latest/scale-to-width-down/250?cb=20160410152233\\\" /></a>                 Stark learns withheld the truth Steve Rogers Having finally learned the truth of what happened to his parents, Stark processed everything that he had just been shown before he then demanded Rogers to tell him if he had known that Barnes had . Rogers responded that he had known their deaths had been ordered by , but was unaware that Barnes had been the killer. Stark instantly saw through the lie and demanded the truth, forcing Rogers to reveal that he had known it had been Barnes for years, but hid that fact. Horrified that his friend and fellow had been lying to him for years, Stark took a step back to consider his next actions in response to this news.\\nkilled his parents HYDRA Avenger Battle at the HYDRA Facility       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b3/IronMan-WinterSoldierBattle-CACW.jpg/revision/latest?cb=20170714232831\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b3/IronMan-WinterSoldierBattle-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232831\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-WinterSoldierBattle-CACW.jpg\\\" data-image-key=\\\"IronMan-WinterSoldierBattle-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b3/IronMan-WinterSoldierBattle-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232831\\\" /></a>                 Iron Man furiously attacking Bucky Barnes\\n\\\"This isn't gonna change .\\\" \\\"I don't care. killed my .\\\" what happened He mom ― and Iron Man Captain America Already enraged by the fallout of ' questionable and biased actions over the past few days, Iron Man snaps and attacked to avenge his parents. Iron Man struck Captain America in the face and shot the gun out of Barnes' hand before flying him across the facility and pinning him down by forcing his foot against his arm and aiming his blaster shot at his skull.\\nCaptain America Bucky Barnes       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/IronMan-SubduingCap-CACW-FinalFight.jpg/revision/latest?cb=20170714232846\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/IronMan-SubduingCap-CACW-FinalFight.jpg/revision/latest/scale-to-width-down/250?cb=20170714232846\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-SubduingCap-CACW-FinalFight.jpg\\\" data-image-key=\\\"IronMan-SubduingCap-CACW-FinalFight.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/IronMan-SubduingCap-CACW-FinalFight.jpg/revision/latest/scale-to-width-down/250?cb=20170714232846\\\" /></a>                 Iron Man tries to subdue Captain America While they fought, made his escape from the facility. Iron Man attempted to shoot Barnes point blank in the face, but ran to his aid and threw his at his to deflect the attack before he attempted to push Iron Man off Barnes. Acknowledging their friendship, Iron Man tried to force Rogers out of the fight using the leg clamps which Rogers soon broke free of. Iron Man grabbed Barnes and flew him into the wall.\\nHelmut Zemo Captain America shield       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/IronMan-AttackingWSoldier-CACW.jpg/revision/latest?cb=20170714232854\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/IronMan-AttackingWSoldier-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232854\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-AttackingWSoldier-CACW.jpg\\\" data-image-key=\\\"IronMan-AttackingWSoldier-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/IronMan-AttackingWSoldier-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232854\\\" /></a>                 Iron Man's shot is deflected by Bucky Barnes Barnes managed to use his to damage Iron Man's repulsor beam in his hand by crushing it. In response, Iron Man aimed a missile directly at Barnes' face, which he managed to push out of the way, causing it to destroy much of the entire around them. While the pair became separated, the Barnes regrouped with Captain America while Iron Man was briefly trapped under all of the debris.\\nprosthetic arm HYDRA Siberian Facility       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/IronMan-MOVE-CACW.jpg/revision/latest?cb=20170714232911\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/IronMan-MOVE-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232911\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-MOVE-CACW.jpg\\\" data-image-key=\\\"IronMan-MOVE-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/08/IronMan-MOVE-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232911\\\" /></a>                 Iron Man orders to move Captain America As Barnes made his way towards the exit, Iron Man freed himself and chased after him, only for Captain America to stand in his way. Captain America insisted that were not Barnes' fault as had control of his mind and it had been ordered by , but this falls on deaf ears as Iron Man ordered him to move. Captain America damaged Iron Man's leg stabilizers before Iron Man used the laser to trap Captain America while he went for Barnes.\\nHoward and Maria's deaths HYDRA Vasily Karpov       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/IronMan-KnockedOver-CACW.jpg/revision/latest?cb=20170714232926\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/IronMan-KnockedOver-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232926\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-KnockedOver-CACW.jpg\\\" data-image-key=\\\"IronMan-KnockedOver-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/IronMan-KnockedOver-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232926\\\" /></a>                 Iron Man is knocked down several floor levels While Iron Man quickly caught up with his target, who was attempted to climb up the building to reach the helicopter hatch in the roof, Iron Man kicked him across the facility and took aim at him yet again with a deadly kill shot. However, Captain America refused to stand down from the fight, deflecting a lethal repulsor back at Iron Man, disabling the 's targeting system and using a wire to pull him down when Iron Man continued to chase after Barnes.\\nMark XLVI       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/IronMan-MasklessAimFire-CACW.jpg/revision/latest?cb=20170714232951\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/IronMan-MasklessAimFire-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232951\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-MasklessAimFire-CACW.jpg\\\" data-image-key=\\\"IronMan-MasklessAimFire-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a9/IronMan-MasklessAimFire-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714232951\\\" /></a>                 Iron Man attempts to shoot at Bucky Barnes When Captain America threw his shield at him, Iron Man was able to shoot it out of the air, leaving Captain America now defenseless and unable to aid Barnes. As he could no longer target Barnes with his missiles, Stark opted to trap Barnes within the bunker for their final showdown. With informing him that his weapons systems could not target him, Iron Man used his own eye to aim and shoot at Barnes, destroying the main hatch and trapping him inside.\\nF.R.I.D.A.Y.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/IronSoldier-IRememberAllOfThem.jpg/revision/latest?cb=20170714233004\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/IronSoldier-IRememberAllOfThem.jpg/revision/latest/scale-to-width-down/250?cb=20170714233004\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronSoldier-IRememberAllOfThem.jpg\\\" data-image-key=\\\"IronSoldier-IRememberAllOfThem.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/IronSoldier-IRememberAllOfThem.jpg/revision/latest/scale-to-width-down/250?cb=20170714233004\\\" /></a>                 Iron Man tries to strangle the Bucky Barnes With Barnes now trapped inside, Iron Man charged towards him as they engaged in hand to hand combat until Iron Man began crushing him under the Mark XLVI's weight. Holding him there, Iron Man then questioned if he even remembered killing and , with Barnes insisting that he remembered everyone who he had killed for . Captain America jumped at the pair, knocking himself and Iron Man back down to the ground floor.\\nhis mother father HYDRA Final Showdown       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/IronMan-CapFaceOff-CACW.jpg/revision/latest?cb=20170714233016\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/IronMan-CapFaceOff-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714233016\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-CapFaceOff-CACW.jpg\\\" data-image-key=\\\"IronMan-CapFaceOff-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/IronMan-CapFaceOff-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714233016\\\" /></a>                 Iron Man stands against Captain America\\n\\\"That doesn't belong to you! You don't deserve it! My made that shield!\\\" shield father ―Tony Stark to Steve Rogers As Iron Man and faced each other, Captain America insisted that nothing would change what happened all those years ago. Here, Iron Man stated in no uncertain terms that he was done listening to Rogers as the had killed his own , which he would not forgive before Stark then charged forward and attacked his former friend, willing to even kill him in order to get to the Winter Soldier.\\nCaptain America Winter Soldier mother       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/CW_EW_4.jpg/revision/latest?cb=20151209235007\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/CW_EW_4.jpg/revision/latest/scale-to-width-down/250?cb=20151209235007\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"110\\\" class=\\\"thumbimage\\\" data-image-name=\\\"CW EW 4.jpg\\\" data-image-key=\\\"CW_EW_4.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/eb/CW_EW_4.jpg/revision/latest/scale-to-width-down/250?cb=20151209235007\\\" /></a>                 Iron Man fighting against Bucky Barnes Iron Man quickly overpowered him in melee combat before intervened by striking him with , turning the fight into a . Iron Man responded to the uneven odds by blasting Captain America with a repulsor before he was forced against the wall by Barnes. Barnes attempted to remove the suit's with his to which Iron Man unleashed a Unibeam that disintegrated the majority of the arm.\\nBucky Barnes Captain America's Shield two on one brawl Arc Reactor robotic arm       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/AwKRc1Kj-3-.jpg/revision/latest?cb=20160427021829\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/AwKRc1Kj-3-.jpg/revision/latest/scale-to-width-down/250?cb=20160427021829\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AwKRc1Kj-3-.jpg\\\" data-image-key=\\\"AwKRc1Kj-3-.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/AwKRc1Kj-3-.jpg/revision/latest/scale-to-width-down/250?cb=20160427021829\\\" /></a>                 Iron Man battles against Captain America A recovered and enraged Captain America then stormed at Iron Man in order to defend Barnes from being executed, deflecting repulsor fire with his before forcing Iron Man back against the wall and pummeling him relentlessly. Despite having the to protect himself from all of the attacks, Iron Man soon found himself outmatched due to the that had given Captain America all of his strength and his superior fighting skills.\\nshield Mark XLVI Super Soldier Serum       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/IronMan-CatchingShield-CACW.jpg/revision/latest?cb=20170714233030\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/IronMan-CatchingShield-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714233030\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-CatchingShield-CACW.jpg\\\" data-image-key=\\\"IronMan-CatchingShield-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/IronMan-CatchingShield-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170714233030\\\" /></a>                 Iron Man gains the upper hand in their fight Realizing he was incapable of competing with Captain America in close quarters hand to hand combat, Iron Man ordered to analyze Captain America's movement patterns to find weaknesses to exploit. Iron Man overpowered Captain America in combat and then blew away the shield and brutally beat him into submission, using his suit's strength and repulsors to give himself the advantage and attacks Captain America. Unable to counter them all, Rogers is overwhelmed.\\nF.R.I.D.A.Y.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Captain_America_Civil_War_146.png/revision/latest?cb=20160310190814\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Captain_America_Civil_War_146.png/revision/latest/scale-to-width-down/250?cb=20160310190814\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 146.png\\\" data-image-key=\\\"Captain_America_Civil_War_146.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/89/Captain_America_Civil_War_146.png/revision/latest/scale-to-width-down/250?cb=20160310190814\\\" /></a>                 Iron Man tells to stand down Captain America Exhausted from the fight, Captain America tried once again to reason with Iron Man, defending Barnes as his friend before Iron Man commented that he had also once been his friend. Iron Man then beat Captain America down even more and tossed him aside. When Captain America got to his feet to continue the fight, claiming that he could do this all day, Iron Man aimed his repulsor beam directly at his face and gave Captain America a final chance to stand down and end the fight.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/CW_Broken_Arc_Reactor_1.png/revision/latest?cb=20161218062243\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/CW_Broken_Arc_Reactor_1.png/revision/latest/scale-to-width-down/250?cb=20161218062243\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"CW Broken Arc Reactor 1.png\\\" data-image-key=\\\"CW_Broken_Arc_Reactor_1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0b/CW_Broken_Arc_Reactor_1.png/revision/latest/scale-to-width-down/250?cb=20161218062243\\\" /></a>                 Iron Man's is broken by Rogers Arc Reactor As Captain America stood unyielding, Iron Man realized he would never stand down and charged a repulsor. A wounded Barnes grabbed Iron Man's boot, distracting him and Iron Man kicked Barnes in the face. This diversion allowed Captain America to turn the tide of the battle, using his own shield to destroy the 's helmet. Instead of killing Iron Man, however, Captain America smashed his shield into the main , destroying it and leaving his armor now completely powerless.\\nMark XLVI Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/IronMan-CivilWarDefeat.jpg/revision/latest?cb=20170714233041\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/IronMan-CivilWarDefeat.jpg/revision/latest/scale-to-width-down/250?cb=20170714233041\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronMan-CivilWarDefeat.jpg\\\" data-image-key=\\\"IronMan-CivilWarDefeat.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/IronMan-CivilWarDefeat.jpg/revision/latest/scale-to-width-down/250?cb=20170714233041\\\" /></a>                 Iron Man watches walk away Captain America Left covered in blood and now running purely on the suit's backup miniature Arc Reactors, Iron Man was unable to continue fighting as Captain America reclaimed the shield and helped Barnes onto his feet. But as he watched them leaving, Iron Man claimed that Captain America did not deserve his shield, since had made it in . Captain America reluctantly drops his shield, returning it to the Stark family, and left the scene with Barnes, leaving Iron Man behind alone.\\nhis father World War II vibranium Spider-Man's Beginning       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/SMH_A_Film_by_Peter_Parker_12.png/revision/latest?cb=20171009091250\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/SMH_A_Film_by_Peter_Parker_12.png/revision/latest/scale-to-width-down/250?cb=20171009091250\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH A Film by Peter Parker 12.png\\\" data-image-key=\\\"SMH_A_Film_by_Peter_Parker_12.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/SMH_A_Film_by_Peter_Parker_12.png/revision/latest/scale-to-width-down/250?cb=20171009091250\\\" /></a>                 Stark films a video message for May Parker\\n\\\"Don't do anything I would do. And definitely don't do anything I wouldn't do. There is a little gray area in there and that's where you operate.\\\" ―Tony Stark to Peter Parker After his battle in , Stark and dropped back off at in and told Hogan to give the to Parker. A shocked Parker asked if he was allowed to keep it, which Stark confirmed. He also advised Parker not to do anything rash and not to stress Hogan, who would monitor all his activities.\\nSiberia Happy Hogan Peter Parker his apartment New York City Spider-Man Suit       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/SMH_Trailer_14.png/revision/latest?cb=20161211181532\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/SMH_Trailer_14.png/revision/latest/scale-to-width-down/250?cb=20161211181532\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH Trailer 14.png\\\" data-image-key=\\\"SMH_Trailer_14.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/SMH_Trailer_14.png/revision/latest/scale-to-width-down/250?cb=20161211181532\\\" /></a>                 Stark takes back to his home Peter Parker Parker then asked when would their next mission happen, with Stark assuring Parker that someone would call him up. Stark then hugged Parker, covering up by saying he was getting the door for him and he and Hogan drove off. For two months, Parker would report to Hogan about all his activities as Spider-Man, telling him about the crimes he stopped as the Spider-Man, which Hogan would then send to Stark himself along with Parker's activities as the Spider-Man.\\nPicking Up The Pieces       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c3/Tony_after_battle_CW.png/revision/latest?cb=20160912055847\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c3/Tony_after_battle_CW.png/revision/latest/scale-to-width-down/250?cb=20160912055847\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony after battle CW.png\\\" data-image-key=\\\"Tony_after_battle_CW.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c3/Tony_after_battle_CW.png/revision/latest/scale-to-width-down/250?cb=20160912055847\\\" /></a>                 Stark returns to the Avengers Compound\\n\\\"Tony, we have a problem.\\\" \\\"Ah, please hold.\\\" ― and Tony Stark Thaddeus Ross With his friendship with seemingly done for and the rest of the team either on the run or locked away, Stark had started searching for a new purpose for the in the wake of their leadership falling apart all around them. Having taken to his , Stark returned to the where he began considering what the Avengers could become without Captain America.\\nCaptain America Avengers Peter Parker home Avengers Compound       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3f/Tony_Stark_and_James_Rhodes_-_Civil_War.png/revision/latest?cb=20160830191507\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3f/Tony_Stark_and_James_Rhodes_-_Civil_War.png/revision/latest/scale-to-width-down/250?cb=20160830191507\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark and James Rhodes - Civil War.png\\\" data-image-key=\\\"Tony_Stark_and_James_Rhodes_-_Civil_War.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3f/Tony_Stark_and_James_Rhodes_-_Civil_War.png/revision/latest/scale-to-width-down/250?cb=20160830191507\\\" /></a>                 Stark helps ' rehabilitation. James Rhodes At the same time, Stark had also developed some new technology in order to help to walk again in the wake of his injury during the . When Rhodes fell while testing the technology, they discussed the fallout of the and Rhodes' belief that they had done the right thing. Stark then received a package from the , who misread his name as \\\"Tony Stank\\\" to Rhodes' amusement as he began mocking Stark.\\nJames Rhodes Clash of the Avengers Sokovia Accords mailman       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/Stark-SRogersMessage-CACW.jpg/revision/latest?cb=20170629205504\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/Stark-SRogersMessage-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170629205504\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark-SRogersMessage-CACW.jpg\\\" data-image-key=\\\"Stark-SRogersMessage-CACW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/Stark-SRogersMessage-CACW.jpg/revision/latest/scale-to-width-down/250?cb=20170629205504\\\" /></a>                 Stark reads the message from Steve Rogers Stark found a phone and letter from , apologizing for keeping the about Stark's parents from him, telling Stark if he would need Rogers' help, he and the rest of his team were just a phone call away. By this time, Rogers the imprisoned Avengers team from the and called Stark for help. Stark put Ross on hold by pretending to be busy with something else, thus letting Rogers and his Avengers team escape successfully. Some time later, Stark was contacted again by Ross in regards to , but he put him on hold once again.\\nSteve Rogers truth freed Raft Thaddeus Ross Natasha Romanoff Advising Spider-Man Encounter with Vulture       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/Iron_Man_saves_Spider-Man_%28Homecoming%29.png/revision/latest?cb=20171018190442\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/Iron_Man_saves_Spider-Man_%28Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171018190442\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man saves Spider-Man (Homecoming).png\\\" data-image-key=\\\"Iron_Man_saves_Spider-Man_%28Homecoming%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/Iron_Man_saves_Spider-Man_%28Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171018190442\\\" /></a>                 Iron Man saving from drowning Spider-Man\\n\\\"Can't you just be a friendly... neighborhood Spider-Man?\\\" \\\"But I'm ready for more than that now!\\\" \\\"No, you're not.\\\" ―Tony Stark and Peter Parker When Stark was attending a party in , tried to stop illegal smugglers working for the , but only to end up being dropped and drowned in a lake. Stark used the tracker he installed in the and sent remotely to save him, arriving just in time to pull Spider-Man out of the lake before he could drown.\\nIndia Peter Parker Vulture Spider-Man Suit Mark XLVII       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3b/SMH_Fan%27s_Guide_10.png/revision/latest?cb=20170612010324\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3b/SMH_Fan%27s_Guide_10.png/revision/latest/scale-to-width-down/250?cb=20170612010324\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH Fan&#39;s Guide 10.png\\\" data-image-key=\\\"SMH_Fan%27s_Guide_10.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3b/SMH_Fan%27s_Guide_10.png/revision/latest/scale-to-width-down/250?cb=20170612010324\\\" /></a>                 Stark talks to through his Peter Parker armor Taking Spider-Man to a nearby park to calm down, Stark then asked him what he had been thinking trying to take down those criminals instead of letting other people to handle this. Parker questioned if he had put a tracker in the suit, to which Stark admitted that he had put everything in his suit, including the heater which dried him. Parker asked if those people were the only to be told by Stark that it was below their own pay wage to go after the Vulture.\\nAvengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/Tony_Stark_at_an_Indian_Wedding_%28Spider-Man_Homecoming%29.png/revision/latest?cb=20171018190838\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/Tony_Stark_at_an_Indian_Wedding_%28Spider-Man_Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171018190838\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark at an Indian Wedding (Spider-Man Homecoming).png\\\" data-image-key=\\\"Tony_Stark_at_an_Indian_Wedding_%28Spider-Man_Homecoming%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/Tony_Stark_at_an_Indian_Wedding_%28Spider-Man_Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171018190838\\\" /></a>                 Stark speaking with from Peter Parker India Stark asked Parker to forget about the Vulture because he said so, accidentally screaming in the middle of the party. He then said to him to continue helping the little people, but Parker was convinced he was ready for more now, claiming that Stark also thought so when had took on during the . Stark ensured him that if he had wanted to, Captain America would have defeated him with some ease during their previous fight.\\nCaptain America Clash of the Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/SMH_Fan%27s_Guide_70.png/revision/latest?cb=20170612034313\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/SMH_Fan%27s_Guide_70.png/revision/latest/scale-to-width-down/250?cb=20170612034313\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH Fan&#39;s Guide 70.png\\\" data-image-key=\\\"SMH_Fan%27s_Guide_70.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/SMH_Fan%27s_Guide_70.png/revision/latest/scale-to-width-down/250?cb=20170612034313\\\" /></a>                 Stark tells Parker to stay away from Vulture Stark finished the call by telling Parker that if he saw the weapons being sold by the again, he was not to get involved himself and to immediately to call up and let him deal with the situation. Having given Parker this advice, Stark then hung up the call and sent the Mark XLVII back to the while he drove away from the party, leaving Parker then to consider everything that he had just been advised to do by Stark.\\nVulture's Crew Happy Hogan Avengers Compound Ambush at the Staten Island Ferry       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/71/Stark%2C_Gargan_%26_Schultz_%28Spider-Man_HUD%29.png/revision/latest?cb=20171019181847\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/71/Stark%2C_Gargan_%26_Schultz_%28Spider-Man_HUD%29.png/revision/latest/scale-to-width-down/250?cb=20171019181847\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark, Gargan &amp; Schultz (Spider-Man HUD).png\\\" data-image-key=\\\"Stark%2C_Gargan_%26amp%3B_Schultz_%28Spider-Man_HUD%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/71/Stark%2C_Gargan_%26_Schultz_%28Spider-Man_HUD%29.png/revision/latest/scale-to-width-down/250?cb=20171019181847\\\" /></a>                 Stark interrupts during his mission Spider-Man\\n\\\"What if somebody had died tonight?! Different story, right? 'Cause that's on you! And if you died... I feel like that's on me. I don't need that on my conscience.\\\" ―Tony Stark to Peter Parker Deciding to take 's information seriously, Stark alerted the to 's illegal activities. Days later, Stark called up Parker to apologize and praise him for his actions in his classmates in . Parker, however, was in the middle of trying to stop in the middle of a weapons deal at the and spent the phone call trying to distract Stark before he eventually hung up on him, much to Stark's annoyance.\\nPeter Parker FBI Vulture saving Washington, D.C. Vulture's Crew Staten Island Ferry       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/10/SMH_Trailer2_33.png/revision/latest?cb=20201227235134\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/10/SMH_Trailer2_33.png/revision/latest/scale-to-width-down/250?cb=20201227235134\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH Trailer2 33.png\\\" data-image-key=\\\"SMH_Trailer2_33.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/10/SMH_Trailer2_33.png/revision/latest/scale-to-width-down/250?cb=20201227235134\\\" /></a>                 Iron Man arrives in order to assist Spider-Man Suspicious, Stark decided to suit up in his and arrived just in time to see the Ferry; Parker was on about to be torn apart thanks in part to 's and the 's recent battle, during which a rogue had lost control and fired all the way down the ferry. As Spider-Man had already defeated both the as well as , Iron Man then proceeded to fix the Ferry by pushing it back together while Spider-Man could only just watch on.\\nMark XLVII Spider-Man Vulture Chitauri Gun Shocker Mac Gargan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/Iron_Man_repairing_the_Staten_Island_Ferry.png/revision/latest?cb=20171019192501\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/Iron_Man_repairing_the_Staten_Island_Ferry.png/revision/latest/scale-to-width-down/250?cb=20171019192501\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man repairing the Staten Island Ferry.png\\\" data-image-key=\\\"Iron_Man_repairing_the_Staten_Island_Ferry.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/02/Iron_Man_repairing_the_Staten_Island_Ferry.png/revision/latest/scale-to-width-down/250?cb=20171019192501\\\" /></a>                 Iron Man successfully saving the entire ferry By using his own technology and the lasers in his armor, Iron Man used them both to meld the cut in the Ferry back together. When Spider-Man had asked if there was anything he could do to help, Iron Man simply told him that he had done enough before finishing saving the ferry. Iron Man then ordered Spider-Man to meet him in so that he could then chastise Spider-Man for disobeying him and putting his own and other people's lives at risks by his own actions.\\nStark Industries New York City       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/Not_an_Empty_Suit_%28Mark_47%29.png/revision/latest?cb=20171019192958\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/Not_an_Empty_Suit_%28Mark_47%29.png/revision/latest/scale-to-width-down/250?cb=20171019192958\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Not an Empty Suit (Mark 47).png\\\" data-image-key=\\\"Not_an_Empty_Suit_%28Mark_47%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/Not_an_Empty_Suit_%28Mark_47%29.png/revision/latest/scale-to-width-down/250?cb=20171019192958\\\" /></a>                 Iron Man finds and confronts Spider-Man Parker accused Stark about not caring what was happening with the stolen weapons, only for Stark to step out of his suit and told Parker that he did listen to him and that he was the one who contacted the FBI. Furthermore, Stark revealed that he was in fact the only one who believed in Parker's potential, despite his age, and that if someone had died there due to his actions, it would be on his conscience and if Parker himself died, then his death would be on his mind forever.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/Stark%27s_Responsibility_%28Spider-Man%29.png/revision/latest?cb=20171019193815\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/Stark%27s_Responsibility_%28Spider-Man%29.png/revision/latest/scale-to-width-down/250?cb=20171019193815\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark&#39;s Responsibility (Spider-Man).png\\\" data-image-key=\\\"Stark%27s_Responsibility_%28Spider-Man%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f0/Stark%27s_Responsibility_%28Spider-Man%29.png/revision/latest/scale-to-width-down/250?cb=20171019193815\\\" /></a>                 Stark tells to return his suit Peter Parker Parker told Stark that he was just trying to be like him, only for Stark to tell him that he wanted him to be better than him and demanded Parker give the back, much to Parker's dismay as he claimed that he was nothing without the suit. Stark replied that if he was nothing without the suit, then he shouldn't have it, while noting that he's starting to sound like his own father. Parker - much to his reluctance - gave the suit back and Stark sent him home to his with some clothes Stark had bought him.\\nSpider-Man Suit Aunt May Spider-Man's Offer       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/Tony_and_Peter_SMH.jpg/revision/latest?cb=20170328223636\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/Tony_and_Peter_SMH.jpg/revision/latest/scale-to-width-down/250?cb=20170328223636\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony and Peter SMH.jpg\\\" data-image-key=\\\"Tony_and_Peter_SMH.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7d/Tony_and_Peter_SMH.jpg/revision/latest/scale-to-width-down/250?cb=20170328223636\\\" /></a>                 Stark praises on his heroics Peter Parker\\n\\\"I think, with a little more mentoring, you could be a real asset to the team.\\\" \\\"To the– to the team?\\\" \\\"Yeah. Anyway, there's about fifty reporters behind that door. Real ones, not bloggers. When you're ready, why don't you try on? And I'll introduce the world to the newest official member of the – .\\\" that Avengers Spider-Man ―Tony Stark and Peter Parker In the wake of successfully stopping the and from stealing an entire plane full of the ' weapons and technology directly from , Stark decided to send to 's school in order to take him into the . Upon arrival, Stark met up with Parker and apologized for being so harsh on him previously and told him that his actions in stopping Vulture proved he was ready to be a hero.\\nSpider-Man Vulture his gang Avengers Avengers Tower Happy Hogan Peter Parker Avengers Compound       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/04/Stark_Rejected_%28Homecoming%29.png/revision/latest?cb=20171019212848\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/04/Stark_Rejected_%28Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171019212848\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark Rejected (Homecoming).png\\\" data-image-key=\\\"Stark_Rejected_%28Homecoming%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/04/Stark_Rejected_%28Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171019212848\\\" /></a>                 Stark invites into the Peter Parker Avengers Stark explained that he had gathered together reporters to meet him before showing Parker the new version of the , as Stark told him to put it on, so he could introduce him to a bunch of reporters as the newest member of the , noting he would have a room by . However, Parker declined, wanting to stay on the streets and look out for the citizens of as a friendly neighborhood Spider-Man, much to the great surprise of Stark.\\nSpider-Man Suit Avengers Vision New York City       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/73/SMH_Mentor_6.png/revision/latest?cb=20170628210224\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/73/SMH_Mentor_6.png/revision/latest/scale-to-width-down/250?cb=20170628210224\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"SMH Mentor 6.png\\\" data-image-key=\\\"SMH_Mentor_6.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/73/SMH_Mentor_6.png/revision/latest/scale-to-width-down/250?cb=20170628210224\\\" /></a>                 Stark accepts 's own decision Peter Parker Stark, although a little disappointed, accepted Parker's decision, still offering him one last chance to take his offer which Parker said no to, telling Hogan to take Parker back home. Before leaving, Parker then asked if that was a test, to which Stark lied and said it was. However, as soon as Parker exited the building, came through asking where Parker was as all of the reporters were waiting, only for Stark to say that he was now not going to be there after all.\\nPepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Pepper_%26_Tony_Kiss_%28Homecoming%29.png/revision/latest?cb=20171019213747\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Pepper_%26_Tony_Kiss_%28Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171019213747\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Pepper &amp; Tony Kiss (Homecoming).png\\\" data-image-key=\\\"Pepper_%26amp%3B_Tony_Kiss_%28Homecoming%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/da/Pepper_%26_Tony_Kiss_%28Homecoming%29.png/revision/latest/scale-to-width-down/250?cb=20171019213747\\\" /></a>                 Stark and discuss Pepper Potts Peter Parker Now wondering what they were going to tell the press, Stark asked Hogan for the engagement ring which the latter had been keeping for years. Potts, however, assured them that they would be able to come up with something better and kissed Stark before they went out to meet the press although Hogan still threw Stark the ring as a last resort. Stark had the delivered back to Parker, believing that the young hero had earned the right to wear it again.\\nsecond suit Vision's Disappearance , working at the , Stark, guilty that he got distracted, began work on a suit that could be used by him to defend the world by himself.\\nMonths later Avengers Compound While working on his new armor, Stark was visited by , who tried to convince him to call Rogers and work out their grievances. Stark briefly considers calling Rogers, but decided that he needed to prepare for the apocalypse on his own. Hill then informed Stark that had turned off his transponder, and was off-grid. Stark became irritated after Hill made a remark that the last he created almost wiped out humanity, and claimed that the world needed all Avengers. An embittered Stark sent Hill away, and fired her from her position at .\\nMark L Maria Hill Vision uncontrolled robot Stark Industries Infinity War Meeting Doctor Strange       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/Tony_%26_Pepper_%28Central_Park%29.png/revision/latest?cb=20180816004848\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/Tony_%26_Pepper_%28Central_Park%29.png/revision/latest/scale-to-width-down/250?cb=20180816004848\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony &amp; Pepper (Central Park).png\\\" data-image-key=\\\"Tony_%26amp%3B_Pepper_%28Central_Park%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f4/Tony_%26_Pepper_%28Central_Park%29.png/revision/latest/scale-to-width-down/250?cb=20180816004848\\\" /></a>                 Stark talks to at Central Park Pepper Potts\\n\\\"Tony Stark, I'm Doctor Stephen Strange. I need you to come with me. Oh, uh, congratulations on the wedding, by the way.\\\" \\\"I'm sorry, you giving out tickets to something?\\\" \\\"We need your help. Look, it's not overselling it to say that the fate of the universe is at stake.\\\" ― and Tony Stark Doctor Strange Finishing up a daily routine of jogging in , Stark told Potts about a vivid dream that he had where they had a child named after Pepper's eccentric uncle. Despite Stark's claims on how real the dream felt, Potts assured him that she wasn't expecting a child, and suggests that if he wanted to have a kid, he wouldn't have made another suit of armor. Stark reinforces that the armor is only there to protect her and their future children, but Potts rebuttals by stating that the armor is not required in order to raise a normal family.\\nCentral Park Morgan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/Infinity_War_207.jpg/revision/latest?cb=20201226231109\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/Infinity_War_207.jpg/revision/latest/scale-to-width-down/250?cb=20201226231109\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Infinity War 207.jpg\\\" data-image-key=\\\"Infinity_War_207.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/56/Infinity_War_207.jpg/revision/latest/scale-to-width-down/250?cb=20201226231109\\\" /></a>                 Stark and meet Pepper Potts Doctor Strange Stark then declares that there would not be anymore surprises between them and promises Potts a dinner date in light of their recent engagement. then appears from a portal and tells Tony he needs to talk to him. Having never met Strange, Stark becomes skeptical at his statement, but Strange reiterates that the fate of the universe was at stake; bringing out to stress how urgent the matter is.\\nDoctor Strange Bruce Banner Convening at the New York Sanctum       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/AIW_Stark_Is_Informed.jpg/revision/latest?cb=20190214062033\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/AIW_Stark_Is_Informed.jpg/revision/latest/scale-to-width-down/250?cb=20190214062033\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Stark Is Informed.jpg\\\" data-image-key=\\\"AIW_Stark_Is_Informed.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/AIW_Stark_Is_Informed.jpg/revision/latest/scale-to-width-down/250?cb=20190214062033\\\" /></a>                 Stark being informed of the Infinity Stones\\n\\\" . He's a plague, Tony. He invades planets. He takes what he wants. He wipes out half the population. He sent . The on . That's him!\\\" \\\"This is it... What's our timeline?\\\" Thanos Loki attack New York ― and Tony Stark Bruce Banner After meeting and reuniting with , Stark was taken inside the . He was informed by , who explained the history of the ; Strange named all of the stones that were known such as the , , , , , and . Stark inquires the enemy's name and was informed by Banner that it was , explaining that he has acquired the Power and Space stones; making him the most powerful being in the universe.\\nDoctor Strange Bruce Banner New York Sanctum Wong Infinity Stones Space Reality Power Soul Mind Time Thanos       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b2/StarkandBannerDiscussThanos.jpg/revision/latest?cb=20190213140609\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b2/StarkandBannerDiscussThanos.jpg/revision/latest/scale-to-width-down/250?cb=20190213140609\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"StarkandBannerDiscussThanos.jpg\\\" data-image-key=\\\"StarkandBannerDiscussThanos.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b2/StarkandBannerDiscussThanos.jpg/revision/latest/scale-to-width-down/250?cb=20190213140609\\\" /></a>                 Stark and discussing Bruce Banner Thanos Having learned that Thanos was the one who pulled the strings behind and the , Stark realizes that he was the one who was really responsible for his fear and anxiety in the ensuing years since the . Leaning and stretching against the , Stark remarks on Strange's use of language, getting hit by the , much of his allowance. Stark suggested disposing the Time Stone, but Strange and Wong informed him they were sworn to protect it.\\nLoki Chitauri Invasion Battle of New York Cauldron of the Cosmos Cloak of Levitation       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3b/IW_Total_Film_Still_01.jpg/revision/latest?cb=20180411172418\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3b/IW_Total_Film_Still_01.jpg/revision/latest/scale-to-width-down/250?cb=20180411172418\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"183\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IW Total Film Still 01.jpg\\\" data-image-key=\\\"IW_Total_Film_Still_01.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3b/IW_Total_Film_Still_01.jpg/revision/latest/scale-to-width-down/250?cb=20180411172418\\\" /></a>                 Stark notices commotion coming from outside As Thanos had two stones and the other two were not on Earth, the best move would be to protect Vision, who had the Mind Stone embedded in his head; however, Vision had disappeared two weeks earlier. Only the fugitive could possibly find him. Banner insisted that Stark call Rogers, only for Stark to explain to Banner that him and Rogers had , and that they were not on speaking terms. Banner would convinced Stark to call Rogers by telling him that Thanos had killed their teammate . However, before Stark could place the call, they were interrupted by the sound of agitation in the streets and debris flying through the air.\\nCaptain America fallen out Thor Attack on Greenwich Village       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/IW_USTODAY.jpg/revision/latest?cb=20180502220700\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/IW_USTODAY.jpg/revision/latest/scale-to-width-down/250?cb=20180502220700\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"167\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IW USTODAY.jpg\\\" data-image-key=\\\"IW_USTODAY.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/2a/IW_USTODAY.jpg/revision/latest/scale-to-width-down/250?cb=20180502220700\\\" /></a>                 Stark confronts and Ebony Maw Cull Obsidian\\n\\\"Hear me and rejoice. You are about to die at the hands of the of . Be thankful that your meaningless lives are now contributed to the balance–\\\" \\\"I'm sorry, is closed today. You better pack it up and get out of here.\\\" children Thanos Earth ― and Tony Stark Ebony Maw Leaving the Sanctum to investigate, the four found people fleeing and screaming in panic, as a sent by Thanos had arrived, devastating the surrounding city with powerful winds. Outside the , The Q-Ship was confronted by Tony Stark, , and . As Stark commanded to evacuate the surrounding area and mobilize emergency response teams, Doctor Strange casts the Winds of Watoomb, neutralizing the powerful winds created by the Q-Ship.\\nQ-Ship New York Sanctum Bruce Banner Doctor Strange Wong F.R.I.D.A.Y       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6d/Iron_Man_%28Infinity_War%29.png/revision/latest?cb=20190715022520\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6d/Iron_Man_%28Infinity_War%29.png/revision/latest/scale-to-width-down/250?cb=20190715022520\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man (Infinity War).png\\\" data-image-key=\\\"Iron_Man_%28Infinity_War%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6d/Iron_Man_%28Infinity_War%29.png/revision/latest/scale-to-width-down/250?cb=20190715022520\\\" /></a>                 Iron Man donning the to fight Mark L armor As and arrived from their Q-Ship, they demanded the , kept in the , from Strange, only for Stark to rudely rebuff and commanded the two to leave . To Stark's embarrassment, Banner tried and failed to turn into Hulk; as they didn't have time to understand why, Stark benched his friend from the fight. Stark donned his nanotech , and blasted away Obsidian, astonishing Banner.\\nEbony Maw Cull Obsidian Time Stone Eye of Agamotto Earth Mark L armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/TVspot-18.png/revision/latest?cb=20210508011844\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/TVspot-18.png/revision/latest/scale-to-width-down/250?cb=20210508011844\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TVspot-18.png\\\" data-image-key=\\\"TVspot-18.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/52/TVspot-18.png/revision/latest/scale-to-width-down/250?cb=20210508011844\\\" /></a>                 Iron Man and fight Doctor Strange Ebony Maw As Strange began using an attack, Stark blasted off a car that was aimed at him and Wong. Maw then sends Iron Man flying into the air while directly assaulting Strange and Wong with his telekinetic powers, throwing debris at the Masters. Iron Man returned, commanding Strange to also flee and get the Time Stone away from the city, who refused. Iron Man attempted to assault Maw again, only to be engaged by Obsidian, who sent Iron Man flying into Washington Square Park, encountering Banner.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/Iron_Man_Mark_L_%28Greenwich_Village%29.png/revision/latest?cb=20180816181849\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/Iron_Man_Mark_L_%28Greenwich_Village%29.png/revision/latest/scale-to-width-down/250?cb=20180816181849\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Mark L (Greenwich Village).png\\\" data-image-key=\\\"Iron_Man_Mark_L_%28Greenwich_Village%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/49/Iron_Man_Mark_L_%28Greenwich_Village%29.png/revision/latest/scale-to-width-down/250?cb=20180816181849\\\" /></a>                 Iron Man is saved from by Cull Obsidian Wong While holding off Obsidian to protect Banner, Iron Man was joined by an arriving and told him about what is going on with the situation. Iron Man tasked him with rescuing the unconscious Strange as he held off Obsidian. As the battle continued, Iron Man was caught by Obsidian's and was about to be killed, only to be saved by Wong. Once Wong trapped Obsidian from , Iron Man broke free and invited him to his wedding, flying afterwards.\\nSpider-Man hammer another location Ascent to Space       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/77/AW_Trailer_2_pic_10.png/revision/latest?cb=20180514193745\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/77/AW_Trailer_2_pic_10.png/revision/latest/scale-to-width-down/250?cb=20180514193745\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AW Trailer 2 pic 10.png\\\" data-image-key=\\\"AW_Trailer_2_pic_10.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/77/AW_Trailer_2_pic_10.png/revision/latest/scale-to-width-down/250?cb=20180514193745\\\" /></a>                 Iron Man flies up in order to save Spider-Man\\n\\\"Tony? Oh, my God. Are you all right? What's going on?\\\" \\\"Yeah, I'm fine. I just think we might have to push our 8:30 res.\\\" \\\"Why?\\\" \\\"Just 'cause I'll probably not make it back for a while.\\\" ― and Tony Stark Pepper Potts After finishing his battle, Iron Man managed to locate the Q-Ship and flew towards the sky while deploying from the . Beginning to run out of oxygen, removed his mask as he unable to breathe as much as he can. Iron Man commanded Spider-Man to let go and fall in order to catch him. Spider-Man told Iron Man that he must save the as he was told by him, but Iron Man retorted his statement that he won't be able to breathe as the ship moved upward.\\nItem 17A Avengers Compound Spider-Man wizard       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/AIW_-_Iron_Man_Flies_to_Q-Ship.png/revision/latest?cb=20180816010748\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/AIW_-_Iron_Man_Flies_to_Q-Ship.png/revision/latest/scale-to-width-down/250?cb=20180816010748\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW - Iron Man Flies to Q-Ship.png\\\" data-image-key=\\\"AIW_-_Iron_Man_Flies_to_Q-Ship.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/69/AIW_-_Iron_Man_Flies_to_Q-Ship.png/revision/latest/scale-to-width-down/250?cb=20180816010748\\\" /></a>                 Iron Man deploys 's new armor Spider-Man As he exhaustively starts to pass out, Spider-Man was nearly suffocated as the ship left Earth's atmosphere and fell off the ship as he couldn’t breathe anymore. Falling down, Spider-Man was rescued by the intervention of Iron Man, who summoned the Iron Spider Armor. As the suit manifested around him with nanotech particles, Spider-Man swiftly recovered with an acrobatic landing and was able to breathe and contact Iron Man.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/AIW-IronManLaseringTheQ-Ship.png/revision/latest?cb=20190331230428\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/AIW-IronManLaseringTheQ-Ship.png/revision/latest/scale-to-width-down/250?cb=20190331230428\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW-IronManLaseringTheQ-Ship.png\\\" data-image-key=\\\"AIW-IronManLaseringTheQ-Ship.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7f/AIW-IronManLaseringTheQ-Ship.png/revision/latest/scale-to-width-down/250?cb=20190331230428\\\" /></a>                 Iron Man going onboard inside the Q-Ship As he catches up with Parker, Stark told him farewell up on the ship and commanded to send him back to , using his parachute to descend into orbit. Stark latched onto the hull to cut a hole and board the , to look for wherever Doctor Strange and went. Getting a call from , Stark answered the call and told her that he was on the ship, only to lose reception halfway at Potts' expense.\\nF.R.I.D.A.Y. Earth Q-Ship Ebony Maw Pepper Potts Rescue of Doctor Strange       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/Avengers-infinitywar-movie-screencaps_com-7184.jpg/revision/latest?cb=20181022171145\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/Avengers-infinitywar-movie-screencaps_com-7184.jpg/revision/latest/scale-to-width-down/250?cb=20181022171145\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers-infinitywar-movie-screencaps com-7184.jpg\\\" data-image-key=\\\"Avengers-infinitywar-movie-screencaps_com-7184.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/Avengers-infinitywar-movie-screencaps_com-7184.jpg/revision/latest/scale-to-width-down/250?cb=20181022171145\\\" /></a>                 Stark notices onboard the Spider-Man Q-Ship\\n\\\"I gotta tell you... 's not really my friend. Saving his life is more of a professional courtesy.\\\" \\\"You've saved nothing. Your powers are inconsequential compared to mine.\\\" \\\"Yeah, but the 's seen more movies.\\\" he kid ―Iron Man and Ebony Maw Onboard the , Stark was joined by who shows him to Strange and the Time Stone. As they prepared their next move, observing from above, they were surprised by the appearance of , who had also stowed away, much to Stark's horror. As Stark berated for disobeying his orders, Parker reasoned that he could not act as a friendly neighborhood Spider-Man without a neighborhood to defend.\\nQ-Ship Cloak of Levitation Spider-Man Peter Parker       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/AIW_Spider-Man_%28Ever_See_The_Movie_Aliens%29.png/revision/latest?cb=20180817232445\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/AIW_Spider-Man_%28Ever_See_The_Movie_Aliens%29.png/revision/latest/scale-to-width-down/250?cb=20180817232445\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Spider-Man (Ever See The Movie Aliens).png\\\" data-image-key=\\\"AIW_Spider-Man_%28Ever_See_The_Movie_Aliens%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5c/AIW_Spider-Man_%28Ever_See_The_Movie_Aliens%29.png/revision/latest/scale-to-width-down/250?cb=20180817232445\\\" /></a>                 Stark listening to 's latest plan Spider-Man Listening to Parker's response and knowing that he can't argue against it, Stark had no choice but to team up with him and decided give him assess of the situation. Walking towards the the ledge, Stark told Parker where was holding Strange captive and asked for any ideas to distract him. Thinking quickly, Parker immediately suggested a plan that reminisced a scene from . Once he listened, Stark would then follow the plan before Strange would be further tortured by Maw.\\nEbony Maw Aliens       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/Iron_Man_Saving_Doctor_Strange.png/revision/latest?cb=20180817004408\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/Iron_Man_Saving_Doctor_Strange.png/revision/latest/scale-to-width-down/250?cb=20180817004408\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Saving Doctor Strange.png\\\" data-image-key=\\\"Iron_Man_Saving_Doctor_Strange.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7a/Iron_Man_Saving_Doctor_Strange.png/revision/latest/scale-to-width-down/250?cb=20180817004408\\\" /></a>                 Iron Man interrupts 's interrogation Ebony Maw As Maw continued to probe Strange for the Time Stone, Iron Man suddenly appeared behind him. As part of Parker's plan, Stark fired a missile past Maw, into the wall of the Q-Ship. The missile caused a hull breach, instantly sucking a screaming Maw into the vacuum of space to his death. However, Strange himself was inadvertently caught in the vacuum, and the Cloak unsuccessfully attempted to rescue him.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/TonyStarkTalksToDocStrange-GoingToTitan.png/revision/latest?cb=20180824013409\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/TonyStarkTalksToDocStrange-GoingToTitan.png/revision/latest/scale-to-width-down/250?cb=20180824013409\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonyStarkTalksToDocStrange-GoingToTitan.png\\\" data-image-key=\\\"TonyStarkTalksToDocStrange-GoingToTitan.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/TonyStarkTalksToDocStrange-GoingToTitan.png/revision/latest/scale-to-width-down/250?cb=20180824013409\\\" /></a>                 Stark considers his next course of action Leaping in, Spider-Man managed to grab Strange, and with aid from his new armor's artificial spider limbs, was able to narrowly pull him to safety, allowing Iron Man to seal the breach using his nanobots. Stark noted that the Ship was on an automated course bound for an . Strange insisted that Stark commandeer the ship to return them and the Time Stone to Earth, although Stark was reluctant.\\nunknown location       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fa/AIW_Stark_Declares_Spider-Man.jpg/revision/latest?cb=20190212235720\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fa/AIW_Stark_Declares_Spider-Man.jpg/revision/latest/scale-to-width-down/250?cb=20190212235720\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Stark Declares Spider-Man.jpg\\\" data-image-key=\\\"AIW_Stark_Declares_Spider-Man.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fa/AIW_Stark_Declares_Spider-Man.jpg/revision/latest/scale-to-width-down/250?cb=20190212235720\\\" /></a>                 Stark declaring as an Spider-Man Avenger Stark suggested a proposal for an attack on Thanos' territory, where he wouldn't be expecting. Although initially at odds, Strange reluctantly agreed with Stark's plan, after he told of his history over the years about Thanos' discourse. After agreeing, Strange reminded Stark that he would prioritize saving the Time Stone over either Stark or Parker's lives, asserting he would let them die if it means keeping the Stone from Thanos' hands. Satisfied by Strange's display of morality, Stark would then officially recruit Peter Parker to the .\\nAvengers Encountering the Guardians       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/37/AIW_Iron_Man_Piloting_Q-Ship.jpg/revision/latest?cb=20190212094641\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/37/AIW_Iron_Man_Piloting_Q-Ship.jpg/revision/latest/scale-to-width-down/250?cb=20190212094641\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Iron Man Piloting Q-Ship.jpg\\\" data-image-key=\\\"AIW_Iron_Man_Piloting_Q-Ship.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/37/AIW_Iron_Man_Piloting_Q-Ship.jpg/revision/latest/scale-to-width-down/250?cb=20190212094641\\\" /></a>                 Stark attempting to steer the Q-Ship\\n\\\"I'm gonna ask you this one time. Where's ?\\\" \\\"Yeah, I'll do you one better. Who's Gamora?\\\" \\\"I'll do you one better, why is Gamora?\\\" Gamora ― , Iron Man and Star-Lord Drax the Destroyer Arriving at their destination, Stark and steered the with an arm piece and attempted to safely land on the barren planet, . Despite the attempt to avoid contact with the planet's surroundings, the ship crash-lands. protected Stark and Parker from the impact of the crash-landing by shielding them through holographic Mandalas.\\nPeter Parker Q-Ship Titan Doctor Strange       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/AIW_Iron_Man_%26_Doctor_Strange_on_Titan.jpg/revision/latest?cb=20190212100150\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/AIW_Iron_Man_%26_Doctor_Strange_on_Titan.jpg/revision/latest/scale-to-width-down/250?cb=20190212100150\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Iron Man &amp; Doctor Strange on Titan.jpg\\\" data-image-key=\\\"AIW_Iron_Man_%26amp%3B_Doctor_Strange_on_Titan.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/17/AIW_Iron_Man_%26_Doctor_Strange_on_Titan.jpg/revision/latest/scale-to-width-down/250?cb=20190212100150\\\" /></a>                 Stark scolding for his humor Spider-Man Stark acknowledges that he owed Strange a debt for saving their lives from the crash. Parker appears upside down and asked them if there was something that could implant eggs in his chest. Stark angrily comments to him to never say anything pop culture related, but Parker was stating that something is coming towards them. Following Parker's warning, a grenade rolls into view, and the three get thrown back when its energy pulse was fired.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/AIW_-_Iron_Man_%28Mini_Missile%29.jpg/revision/latest?cb=20210410035118\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/AIW_-_Iron_Man_%28Mini_Missile%29.jpg/revision/latest/scale-to-width-down/250?cb=20210410035118\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"126\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW - Iron Man (Mini Missile).jpg\\\" data-image-key=\\\"AIW_-_Iron_Man_%28Mini_Missile%29.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/AIW_-_Iron_Man_%28Mini_Missile%29.jpg/revision/latest/scale-to-width-down/250?cb=20210410035118\\\" /></a>                 Iron Man firing a missile at Star-Lord The three were then immediately ambushed by the , , , and , each believing the other to be working for . Star-Lord immediately starts firing at Iron Man, and a chase in the air ensues. Stark launches a missile at Star-Lord while in the air, but is pinned by his in retaliation. Escaping Quill's Gravity Mine, Iron Man then flies over to Drax in order to capture and pin him down. As the brief scuffle ended at a stalemate, Spider-Man was held at gunpoint by Quill.\\nGuardians of the Galaxy Star-Lord Drax the Destroyer Mantis Thanos Gravity Mine       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1a/AIW-TStark-WhyTheHassle.png/revision/latest?cb=20190214035627\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1a/AIW-TStark-WhyTheHassle.png/revision/latest/scale-to-width-down/250?cb=20190214035627\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW-TStark-WhyTheHassle.png\\\" data-image-key=\\\"AIW-TStark-WhyTheHassle.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1a/AIW-TStark-WhyTheHassle.png/revision/latest/scale-to-width-down/250?cb=20190214035627\\\" /></a>                 Stark questioning 's interference Star-Lord Turning off his , Star-Lord then asked Stark where his missing teammate, , was. Agitated with his abrupt attack, Stark replied with a question that confused Quill and then asked who are the people he was attacking. Parker answered his question by saying that they were the Avengers. Eventually, once Mantis informed Stark about being acknowledged by , both parties learned that they are both after Thanos and an alliance was formed between them.\\nhelmet Gamora Thor Making a Plan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/45/AIW_Stark_Makes_a_Plan.jpg/revision/latest?cb=20190214125711\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/45/AIW_Stark_Makes_a_Plan.jpg/revision/latest/scale-to-width-down/250?cb=20190214125711\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Stark Makes a Plan.jpg\\\" data-image-key=\\\"AIW_Stark_Makes_a_Plan.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/45/AIW_Stark_Makes_a_Plan.jpg/revision/latest/scale-to-width-down/250?cb=20190214125711\\\" /></a>                 Stark announces his plan against Thanos\\n\\\"Are you yawning? In the middle of this, while I'm breaking it down? Did you hear what I said?\\\" \\\"I stopped listening after you said, \\\"We need a plan.\\\"\\\" ―Tony Stark and Drax the Destroyer Analyzing the situation and the surroundings, Stark realized that their only advantage was that was coming to them, and thus the element of surprise could be utilized. The plan was simple: draw Thanos in, pin him down, and take the . As Stark tried to come up with a plan to stop Thanos, yawned at the middle of the plan. explained that listening and not winging it isn’t what they do and questioned what exactly do the rest of the are doing.\\nThanos Infinity Gauntlet Drax Star-Lord Spider-Man Guardians of the Galaxy       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/Infinity_War_Empire_Still_02.jpg/revision/latest?cb=20180404203831\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/Infinity_War_Empire_Still_02.jpg/revision/latest/scale-to-width-down/250?cb=20180404203831\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Infinity War Empire Still 02.jpg\\\" data-image-key=\\\"Infinity_War_Empire_Still_02.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/Infinity_War_Empire_Still_02.jpg/revision/latest/scale-to-width-down/250?cb=20180404203831\\\" /></a>                 Stark witnessing 's actions Doctor Strange explained what they do in a uncomprehending statement to which both Parker and Stark were completely dumbfounded. Stark told Star-Lord to get his team together and Quill expressed that while the plan was solid, he should execute it instead of Stark for a better outcome. As the plan was being formulated, uses the to view millions of different outcomes of the coming conflict against Thanos, to which he says there is only one in which they win.\\nMantis Doctor Strange Time Stone Battle of Titan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/AIW_IronManPushesPilliar.png/revision/latest?cb=20180819025959\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/AIW_IronManPushesPilliar.png/revision/latest/scale-to-width-down/250?cb=20180819025959\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW IronManPushesPilliar.png\\\" data-image-key=\\\"AIW_IronManPushesPilliar.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0c/AIW_IronManPushesPilliar.png/revision/latest/scale-to-width-down/250?cb=20180819025959\\\" /></a>                 Iron Man attacking directly at Thanos\\n\\\"Piece of cake, Quill.\\\" \\\"Yeah, if your goal is to piss off!\\\" him ―Iron Man and Star-Lord When arrived on , he was immediately greeted by . Thanos recounted to the sorcerer how Titan was a beautiful planet with too little food and resources to go around for its . When the Titans faced extinction, Thanos' \\\"merciful\\\" resolution was genocide across multiple planets.\\nThanos Titan Doctor Strange people       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/IronManBeingSwarmWithBats-AIW.jpg/revision/latest?cb=20190806235852\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/IronManBeingSwarmWithBats-AIW.jpg/revision/latest/scale-to-width-down/250?cb=20190806235852\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManBeingSwarmWithBats-AIW.jpg\\\" data-image-key=\\\"IronManBeingSwarmWithBats-AIW.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b0/IronManBeingSwarmWithBats-AIW.jpg/revision/latest/scale-to-width-down/250?cb=20190806235852\\\" /></a>                 Iron Man is rashly attacked by ' power Thanos At this moment, Thanos realized too late that Strange wasn't alone, and had lured the Titan into an ambush. Before he could react, he was immediately crushed underneath a massive piece of a spaceship hull, dropped on him by Iron Man. Using the and Stones, the Titan freed himself by violently detonating the debris, before instantly transforming the rubble into an enormous swarm of bats.\\nPower Reality       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/Iron_Man_%28Battle_of_Titan%29.png/revision/latest?cb=20180819185424\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/Iron_Man_%28Battle_of_Titan%29.png/revision/latest/scale-to-width-down/250?cb=20180819185424\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man (Battle of Titan).png\\\" data-image-key=\\\"Iron_Man_%28Battle_of_Titan%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1b/Iron_Man_%28Battle_of_Titan%29.png/revision/latest/scale-to-width-down/250?cb=20180819185424\\\" /></a>                 Iron Man aerially battling against Thanos The swarm quickly set upon Iron Man, forcing the Avenger to flee. Thanos was then bombarded by a renewed assault from Iron Man, who rained missiles down on the Titan. Unfazed, and with the freed, Thanos activated the Power and Stones. In a second, the explosive energy of Stark's missiles was absorbed by the Gauntlet and redirected at Iron Man in a concentrated beam of fire, blasting the Avenger far away into a spaceship husk.\\nGauntlet Space       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Iron_Man_%26_Spider_Taking_the_Gauntlet.png/revision/latest?cb=20180816010704\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Iron_Man_%26_Spider_Taking_the_Gauntlet.png/revision/latest/scale-to-width-down/250?cb=20180816010704\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man &amp; Spider Taking the Gauntlet.png\\\" data-image-key=\\\"Iron_Man_%26amp%3B_Spider_Taking_the_Gauntlet.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Iron_Man_%26_Spider_Taking_the_Gauntlet.png/revision/latest/scale-to-width-down/250?cb=20180816010704\\\" /></a>                 Iron Man and pull off the Spider-Man Gauntlet With Thanos restrained, the group had executed the final step of their plan, as beckoned the others to hurry before Thanos broke her hold. Iron Man and moved to forcefully pull the Gauntlet from the Titan's hand. Flying in, confronted Thanos, before demanding the location of . Thanos began to react in anguish, with Mantis sensing that he was mourning. began to realize in horror that he sacrificed for the .\\nMantis Spider-Man Star-Lord Gamora Nebula Gamora Soul Stone       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Infinity_War_186.jpg/revision/latest?cb=20190216081227\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Infinity_War_186.jpg/revision/latest/scale-to-width-down/250?cb=20190216081227\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Infinity War 186.jpg\\\" data-image-key=\\\"Infinity_War_186.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/07/Infinity_War_186.jpg/revision/latest/scale-to-width-down/250?cb=20190216081227\\\" /></a>                 Iron Man restraining from interfering Star-Lord In denial, Star-Lord angrily asked Thanos to tell him that Gamora was alive, only for Thanos to lament that he had no choice but to kill her, confirming Nebula's suspicions. Enraged, Star-Lord began to question Thanos for his actions. Observing this, Iron Man attempted to restrain him from any contact with Thanos, only for Star-Lord to ruthlessly attack him without thinking, inadvertently breaking Mantis' control over the Titan.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/AIW_Iron_Man_Attacks_Thanos.jpg/revision/latest?cb=20190213125044\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/AIW_Iron_Man_Attacks_Thanos.jpg/revision/latest/scale-to-width-down/250?cb=20190213125044\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Iron Man Attacks Thanos.jpg\\\" data-image-key=\\\"AIW_Iron_Man_Attacks_Thanos.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/d4/AIW_Iron_Man_Attacks_Thanos.jpg/revision/latest/scale-to-width-down/250?cb=20190213125044\\\" /></a>                 Iron Man desperately assaults a freed Thanos Freed from his trance and now truly furious, Thanos quickly escaped his restraints and brutally overpowered the group. Iron Man made another desperate assault on Thanos, only for the Titan to turn to Titan's nearby moon. Using the Power and Space Stones, Thanos immediately pulverized the moon's surface, before hurling its fragments down on his opponents as a hail of meteors, incapacitating Iron Man.\\nLast Man Standing       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/Infinity_War_285.jpg/revision/latest?cb=20180813183130\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/Infinity_War_285.jpg/revision/latest/scale-to-width-down/250?cb=20180813183130\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"141\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Infinity War 285.jpg\\\" data-image-key=\\\"Infinity_War_285.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/Infinity_War_285.jpg/revision/latest/scale-to-width-down/250?cb=20180813183130\\\" /></a>                 Iron Man stormily confronting Thanos\\n\\\"You throw another moon at me... and I'm gonna lose it\\\". \\\"Stark.\\\" \\\"You know me?\\\" \\\"I do. You're not the only one cursed with knowledge.\\\" \\\"My only curse is you.\\\" ―Iron Man and Thanos Before could finish off in their brief confrontation, Iron Man, being the final standing, restrained Thanos' using a nanotech clamp. To the Avenger's surprise, Thanos recognized and called him by his name of Stark, before noting that they were both \\\"cursed with knowledge.\\\"\\nThanos Doctor Strange Avenger gauntlet       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/76/AIW_-_Iron_Man_pushes_Thanos.png/revision/latest?cb=20190218061107\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/76/AIW_-_Iron_Man_pushes_Thanos.png/revision/latest/scale-to-width-down/250?cb=20190218061107\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW - Iron Man pushes Thanos.png\\\" data-image-key=\\\"AIW_-_Iron_Man_pushes_Thanos.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/76/AIW_-_Iron_Man_pushes_Thanos.png/revision/latest/scale-to-width-down/250?cb=20190218061107\\\" /></a>                 Iron Man aggressively fighting against Thanos Unfazed from Thanos' statements, Iron Man blamed him for his existences to be a curse, and attacked him first, blasting him with missiles. With Thanos distracted, Iron Man began attacking him relentlessly with his , kicking the Titan with his enhanced boosters before he could recover. Anchoring his feet to the ground, Iron Man immediately struck Thanos again with repulsor-powered battering rams, beating him back into a wall.\\nnanotech suit       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/66/Iron_Man_Power.png/revision/latest?cb=20180710145644\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/66/Iron_Man_Power.png/revision/latest/scale-to-width-down/250?cb=20180710145644\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Power.png\\\" data-image-key=\\\"Iron_Man_Power.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/66/Iron_Man_Power.png/revision/latest/scale-to-width-down/250?cb=20180710145644\\\" /></a>                 Iron Man protects himself from ' attacks Thanos Recovering quickly, Thanos tore off Iron Man's helmet with his bare hand and punched him to the ground. As Iron Man reformed his helmet just in time, Thanos quickly ripped the clamp from the Gauntlet, and blasted him with a concentrated beam from the . Iron Man then managed to block the blast by forming a shield. Boosting towards Thanos, Iron Man swiftly pinned the Gauntlet to the ground using a foot clamp before pummeling the Titan's face with a repulsor-boosted hammer, with enough force to make him bleed.\\nPower Stone       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7c/Thanos_vs._Iron_Man.png/revision/latest?cb=20180819233646\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7c/Thanos_vs._Iron_Man.png/revision/latest/scale-to-width-down/250?cb=20180819233646\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Thanos vs. Iron Man.png\\\" data-image-key=\\\"Thanos_vs._Iron_Man.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/7c/Thanos_vs._Iron_Man.png/revision/latest/scale-to-width-down/250?cb=20180819233646\\\" /></a>                 Iron Man being taunted by Thanos Unfazed from the damage upon his face, Thanos simply taunted the Avenger, for giving so much labor and struggle only to shed a single drop of blood. Thanos then effortlessly ripped the Gauntlet free from Iron Man's hold, flipping the Avenger onto his back. Thanos began to brutally beat Iron Man with his fists, breaking off more and more of his armor with each strike to the point of which he can not defend himself any longer.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/AIW_Iron_Man_%28In_All_Piece%29.jpg/revision/latest?cb=20180816235446\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/AIW_Iron_Man_%28In_All_Piece%29.jpg/revision/latest/scale-to-width-down/250?cb=20180816235446\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Iron Man (In All Piece).jpg\\\" data-image-key=\\\"AIW_Iron_Man_%28In_All_Piece%29.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/AIW_Iron_Man_%28In_All_Piece%29.jpg/revision/latest/scale-to-width-down/250?cb=20180816235446\\\" /></a>                 Iron Man using his repulsors against Thanos With Iron Man helpless to resist, Thanos followed with a powerful punched with the Power Stone into the Avenger's abdomen, sending him flying across the area and damaging his armor. Desperate and missing much of the upper half of his armor, Iron Man attempted to hold off Thanos with his repulsors, relocating the nanites on his leg to form new repulsors. Closing in, Thanos began beating the Avenger once again, destroying his helmet.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/Thanos_stabs_Iron_Man.png/revision/latest?cb=20180816010635\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/Thanos_stabs_Iron_Man.png/revision/latest/scale-to-width-down/250?cb=20180816010635\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Thanos stabs Iron Man.png\\\" data-image-key=\\\"Thanos_stabs_Iron_Man.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/Thanos_stabs_Iron_Man.png/revision/latest/scale-to-width-down/250?cb=20180816010635\\\" /></a>                 Iron Man being brutally stabbed by Thanos Stark attempted to defend himself with his bare hands, only for Thanos to grab and trap his left hand. In an attempt to fight back, Stark immediately shifted the nanites from his left arm to his right arm to form a sword, and wildly stabbed at the Titan. However, Thanos simply tore the sword from Stark's hand and ruthlessly stabbed him in the abdomen with it, ending the fight. Cradling Stark's head in his hand, Thanos revealed his respect for Stark.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Infinity_War_Iron_Man.jpg/revision/latest?cb=20180316164057\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Infinity_War_Iron_Man.jpg/revision/latest/scale-to-width-down/250?cb=20180316164057\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Infinity War Iron Man.jpg\\\" data-image-key=\\\"Infinity_War_Iron_Man.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/26/Infinity_War_Iron_Man.jpg/revision/latest/scale-to-width-down/250?cb=20180316164057\\\" /></a>                 Stark being wounded after fighting Thanos Nevertheless, Thanos said he hoped those who survive when he ended his would remember Stark and he prepared himself to kill him, only for Strange to intervene, offering the Time Stone in exchange for Stark's life. After Thanos took the Time Stone and left Titan, Stark would heal his wound, using the last of his nanites. Asking Strange why he would give up the Stone, Strange informed Stark that they were now in the endgame.\\nmission Thanos' Victory       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/78/AIW_Stark_Witnesses_Decimation.jpg/revision/latest?cb=20190214132415\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/78/AIW_Stark_Witnesses_Decimation.jpg/revision/latest/scale-to-width-down/250?cb=20190214132415\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AIW Stark Witnesses Decimation.jpg\\\" data-image-key=\\\"AIW_Stark_Witnesses_Decimation.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/78/AIW_Stark_Witnesses_Decimation.jpg/revision/latest/scale-to-width-down/250?cb=20190214132415\\\" /></a>                 Stark witnessing his allies turning into dust\\n\\\"Mr. Stark? I don't feel so good.\\\" \\\"You're all right.\\\" \\\"I don't— I don't know what's happening. I don't... I don't wanna go. I don't wanna go, sir, please. Please, I don't wanna go.\\\" ― and Tony Stark Peter Parker Stark and his allies could only wait for to achieve his goals, and unlocked the powers of all combined . Many of his allies began disintegrating into ash, including and the on , much to his horror and distress. Stark attempted to reassure before his demise and was then told by Doctor Strange that this outcome was inevitable.\\nThanos Infinity Stones Doctor Strange Guardians of the Galaxy Titan Star-Lord       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9f/AW_2_Trailer_pic.png/revision/latest?cb=20171129235353\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9f/AW_2_Trailer_pic.png/revision/latest/scale-to-width-down/250?cb=20171129235353\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AW 2 Trailer pic.png\\\" data-image-key=\\\"AW_2_Trailer_pic.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9f/AW_2_Trailer_pic.png/revision/latest/scale-to-width-down/250?cb=20171129235353\\\" /></a>                 Stark mourns over the demise of his allies Stark could only helplessly watch as then began disintegrating in his arms. Stark hugged the boy in an attempt to comfort him as Spider-Man begged Stark to save him until he accepted his fate and emotionally apologized for failing him. In the end, only Stark and remained on Titan. As Nebula somberly says in despair that Thanos had achieved his goal, Stark began mourning over the loss of his friends and Thanos' victory, unable to do anything but accept it, as he clutched Spider-Man's ashes.\\nSpider-Man Nebula Returning to Earth       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/dc/Endgame_06.jpg/revision/latest?cb=20190326194425\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/dc/Endgame_06.jpg/revision/latest/scale-to-width-down/250?cb=20190326194425\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Endgame 06.jpg\\\" data-image-key=\\\"Endgame_06.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/d/dc/Endgame_06.jpg/revision/latest/scale-to-width-down/250?cb=20190326194425\\\" /></a>                 Stark and trying to repair the Nebula Benatar\\n\\\"Oxygen will run out tomorrow morning. And that'll be it. And , I... I know I said no more surprises, but I gotta say, I was really hoping to pull off one last one.\\\" Pep ―Tony Stark Directly after the , Stark and used the 's ship, the , to get off . Over the course of time they spent, Stark and Nebula discovered that the ship’s fuel cells had been cracked during the climax of the . Attempting to fix it, they at least partially succeeded by working around the damage and tried to make back to ; however, the ran of flight power after only two days and gradually began running out of air, the former of which stranded the ship. Stark and Nebula attempted to fix this as well, but they simply failed to do so, leaving them lost in space.\\nSnap Nebula Guardians of the Galaxy Benatar Titan Battle of Titan Earth Benatar       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/58/Nebula_%26_Tony_Stark.png/revision/latest?cb=20201226231543\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/58/Nebula_%26_Tony_Stark.png/revision/latest/scale-to-width-down/250?cb=20201226231543\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Nebula &amp; Tony Stark.png\\\" data-image-key=\\\"Nebula_%26amp%3B_Tony_Stark.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/58/Nebula_%26_Tony_Stark.png/revision/latest/scale-to-width-down/250?cb=20201226231543\\\" /></a>                 Stark plays a friendly game with Nebula Twenty-two days after the Snap, Stark and Nebula played a few rounds of Table Football in the bridge of the . As Nebula tried to catch one of the paper shards, Stark told that she doesn't need to do that and taught Nebula on how to play by letting their fingers still in position. As they continued to play more of the game, Stark and Nebula were eventually almost tied up and asked her if she would like to try again. Stark tried to make a goal but lost his aim, letting Nebula win the game and showed respect to her with a handshake.\\nBenatar       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/75/Tony-Endgame-1.png/revision/latest?cb=20190104230431\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/75/Tony-Endgame-1.png/revision/latest/scale-to-width-down/250?cb=20190104230431\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"133\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony-Endgame-1.png\\\" data-image-key=\\\"Tony-Endgame-1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/75/Tony-Endgame-1.png/revision/latest/scale-to-width-down/250?cb=20190104230431\\\" /></a>                 Stark leaves his message for Pepper Potts Stark went to the front of the to record a message to , using his helmet from the Battle of Titan. After Stark turned on the switch to record from his helmet, he tells Potts that if she finds the video of this recording, she should not post it on social media due to the sad situation he is in. Stark reflected on the past days of his survival, such as meeting Nebula, getting treatment from his injuries, fixing the ion charge from the ship that saved them forty-eight hours of time, and eating the remaining food rations.\\nBenatar Pepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/72/TStark-Defeated-AEG.png/revision/latest?cb=20181207171626\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/72/TStark-Defeated-AEG.png/revision/latest/scale-to-width-down/250?cb=20181207171626\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-Defeated-AEG.png\\\" data-image-key=\\\"TStark-Defeated-AEG.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/72/TStark-Defeated-AEG.png/revision/latest/scale-to-width-down/250?cb=20181207171626\\\" /></a>                 Stark concludes his info during recording Stark had then told Potts that the oxygen from the ship will run out the following morning, and that he hoped to pull off one last surprise. Stark told to not feel bad about his predicament and maybe just grovel and feel guilt for next upcoming weeks while he's gone. Stark began to drift off from the recording and finished the recording by saying he will promise to dream about Potts since it was always what he dreamed about. After finishing the recording, Stark put on his jacket and drifted off to sleep before Nebula put him in the captain's chair.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/6C5ZLiW.png/revision/latest?cb=20190821124709\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/6C5ZLiW.png/revision/latest/scale-to-width-down/250?cb=20190821124709\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"6C5ZLiW.png\\\" data-image-key=\\\"6C5ZLiW.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/1d/6C5ZLiW.png/revision/latest/scale-to-width-down/250?cb=20190821124709\\\" /></a>                 Stark discovers hovering in front of him Captain Marvel While deeply sleeping from the chair for hours, Stark felt a slight arise of light coming from his face, causing some irritation. Stark suddenly awoke due to a beaming light outside the and as the glowing settled, and revealed herself to be the glowing light, much to his surprise. As the group had decided to back to Earth, Danvers subsequently started to carry the back to Earth, locating across the where Stark would resign.\\nBenatar Captain Marvel Benatar Avengers Compound       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Tony_Stark_Returns_to_Earth.png/revision/latest?cb=20200428223007\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Tony_Stark_Returns_to_Earth.png/revision/latest/scale-to-width-down/250?cb=20200428223007\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark Returns to Earth.png\\\" data-image-key=\\\"Tony_Stark_Returns_to_Earth.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Tony_Stark_Returns_to_Earth.png/revision/latest/scale-to-width-down/250?cb=20200428223007\\\" /></a>                 Stark and being finally reunited Pepper Potts Getting the attention from the at the Facility, Captain Marvel landed on the ground where the had settled. Stark would be helped out by Nebula and , once he got out of the ship's doorway. An emotional Stark tells Rogers that he was unable to stop , to which Rogers had responded back saying he couldn't as well. Stark then looked at Rogers and told him that he lost in the process. Before he had saying else, Stark was then greeted by an overwhelmed Potts.\\nAvengers Benatar Steve Rogers Thanos Peter Parker       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStark-PParkerPic-Sad.jpg/revision/latest?cb=20201226231803\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStark-PParkerPic-Sad.jpg/revision/latest/scale-to-width-down/250?cb=20201226231803\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-PParkerPic-Sad.jpg\\\" data-image-key=\\\"TStark-PParkerPic-Sad.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStark-PParkerPic-Sad.jpg/revision/latest/scale-to-width-down/250?cb=20201226231803\\\" /></a>                 Stark gloomily sees a picture of Peter Parker At the Avengers Compound, the remaining Avengers conversed about the possible location of Thanos since the remaining days of him arriving to Earth. As the slide of pictures that were shown off from their system, Stark saw a picture of Parker as one of the casualties of Thanos' Snap, leading to him to look down and reminisce on his failure to protect the kid. Stark then asked the team about where Thanos was to which Rogers responded that they had no lead.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6a/Tony_Stark_meets_Rocket_Raccoon.png/revision/latest?cb=20190729192614\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6a/Tony_Stark_meets_Rocket_Raccoon.png/revision/latest/scale-to-width-down/250?cb=20190729192614\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark meets Rocket Raccoon.png\\\" data-image-key=\\\"Tony_Stark_meets_Rocket_Raccoon.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6a/Tony_Stark_meets_Rocket_Raccoon.png/revision/latest/scale-to-width-down/250?cb=20190729192614\\\" /></a>                 Stark meets for the first time Rocket Raccoon Stark looked over to and asked the team what had happened to him, leading to tell him that he was guilty of failing to kill Thanos. While Rocket talked about the failure of each trying to stop Thanos, Stark was completely surprised to see a talking raccoon, thinking he was a stuffed . When Rogers told Stark they been hunting Thanos for weeks and asked him if he had any indications of where Thanos could be, Stark mockingly erupted and told Rogers that he was beaten.\\nThor Rocket Raccoon Build-A-Bear       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/TStarkAngryAtSRogers-Sickly.jpg/revision/latest?cb=20190807235652\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/TStarkAngryAtSRogers-Sickly.jpg/revision/latest/scale-to-width-down/250?cb=20190807235652\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkAngryAtSRogers-Sickly.jpg\\\" data-image-key=\\\"TStarkAngryAtSRogers-Sickly.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/TStarkAngryAtSRogers-Sickly.jpg/revision/latest/scale-to-width-down/250?cb=20190807235652\\\" /></a>                 Stark rants about the past with Steve Rogers Stark talked to the team about the vision he had that he didn't want to believe and saw it coming. As Rogers tried to tell him that he needed to focus, Stark angrily told Rogers that he needed him in past tense but it was too late to do that. As he began to fumble around the table and took off his tube from his arm, Stark then confronted Rogers, explaining that his attempt to build was to prevent the very situation they were in.\\na suit of armor around the world       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/24/TStarkResting-AE.jpg/revision/latest?cb=20200428223314\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/24/TStarkResting-AE.jpg/revision/latest/scale-to-width-down/250?cb=20200428223314\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkResting-AE.jpg\\\" data-image-key=\\\"TStarkResting-AE.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/24/TStarkResting-AE.jpg/revision/latest/scale-to-width-down/250?cb=20200428223314\\\" /></a>                 Stark resting with by his side Pepper Potts Stark then recalled the events of the , as he lost without the aid of Rogers, despite Rogers saying that if they lost, they would lose together. After giving up his to Rogers in order to stop Thanos, Stark overcame his exhaustion and fainted in front of the team. gave Stark a sedative, so that he can rest and heal due to his long duration in space. While Stark was resting, the remaining Avengers find Thanos, only to realize the Infinity Stones had been destroyed, leading to decapitate Thanos.\\nAvengers Civil War Arc Reactor Bruce Banner Thor A Normal Life Reunited Again       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/21/TStarkCallingOutMorgan-AE.jpg/revision/latest?cb=20190809011918\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/21/TStarkCallingOutMorgan-AE.jpg/revision/latest/scale-to-width-down/250?cb=20190809011918\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkCallingOutMorgan-AE.jpg\\\" data-image-key=\\\"TStarkCallingOutMorgan-AE.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/21/TStarkCallingOutMorgan-AE.jpg/revision/latest/scale-to-width-down/250?cb=20190809011918\\\" /></a>                 Stark calling out for 's attention Morgan\\n\\\"Tony, I get it. And I'm happy for you. I really am. But is a second chance.\\\" \\\"I got my second chance right , Cap. Can't roll the dice on it. If you don't talk shop, you can stay for lunch.\\\" this here ― and Tony Stark Captain America In the brutal aftermath of the , Stark chose to retire from heroics, marrying and having a daughter, named , and relocated to a . Despite losing his allies, and half the universe to , Stark began to feel a sense of peace in the five years that followed.\\nSnap Pepper Potts Morgan cabin Thanos       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/TStarkTalksToMorgan-AE.jpg/revision/latest?cb=20190809012204\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/TStarkTalksToMorgan-AE.jpg/revision/latest/scale-to-width-down/250?cb=20190809012204\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkTalksToMorgan-AE.jpg\\\" data-image-key=\\\"TStarkTalksToMorgan-AE.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5a/TStarkTalksToMorgan-AE.jpg/revision/latest/scale-to-width-down/250?cb=20190809012204\\\" /></a>                 Stark talks to about getting lunch Morgan In , Stark walked outside of his cabin and began to give his attention from Morgan so that she could get some lunch. After not having Morgan's attention, Stark sat down and called her full name again, to which Morgan gets out of the tent with her helmet. Stark told Morgan to not wear the helmet since it was an anniversary gift for Potts, before taking her helmet off and asking if she was hungry for lunch. Stark then asked where Morgan found the helmet before picking her up, being told that she found it in his garage.\\n2023 Mark XLIX       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/25/Tony_Stark_with_Morgan.jpg/revision/latest?cb=20190508222938\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/25/Tony_Stark_with_Morgan.jpg/revision/latest/scale-to-width-down/250?cb=20190508222938\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark with Morgan.jpg\\\" data-image-key=\\\"Tony_Stark_with_Morgan.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/25/Tony_Stark_with_Morgan.jpg/revision/latest/scale-to-width-down/250?cb=20190508222938\\\" /></a>                 Stark is suddenly approached by his allies While Stark and his daughter were about to enter back into the cabin, he was approached by , , and , who proposed their idea of traveling back in time to acquire the from the past in order to reverse Thanos' actions in the present. Stark disagreed with the group's decision to use energy to mess with the time scale or else they'll never return to their original timeline.\\nSteve Rogers Natasha Romanoff Scott Lang Infinity Stones Quantum       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/Tony_Stark_%282023%29.png/revision/latest?cb=20190727214454\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/Tony_Stark_%282023%29.png/revision/latest/scale-to-width-down/250?cb=20190727214454\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark (2023).png\\\" data-image-key=\\\"Tony_Stark_%282023%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/af/Tony_Stark_%282023%29.png/revision/latest/scale-to-width-down/250?cb=20190727214454\\\" /></a>                 Stark strictly proposes to not mess with time Once Lang told Stark that he came back from the past, he told Lang that his case was a billion in one chances of a cosmic fluke thus it could not happened, being told that the group was pulling a . Stark continued to tell the group that it was pipe dream to travel back in time: However, Rogers and Romanoff told him that they could get everyone back by snapping their fingers to do it. Stark still kept himself skeptical for not having a logical set to pull off a time heist.\\nTime Heist       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/TStark-IGotMySecondChance.jpg/revision/latest?cb=20190809012314\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/TStark-IGotMySecondChance.jpg/revision/latest/scale-to-width-down/250?cb=20190809012314\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-IGotMySecondChance.jpg\\\" data-image-key=\\\"TStark-IGotMySecondChance.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/TStark-IGotMySecondChance.jpg/revision/latest/scale-to-width-down/250?cb=20190809012314\\\" /></a>                 Stark declines on joining the Time Heist When Lang sat down with Stark by telling that they will follow strict rules of time travel, he reluctantly rejected his proposal with concern about following logic from , saying that is not how quantum physics works. Despite the group taking a stand to fix what had happened to everyone, Stark still pursued on not joining the heist before Morgan was told to save him by Potts. Rogers told Stark this was their second chance, but he told Rogers that he already has one and still offers them to stay for lunchtime.\\nBack to the Future Solving Time Travel       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/22/Tony_Stark_%28Endgame%29.png/revision/latest?cb=20190402154314\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/22/Tony_Stark_%28Endgame%29.png/revision/latest/scale-to-width-down/250?cb=20190402154314\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark (Endgame).png\\\" data-image-key=\\\"Tony_Stark_%28Endgame%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/22/Tony_Stark_%28Endgame%29.png/revision/latest/scale-to-width-down/250?cb=20190402154314\\\" /></a>                 Stark wonders on the possibility of Time Travel\\n\\\"Tony, trying to get you to stop has been one of the few failures of my life.\\\" \\\"I sometimes feel I should put it in a locked box and drop it at the bottom of a lake... go to bed.\\\" \\\"But would you be able to rest?\\\" ― and Tony Stark Pepper Potts At night, while washing the dishes after dinner, Stark accidentally sprayed an old photo of himself and with water and began cleaning it with a rag. Missing Parker's existence and pondering on the idea of time traveling, Stark decided to take it upon himself on testing out one of the theoretical models that would work with 's .\\nPeter Parker Scott Lang quantum tunnel       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/Shit.png/revision/latest?cb=20190808232829\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/Shit.png/revision/latest/scale-to-width-down/250?cb=20190808232829\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Shit.png\\\" data-image-key=\\\"Shit.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/13/Shit.png/revision/latest/scale-to-width-down/250?cb=20190808232829\\\" /></a>                 Stark figures out the possibility of Time Travel Going up to his work table, Stark began working on a that would enable the device that could have particle factoring and a spectral decomp to travel through the device. Despite his skepticism, Stark was in complete shock once the device had successfully rendered. Being bewildered by this discovery, Stark let out a swear before noticing Morgan sitting on a staircase and told that she can't swear around the house and should go to bed.\\nTime-Space GPS       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/Tony_and_Morgan_3000.png/revision/latest?cb=20200605213211\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/Tony_and_Morgan_3000.png/revision/latest/scale-to-width-down/250?cb=20200605213211\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony and Morgan 3000.png\\\" data-image-key=\\\"Tony_and_Morgan_3000.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9b/Tony_and_Morgan_3000.png/revision/latest/scale-to-width-down/250?cb=20200605213211\\\" /></a>                 Stark happily gives a goodnight kiss Morgan Stark told Morgan that he had something on his mind to which she wonders if she wanted juice pops, much to his agreement on getting some after his discovery. After Stark and Morgan finished their juice pops, Stark told her go to bed and sleep before being told to tell a story. After telling a quick a story, Stark told Morgan that he loved her tons before being told back that she loved him three thousand, much to his loving surprise. Once Stark had got Morgan to sleep, he went into the living room where was reading a book.\\nPepper Potts       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStarkTellsPPottsAboutTimeTravel.jpg/revision/latest?cb=20190809012641\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStarkTellsPPottsAboutTimeTravel.jpg/revision/latest/scale-to-width-down/250?cb=20190809012641\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkTellsPPottsAboutTimeTravel.jpg\\\" data-image-key=\\\"TStarkTellsPPottsAboutTimeTravel.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/TStarkTellsPPottsAboutTimeTravel.jpg/revision/latest/scale-to-width-down/250?cb=20190809012641\\\" /></a>                 Stark talks to about Pepper Potts Time Travel While talking to Potts and looking towards his lab table, Stark quickly admitted on figuring out how time travel works. Much to Potts' surprise on his incredible discovery, Stark sat down with her and was told they were lucky to have survived, unlike everybody else. Potts told Stark that he can do something about his discovery, but he told her that he could stop trying to save everybody: However, Potts admits that trying to get him stop was one of her failures.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/65/TonytalkswithPepper.png/revision/latest?cb=20200605213202\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/65/TonytalkswithPepper.png/revision/latest/scale-to-width-down/250?cb=20200605213202\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonytalkswithPepper.png\\\" data-image-key=\\\"TonytalkswithPepper.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/65/TonytalkswithPepper.png/revision/latest/scale-to-width-down/250?cb=20200605213202\\\" /></a>                 Stark tells about finally resting Pepper Potts Smiling at the prospect of Potts not giving up on him, Stark admits that sometimes he feels like he should put his optimism in a locked box and drop it at the bottom of a lake so that he could finally rest. Potts then questioned that if Stark was able to rest now to which he decided on helping his team on pulling the Time Heist. Realizing that the chances of survival were improbable and not guaranteed, Stark recorded a parting message to his family in the event that he would die under any circumstances.\\nTime Heist Returning to the Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/TStark-LetMeGuessHeTurnIntoABaby.jpg/revision/latest?cb=20190810001914\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/TStark-LetMeGuessHeTurnIntoABaby.jpg/revision/latest/scale-to-width-down/250?cb=20190810001914\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-LetMeGuessHeTurnIntoABaby.jpg\\\" data-image-key=\\\"TStark-LetMeGuessHeTurnIntoABaby.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/TStark-LetMeGuessHeTurnIntoABaby.jpg/revision/latest/scale-to-width-down/250?cb=20190810001914\\\" /></a>                 Stark arrives at the Avengers Compound\\n\\\"We got a shot at getting these , but I gotta tell you my priorities. Bring back what we lost? I hope, yes. Keep what I found? I have to, at all costs. And, maybe not die trying will be nice.\\\" \\\"Sounds like a deal.\\\" stones ―Tony Stark and Steve Rogers Despite Stark's initial refusal to help, the remaining continued to research the possibility of , and attempted to send through time but instead sent time through him, turning Lang into a baby, child, and old man. With no other option to undo the , the Avengers almost lost all hope but just then, Stark arrived at the , much to the surprise of .\\nAvengers Time Travel Scott Lang Snap Avengers Compound Steve Rogers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/58/Time-Space_GPS_%281%29.png/revision/latest?cb=20190801224855\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/58/Time-Space_GPS_%281%29.png/revision/latest/scale-to-width-down/250?cb=20190801224855\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Time-Space GPS (1).png\\\" data-image-key=\\\"Time-Space_GPS_%281%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/58/Time-Space_GPS_%281%29.png/revision/latest/scale-to-width-down/250?cb=20190801224855\\\" /></a>                 Stark shows off his new Time-Space GPS Once Stark had parked his car in front of Rogers, he rightly guessed that the Avengers' first attempt to time travel was a failure. When Rogers asked Stark why he arrived at the compound, Stark gets out of his car and tells him that the had affected Lang by letting time go pass through him. Rogers guessed that Stark had solved time travel, to which he admitted on inventing a . Stark then reconciled with Rogers, noting that resentment is corrosive and he hates it. Rogers says he hates resentment as well.\\nEPR paradox Time-Space GPS       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b6/TonyandSteveEndgame.jpg/revision/latest?cb=20190522212956\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b6/TonyandSteveEndgame.jpg/revision/latest/scale-to-width-down/250?cb=20190522212956\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TonyandSteveEndgame.jpg\\\" data-image-key=\\\"TonyandSteveEndgame.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b6/TonyandSteveEndgame.jpg/revision/latest/scale-to-width-down/250?cb=20190522212956\\\" /></a>                 Stark gives back his Steve Rogers shield Stark then talked about the conditions of his life before joining the heist, wanting the to bring back the people who were dead but not having to die trying. As they both agreed, Stark and Rogers reconcile and work on the . Before they could work on the heist, Stark gave Rogers back his , although Rogers was hesitant, Stark further told him that his father made it for him and he needs to get it out the house before finds it and takes it sledding.\\nInfinity Stones Time Heist shield Howard Stark Morgan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/33/TStark-Thor-LookAtRocket.jpg/revision/latest?cb=20190810002005\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/33/TStark-Thor-LookAtRocket.jpg/revision/latest/scale-to-width-down/250?cb=20190810002005\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-Thor-LookAtRocket.jpg\\\" data-image-key=\\\"TStark-Thor-LookAtRocket.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/33/TStark-Thor-LookAtRocket.jpg/revision/latest/scale-to-width-down/250?cb=20190810002005\\\" /></a>                 Stark talks to about his work Rocket Raccoon Knowing they would get a team together, Stark walked inside the Avengers Compound with equipment on him, noticing 's arrival and made fun of his resemblances for looking like . Stark asked on how he was working with the time machine, only to be insulted after mistakenly misnaming him. Stark then produced the with help from 's designs and worked with to send to the past.\\nThor The Big Lebowski Rocket Raccoon Advanced Tech Suit Hank Pym Bruce Banner Clint Barton       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/11/Tony_Stark_%26_Scott_Lang.png/revision/latest?cb=20190729185531\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/11/Tony_Stark_%26_Scott_Lang.png/revision/latest/scale-to-width-down/250?cb=20190729185531\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark &amp; Scott Lang.png\\\" data-image-key=\\\"Tony_Stark_%26amp%3B_Scott_Lang.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/11/Tony_Stark_%26_Scott_Lang.png/revision/latest/scale-to-width-down/250?cb=20190729185531\\\" /></a>                 Stark learns of the success of time-traveling The operation was a success as Barton landed in his at a time before the Snap before returning to . Following this, Stark worked with the Avengers to determine the best times and locations to travel back to. During their brainstorming session, Banner noted they only have enough for one round trip each, and these Stones have a lot of different places throughout history.\\nhomestead 2023 Pym Particles       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/ORuCt7q.jpg/revision/latest?cb=20190821145023\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/ORuCt7q.jpg/revision/latest/scale-to-width-down/250?cb=20190821145023\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"ORuCt7q.jpg\\\" data-image-key=\\\"ORuCt7q.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bd/ORuCt7q.jpg/revision/latest/scale-to-width-down/250?cb=20190821145023\\\" /></a>                 Stark and the settle on the plan Avengers Stark further noted that each group is going through their history which means there were not a lot of convenient spots to just drop in every given timeline. With each brainstorming session, the team's decisions had been concluded being in , in , and and in . The Avengers then decided to pull off their heist the following day, prompting Stark to use his helmet to record a message for in the event that he did not survive. Additionally, he named one of his A.I. systems , standing for \\\"Even Dead I'm The Hero,\\\" which he uploaded into one of his . Believing that their efforts to the would be successful, Stark arranged for the glasses to be given to following the latter's resurrection in the event that he died, with the explicit purpose of having Fury hand it down to .\\nNew York City 2012 Asgard 2013 Vormir Morag 2014 Morgan Stark E.D.I.T.H. glasses reverse Snap Nick Fury Peter Parker       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/23/Stark_White_Suit_Endgame.jpg/revision/latest?cb=20190520233447\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/23/Stark_White_Suit_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190520233447\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark White Suit Endgame.jpg\\\" data-image-key=\\\"Stark_White_Suit_Endgame.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/23/Stark_White_Suit_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190520233447\\\" /></a>                 Stark prepares to to time-travel 2012 The next day, as the team had gathered around the circle, Stark and the rest listened up for Rogers' speech about how they lost friends, family, a part of themselves but now they have a chance to get them back. Knowing that this plan is the fight of their lives, Stark looked at Rogers being told that they are going to win for whatever it takes. Once the team was in position, Stark told Banner to activate the tunnel. As the team had finally united on the platform, Stark and his group traveled through time to 2012.\\nInfiltration into Stark Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a4/Avengers_Time_Travel.png/revision/latest?cb=20190729184350\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a4/Avengers_Time_Travel.png/revision/latest/scale-to-width-down/250?cb=20190729184350\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Avengers Time Travel.png\\\" data-image-key=\\\"Avengers_Time_Travel.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a4/Avengers_Time_Travel.png/revision/latest/scale-to-width-down/250?cb=20190729184350\\\" /></a>                 Stark arrives in back in New York City 2012\\n\\\"Thumbelina, do you copy? I've got eyes on the . It's go-time.\\\" prize ―Tony Stark to Ant-Man The first team, comprised of Stark, , , and , traveled back to on during the . Rogers informed the group that they all know their positions on where the are. While they talked about keeping an eye on each other and get out as quickly as possibly, Hulk from 2012 had smashed a soldier through wreckage, much to the group's dismay.\\nScott Lang Steve Rogers Hulk New York City May 4, 2012 Battle of New York Infinity Stones Chitauri       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/Infiltration_of_Stark_Tower.png/revision/latest?cb=20190728191926\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/Infiltration_of_Stark_Tower.png/revision/latest/scale-to-width-down/250?cb=20190728191926\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Infiltration of Stark Tower.png\\\" data-image-key=\\\"Infiltration_of_Stark_Tower.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/34/Infiltration_of_Stark_Tower.png/revision/latest/scale-to-width-down/250?cb=20190728191926\\\" /></a>                 Stark furtively infiltrates Stark Tower Hulk was assigned to find the at the , smashing things along the way to not give any suspicions. Stark and Lang went to to retrieve the , while Rogers focused primarily on the . Stark climbed onto a building and focused on the from 2012 interrogating . Stark told Rogers to get inside , noted they are almost wrapped up on capturing Loki.\\nTime Stone New York Sanctum Stark Tower Tesseract Scepter Avengers Loki Stark Tower       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Start_and_Ant-Man_in_Stark_Tower.jpg/revision/latest?cb=20190531183550\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Start_and_Ant-Man_in_Stark_Tower.jpg/revision/latest/scale-to-width-down/250?cb=20190531183550\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Start and Ant-Man in Stark Tower.jpg\\\" data-image-key=\\\"Start_and_Ant-Man_in_Stark_Tower.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/55/Start_and_Ant-Man_in_Stark_Tower.jpg/revision/latest/scale-to-width-down/250?cb=20190531183550\\\" /></a>                 Stark and infiltrating Ant-Man Stark Tower Stark, with a shrunken Lang on his shoulder, quietly entered successfully without being noticed. While Stark watched his past self and the Avengers clearing from clean up duty and captured Loki, he commented on the size of Captain America's buttocks being crapped into his former uniform. After grabbed the Scepter, the Team had entered the building, leaving Stark and Lang to hide out of sight. Stark further noted that the STRIKE team was art of before quieting Lang's voice.\\nStark Tower Black Widow STRIKE HYDRA       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/Iron_Man_%28Avengers_Endgame%29.png/revision/latest?cb=20190402170634\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/Iron_Man_%28Avengers_Endgame%29.png/revision/latest/scale-to-width-down/250?cb=20190402170634\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man (Avengers Endgame).png\\\" data-image-key=\\\"Iron_Man_%28Avengers_Endgame%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/6f/Iron_Man_%28Avengers_Endgame%29.png/revision/latest/scale-to-width-down/250?cb=20190402170634\\\" /></a>                 Stark leads to the Steve Rogers Scepter Stark then flicked Lang towards his 2012 self in order to get closer to the Tesseract. Once their plan had settled out, Stark proceeded to flee out of the tower and located the Scepter near an elevator so that Rogers could meet up with other agents. While Rogers had to capture the Scepter from Agent , Stark managed to get a S.H.I.E.L.D. uniform and went undercover while his past self arrived on the spot of where they met .\\nS.H.I.E.L.D. Jasper Sitwell Alexander Pierce       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f9/Tony_Stark_%28Stark_Tower%29.png/revision/latest?cb=20190728213524\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f9/Tony_Stark_%28Stark_Tower%29.png/revision/latest/scale-to-width-down/250?cb=20190728213524\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark (Stark Tower).png\\\" data-image-key=\\\"Tony_Stark_%28Stark_Tower%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f9/Tony_Stark_%28Stark_Tower%29.png/revision/latest/scale-to-width-down/250?cb=20190728213524\\\" /></a>                 Stark goes undercover as a agent S.H.I.E.L.D. Stark then ordered Lang that he was on area of where his past self was located and told him to go into 2012 Stark's shirt. While Lang went under 2012 Stark's shirt, he smelled body spray on 2012 Stark's shirt, having 2023 Stark to explain he had one under a desk for emergencies. Under Stark's guidance, Lang entered the inside of his , and was told to pull the lever that will temporarily give Stark's past self a mild cardiac arrest. When Lang damaged it, Stark's past self suffered a heart attack.\\nAxe Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3e/Tony_Stark_steals_the_Tesseract.png/revision/latest?cb=20190728215210\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3e/Tony_Stark_steals_the_Tesseract.png/revision/latest/scale-to-width-down/250?cb=20190728215210\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark steals the Tesseract.png\\\" data-image-key=\\\"Tony_Stark_steals_the_Tesseract.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/3e/Tony_Stark_steals_the_Tesseract.png/revision/latest/scale-to-width-down/250?cb=20190728215210\\\" /></a>                 Stark steals the from his past self Tesseract Using the distraction caused by 2012 Stark's collapse to their advantage, 2023 Stark told the security guards that 2012 Stark needs some help. While 2012 Stark had suffered pain from his heart, 2023 Stark had noticed Lang pushing the briefcase with the and began to take it, walking away to escape. Despite successfully obtaining the , an enraged 2012 Hulk busted through the door, sending both Stark and the case flying.\\nTesseract Space Stone       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/Tony_Stark_Endgame.png/revision/latest?cb=20190728221933\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/Tony_Stark_Endgame.png/revision/latest/scale-to-width-down/250?cb=20190728221933\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark Endgame.png\\\" data-image-key=\\\"Tony_Stark_Endgame.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/57/Tony_Stark_Endgame.png/revision/latest/scale-to-width-down/250?cb=20190728221933\\\" /></a>                 Stark wakes up from his punch by 2012 Hulk The case then popped open and landed at the feet of 2012 Loki, who quickly grabbed the Tesseract and escaped with it. Stark woke up from his sudden knockout, much to his shock from the brute force from Hulk. Lang then jumped onto Stark and told them that part of the plan wasn't supposed to happen, leading him to tell Lang that they messed up the plan. Stark had to go back to the alleyway empty-handed.\\nInfiltrating Camp Lehigh       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/Tony_Stark_%26_Ant-Man.png/revision/latest?cb=20190729180926\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/Tony_Stark_%26_Ant-Man.png/revision/latest/scale-to-width-down/250?cb=20190729180926\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark &amp; Ant-Man.png\\\" data-image-key=\\\"Tony_Stark_%26amp%3B_Ant-Man.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/9c/Tony_Stark_%26_Ant-Man.png/revision/latest/scale-to-width-down/250?cb=20190729180926\\\" /></a>                 Stark admits on the failure of his plan\\n\\\"Let me tell you. That kid's not even here yet, and there's nothing I wouldn't do for him. Good to meet you, Potts.\\\" \\\"Yeah. Howard... Everything's gonna be all right. Thank you for everything you've done... for .\\\" this country ― and Tony Stark Howard Stark Lang and Stark met back up with who had been successful in getting the . With only enough for a return journey home, Lang lectured the group that they won't be coming home. Suddenly getting an idea, Stark had an idea of getting more Pym Particles to take back the Tesseract, telling Rogers that it is in a military installation.\\nSteve Rogers Scepter Pym Particles       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Heading_to_1970.png/revision/latest?cb=20190729183528\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Heading_to_1970.png/revision/latest/scale-to-width-down/250?cb=20190729183528\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Heading to 1970.png\\\" data-image-key=\\\"Heading_to_1970.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/ca/Heading_to_1970.png/revision/latest/scale-to-width-down/250?cb=20190729183528\\\" /></a>                 Stark and travel to Captain America 1970 Stark told Rogers that he doesn't know the exact date but knows where to go but decided to go improvise on which date the Tesseract and Pym Particles were there. Stark begins to set up a date as before Rogers entrusted Lang to bring the Scepter to . When Lang told them if they failed, there wouldn't be a way to come back home, Stark dismissed him and began to suit up, leading the pair to travel further back in time to the date that was settled and take the that was in possession of\\nApril 7, 1970 2023 Tesseract S.H.I.E.L.D.       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/Tony_%26_Steve_%281970%29.png/revision/latest?cb=20190731190901\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/Tony_%26_Steve_%281970%29.png/revision/latest/scale-to-width-down/250?cb=20190731190901\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony &amp; Steve (1970).png\\\" data-image-key=\\\"Tony_%26amp%3B_Steve_%281970%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/20/Tony_%26_Steve_%281970%29.png/revision/latest/scale-to-width-down/250?cb=20190731190901\\\" /></a>                 Stark prepares to acquire the Tesseract Arriving in 1970 , Rogers and Stark infiltrated , where they discovered a doorway that is holding information in plain sight. Once Stark looked at the doorway closely, he examined the inner walls with his sunglasses, knowing that they could follow them around using the elevator. Stark and Rogers then took the elevator route while a S.H.I.E.L.D. worker looked over to them suspiciously.\\nNew Jersey Camp Lehigh       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/71/Tesseract_%281970%29.png/revision/latest?cb=20190825071459\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/71/Tesseract_%281970%29.png/revision/latest/scale-to-width-down/250?cb=20190825071459\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tesseract (1970).png\\\" data-image-key=\\\"Tesseract_%281970%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/71/Tesseract_%281970%29.png/revision/latest/scale-to-width-down/250?cb=20190825071459\\\" /></a>                 Stark discovers the in a vault Tesseract Once Stark told Rogers good luck once he arrived on the floor that he tracked down, he managed to get inside a facility where the Tesseract had been held through his lenses and eventually found it near a vault. Stark then burned the ridges of the lock and began to capture the Tesseract and put in briefcase that he stole. However, in the attempt, Stark ran into the 1970 version of , who was looking for . Once Howard started asking questions, Stark told him that he was a visitor from , covering up his identity as \\\"Howard Potts.\\\"\\nhis father Arnim Zola MIT       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/16/TStarkSmilingAtHisFather-Elevator.jpg/revision/latest?cb=20190811225610\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/16/TStarkSmilingAtHisFather-Elevator.jpg/revision/latest/scale-to-width-down/250?cb=20190811225610\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkSmilingAtHisFather-Elevator.jpg\\\" data-image-key=\\\"TStarkSmilingAtHisFather-Elevator.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/16/TStarkSmilingAtHisFather-Elevator.jpg/revision/latest/scale-to-width-down/250?cb=20190811225610\\\" /></a>                 Stark talks to his from the past father Despite Stark's success in stealing the , Howard engaged his future son in conversation, leading them to take it by going outside. While Rogers worked to obtain more Pym Particles from the 1970 version of , Stark talked to his father about the flowers he was carrying, being noted that Howard's is expecting a gift from him after working so long and that a kid is coming along.\\nSpace Stone Hank Pym wife       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c8/Howard_%26_Tony_Stark.png/revision/latest?cb=20190801011551\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c8/Howard_%26_Tony_Stark.png/revision/latest/scale-to-width-down/250?cb=20190801011551\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Howard &amp; Tony Stark.png\\\" data-image-key=\\\"Howard_%26amp%3B_Tony_Stark.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c8/Howard_%26_Tony_Stark.png/revision/latest/scale-to-width-down/250?cb=20190801011551\\\" /></a>                 Stark talks to about his experiences Howard Once outside with his father, Stark was told that if Howard's baby would be called Almanzo, much to Stark's surprise and told to take his time. Howard asked his son if he was nervous when his kid was born, responding that he did in fact. As Howard followed up with further questions, Stark told his father that he just raised the kid as what he learned from his father, as they share their experiences with their childhood. Stark then when on talk about what he learned from his father, telling him that no amount money had bought a second of time.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/61/Tony_and_Howard_Stark.png/revision/latest?cb=20190801012712\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/61/Tony_and_Howard_Stark.png/revision/latest/scale-to-width-down/250?cb=20190801012712\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony and Howard Stark.png\\\" data-image-key=\\\"Tony_and_Howard_Stark.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/61/Tony_and_Howard_Stark.png/revision/latest/scale-to-width-down/250?cb=20190801012712\\\" /></a>                 Stark finally reconciles with his father As they both had reconciled each other's fatherhood, Stark noticed Rogers by the base and noted that he has the Tesseract locked up in a briefcase. With his father ready to leave, Stark told him that it was great meeting him before hugging, much to Howard's confusion. Stark clarified to thank for what he has done for his country and proceeded to leave the camp, finally getting to reconcile with his own father. With the tools to get back home, Stark and Rogers travel back to 2023.\\nDeath of Natasha Romanoff       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0f/Successful_Time_Heist.png/revision/latest?cb=20190729190241\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0f/Successful_Time_Heist.png/revision/latest/scale-to-width-down/250?cb=20190729190241\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Successful Time Heist.png\\\" data-image-key=\\\"Successful_Time_Heist.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0f/Successful_Time_Heist.png/revision/latest/scale-to-width-down/250?cb=20190729190241\\\" /></a>                 Stark safely comes back into the present year\\n\\\"Do we know if had family?\\\" \\\"Yeah. .\\\" she Us ―Tony Stark and Captain America The entire team of have now escape from the past and had retrieve each individual . Once Stark had arrived back from , made a brief statement on making sure if anybody had all of the stones. Upon arriving in the present, however, Stark learned that herself on in so that could obtain the .\\nAvengers Infinity Stones 1970 Hulk Natasha Romanoff sacrificed Vormir 2014 Hawkeye Soul Stone       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/AMNR_2.png/revision/latest?cb=20190803005348\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/AMNR_2.png/revision/latest/scale-to-width-down/250?cb=20190803005348\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AMNR 2.png\\\" data-image-key=\\\"AMNR_2.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/AMNR_2.png/revision/latest/scale-to-width-down/250?cb=20190803005348\\\" /></a>                 Stark sadly asks about 's family Black Widow Stark, along with the rest of the Avengers, took a moment of silence once Barton had told the rest of Romanoff's death. After the team had mourned Romanoff's death, they head on by the lake and Stark asked Rogers if Romanoff had any family, Rogers tells him that the Avengers were the only family she has ever gotten. Despite of the team's assurance, was in denial that Romanoff was fully gone, leading Stark to tell him that he just asked a question.\\nThor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cb/AMNR_17.png/revision/latest?cb=20190803005721\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cb/AMNR_17.png/revision/latest/scale-to-width-down/250?cb=20190803005721\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"AMNR 17.png\\\" data-image-key=\\\"AMNR_17.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cb/AMNR_17.png/revision/latest/scale-to-width-down/250?cb=20190803005721\\\" /></a>                 Stark listens to 's speech about the plan Hulk Stark witnessed Thor ranting about getting her back by using the Infinity Stones; however, Barton argued against him considering that the sacrifice can not be undone. While Hulk was listening, he angrily throws a bench, Stark listened on as Hulk claims that they have to not let Romanoff's sacrifice be in vain, before proceeding with their plan to use the stones to bring back the victims of the .\\nSnap Assembling the Infinity Stones       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a5/Tony_Stark_%26_Rocket_Raccoon.png/revision/latest?cb=20190729191939\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a5/Tony_Stark_%26_Rocket_Raccoon.png/revision/latest/scale-to-width-down/250?cb=20190729191939\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark &amp; Rocket Raccoon.png\\\" data-image-key=\\\"Tony_Stark_%26amp%3B_Rocket_Raccoon.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/a/a5/Tony_Stark_%26_Rocket_Raccoon.png/revision/latest/scale-to-width-down/250?cb=20190729191939\\\" /></a>                 Stark finishes building the Nano Gauntlet\\n\\\"You remember. Everyone snapped away five years ago and just bringing them back to now, today. Don't change anything from the last five years.\\\" \\\"Got it.\\\" Thanos ―Tony Stark and Hulk With help from and , Stark forged the , capable of harnessing the power of the six . Once Stark precisely moves all the Infinity Stones with his holographic tech and successfully finished putting them on the Nano Gauntlet, he was completely shocked and happy to finish, before had startled him.\\nRocket Raccoon Hulk Nano Gauntlet Infinity Stones Rocket Raccoon       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/TStarkTellsThorToNotUseNanoGauntlet.jpg/revision/latest?cb=20190813011519\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/TStarkTellsThorToNotUseNanoGauntlet.jpg/revision/latest/scale-to-width-down/250?cb=20190813011519\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkTellsThorToNotUseNanoGauntlet.jpg\\\" data-image-key=\\\"TStarkTellsThorToNotUseNanoGauntlet.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/2/28/TStarkTellsThorToNotUseNanoGauntlet.jpg/revision/latest/scale-to-width-down/250?cb=20190813011519\\\" /></a>                 Stark tells to not use the Thor Nano Gauntlet After settling the gauntlet down on a table, Stark noticed that volunteered to bring everyone back from the dead, only to be stopped on his tracks. While Thor had to explain the team that he felt responsible to save the universe, Stark understood his reasoning but noted that Thor is in no critical condition. Hulk then volunteered to wield the gauntlet, noting what Thanos did with the Infinity Stones, which almost killed him and that none of them could survive.\\nThor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/Endgame_46.png/revision/latest?cb=20190514012016\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/Endgame_46.png/revision/latest/scale-to-width-down/250?cb=20190514012016\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Endgame 46.png\\\" data-image-key=\\\"Endgame_46.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/00/Endgame_46.png/revision/latest/scale-to-width-down/250?cb=20190514012016\\\" /></a>                 Iron Man protects himself from the energy It was decided that Hulk would be the one to wield it, and Stark specified that Hulk bring back the victims of the Snap to and not change anything else, fearing that his daughter would no longer exist. After Stark told to lock down the , he watched Hulk put on the Nano Gauntlet and initially struggled to wield the Infinity Stones, while the version of from modified the quantum tunnel to allow and his forces to arrive in 2023.\\ntheir present F.R.I.D.A.Y. Avengers Compound Nebula 2014 2014 Thanos       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/TStarkCoolsOffHulksArm.jpg/revision/latest?cb=20190813011609\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/TStarkCoolsOffHulksArm.jpg/revision/latest/scale-to-width-down/250?cb=20190813011609\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkCoolsOffHulksArm.jpg\\\" data-image-key=\\\"TStarkCoolsOffHulksArm.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/99/TStarkCoolsOffHulksArm.jpg/revision/latest/scale-to-width-down/250?cb=20190813011609\\\" /></a>                 Stark uses his coolant blasters for 's arm Hulk Despite the immense pain that he suffered due to his use of the stones' raw energy, Hulk was then able to snap his fingers, but fell to the ground unconscious shortly after doing so. Stark used his to cool down Hulk's scorched arm as saw several birds suddenly appear out of nowhere, while Barton received a call from his who had initially perished in the Snap, indicating that Hulk was successful in the .\\nsuit Ant-Man wife reversing Snap       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/Endgame_76.jpg/revision/latest?cb=20190525173545\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/Endgame_76.jpg/revision/latest/scale-to-width-down/250?cb=20190525173545\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Endgame 76.jpg\\\" data-image-key=\\\"Endgame_76.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/84/Endgame_76.jpg/revision/latest/scale-to-width-down/250?cb=20190525173545\\\" /></a>                 Stark quickly recovers from the destruction Despite their victory, however, the Avengers were unable to celebrate as 2014 Thanos' ship, the , had arrived in 2023 and on the Avengers seconds later, burying the Avengers Compound in rubble and leading , Hulk, Barton, and Lang to be trapped inside while Stark, Rogers, and stayed on top. Once Stark survived the rubble, he walked toward Rogers unconscious body on the ground and woke up, giving back his . As Rogers questioned on the situation, Stark grimly commented that messing with something like time had a strong chance to cause backlash.\\nSanctuary II opened fire War Machine Thor Shield Thanos' Offensive       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/Thor_Steve_%26_Tony_Endgame.jpg/revision/latest?cb=20190806155917\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/Thor_Steve_%26_Tony_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190806155917\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Thor Steve &amp; Tony Endgame.jpg\\\" data-image-key=\\\"Thor_Steve_%26amp%3B_Tony_Endgame.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/42/Thor_Steve_%26_Tony_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190806155917\\\" /></a>                 Stark decides to confront in a fight Thanos\\n\\\"You know it's a trap, right?\\\" \\\"Yeah. I don't much care.\\\" \\\"Good. Just as long we're all in agreement... Let's kill properly this time.\\\" him ― and Tony Stark Thor After the was undone, Iron Man, , and discovered from the alternate , who is fully aware of his plan's success and his fate, has arrived on . Stark asked Thor what Thanos has been doing to which he was doing nothing. As Rogers asked Stark where the are, he noted that they were underneath the rubble.\\nSnap Captain America Thor Thanos 2014 Earth Infinity Stones       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/Stark_Battle_Endgame.jpg/revision/latest?cb=20190520233259\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/Stark_Battle_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190520233259\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Stark Battle Endgame.jpg\\\" data-image-key=\\\"Stark_Battle_Endgame.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b7/Stark_Battle_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190520233259\\\" /></a>                 Stark personally confronts outside Thanos Thor told the group that his arrival could be a trap, but Stark admitted he couldn't care less. After Thor understood their agreement, Thor summoned his armor and wielded both and while and Stark confronted who was sitting and waiting for them. As the three walk over to confront Thanos, Stark listened to his lecture about how they could not live with their failure and realized that there are those that remember what was, who are unable to accept what can be, much to Stark's agreement as he gloated on their stubbornness to Thanos.\\nStormbreaker Mjølnir Captain America Thanos       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/IronManBattlesThanos-EnergyBlast.jpg/revision/latest?cb=20190813011731\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/IronManBattlesThanos-EnergyBlast.jpg/revision/latest/scale-to-width-down/250?cb=20190813011731\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManBattlesThanos-EnergyBlast.jpg\\\" data-image-key=\\\"IronManBattlesThanos-EnergyBlast.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/4d/IronManBattlesThanos-EnergyBlast.jpg/revision/latest/scale-to-width-down/250?cb=20190813011731\\\" /></a>                 Iron Man swiftly fighting against Thanos Thanos, having seen the files from 's memory and now believing that the universe would be ungrateful for him \\\"correcting\\\" it, had decided on a new plan to decimate the entire universe and start over with no one remembering the massacre. Stark watched with fury as the Mad Titan proclaimed his new goals, knowing that his universe will be born out of blood before Thanos threatened to kill him and the team. The four engaged in a fight, having Iron Man to equip his hidden blade from his hand and started blasting Thanos with his repulsors.\\nNebula       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Endgame_48.png/revision/latest?cb=20190824071048\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Endgame_48.png/revision/latest/scale-to-width-down/250?cb=20190824071048\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Endgame 48.png\\\" data-image-key=\\\"Endgame_48.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f2/Endgame_48.png/revision/latest/scale-to-width-down/250?cb=20190824071048\\\" /></a>                 Iron Man shooting multiple repulsor beams at Thanos Iron Man then used his extra repulsors from his back and told Thor to blast his lightning from behind, in order to increase the amount of fire power. As Thor began to charge up his lighting powers, Stark was immediately blasted with huge amounts of energy that powered up his suit, aiming at Thanos for an attack. Thanos blocked Iron Man's beams with his and, as he grew closer, broke out of the laser.\\nDouble-Edged Sword       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/81/IronManKnockedOutFromMjolnir.jpg/revision/latest?cb=20190813011833\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/81/IronManKnockedOutFromMjolnir.jpg/revision/latest/scale-to-width-down/250?cb=20190813011833\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManKnockedOutFromMjolnir.jpg\\\" data-image-key=\\\"IronManKnockedOutFromMjolnir.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/8/81/IronManKnockedOutFromMjolnir.jpg/revision/latest/scale-to-width-down/250?cb=20190813011833\\\" /></a>                 Iron Man is knocked out from the battlefield Thanos used this opportunity to grab Iron Man with both his hands only to witness Thor using Stormbreaker to hit Mjølnir, which he then used Iron Man as a human shield to knock him down and flew him across the field. After he rolled all over the ground, Iron Man was quickly hit by a near pile of rubble which had briefly put him in an unconscious state, becoming stalemated from the fight then on. The other Avengers had to fight Thanos without Stark, leading to one of them getting beaten relentlessly.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/18/TStarkSeesEveryoneBackToLife.jpg/revision/latest?cb=20190813011916\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/18/TStarkSeesEveryoneBackToLife.jpg/revision/latest/scale-to-width-down/250?cb=20190813011916\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkSeesEveryoneBackToLife.jpg\\\" data-image-key=\\\"TStarkSeesEveryoneBackToLife.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/18/TStarkSeesEveryoneBackToLife.jpg/revision/latest/scale-to-width-down/250?cb=20190813011916\\\" /></a>                 Stark witnesses his allies coming back home While Captain America tried to fight Thanos with all his might, Thanos eventually gained the upper hand and called out his entire army to the ground such as the , , and the . Captain America stood up against Thanos' giant army alone until arrived with the reinforcements to battle Thanos' army. Stark then woke up from his concussion and witnessed his allies coming back from the dead, including in her .\\nBlack Order Chitauri Outriders Doctor Strange Pepper Potts Iron Suit Battle of Earth       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/%27%27Everyone_is_here%27%27.png/revision/latest?cb=20190520232913\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/%27%27Everyone_is_here%27%27.png/revision/latest/scale-to-width-down/250?cb=20190520232913\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"132\\\" class=\\\"thumbimage\\\" data-image-name=\\\"&#39;&#39;Everyone is here&#39;&#39;.png\\\" data-image-key=\\\"%27%27Everyone_is_here%27%27.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ee/%27%27Everyone_is_here%27%27.png/revision/latest/scale-to-width-down/250?cb=20190520232913\\\" /></a>                 Iron Man joins into battle with his revived allies\\n\\\"Hey, you said one out of fourteen million, we win, yeah? Tell me this is it.\\\" \\\"If I tell you what happens, it won't happen.\\\" \\\"You better be right.\\\" ―Tony Stark and Doctor Strange With the rest of the in place with all of their allies and other worlds had gathered around to battle ' army, Iron Man dropped down to line up against with them as all began to prepare for battle. Stark landed closely with his teammates and noticed holding , assembling the team to fight for their .\\nAvengers Thanos Captain America Mjølnir planet       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fc/Iron_Man_Unibeam_%28With_Rescue%29.png/revision/latest?cb=20190430055429\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fc/Iron_Man_Unibeam_%28With_Rescue%29.png/revision/latest/scale-to-width-down/250?cb=20190430055429\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Unibeam (With Rescue).png\\\" data-image-key=\\\"Iron_Man_Unibeam_%28With_Rescue%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/fc/Iron_Man_Unibeam_%28With_Rescue%29.png/revision/latest/scale-to-width-down/250?cb=20190430055429\\\" /></a>                 Iron Man fighting alongside with Pepper Potts The entire team and other forces began to charge with fury attentions, running towards Thanos' forces as he sent his , army, army, and the to kill them all. Iron Man flew across the battlefield with his allies and began to use his unibeam to attack any nearby threats. Iron Man then teamed up with , who was donning her own , and fought alongside each other in aerial combat.\\nBlack Order Chitauri Sakaaran Outriders Pepper Potts Iron Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/Iron_Man_%28Battle_of_Earth%29.png/revision/latest?cb=20190813185114\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/Iron_Man_%28Battle_of_Earth%29.png/revision/latest/scale-to-width-down/250?cb=20190813185114\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man (Battle of Earth).png\\\" data-image-key=\\\"Iron_Man_%28Battle_of_Earth%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/f/f8/Iron_Man_%28Battle_of_Earth%29.png/revision/latest/scale-to-width-down/250?cb=20190813185114\\\" /></a>                 Iron Man fighting against a horde of Outriders While attacking the many Outriders that are trying to kill him from above, Iron Man landed on the ground and blasted many incoming Outriders with his laser beams. While successfully winning his fight, Iron Man was then attacked by , landing onto a piece of rubble after getting knocked down. Iron Man tried to kill Obsidian with his repulsors but was proven to be ineffective. Iron Man was then saved by who pulled Obsidian down onto the ground with usage of his , allowing to crush Obsidian to death.\\nCull Obsidian Spider-Man Web-Shooters Ant-Man       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/%27%27I%27m_just_grabbing_the_door_for_you%27%27.png/revision/latest?cb=20190824090915\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/%27%27I%27m_just_grabbing_the_door_for_you%27%27.png/revision/latest/scale-to-width-down/250?cb=20190824090915\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"&#39;&#39;I&#39;m just grabbing the door for you&#39;&#39;.png\\\" data-image-key=\\\"%27%27I%27m_just_grabbing_the_door_for_you%27%27.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/%27%27I%27m_just_grabbing_the_door_for_you%27%27.png/revision/latest/scale-to-width-down/250?cb=20190824090915\\\" /></a>                 Iron Man finally reunites with Spider-Man Stark removed his own helmet to catch his breath after being almost killed only for Parker to give him a hand while he was on the ground. Parker told Stark about himself being in space and was turned into dust moments when he passed out. Parker further noted that Strange was there with him on and began to wake him up to tell the rest that they need him. Stark, who happily grew closer to Parker after listening to him again, silently tells the boy to hold him and hugs him afterwards during the battle that was going on.\\nTitan       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/TStark-TellMeThisIsIt.jpg/revision/latest?cb=20190813212842\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/TStark-TellMeThisIsIt.jpg/revision/latest/scale-to-width-down/250?cb=20190813212842\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-TellMeThisIsIt.jpg\\\" data-image-key=\\\"TStark-TellMeThisIsIt.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/TStark-TellMeThisIsIt.jpg/revision/latest/scale-to-width-down/250?cb=20190813212842\\\" /></a>                 Stark asking if they will win Doctor Strange Stark flew over to , who was bringing down a group of Thanos' forces into another dimension during the battlefield, and asked him whether this was the one the fourteen million futures that they'll win. Strange told him that if Stark knew what needed to happen, it wouldn't happen. Much to his skepticism, Stark decided to keep being optimistic and told Strange that he hoped that he was right about the outcome. Shortly after Thanos' airstrike on the battlefield, destroyed the , much to Stark's surprise.\\nDoctor Strange Captain Marvel Sanctuary II       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStarkLooksAtTheNanoGautletInBattle.jpg/revision/latest?cb=20190813213004\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStarkLooksAtTheNanoGautletInBattle.jpg/revision/latest/scale-to-width-down/250?cb=20190813213004\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStarkLooksAtTheNanoGautletInBattle.jpg\\\" data-image-key=\\\"TStarkLooksAtTheNanoGautletInBattle.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/TStarkLooksAtTheNanoGautletInBattle.jpg/revision/latest/scale-to-width-down/250?cb=20190813213004\\\" /></a>                 Stark finds the in the battlefield Nano Gauntlet Upon Captain Marvel retrieving the from Spider-Man, she lost the item in an explosion which landed on the ground. After discovering the Nano Gauntlet in front of him, Stark prevented Thanos from getting the Gauntlet by tackling him, only to be knocked down and stalemated once again. While Stark rested for a while, he was knocked out. , , and Captain Marvel tried to kill Thanos, only to fail due to his fighting powers.\\nNano Gauntlet Thor Captain America       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/Starklearnsthisishe1.png/revision/latest?cb=20190730205409\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/Starklearnsthisishe1.png/revision/latest/scale-to-width-down/250?cb=20190730205409\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Starklearnsthisishe1.png\\\" data-image-key=\\\"Starklearnsthisishe1.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c4/Starklearnsthisishe1.png/revision/latest/scale-to-width-down/250?cb=20190730205409\\\" /></a>                 Iron Man understands the outcome they win After recovering from his knockout, Stark turned to Strange, who, visibly shocked, signaled to him that this was the one timeline he foresaw where they won. Finally realizing why Strange sacrificed the five years ago to save his life and what had to be done, Stark briefly grabbed Thanos' arm, clinging onto the Nano Gauntlet, but was knocked to one side. Thanos triumphantly declared himself inevitable, before snapping his fingers once more.\\nTime Stone Self-Sacrifice       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/Tony_Finger_Snap_Endgame.jpg/revision/latest?cb=20190808091530\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/Tony_Finger_Snap_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190808091530\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Finger Snap Endgame.jpg\\\" data-image-key=\\\"Tony_Finger_Snap_Endgame.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/6/64/Tony_Finger_Snap_Endgame.jpg/revision/latest/scale-to-width-down/250?cb=20190808091530\\\" /></a>                 Iron Man wields all six of the Infinity Stones\\n\\\"I am... inevitable.\\\" \\\"And I... am... Iron Man.\\\" ― and Iron Man Thanos Despite seemingly having won over the fight for the , nothing happened when snapped his fingers. Once Thanos looked over to Stark, he revealed to Thanos that he had transferred all six to his , much to Thanos' horror of this discovery.\\nNano Gauntlet Thanos Infinity Stones Iron Man Armor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/I..._am..._Iron_Man.png/revision/latest?cb=20200701004602\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/I..._am..._Iron_Man.png/revision/latest/scale-to-width-down/250?cb=20200701004602\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"105\\\" class=\\\"thumbimage\\\" data-image-name=\\\"I... am... Iron Man.png\\\" data-image-key=\\\"I..._am..._Iron_Man.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/e8/I..._am..._Iron_Man.png/revision/latest/scale-to-width-down/250?cb=20200701004602\\\" /></a>                 Iron Man wipes out Thanos and his armies Stark bonded all six Infinity Stones onto the knuckles of his hand and felt the energy surging onto his body. Once he had all of the Stones at his disposal, Stark looked over to Thanos again and replied to him by saying that he was Iron Man before taking a long deep breath. After that was settled, Stark snapped his fingers in front of Thanos, as he watched all of his surrounding troops and armies turned into dust and, accepting his inevitable defeat, sat down and crumbled into ash.\\n      <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/Tony_Dying.png/revision/latest?cb=20190728055230\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/Tony_Dying.png/revision/latest/scale-to-width-down/250?cb=20190728055230\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Dying.png\\\" data-image-key=\\\"Tony_Dying.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/cd/Tony_Dying.png/revision/latest/scale-to-width-down/250?cb=20190728055230\\\" /></a>                 Stark takes a peaceful rest before being found Since he was merely a mortal man wielding the powers of the universe, the devastating force of the snap charred the right side of Stark's face and body. Stark collapsed among the debris of the . The physical toll from the and the raw energy from the Infinity Stones, was too much for him to endure. met up with Stark and discovered that he was seriously injured from the Stones before had came along.\\nAvengers Compound Gamma Radiation War Machine Spider-Man       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/76/Tony_Stark%27s_Last_Smile.png/revision/latest?cb=20190728061319\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/76/Tony_Stark%27s_Last_Smile.png/revision/latest/scale-to-width-down/250?cb=20190728061319\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark&#39;s Last Smile.png\\\" data-image-key=\\\"Tony_Stark%27s_Last_Smile.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/7/76/Tony_Stark%27s_Last_Smile.png/revision/latest/scale-to-width-down/250?cb=20190728061319\\\" /></a>                 Stark smiles at for her arrival Pepper Potts Parker tried to contact Stark while he was slowly resting and began to feel pain. After being told that they won the battle, Parker was taken away by Rhodes, leading to try to contact him. Stark softly uttered a greeting to Potts as his last words, having her to ask to check his vitals. Potts told Stark that he could rest now, as he began to smile at her face before he died. Holding Potts' hand, Stark looked over to his right, leaving his to lose its power.\\nPepper Potts F.R.I.D.A.Y. Arc Reactor       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/05/Tony_Stark_Dies.png/revision/latest?cb=20190728062200\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/05/Tony_Stark_Dies.png/revision/latest/scale-to-width-down/250?cb=20190728062200\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark Dies.png\\\" data-image-key=\\\"Tony_Stark_Dies.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/05/Tony_Stark_Dies.png/revision/latest/scale-to-width-down/250?cb=20190728062200\\\" /></a>                 Iron Man peacefully dies after his self-sacrifice Once the Iron Man Armor was now turned off, Stark died in peace with his sacrifice, surrounded by Potts, War Machine, and Spider-Man, with and looking onward, all devastated and honored by Stark's selfless act to save the universe. Upon seeing this, the , , and , took a knee to honor the legacy of Stark and his righteous sacrifice.\\nThor Captain America Avengers Guardians of the Galaxy Captain Marvel Legacy Funeral and Tributes\\n\\\"This that 're gonna try and pull off tomorrow, it's... it's got me scratching my head about the survivability of it all. But then again, that's the hero gig, right? Part of the journey is the end. What am I even tripping for? Everything is going to work out exactly the way it's supposed to. I love you 3000.\\\" time travel thing we ―Tony Stark to Morgan Stark Stark's sacrifice saved , therefore ensuring the continued survival of all living creatures in the known universe. However, his death profoundly impacted his friends and family. Many of Stark's closest friends were most clearly affected, having witnessed Stark's death firsthand, as they had most defining relationships with him. A week after his death, Stark's message to his and , which he recorded prior to executing the in the event of his death, was shown to them in the presence of , , , , , and , all of whom Stark considered close family.\\nEarth wife daughter Time Heist Happy Hogan James Rhodes Steve Rogers Bruce Banner Thor Clint Barton Stark's funeral was held at the where he was mourned by his family, the , , and , the , and his and , , , , , Barton’s family, and , who thought of what Stark had meant to him. Stark's original ; the one gifted to Potts as \\\"proof Tony Stark has a heart,\\\" was placed on a wreath which was set adrift on the lake.\\nStark Eco-Compound Avengers Guardians of the Galaxy Doctor Strange Wong Pym family T’Challa sister general Nick Fury Maria Hill Thaddeus Ross May Parker Harley Keener Arc Reactor After the funeral, Hogan asked Morgan if she was hungry, to which she answered she wanted a cheeseburger. Remembering Stark's first request upon his return to the from , Hogan promised to take care of Morgan in her father's absence by giving her all the cheeseburgers she wanted.\\nUnited States of America Afghanistan Worldwide Impact\\n\\\"Everywhere I go, I see his face. And the whole world is asking who is gonna be the next Iron Man, and... I don't know if that's me, Happy. I'm not Iron Man.\\\" \\\"You're not Iron Man. You're never going to be Iron Man. Nobody can live up to Tony. Not even Tony. Tony was my best friend. And he was a mess. He second-guessed everything he did, he was all over the place. The one thing he did that he didn't second-guess was picking you. I don't think Tony would've done ... if he didn't know that you were going to be here after he was gone.\\\" what he did ― and Peter Parker Happy Hogan The worldwide impact and outpouring of grief over Tony Stark's death was massive. Across the world, Stark's memory and legacy that he left behind as an was memorialized, notably in various forms of artwork, media, and merchandising. Murals commemorating Stark were found in cities such as , and . One such tribute was , a biographical film about Stark and his legacy made shortly after his death.\\nAvenger New York Venice Prague Heart of Iron: The Tony Stark Story In particular, the void that Stark left as the world's most renowned superhero led to speculation as to who would succeed him, which had . , Stark's protégé, did his best to live up to his mentor's reputation, although stated that no one, not even Stark himself, could live up to his name.\\nQuentin Beck sought to exploit Peter Parker Happy Hogan Hero In Death\\n\\\"E.D.I.T.H. stands for \\\"Even Dead, I'm The Hero.\\\" Tony loves his acronyms.\\\" \\\"Yeah, he did.\\\" ― and E.D.I.T.H. Peter Parker A after his death, Stark's necessary arrangements to anoint as part of his legacy were accomplished. Stark's , outfitted with the A.I., allowed Parker complete control of weapons, drones, inventions, and the ability to hack any electronic device. , who had decided to take a vacation, instructed to impersonate him and deliver the glasses to Parker.\\nyear Spider-Man glasses E.D.I.T.H. Stark Industries Nick Fury Talos Time Heist Sudden Heart Attack       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/14/Tony_%26_Thor.png/revision/latest?cb=20190728213258\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/14/Tony_%26_Thor.png/revision/latest/scale-to-width-down/250?cb=20190728213258\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony &amp; Thor.png\\\" data-image-key=\\\"Tony_%26amp%3B_Thor.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/1/14/Tony_%26_Thor.png/revision/latest/scale-to-width-down/250?cb=20190728213258\\\" /></a>                 Stark argues with Alexander Pierce\\n\\\"I'm going to try something, okay? I have no idea if it's going to work. Yes!\\\" \\\"Oh, that worked a treat. Dude, that was so crazy.\\\" \\\"I had no idea if that was going to work.\\\" ― and Tony Stark Thor In an , after defeating in the , Stark helped and escort him out of , as well as personally holding onto the . When the group reached the first floor, they ran into , who demanded they hand over custody of Loki and the Tesseract.\\nalternate 2012 Loki Battle of New York Thor S.H.I.E.L.D. Stark Tower Tesseract Alexander Pierce       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/Tony_Stark_%282012%29.png/revision/latest?cb=20190728214900\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/Tony_Stark_%282012%29.png/revision/latest/scale-to-width-down/250?cb=20190728214900\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark (2012).png\\\" data-image-key=\\\"Tony_Stark_%282012%29.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/e/ef/Tony_Stark_%282012%29.png/revision/latest/scale-to-width-down/250?cb=20190728214900\\\" /></a>                 Stark suffers a sudden heart attack An argument then broke out between Stark and Pierce, who then tried to physically confiscate the Tesseract case from Stark. However, this was disrupted when Stark suddenly experienced a heart attack, which was caused by from tampering with his . He then collapsed to the ground seizing as the onlookers called for a medic. Fortunately, Stark was was saved when Thor used to send a shock through his body. They then realized that Loki, along with the Tesseract, had mysteriously disappeared.\\nAnt-Man 2023 Arc Reactor Mjølnir Personality\\n\\\"You stood by my side all these years while I reaped the benefits of destruction. And now that I'm trying to protect the people that I've put in harm's way, you're going to walk out?\\\" \\\"You're gonna kill yourself, Tony. I'm not gonna be a part of it.\\\" \\\"I shouldn't be alive... unless it was for a reason. I'm not crazy, Pepper. I just finally know what I have to do. And I know in my heart that it's right.\\\" ―Tony Stark and Pepper Potts Many people in the media thought that Tony Stark was only just an egocentric playboy. As an adult, he was renowned for being casually arrogant, apathetic, callous, and a hedonist who enjoyed the finer things in life, namely drinking, gambling, partying and flirting. His wealth, power, and natural charm allowing him to get just about any woman he wants. But despite his rather carefree and overly confident personality, inside Stark's heart lied loneliness, as aptly described him as: \\\"A man that has everything, but has nothing.\\\" Even following his reformation and birth as Iron Man, this stigma surrounding Stark persisted as many were quick to point fingers at him believing his arrogance and callous attitudes were the cause of many problems even if he would have only a tenuous connection to the issue at hand.\\nHo Yinsen Before his , Stark was a self-centered, arrogant person, caring for few people outside his closest friends. Even during this period of his life, he had a moral code believing the weapons he developed were being used exclusively by the United States and its allies for peaceful purposes, being appalled to discover that they were being sold on the black market. He also funded large humanitarian inventions and programs via his arms dealings, something he felt justified manufacturing weapons.\\nkidnapping During the following years, however, Stark matured, gradually becoming more of a team player and less arrogant and cynical. He even began opening up and having a real relationship with . Stark's exploits as Iron Man have lead him to reevaluate his life, thus he now strives to use his inventions in a more responsible and considerate way. A textbook example of a Byronic hero, he never fully let go of his character flaws, however, using them to push him forward as a reminder to do better and often making self-deprecating jokes or comments. Despite this attitude, Stark is an exceptionally brave and selfless individual as shown when he single-handedly faced a near-omnipotent armed with nothing but a knife without hesitation, a trait that earned him the 's genuine respect as a hero.\\nPepper Potts Thanos Titan His experiences while imprisoned by the , especially his injury and seeing his weapons being used by terrorists, hardened Stark into a brave, determined, and somewhat ruthless fighter. Seeing first hand how innocent people were being harmed by his weapons and business while he remained ignorant greatly enraged him, resulting in him being uncaring in killing his foes, though he avoided doing so when he could. He was also willing to kill to protect his allies and friends, boldly saying he would kill if killed . Despite this, he was not merciless, as he offered several of 's men a chance to stand down, allowing the sole survivor to leave peacefully upon doing so. Even when confronted by Captain America's betrayal, he offered the man several chances to step aside.\\nTen Rings Drax Star-Lord Spider-Man Aldrich Killian Even after starting a new life as a superhero, Stark kept his sense of humor and his penchant for showmanship, the latter being demonstrated in his armor’s red and gold color schemes, and in revealing his identity in public despite being told not to. Tony has also shown a strong liking towards heavy metal and rock music groups like Black Sabbath, AC/DC, and Queen. He also shows signs of being a gearhead owning and modifying several expensive cars, having a particular liking towards the Audi R8 model line.\\nStark was also known for being exceptionally intelligent, innovative and resourceful, having built a miniaturized from scratch in . His intellect earned him the \\\"Da Vinci of Our Time\\\" nickname, and his inventions of have revolutionized technology for mankind. His past as a businessman had turned him into a very pragmatic individual always taking the quickest, most efficient way out of a problem commenting to that he would simply \\\"cut the wire\\\" when given the scenario of laying on barbed wire to let others cross it. This behavior put him at odds with the majority of the Avengers during the , as they were unwilling to compromise and negotiate with the United Nations regarding the which Stark viewed as the easiest way to continue the Avengers' mission of saving people and appease the public's growing fear and unease regarding the team. As a result of this negotiator attitude, Tony was one of three Avengers to not become a fugitive by the end of the Civil War and allowed to continue saving people with the support of the . This pragmatism extended to his fighting style, as he was quick to shift over to weapons more suited to the situation or having scan Captain America's fighting style for openings to predict and exploit. He further displayed his combative pragmatism during the by first restraining the before unleashing an unrelenting barrage on Thanos.\\nArc Reactor Afghanistan Stark Industries Captain America Avengers Civil War Sokovia Accords United Nations F.R.I.D.A.Y. Battle of Titan Infinity Gauntlet Stark could also be a reliable friend, and occasionally showed affection toward his teammates. Hence, Stark was the only Avenger who encouraged to embrace his identity of as a blessing rather than a curse, and trusted him to make good use of Hulk's powers. He has also adopted a mentor role towards , seeing himself in the young hero, and helping him become better by designing an advanced and quietly teasing him about his aunt , whom Stark considers attractive, Tony was in fact the only Avenger who believed in Parker and sought out his aid. When Tony was caught up by the terrifying vision of , he was possessed and haunted with great fear of losing all his fellow while he could have done something to save them, and having to live on after they had all been murdered, which was the primary motivator of him starting the . During the , however, Tony became distant and hardened towards his former teammates, especially , for their unwilligness to negotiate or hear the other side's arguments, though he still cared for them. When , Tony tried to avoid hurting Rogers, who aggressively protected , destroying Tony’s arc reactor to do so. Both Stark and Rogers never fully lost their trust in each other, though when they reunited, Stark mercilessly held the rogue Avengers responsible for the schism that had divided the team and left Earth unprepared for Thanos, noting that they had ignored his warnings and obstructed his desire to prepare. Five years later however, Stark abandoned this attitude, noting that resentment was \\\"corrosive\\\" and not a feeling he enjoyed.\\nBruce Banner Hulk Peter Parker Spider-Man Suit May Parker Scarlet Witch Avengers Ultron Program Avengers Civil War Captain America they fought in Siberia Barnes After the , Stark developed a strong fear, that in this new world of \\\" \\\" and \\\" ,\\\" he would be unable to protect the ones he loves, which induced him to become paranoid and full of anxiety, which, in turn, influenced Stark to build the first , and then the AI, so that the only threats against Earth were from Earth itself. His fear gave him something of a perfectionist personality and caused him to so intently focus on issues and problems that he unconsciously ignored other matters around him which led to a strain in his relationship with and his somewhat negative reputation in the Avengers.\\nBattle of New York gods aliens Iron Legion Ultron Pepper Potts Compared to his fellow , however, Tony was very forward-thinking, always seeing a \\\"big picture,\\\" willing to take risks, compromise his morals and dabble in shades of gray to achieve results. As seen with the , Stark was willing to endure hardships in the present to build a better future. He was also confident of his ability to negotiate, a belief supported by him negotiating a deal that would have made the legal, though he knew that this talent had its limits, expressing regret that he could do nothing to free the rogue Avengers from the Raft. This more nuanced behavior often put him at odds with his fellow Avengers, especially , who were content with the status quo. Combined with his unpredictability, some people such as thought he was destructive, with her believing that 's inability to distinguish between saving the world and destroying it comes from Tony.\\nAvengers Sokovia Accords Capture of Winter Soldier Captain America Scarlet Witch Ultron During times of great stress and frustration, Stark could become very short-tempered and intolerant of those whom he considered his intellectual inferiors for delaying a solution to the problem either mocking/berating them or ignoring them entirely. This behavior extended to both allies and foes.\\nStark was much closer to his mother, , than to his father with whom he had mixed feelings for, as he thought he was \\\"cold and distant,\\\" which , however, claimed to be false. He still cared for him a great deal as he wished he could've said goodbye. While he was researching a for his Arc Reactor, Tony came across a message left by Howard, telling his son that his “greatest creation” was him.\\nMaria Stark Howard Nick Fury new element Though having learned more of Howard's flaws and shortcomings, Stark still retained lingering issues with his father using his parenting as an excuse for being such a strict mentor to . He was aware of this flaw, however, and consciously attempted to grow out of it. During the , after talking with his father Howard and realizing how difficult it was for Howard to raise him due to having an abusive father as well and having had experiences as a father, Tony finally came to reconcile with Howard and even shed his façade temporarily by hugging his father and saying that he loved him.\\nSpider-Man Time Heist Following the , Stark adapted into a new role: that of a mentor to the inexperienced superhero, . He connected with Parker due to the similarities between that of him and Stark, such as their love of science, technology, and heroic deeds, yet Stark was not blind to Spider-Man sharing some of his flaws and does his best to stop him from making the same mistakes Iron Man himself has made in the past. Like most mentors, Stark encourages Parker to be more forward-thinking and imaginative with his abilities while also being conscious of Peter's limitations and wanting to keep him out of fights he felt were too dangerous. Though he could come off as somewhat aloof and detached in his dealings with Spider-Man, this was all done with the intent of making Parker a better superhero than Tony ever was, and after the defeat of , Stark believed he had succeeded even going so far as to offer the young hero a spot in the Avengers. Some months later, their relationship had strengthened to the point that Stark was openly saddened by Parker's death upon Thanos' completion of the .\\nAvengers Civil War Spider-Man Vulture Infinity Gauntlet Though considered a hobby, obsession or part of his itinerary, Stark considers the relationship between the Iron Man Suit and himself to be symbiotic, in that he and the suit himself are one. By the time of 's terrorist attack, he had designed 42 variations of the armor as well as having stylized them with their own color designs, personalities, and names. He often referred to his suit as \\\"he\\\" when he was remotely controlling it with Potts and exclaimed when the suit's finger was pulled off, claiming it would hurt him. This is further supported during and after the whereupon the armors became incredibly streamlined and were designed to emulate a second skin. However, he does claim after the , that despite being without his suits he is still Iron Man.\\nAldrich Killian Avengers Civil War Clean Slate Protocol In spite of his love of the spotlight, the idea of a normal life intrigued Tony greatly as he made attempts to extradite himself from the Iron Man persona and indeed, prior to his involvement in the , pondered the possibility of he and Pepper having children together. After the disastrous outcome of the Infinity War, Tony indeed decided to retire and marry Pepper, having a daughter called . His familial life allowed Tony to find a sense of peace and contentment as a husband and father and this was the primary reason of his refusal to to return to being a superhero when presented with a potential chance to undo it all but in the end his guilt over Parker's death allowed him to overcome this and he showed the same amount of selflessness as he had before, willingly sacrificing himself to kill and his whole army. Despite the agonizing pain he was subjected to as he died, he had accepted his fate, refusing aid and instead finding comfort in the presence of his friends and loved ones, dying with no regrets.\\nInfinity War Morgan Stark Thanos Powers and Abilities Tony Stark did not possess any innate powers; instead, he used a miniature version of the to charge the various suits that provided him with superhuman strength, endurance, durability, and a variety of weapons. His original advanced technology combined with his extraordinary intelligence and adaptive combat skills made Tony Stark one of the most formidable superheroes in the world. Aside from and , Tony Stark was the third person to stand his ground and fought the empowered the longest, even managing to give him a cut on his cheek and earn the respect and admiration of Thanos himself.\\nArc Reactor Thor Doctor Strange Infinity Gauntlet Thanos Iron Man Armor Capabilities With the exception of the Mark I Iron Man armor, almost all of the Iron Man suits shared a common design and capability set. The suit was a powered exoskeleton with armored plating, capable of enhancing the wearer's strength, speed, agility, and endurance. The suit was powered by a miniaturized Arc Reactor, either using the one surgically installed in Tony Stark's chest or else built into the chest-piece of the armor itself.\\nThe original armor Tony Stark created, the , while in captivity in was crudely designed and bulky, but still had the necessary capacity to help him escape his captors. It was bulletproof, had two built-in flamethrowers, a rocket launcher, as well as rocket boosters for short-range flight, though their construction was faulty and they malfunctioned almost immediately after activation. Like all of Stark's armors, the Mark I enhanced Stark's physical strength beyond the capabilities of any human, allowing him to effortlessly overpower and kill multiple insurgents, break through stone walls, bend metal, and exert many tons of force. The armor's durability and resilience allowed it to be unfazed by bullets, tank shells, explosions, and extreme amounts of impactive force, such as impact from falling at high altitudes. Due to its rudimentary design, and Stark's lack of more sophisticated resources, the Mark I did not have an onboard or augmented-reality (AR) displays like the later armors.\\nIron Man Armor: Mark I Afghanistan Ten Rings AI system The helmet served only as a simple faceplate and was not fully sealed. Stark refashioned the special iron-copper-magnesium alloy from disassembled Stark mortar cannons into the Mark I armor, rendering it bulletproof. To power the thrusters on the boots, Stark siphoned the propellant fuel from four S-class ballistic missiles into two M-class mortars, creating two homemade fuel tanks, welded shut except for the valves connecting fuel hoses that led down the armor's legs.\\nThe later model armors' helmet featured a retractable visor that projected a holographic AR displays to the wearer. The features of the helmet roughly resembled a human face, with eyepieces and a mouth slit showing the point where the faceplate meets the jaw.\\nThe armor's primary weapon, as well as means of propulsion, was repulsor nodes built into the hands and feet. The repulsors in the boots provided the majority of the propulsion force while the nodes in the armor's gauntlets were used as flight stabilizers. Due to the intense heat and concussive pressure produced by the repulsors, the ones built into the gauntlets were also used as weapons, capable of neutralizing or killing enemies depending on the intensity projected. When needed, the primary repulsor built into the armor's breastplate could be charged to deliver a powerful, destructive unibeam blast.\\nThe Mark II was built from basic titanium alloys, giving it a silver look. From the Mark III onward, Stark used a gold-titanium alloy to provide the necessary power-to-weight ratio coupled with the ability to resist icing at high altitudes. As the gold-colored suit seemed a bit ostentatious, Stark took to coloring certain segments of the armor hot-rod red to tone it down a bit without losing the flair he was known for. Later suits were given a variety of colors, from blue to black to green and even yellow and purple.\\nUntil the development of Mark V, Stark focused on refining basic systems shared by all later models, ignoring the ease of putting on and taking off armors, resulting in Mark II, III, and IV all having lengthy and uncomfortable suit-up and suit-off periods. The Mark V marked Stark's first attempt at making his armors easily available when he needed to put them on outside. However, Mark V was experimental in nature and built specifically for testing out new technologies addressing suit-up problems. Couple that with its compact and lightweight form, proved underpowered in terms of functionality. Stark designed and constructed a ring specifically for easily donning and taking off his Mark VI armor until he can finally solve the issue without compromising on functionality.\\nIt wasn't until the Mark VII that the issue was finally resolved, through enabling armors to move in one whole set on its own without the user in it, and open up to fit the user inside when needed, allowing Stark to don his armor within seconds for the first time. All Iron Man armors made since then were built with this ease-of-donning feature perfected in Mark VII, with each armor design allowing the individual parts of the suit to form around Stark, assembling itself over him with ease. This culminated in the Mark L, which used nanotechnology to seamlessly materialize the armor over Stark. The design philosophy had the added benefit of being able to control the armors via remote control, effectively making the armors into humanoid drones.\\nPerformance and functionality-wise, through the design of the Mark XI, Stark stuck with a basic design and aesthetic, merely improving the technology and increasing the weapons' capabilities. From the Mark XI onward, he began crafting armors with specialized capabilities, beginning with stealth systems. By the time he built the Mark XV, he began giving the armors individual names to better identify them among the ever-growing set and in terms of their specialized abilities.\\nStark used his technologically sophisticated armors to become Iron Man. The many systems of the armors allowed him to fly at supersonic speeds and contained various weapons for battle. He frequently improved the technology put into his armors, giving them upgrades for battles and to perfect the onboard systems. He had created a collection of suits for him to choose from; some are mission-specific or prototypes for testing out various capabilities, others are older models kept for nostalgia or for research. As the multi-billionaire head of a and a genius-level inventor, Tony Stark could procure or develop the additional technology needed as soon as possible. The Iron Man Armor is arguably one of the most powerful man-portable weapons on the planet.\\nglobal corporation Alone, the Mark I was sufficient enough to allow him to go through armed terrorists in order to escape. The Mark II was sufficiently powerful enough to go toe to toe with a more advanced and updated version of the armor (the Mark IV). The Mark III was able to easily dispatch some of the terrorists with ease and battle the , albeit with some difficulty (due to the fact that it was powered by the first generation mini-Arc Reactor and the Iron Monger was powered by the second Arc Reactor he made upon his return). The Mark V, while lacking additional weaponry and flight capabilities, was still able to take on while he was just utilizing just the first , with Stark relying primarily on his repulsors. The Marks VI and VII proved to be the most powerful generation suits used by Stark at the time.\\nTen Rings Iron Monger Armor Ivan Vanko Whiplash Armor They were powerful enough to battle hordes of , Vanko with his own , survive and battle two Asgardian gods (Thor and Loki, respectively) and hordes of foot soldiers and a with ease. The Marks 8 through 42, most of which were not even built for combat, proved nonetheless to be a significantly more powerful generation suits as they were able to battle , who themselves had enough strength and combat capabilities to match any of the armors.\\nHammer Drones advanced Whiplash armor Chitauri Leviathan nanotech-enhanced human soldiers\\n: When inside the armor, it amplified the user's physical strength, allowing Iron Man to lift in excess of sixty tons. Most armors were strong enough to lift and bench press tanks, or cars. Iron Man was also able to fight 's second robotic body, and when his strength was temporarily boosted by 's lightning, it increased his suit's power to over four hundred percent capacity. Iron Man was able to hold his own against the mighty Asgardian himself. When in his , he was able to go toe-to-toe with . A unique feat of strength was when Iron Man pushed and jump-started one of the rotors of the S.H.I.E.L.D. while in the Mark VI. Superhuman Strength       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/Iron_Man_Super_Strength.png/revision/latest?cb=20190407061022\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/Iron_Man_Super_Strength.png/revision/latest/scale-to-width-down/250?cb=20190407061022\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Iron Man Super Strength.png\\\" data-image-key=\\\"Iron_Man_Super_Strength.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/46/Iron_Man_Super_Strength.png/revision/latest/scale-to-width-down/250?cb=20190407061022\\\" /></a>                 Iron Man catching a 2.51-2.73 ton car S.H.I.E.L.D. Lifeboats Ultron Mjølnir Thor Hulkbuster armor Hulk Helicarrier : The armor was made up of a strong lightweight Titanium Alloy, with interlocked plates for the shell, and a chest plate protecting the . It has been shown to withstand tremendous amounts of punishment. The armor could withstand tank shells exploded in close proximity to Stark, and a resulting fall from several thousand feet up, followed by hits by twenty millimeter Vulcan shells and a high-speed collision with an with only minimal cosmetic damage. It was able to survive a full-on fight with an older generation suit throughout Stark's house, the fights with the and , and having several cars dropped on top of him by , all of which resulted in taking relatively minor damage. Most of all, it protected the wearer from the effects of extreme g-force. It even allowed him to withstand some of 's attacks, although Thor proved he could crush the suit's gauntlet frame with his strength. He was able to withstand the force of a turbine from the 's engines when he got it to work again after removing the debris blocking it. It was also able to withstand a full-on assault from the forces' energy weapons. The Mark XLII was able to take damage from having most of Tony's house collapse on him at the bottom of the ocean and being hit by a Mack truck, although, Stark was not in the armor and was instead remote-controlling it. Superhuman Durability Arc Reactor F-22 Raptor Hammer Drones Whiplash Scarlet Witch Thor Helicarrier Chitauri : Iron Man's armor has allowed him to reach immense speeds. Even from his third armor, he was able to keep up with an . While he improved his armor, his speed improved. He could move so fast that the wind that his suit generated was powerful enough to move a parked car. When his was destroyed, his armor was able to fly from to , in less than 24 hours, while he was unconscious. Separate parts of his armor were also able to fly themselves from Rose Hill to in in minutes. In addition, the flew from Malibu to in minutes as well. By the , Stark had upgraded his armor by so much that he was able to conjure himself even more powerful thrusters to catch up to the that was already reaching orbit. Superhuman Speed       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/94/IronManMkIIIVsRaptor-IM.png/revision/latest?cb=20141129193615\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/94/IronManMkIIIVsRaptor-IM.png/revision/latest/scale-to-width-down/250?cb=20141129193615\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManMkIIIVsRaptor-IM.png\\\" data-image-key=\\\"IronManMkIIIVsRaptor-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/94/IronManMkIIIVsRaptor-IM.png/revision/latest/scale-to-width-down/250?cb=20141129193615\\\" /></a>                 Iron Man keeps up with F-22 Raptors F-22 Raptor mansion Malibu Rose Hill Tennessee Aldrich Killian's Mansion Miami Iron Legion Florida Attack on Greenwich Village Q-Ship : While not on par with that of someone with genuine superhuman speed and reflexes like , Iron Man's armors nonetheless had motors for movement, and they were shown to be extremely fast and responsive both in flight and during combat, even against physically enhanced opponents such as or the . The suit's coordination and dexterity allowed the user to easily maneuver themselves and change directions with great ease during flight. Superhuman Reflexes Spider-Man Captain America Winter Soldier\\n\\\"Yeah, I can fly.\\\" ―Tony Stark : One of the armor's most important features was its propulsion system and subsequent ability of flight. The armor could reach speeds as high as Mach 3 in moments. It also had variable control surfaces for active flight control by J.A.R.V.I.S. to automatically stabilize the armor in flight. The armor was able to fly at speeds more than fifteen hundred miles per hour. However, the armor showed it could fly at supersonic speeds at the drop of a hat. By the time of the , the Mark VII armor's flight system was improved with additional boosters on the back. It enabled the armor to quickly evade enemy attacks, go faster, and also the ability to better maneuver himself and shoot while in flight; due to the fact that he didn't have to use his hands to keep himself stabilized all the time. Flight       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Tony_Stark_Flight.png/revision/latest?cb=20190406224001\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Tony_Stark_Flight.png/revision/latest/scale-to-width-down/250?cb=20190406224001\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark Flight.png\\\" data-image-key=\\\"Tony_Stark_Flight.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/0/0d/Tony_Stark_Flight.png/revision/latest/scale-to-width-down/250?cb=20190406224001\\\" /></a>                 Stark using repulsor technology to fly in mid-air Battle of New York\\n\\\"Analyze fight pattern.\\\" his ―Iron Man to F.R.I.D.A.Y. : The armor had remote assistance from or , who managed the armor's systems at Stark's command, and the armor also had a holographic HUD with heads-up displays for navigation, power level, armor status, weapons systems, vital signs with cellphone and computer connections in the helmet, and a built-in loudspeaker. The scanner systems were capable of scanning the environment, weather conditions, and equipment for information. The armor was able to absorb and convert energy sources, such as heat, kinetic energy or energy from the planet itself into electricity, directly into the batteries for recharge. This allows him to charge his suit up higher than capacity and deliver a stronger counter attack. The armor could be completely sealed for operations in vacuum or underwater, providing its own life support. It was also shielded against radiation. The Heads Up Display of the Iron Man suit was powered by , Stark's artificial intelligence. The Suit also had Defensive and Offensive sections, able to switch around the sections, resorting to missiles and lasers. The HUD could scan people, missile identifications, make calls, use a GPS, and give crucial suit credentials such as power. Thanks to the new repulsor flight system, as well as the magnetic implants embedded in Tony's forearms, individual pieces of later armors could self-assemble themselves onto Tony or others. Iron Man could summon small circular thrusters that could open up and attach to a surface to aid Iron Man in difficult situations. At the beginning of the , Iron Man launched a device that emitted an electromagnetic pulse on a helicopter that prevented and from escaping with it. Tony could launch two disc-like projectiles consecutively with retractable metal fibers that could form a powered clamp to bind enemies. It was powerful enough to bind the legs of Captain America. The armor had the ability to analyze people's specific fighting patterns, and in turn, find a counter to said fighting style which he used on Captain America. There were particle weapons in the palm gauntlets that fired beams or blasts of concussive and explosive force, allowing them to repel physical and energy-based attacks. Early repulsors needed time to recharge after use, but, because of the new , later repulsors were able to fire at a moment's notice and with far more controllable degrees of intensity. By the sixth armor, the repulsors could become small laser-like welding beams, which Stark used to install an Arc Reactor for . Later, repulsors became capable of launching targets off their feet without killing them, meaning they could function with intensity low enough to incapacitate and render targets unconscious. By the time of the and , the repulsors could generate energy that could rapidly repel large and heavy targets with ease. A more powerful version of the hand repulsor located in the chest called a Unibeam, which was powerful enough to disintegrate the 's prosthetic arm. He has a powerful weapon in the gauntlet wrists that could cut through any common metal, but was originally a one time use. Small anti-personnel guns in the shoulders that could target individual targets at once and fire at a moment's notice. Among the most proficient of the armor's weapon system was the missiles which he first used against a tank sent by the . The earliest incarnations of the armor held a multi-fire adhesive grenade launcher in the upper arm. In later models, the armor had mini-rockets hidden in a secret compartment in the boosters on the back, that blew up numerous ships. From the onward, the missiles used by the armor were shown to explode on impact rather than first attaching to the target, with the launchers for the missiles usually being located on either the arm or shoulder. Stark's had flamethrowers mounted on each arm which he used during his escape from the Ten Rings base, but they didn't make it to future armors. Thanks to micro-repeaters injected into his left forearm, Stark could mentally and remotely control the Iron Man armors beginning with the either as a whole or in pieces with a combination of gestures and thought. This is further augmented by a holographic headset, which allows Stark to see through the Mark XLII's primary camera and allowing for complete remote control of the armor as though he were wearing it. When he upgraded to nano-technology, Iron Man was able to create many weapons including bigger repulsors, a dagger, a shield, and he could even summon the armor around his body after he incorporated it into his arc reactor. Power Suit       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c6/Tony_HUD.png/revision/latest?cb=20190407014543\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c6/Tony_HUD.png/revision/latest/scale-to-width-down/250?cb=20190407014543\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony HUD.png\\\" data-image-key=\\\"Tony_HUD.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/c/c6/Tony_HUD.png/revision/latest/scale-to-width-down/250?cb=20190407014543\\\" /></a>                 Iron Man's HUD J.A.R.V.I.S. F.R.I.D.A.Y. F.R.I.D.A.Y. Clash of the Avengers Captain America Winter Soldier Mark XLVI Arc Reactor Stark Tower Mark L Mark LXXXV Winter Soldier Ten Rings Chitauri Mark XLIII first Iron Man suit Mark XLII Former Powers : During the , Stark managed to steal the from the worn by using the nanotechnology in his armor and use said nanotechnology to create an Infinity Gauntlet of his own to allow him to harness the Stones, thus granting him nearly unlimited levels of power and allowing him to do almost anything he desired with a simple snap of his fingers, as shown when he used the power of all six Stones to wipe Thanos' armies and even Thanos himself out of existence, but this came at the cost of his life as his body could not bear the extreme amounts of energy unleashed by using all six Stones at once.\\nNigh-Omnipotence Battle of Earth Infinity Stones Nano Gauntlet Thanos : After switching out the from the worn by into his own , Stark shaped an Infinity Gauntlet out of nanotechnology in the armor to safely handle the Infinity Stones. With one snap of his fingers, Stark collectively used the Infinity Stones to decimate all of Thanos' forces and even forcing Thanos to disintegrate into ashes, ending the Mad Titan's existence. However, due to Stark's , his body could not bear such a taxing use of the Infinity Stones, even with his armor, so the process also ended up fatally wounding Stark. Death Inducement Infinity Stones Nano Gauntlet Thanos armor human physiology Abilities\\n\\\"Yeah. Big man in a of armor. Take that off, what are you?\\\" \\\"Genius, billionaire, playboy, philanthropist.\\\" suit ― and Tony Stark Steve Rogers\\n: Stark was one of the smartest humans in the world, surpassing even his late father, , while rivaled only by fellow geniuses like , , , , , and , with , who easily deluded Iron Man into believing Loki was unaided in his invasion while in actuality he had much of his resources from Thanos, and , the smartest person in the world, being the only ones to outclass him. As a result, Stark was known by the nickname \\\"The Da Vinci of Our Time\\\", and despite initially being deemed unfit for the , and still respected Stark's genius enough for him to be recruited as a consultant for S.H.I.E.L.D. Stark's genius extended to his prolific mechanical engineering, electronic and electrical engineering, scientific, computer, business, strategic, piloting and linguistic skills. Throughout his life, Stark accomplished numerous intellectual feats, such as constructing scores of highly-advanced technological exoskeletal armors, figuring out a method for synthesizing a new element, discovering a means of allowing through the , and outsmarting the past rendition of the Mad Titan in battle. Genius-Level Intellect Howard Stark Bruce Banner Stephen Strange Hank Pym Leo Fitz Jemma Simmons Helen Cho Thanos Shuri Avengers Initiative Nick Fury Black Widow Time Travel Quantum Realm Thanos : Stark was an extremely talented and prolific engineer and robotics technician, having been able to make many complicated inventions at a young age, building his first circuit board at age four and his first engine at age six and at some point of his childhood, built , his personal lab assistants, and then going on to construct numerous innovative weapons for the US military as an adult, most notably the , as well as leading Stark Industries to become the largest tech conglomerate in the world. Even in a cave with very few resources, Stark and were able to make the and the first miniature . Indeed, 's group of well-equipped scientists failed to replicate the miniaturized Arc Reactor, while multiple world governments similarly failed to replicate Stark's Iron Man armors with the . He was also able to later program his Iron Man armors to fly to his body and the bodies of others, eventually able to remotely control his armors from vast distances away, via . Stark was equally brilliant in software and holographic engineering, with his custom-built being highly technology-integrated and wired to be run through his personal A.I. assistant, , whom Stark created from scratch. Stark would later go on to create the back-up A.I. systems , , , and , in addition to installing the into the , as well as re-assembling and restoring the memory of J.A.R.V.I.S. after finding the AI's remnants in the world . Moreover, Stark was able to help improve turbines on , as well as help construct the (capable of overpowering and knocking Hulk unconscious, despite the latter's great strength and durability), create the AI, and download into android. Stark also equipped several of his fellow with upgraded weaponry, notably the of , and a new uniform with electromagnetic panels for , to help the latter more easily retrieve his . Stark similarly equipped , upgrading his , creating a new , capable of focusing Peter's superhuman senses, in addition to also eventually creating the for Parker. Even with limited resources and simple hardware store supplies, Stark was able to use them to build a home-made arsenal, with which he infiltrated the 's mansion. Indeed, Stark was even able to give a lecture on integrated circuits while drunk to the point that most other men, according to , wouldn't have been able to stand. Stark was even capable of creating a of the that while not quite equal in terms of durability to the original, was still sufficient to have allowed to the Snap. Master Engineer       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/Tony_Stark_builds_Mark_II.png/revision/latest?cb=20190406222218\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/Tony_Stark_builds_Mark_II.png/revision/latest/scale-to-width-down/250?cb=20190406222218\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Tony Stark builds Mark II.png\\\" data-image-key=\\\"Tony_Stark_builds_Mark_II.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/bb/Tony_Stark_builds_Mark_II.png/revision/latest/scale-to-width-down/250?cb=20190406222218\\\" /></a>                 Stark creating an Iron Man armor Dum-E and U. Stark Industries Jericho Ho Yinsen Iron Man Mark I armor Arc Reactor Obadiah Stane Feebles telepresence headset mansion J.A.R.V.I.S. F.R.I.D.A.Y. J.O.C.A.S.T.A. T.A.D.A.S.H.I. Karen Training Wheels Protocol Spider-Man Suit NEXUS Internet hub Nick Fury S.H.I.E.L.D. Helicarriers Bruce Banner Hulkbuster Ultron J.A.R.V.I.S. Vision Avengers electroshock batons Black Widow Captain America vibranium shield Spider-Man Web-Shooters Spider-Man Suit Iron Spider Armor Mandarin Ho Yinsen nano-tech version Infinity Gauntlet Hulk undo : A exceptional scientific prodigy, Tony Stark was ingeniously resourceful, knowledgeable, and brilliant in many different fields of science, particularly physics, but also computer science, chemistry, and neuroscience, having graduated from MIT at age seventeen. Hence, he was able to attach an to his chest in order to save his life, to synthesize a previously unknown discovered by his father , to understand 's thermonuclear astrophysics notes on the overnight, impressing S.H.I.E.L.D. deputy director, Maria Hill, and to modify 's formula. Stark, however, notably admitted to surpassing him in the fields of radiophysics, particle collisions, and bio-organics, although at the same time, Bruce openly acknowledged Stark surpassed him in the field of physics, as in 2023, Stark proved capable of figuring out and creating the blueprints of a time-travel machine, something Bruce failed miserably at and a feat that genuinely surprised him. Master Scientist       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/Vlcsnap-2012-07-23-08h21m48s28.png/revision/latest?cb=20161020201931\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/Vlcsnap-2012-07-23-08h21m48s28.png/revision/latest/scale-to-width-down/250?cb=20161020201931\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"106\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Vlcsnap-2012-07-23-08h21m48s28.png\\\" data-image-key=\\\"Vlcsnap-2012-07-23-08h21m48s28.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/b/b1/Vlcsnap-2012-07-23-08h21m48s28.png/revision/latest/scale-to-width-down/250?cb=20161020201931\\\" /></a>                 Stark successfully creates the new element summa cum laude Arc Reactor element Howard Stark Erik Selvig Tesseract Maya Hansen Extremis Bruce Banner\\n\\\"Wait, Stark! We need a plan of attack!\\\" \\\"I have a plan: attack.\\\" ― and Iron Man Captain America : Stark, while a somewhat brash tactician, every so often made many split-second tactical decisions that either saved people's lives or overpowered his adversaries, though he usually had ', and later 's assistance in this. Notable instances of this include when Stark swiftly saved from the , when he defeated with ' covert help, when he had use their combined repulsor blasts to defeat , when he personally relocated a nuclear weapon sent by the into outer space destroying the Chitauri Command Center effectively ending their invasion, when he managed to save all falling passengers of , when he and War Machine saved and destroyed the with the , when he used F.R.I.D.A.Y.'s combat analysis to gain the upper hand against , and also when he promptly saved and fused back together a sinking NYC ferry. In addition, when was uncertain what to do in the , Stark promptly reminded him of their discussed plan for him. Stark also used his mechanical ingenuity to rectify his mistakes of the past to prepare for the future by upgrading his armors, such as installing a parachute in 's , a heater after crashing near as well as a GPS tracker after he was by the , and developing a to avoid covert intrusion (after his suit was invaded by during the ), which contained larger cannons (after his Repulsors were ineffective against during the ), foot thrusters with greater speed, automatic aim-missiles, flight stabilizers (after his suit was rendered unstable for flight due to receiving a beatdown from the combined efforts of Captain America and ), and tools to assist in combat, such as battering rams, shields, and blades. Nonetheless, Stark's tactics were usually brash and lacked subtlety, as he mentioned to upon their first meeting that his plan of attack concerning was simply to attack. However, Stark did learn from his mistakes, as he opted to take the from the rather than taking the gauntlet itself from , a course of action that had , and then decimating the Mad Titan's forces, ultimately outsmarting him in the end. Expert Tactician J.A.R.V.I.S. F.R.I.D.A.Y. Gulmira Ten Rings Iron Monger Pepper Potts War Machine Whiplash World Security Council Air Force One Matthew Ellis Extremis Soldiers Iron Legion Captain America Spider-Man Avengers Civil War Spider-Man suit Rose Hill kidnapped Ten Rings nanotechnology suit Ant-Man Clash of the Avengers Hulkbuster Hulk Duel of Johannesburg Winter Soldier Captain America Thor Infinity Stones Nano Gauntlet Thanos previously failed\\n\\\"When did you become an expert in thermonuclear astrophysics?\\\" \\\"Last night.\\\" ― and Tony Stark Maria Hill : At the age of twenty-one, Stark took over due to his parents' , thereby becoming the youngest CEO of a Company in history. Since then, Stark helped the company grow, and gain more business partners, with Stark Industries eventually becoming the largest tech conglomerate in the world under his leadership. Stark was therefore extremely well-respected in the business world, able to command people's attention when he spoke on economic matters by virtue of the fact that he was savvy enough to have, over the years, built up Stark Industries into the premier weapons supplier to the US military for years. He was known for having his employees' loyalty, as well as his impeccable business ethics. However, upon his return, he strived to be environmentally responsible in his businesses such as turning away from making weapons. also notably recruited Stark as a business consultant for , which continued until the fall of the agency in the . Moreover, Stark and the US government would later go on to joint purchase the , which Stark spearheaded so effectively in all post-battle cleanup, that promptly went out of business. Master Businessman       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/41/TStark-WIREDPromoImage-IM.jpg/revision/latest?cb=20170221134447\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/41/TStark-WIREDPromoImage-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221134447\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"TStark-WIREDPromoImage-IM.jpg\\\" data-image-key=\\\"TStark-WIREDPromoImage-IM.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/4/41/TStark-WIREDPromoImage-IM.jpg/revision/latest/scale-to-width-down/250?cb=20170221134447\\\" /></a>                 Stark is honored by magazine WIRED Stark Industries death Fortune 500 Nick Fury S.H.I.E.L.D. HYDRA Uprising United States Department of Damage Control Toomes Salvage Company\\n\\\"I cracked the 's firewall in high school on a dare.\\\" Pentagon ―Tony Stark : Stark was an extremely skilled hacker, as he had managed to crack the 's firewall on a dare, while still in high school. As an adult, Stark successfully used to hack into the database and learn of , and, after successfully hacking into the world Internet hub, Stark was able to discover J.A.R.V.I.S.' scattered remnants from all across the Internet. Master Hacker Pentagon J.A.R.V.I.S. S.H.I.E.L.D. Phase 2 NEXUS\\n\\\"Tony Stark was able to build in a ! With a box of scraps!\\\" \\\"Well, I'm sorry. I'm not Tony Stark.\\\" this cave ― and Obadiah Stane William Ginter Riva\\n: Stark was trained in unarmed combat by and , and became quite formidable on his own without the Iron Man armor when the situation demanded it. Hence, he was able to hold his own against , a Lieutenant Colonel Air Force Combat Pilot, during their armored brawl, despite himself being drunk at the time, and ultimately losing the fight. He was also able to battle almost to a standstill for a time while using the , though only because enhanced the armor to over 400% capacity and Thor was holding back. Stark further refined his hand-to-hand combat skills and became highly skilled in martial arts, being able to take down the guards at with ease using a homemade arsenal, and defeat the as well as hold his own reasonably well against on the . He was also able to outfight and ultimately subdue the -controlled while wearing the during and easily take out several in close combat. Although still outclassed by master level combatants; such as the and , Stark proved capable of standing up to them by combining his fighting skills with his ingenuity, as shown by how he blinded Barnes before going up against him in hand-to-hand combat and managed to counter and disarm him of his gun and land a single punch but was quickly overpowered and knocked out due to being unarmored and while Stark was wearing his , he was able to repeatedly overtake Winter Soldier and restrain him by using repulsors to enhance his speed and pin him down before he could react, although he got beaten in their last altercation and was able to briefly pummel using the same method and though ultimately pummeled by Rogers, upon using 's combat analysis and his armor's repulsors combined, he was able to overwhelm Captain America briefly before inevitably being defeated. He was even capable of briefly standing up to , as he was able to block some of Thanos' attacks and land remarkable blows and get a grip on the Titan using the weapons and repulsors available to his , but was ultimately severely outclassed, as he was near entirely unable to defend himself against Thanos' far superior fighting experience in a straight fist-fight and even armed with a sword, he was easily disarmed and stabbed. Expert Combatant       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/Captain_America_Civil_War_92.png/revision/latest?cb=20160207235852\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/Captain_America_Civil_War_92.png/revision/latest/scale-to-width-down/250?cb=20160207235852\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Captain America Civil War 92.png\\\" data-image-key=\\\"Captain_America_Civil_War_92.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/3/39/Captain_America_Civil_War_92.png/revision/latest/scale-to-width-down/250?cb=20160207235852\\\" /></a>                 Stark blocking the 's attacks Winter Soldier Phil Coulson Happy Hogan War Machine Thor Mark VI armor Mjølnir Aldrich Killian's Mansion Extremis Soldiers Aldrich Killian Norco Scarlet Witch Hulk Hulkbuster their fierce duel Ultron Sentries Winter Soldier Captain America Mark XLVI armor Captain America F.R.I.D.A.Y. Thanos nano-tech armor : Although he usually used his armor, Stark proved to be a quite skilled marksman, as shown by how he easily wielded handguns skillfully to escape from operatives while not having access to his armor. When his armor's targeting systems were inconveniently compromised by , with solely his naked eye, Stark was able to precisely shoot at the hatch's pivot of the , successfully preventing from escaping outside. Marksman A.I.M. Captain America HYDRA Siberian Facility Winter Soldier : Stark demonstrated a strong understanding of aerodynamics and aircrafts, allowing him to perform complex maneuvers while flying in the Iron Man armor while being chased by . His aptitude also extended to ground-based vehicles, allowing him to efficiently drive in high-speed racing competitions such as the GP. He also was able to fly the quinjet that he designed. Expert Pilot       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/94/IronManMkIIIVsRaptor-IM.png/revision/latest?cb=20141129193615\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/94/IronManMkIIIVsRaptor-IM.png/revision/latest/scale-to-width-down/250?cb=20141129193615\\\" decoding=\\\"async\\\" width=\\\"250\\\" height=\\\"104\\\" class=\\\"thumbimage\\\" data-image-name=\\\"IronManMkIIIVsRaptor-IM.png\\\" data-image-key=\\\"IronManMkIIIVsRaptor-IM.png\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/9/94/IronManMkIIIVsRaptor-IM.png/revision/latest/scale-to-width-down/250?cb=20141129193615\\\" /></a>                 Iron Man demonstrating his flying abilities F-22 Raptors Monaco Avengers\\n\\\"Non, non. S'il vous plaît. Tout ira bien. \\\" ―Tony Stark : Stark was fluent in his native English, as well as French, Spanish, Italian, Latin, and Dari. Multilingualism Equipment Iron Man Armors\\nIron Man Armor: Mark I Iron Man Armor: Mark II Iron Man Armor: Mark III Iron Man Armor: Mark IV Iron Man Armor: Mark V Iron Man Armor: Mark VI Iron Man Armor: Mark VII\\nIron Legion\\nIron Man Armor: Mark VIII Iron Man Armor: Mark IX Iron Man Armor: Mark X Iron Man Armor: Mark XI Iron Man Armor: Mark XII Iron Man Armor: Mark XIII Iron Man Armor: Mark XIV Iron Man Armor: Mark XV Iron Man Armor: Mark XVI Iron Man Armor: Mark XVII Iron Man Armor: Mark XVIII Iron Man Armor: Mark XIX Iron Man Armor: Mark XX Iron Man Armor: Mark XXI Iron Man Armor: Mark XXII Iron Man Armor: Mark XXIII Iron Man Armor: Mark XXIV Iron Man Armor: Mark XXV Iron Man Armor: Mark XXVI Iron Man Armor: Mark XXVII Iron Man Armor: Mark XXVIII Iron Man Armor: Mark XXIX Iron Man Armor: Mark XXX Iron Man Armor: Mark XXXI Iron Man Armor: Mark XXXII Iron Man Armor: Mark XXXIII Iron Man Armor: Mark XXXIV Iron Man Armor: Mark XXXV Iron Man Armor: Mark XXXVI Iron Man Armor: Mark XXXVII Iron Man Armor: Mark XXXVIII Iron Man Armor: Mark XXXIX Iron Man Armor: Mark XL Iron Man Armor: Mark XLI Iron Man Armor: Mark XLII Iron Man Armor: Mark XLIII Iron Man Armor: Mark XLIV Iron Man Armor: Mark XLV Iron Man Armor: Mark XLVI Iron Man Armor: Mark XLVII Iron Man Armor: Mark XLVIII Iron Man Armor: Mark L Iron Man Armor: Mark LXXXV Weapons\\n: Stark obtained one of these handguns from one of the guards at , using it to escape and discover the truth behind the Mandarin while threatening . Stark retrieved another of these guns, carrying it to the until he regained his armors. SIG Sauer P229R Aldrich Killian's Mansion Trevor Slattery Norco : During his escape from Aldrich Killian's Mansion, Stark disarmed a guard of his gun and used it alongside his repulsor to threaten another guard into willingly surrendering. Kimber Custom Mark XLII : Once equipping his Mark XLII repulsor and thruster to aid in his escape, Stark disarmed Ponytail Express of his weapon and used in tandem with his repulsor to neutralize the other guards attempting to kill him. However, his lack of trigger discipline and bad aim led him to just discard the gun after emptying the magazine. MAC-10 : During the , Stark was informed by that a nuclear missile was about to hit the city. Stark intercepted the missile and flew it through the wormhole. He used it to destroy the and end the battle. Nuclear Missile Battle of New York Nick Fury Chitauri Command Center Other Equipment\\n: Stark had gone on his business trip to to demonstrate ' new weapon, the . As a precaution, he was wearing his Bulletproof Vest under his shirt. When his convoy was attacked, one of his own company's bombs landed beside him and had exploded, embedding several pieces of shrapnel in his chest despite the protection of the vest. Bulletproof Vest Afghanistan Stark Industries Jericho Missile : Worried about his posioning, Tony developed a device to measure his blood toxicity by pricking his finger with a needle. Stark Medical Scanner palladium : Glasses that are worn by Tony and contain artificial intelligence interfaces like and . Tony Stark's Glasses F.R.I.D.A.Y. E.D.I.T.H. Vehicles\\n: Tony Stark was being transported back to through the province in in a Humvee convey after a business trip. However, his convoy was attacked by the and Stark was . Humvee Bagram Kunar Afghanistan Ten Rings kidnapped : A jet flown by Tony and on their way to . It was also flown by while she watched the on the TV. Stark Industries Private Jet Rhodey Afghanistan Pepper Potts Battle of New York : 1932 Ford Model B Roadster To be added : 1949 Mercury Coupé To be added : Stark owned a blue and white model of these cars, that was crushed during his first flight test for the . 1967 Shelby Cobra 427 Iron Man Armor: Mark II : Stark decided to drive himself the sponsored car in the Grand Prix de , until the car itself was destroyed by . Wolf-Ford Stark Industries Monaco Ivan Vanko : Audi R8 To be added : After winning the Battle of New York the gathered in to see Thor and Loki teleport back to . Tony Stark and Bruce Banner then left in the Acura 2012 Stark Industries Super Car. Acura 2012 Stark Industries Super Car Avengers Central Park Asgard : Stark has used the for transportation to travel around the world and take out threats during active missions as a member of the . Quinjet Quinjet Avengers : After was by , Stark and broke into the Q-Ship to Strange. Stark killed Maw by ejecting him into space and rescued Strange, then decided to use the ship to travel to and stop . Q-Ship Doctor Strange kidnapped Ebony Maw Peter Parker rescue Titan Thanos : Following the , Stark and fixed 's ship and left the planet. It would break down after 24 days of travel, but eventually, they were rescued in deep space by , who delivered them to Earth. Benatar Battle of Titan Nebula Star-Lord Captain Marvel Designs\\nArc Reactor J.A.R.V.I.S. Dum-E and U Holotable Jericho Gamma Ray Projector Stark Sonic Cannon Stark HUD 2020 Stark Medical Scanner Tony Stark's New Element Colantotte Bracelets Bus Iron Legion Project Insight Helicarriers Iron Man Mark XLII Telepresence Headset Veronica Ultron F.R.I.D.A.Y. J.O.C.A.S.T.A. T.A.D.A.S.H.I. E.D.I.T.H. Iron Man Gauntlet Tony Stark's Glasses\\nSpider-Man Suit\\nSpider-Drone Karen Training Wheels Protocol Baby Monitor Protocol\\nWeb-Shooters (2nd Generation)\\nSpider-Tracer Spider-Signal James Rhodes' Leg Braces Iron Spider Armor Nano Gauntlet Facilities\\n: Howard Stark's Mansion was the primary residence of the Stark Family, including Stark, his , his , and in , . Howard Stark's Mansion father mother Edwin Jarvis New York City New York : Phillips Academy To be added : Massachusetts Institute of Technology To be added : Tony Stark's Mansion To be added : Stark Industries Headquarters To be added : Demolished Bar To be added : Walt Disney Concert Hall To be added : Stark Expo To be added : United States Capitol To be added\\n\\\"How does it look?\\\" \\\"Like Christmas, but with more... me.\\\" ― and Tony Stark Pepper Potts\\n: Following the of , Stark decided to fund the , redesigning as a new headquarters for the team. After retrieving 's , the Avengers held a party at the tower, which fell under by a newly-created . The Avengers then proceeded to search for Ultron in the tower, going through their files until they came across . After the Stark watched return to the Avengers Tower with Maximoff's twins, to warn the Avengers about 's plan, which. Stark worked with Bruce Banner to upload the remnants of J.A.R.V.I.S into the synthezoid body created by Ultron to create , who was then born in the tower. Avengers Tower collapse S.H.I.E.L.D. Avengers Stark Tower Loki Scepter attack Ultron Ulysses Klaue Battle of Seoul Steve Rogers Ultron Vision : HYDRA Research Base To be added : After the , the Avengers relocated their base of operations to a facility upstate. After most of the team left, including Stark, Rogers and invited , , and as new members of the team. After the Civil War, Tony brought to the compound as an attempt to recruit him as the newest Avenger, offering him the , but Parker denied in favor of staying a friendly-neighborhood Spider-Man. Avengers Compound Ultron Offensive Romanoff War Machine Falcon Scarlet Witch Vision Peter Parker Iron Spider Armor : Clint Barton's Homestead To be added : HYDRA Siberian Facility To be added : Raft To be added : New York Sanctum To be added : Stark Eco-Compound To be added : Camp Lehigh To be added Prisons\\n: After being knocked unconscious while in Afghanistan, Stark was kidnapped and brought here by the Ten Rings. Eventually, he built the and escaped by killing all the kidnappers. Ten Rings Base Iron Man Mark 1 Armor : Aldrich Killian's Mansion To be added Relationships Appearances Trivia\\nIn the comics, Tony Stark is a member of the , a group made of the smartest and most powerful characters in the Marvel Universe, including , , , , , and . Illuminati Blackagar Boltagon Stephen Strange Bruce Banner Medusa Hank Pym T'Challa When Stark calls in , Rhodes' ringtone is the original theme song from the . James Rhodes Iron Man Iron Man 1966 TV series The reason why Stark's changes from an inverted pyramid back to a circular shape in is because personally disliked it. Arc Reactor The Avengers Joss Whedon Starting with the (with the sole exception of the ), the no longer use the Arc Reactor within Stark's chest as a power source. Instead, the suits each have their own individual Arc Reactor as seen when Killian damaged the one powering the and Stark's own Reactor remained unscathed. Mark IV Mark V armors Silver Centurion armor Stark's de-aged appearance in is based on 's appearance in the 1987 film . Captain America: Civil War Robert Downey, Jr. Less Than Zero mockingly calling Stark \\\"The Futurist\\\" is a reference to a studio album that made in 2004. Hawkeye Robert Downey, Jr. mentions Iron Man in his song \\\" \\\" in the episode . Method Man Bulletproof Love Luke Cage Soliloquy of Chaos Stark has his own flavor of ice cream called , which states as being \\\"a bit chalky.\\\" Ben & Jerry's Stark Raving Hazelnuts Doctor Strange Stark was 5'9 and weighed 185 lbs. Archive footage of Tony Stark from was used in the trailers of . Iron Man Shang-Chi and the Legend of the Ten Rings Behind the Scenes\\nwas uncredited for his appearance in . Robert Downey, Jr. The Incredible Hulk Before Robert Downey, Jr. was cast as Tony Stark/Iron Man, , , , and were interested in playing Iron Man. Cruise, in particular, was going to act in and produce the film. Cage played another Marvel superhero in . Hugh Jackman was originally offered the role of Tony Stark/Iron Man in , but he turned it down in order to star in , in the end Robert Downey, Jr. was cast instead. According to , and are among the actors that were considered for Tony Stark during pre-production. Rockwell would appear in as . Nicolas Cage Tom Cruise Leonardo DiCaprio Timothy Olyphant Hugh Jackman Johnny Blaze/Ghost Rider Ghost Rider Iron Man X-Men Origins: Wolverine Jon Favreau Clive Owen Sam Rockwell Iron Man 2 Justin Hammer Favreau had planned to cast a newcomer in the role but ultimately chose Downey (a fan of the comic) because he felt the actor's past made him an appropriate choice for the part.\\n\\\"The best and worst moments of Robert's life have been in the public eye,\\\" the director explained. \\\"He had to find an inner balance to overcome obstacles that went far beyond his career. That's Tony Stark. Robert brings a depth that goes beyond a comic book character who is having trouble in high school, or can't get the girl.\\\" Favreau also felt Downey could make Stark a \\\"likable asshole,\\\" but also depict an authentic emotional journey once he won over the audience. Downey had an office next to Favreau during pre-production, which allowed him greater involvement in the screenwriting process. He brought a deeper sense of humor to the film not present in previous drafts of the script. Robert Downey, Jr. practices the \\\"Wing Chun\\\" martial arts style, which Tony Stark also demonstrates in-universe as seen on a training dummy in and in Stark's unarmored fight against The Winter Soldier in . Iron Man 3 Captain America: Civil War Downey stated that he initially pushed to make Stark the lead in , \\\"Well, I said, ‘I need to be in the opening sequence. I don’t know what you’re thinking, but Tony needs to drive this thing.’ He was like, ‘Okay, let’s try that.’ We tried it, and it didn’t work, because this is a different sort of thing, the story and the idea and, the theme are the theme, and everybody is just an arm of the octopus.\\\" Joss Whedon The Avengers       <a href=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/Simon_Williams_Tony_Stark_Poster.jpg/revision/latest?cb=20170517174452\\\" class=\\\"image\\\"><img alt=\\\"\\\" src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/Simon_Williams_Tony_Stark_Poster.jpg/revision/latest/scale-to-width-down/200?cb=20170517174452\\\" decoding=\\\"async\\\" width=\\\"200\\\" height=\\\"296\\\" class=\\\"thumbimage\\\" data-image-name=\\\"Simon Williams Tony Stark Poster.jpg\\\" data-image-key=\\\"Simon_Williams_Tony_Stark_Poster.jpg\\\" data-src=\\\"https://static.wikia.nocookie.net/marvelcinematicuniverse/images/5/5e/Simon_Williams_Tony_Stark_Poster.jpg/revision/latest/scale-to-width-down/200?cb=20170517174452\\\" /></a>                 A of Tony Stark starring biopic Simon Williams\\nThroughout , Stark is seen wearing a t-shirt, a reference to the band's song \\\" \\\". Despite the fact the song was created with no link to the Marvel comics, the film series have often adapted the song to use in film and advertisements. However, in the of the first film, Stark chooses the name himself rather than being given it by the press, naming his alter-ego after his favorite song. The Avengers Black Sabbath Iron Man Iron Man novelization Actor portrays Tony Stark in-universe. features a poster for a of Stark, which is a parody of the poster for the film , starring in the . Simon Williams Guardians of the Galaxy Vol. 2 biopic Danny Boyle Steve Jobs Michael Fassbender title role , , , , , , , , , , , , , and were stunt doubles for in the role of Iron Man. Richard Cetrone Greg Fitzpatrick Mike Justus Oakley Lehman Daniel Stevens Clay Donahue Fontenot Glenn Foster Paul Vallespi Tanner Foust Trevor Habberstad Douglas Robson Ben Wright Kofi Yiadom James Young John Flanagan Robert Downey, Jr. was a stand-in for in the role of Iron Man. Brian Schaeffer Robert Downey, Jr. References\\nThe has a collection of images and media related to . Marvel Cinematic Universe Wiki Iron Man\\nThe has a collection of quotes related to . Marvel Cinematic Universe Wiki Iron Man\\n↑ Iron Man\\n↑ Captain America: Civil War\\n↑ Iron Man 2: Public Identity\\n↑ Iron Man 2\\n↑ Marvel One-Shot: The Consultant\\n↑ Guidebook to the Marvel Cinematic Universe - Avengers Initiative\\n↑ The Avengers\\n↑ Thor: The Dark World Prelude\\n↑ Iron Man 3\\n↑ Agents of S.H.I.E.L.D.: 1.01: Pilot\\n↑ Avengers: Age of Ultron\\n↑ Spider-Man: Homecoming\\n↑ Avengers: Infinity War\\n↑ Avengers: Endgame\\n↑ Spider-Man: Far From Home\\n↑ S.H.I.E.L.D. File\\n↑ Guidebook to the Marvel Cinematic Universe - Iron Man\\n↑ Iron Man: Fast Friends\\n↑ Iron Man: Security Measures\\n↑ Iron Man Post-credits Scene\\n↑ Iron Man: I Am Iron Man!\\n↑ Iron Man 2: Security Breach\\n↑ Iron Man 2: Nick Fury: Director of S.H.I.E.L.D.\\n↑ Iron Man 2: Fist of Iron\\n↑ Iron Man Royal Purple Custom Comic\\n↑ Iron Man 2 Deleted Scene\\n↑ Tom Holland Confirms Popular Fan Theory: Spider-Man Was In 'Iron Man 2'\\n↑ The Incredible Hulk\\n↑ Google+ Profile/WHiH World News\\n↑ Iron Man 3 Prelude\\n↑ The Avengers Post-credits Scene\\n↑ Captain America: The Winter Soldier\\n↑ Iron Man 3 Post-credits Scene\\n↑ Agents of S.H.I.E.L.D.: 1.20: Nothing Personal\\n↑ Avengers: Operation HYDRA\\n↑ Ant-Man\\n↑ WHiH Newsfront: 1.05: WHIH EXCLUSIVE: Scott Lang Interview\\n↑ The Wakanda Files: A Technological Exploration of the Avengers and Beyond\\n↑ Twitter Profile/WHiH Newsfront\\n↑ Black Widow Prelude\\n↑ Avengers: Infinity War Prelude\\n↑ Captain Marvel Prelude\\n↑ Avengers: Endgame Deleted Scene\\n↑ https://www.youtube.com/watch?v=YU7iBkl3anQ&feature=youtu.be&t=17m45s\\n↑ Translates from French to: \\\" \\\" No, no. Please. Everything will be fine.\\n↑ The Evolution Of Iron Man's Suits\\n↑ Here's How 'Captain America: Civil War' Created A Young Tony Stark\\n↑ File:S.H.I.E.L.D. Tony Stark file.jpg\\n↑ Iron Man (book)\\n↑ Nathan Fillion Will Cameo as Simon Williams/Wonder Man in Guardians of the Galaxy 2 External Links\\non Iron Man Marvel Database on Iron Man Wikipedia\\n\\n\\n\\n\\n\\n\\n\\nCategories   \\n\\n\\n\\n\\n\\nLanguages   \\n\\n\\n\\n\\n\\n\\n\\n Español Français Polski Português do Brasil Русский Українська 中文\\nCommunity content is available under unless otherwise noted.  CC-BY-SA\\n\\n\\n Advertisement\\n\\n\\n\\n\\n\\n Fan Feed \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n More Marvel Cinematic Universe Wiki\\n\\n\\n\\n\\n\\n\\n\\n\\n 1 Doctor Strange in the Multiverse of Madness\\n\\n\\n\\n\\n 2 Scarlet Witch\\n\\n\\n\\n\\n 3 Phase Four\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\nExplore Wikis \\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n Universal Conquest Wiki\\n\\n\\n\\n\\n\\n\\n Let's Go Luna! Wiki\\n\\n\\n\\n\\n\\n\\n Club 57 Wiki\\n\\n\\n\\n\\n\\n\\n\\n (window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\\\"wgPageParseReport\\\":{\\\"limitreport\\\":{\\\"cputime\\\":\\\"1.506\\\",\\\"walltime\\\":\\\"1.659\\\",\\\"ppvisitednodes\\\":{\\\"value\\\":9814,\\\"limit\\\":1000000},\\\"ppgeneratednodes\\\":{\\\"value\\\":0,\\\"limit\\\":1000000},\\\"postexpandincludesize\\\":{\\\"value\\\":57487,\\\"limit\\\":2097152},\\\"templateargumentsize\\\":{\\\"value\\\":42616,\\\"limit\\\":2097152},\\\"expansiondepth\\\":{\\\"value\\\":5,\\\"limit\\\":40},\\\"expensivefunctioncount\\\":{\\\"value\\\":0,\\\"limit\\\":100},\\\"unstrip-depth\\\":{\\\"value\\\":0,\\\"limit\\\":20},\\\"unstrip-size\\\":{\\\"value\\\":42536,\\\"limit\\\":5000000},\\\"timingprofile\\\":[\\\"100.00% 289.804 1 -total\\\",\\\" 32.67% 94.677 1 Template:Character\\\",\\\" 15.90% 46.079 1 Template:Scroll_box\\\",\\\" 15.40% 44.640 1 Template:Reflist\\\",\\\" 9.47% 27.453 131 Template:Quote\\\",\\\" 2.08% 6.034 5 Template:Affiliation\\\",\\\" 1.81% 5.241 70 Template:WPS\\\",\\\" 1.19% 3.457 1 Template:Citizenship\\\",\\\" 0.68% 1.972 1 Template:Succession_box\\\",\\\" 0.66% 1.900 4 Template:Expand\\\"]},\\\"cachereport\\\":{\\\"timestamp\\\":\\\"20220220233115\\\",\\\"ttl\\\":1209600,\\\"transientcontent\\\":false}}});}); (window.RLQ=window.RLQ||[]).push(function(){mw.config.set({\\\"wgBackendResponseTime\\\":116});});\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n\\n Follow on IG\\n\\n Newsletter\\n\\n Join Fan Lab\",\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man\",\r\n        \"breadcrumb\": \"https://marvelcinematicuniverse.fandom.com › wiki › Iro...\"\r\n    },\r\n    {\r\n        \"estimatedVisits\": 0,\r\n        \"link\": \"https://www.facebook.com/IronManITA/\",\r\n        \"breadcrumb\": \"https://www.facebook.com › ... › TV & Movies › Movie\",\r\n        \"title\": \"Iron Man IT - Home | Facebook\"\r\n    }\r\n]"},{"id":"bfa86171-922d-4be5-8eb3-62aaff25e2f6","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"iron man\",\r\n    \"countryCode\": \"IT\",\r\n    \"deviceId\": 1,\r\n    \"searchEngineId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/copywriting"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"9a340ca1-1b23-4d96-bdfe-8ed0dd6fc04c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/copywriting"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"0e1ddd25-6ac4-45a0-8ca7-84f21c3bf7ea","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\r\n    \"keyword\": \"iron man\",\r\n    \"countryCode\": \"IT\",\r\n    \"deviceId\": 1,\r\n    \"searchEngineId\": 1\r\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/copywriting"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"dfcd0846-109a-435d-90a5-92569af59d05"},{"name":"Social Analysis","id":"54a9560f-756b-4723-83d8-801b08e6bbd7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/social?format=json","description":"<p>It returns you social data about the first 10 page results found in SERP for a specific typed query.</p>\n<p>Specifically, for every results page, it gives you back:</p>\n<ul>\n<li>The total amount of reactions</li>\n<li>The total amount of shares</li>\n<li>The total amount of comments</li>\n<li>The total amount of estimated visits</li>\n<li>The average CTR (Click Through Rate)</li>\n<li>The popularity page rate</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword (required)</td>\n<td>It identifies the keyword of which you want to analyze the first 10 results pages.</td>\n</tr>\n<tr>\n<td>countryCode (required)</td>\n<td>It identifies the country of which you want to analyze the first 10 results pages. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>deviceId</td>\n<td>It identifies the device on which you want to analyze the first 10 results pages. If you want to learn more about this param, go to the utility <a href=\"#get-device-id\">\"Get Device ID\"</a>.</td>\n</tr>\n<tr>\n<td>searchEngineId</td>\n<td>It identifies the search engine of which you want to analyze the first 10 results pages. Today are available 4 different search engines (Google, Yahoo!, Bing, and Yandex). If you want to learn more about this param, go to the utility <a href=\"#get-search-engine-ids\">\"Get Search Engine IDs\"</a>.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","serp-checker","social"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"94f75997-aeaf-4229-b7be-5976a6854758","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/social"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"link\": \"https://it.wikipedia.org/wiki/Iron_Man_(film)\",\r\n        \"linkAuthority\": 43,\r\n        \"linkDomainAuthority\": 100,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 1,\r\n        \"rankPosition\": 1,\r\n        \"breadcrumb\": \"https://it.wikipedia.org › wiki › Iron_Man_(film)\",\r\n        \"title\": \"Iron Man (film) - Wikipedia\",\r\n        \"ctr\": 28.5,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"share\": 9,\r\n        \"comment\": 1\r\n    },\r\n    {\r\n        \"link\": \"https://www.imdb.com/title/tt0371746/\",\r\n        \"linkAuthority\": 44,\r\n        \"linkDomainAuthority\": 96,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 2,\r\n        \"rankPosition\": 4,\r\n        \"breadcrumb\": \"https://www.imdb.com › title\",\r\n        \"title\": \"Iron Man (2008) - IMDb\",\r\n        \"ctr\": 15.7,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"reaction\": 1718,\r\n        \"share\": 811,\r\n        \"comment\": 829\r\n    },\r\n    {\r\n        \"link\": \"https://www.amazon.it/Iron-man-Robert-Downey-Jr/dp/B00EYJC1S2\",\r\n        \"linkAuthority\": 23,\r\n        \"linkDomainAuthority\": 93,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 3,\r\n        \"rankPosition\": 5,\r\n        \"breadcrumb\": \"https://www.amazon.it › Iron-man-Robert-Downey-Jr\",\r\n        \"title\": \"Iron man - Amazon.it\",\r\n        \"ctr\": 11,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"share\": 1\r\n    },\r\n    {\r\n        \"link\": \"https://www.wired.it/play/cinema/2020/12/14/addio-robert-downey-jr-iron-man-definitivo/\",\r\n        \"linkAuthority\": 30,\r\n        \"linkDomainAuthority\": 88,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 4,\r\n        \"rankPosition\": 7,\r\n        \"breadcrumb\": \"https://www.wired.it › Cultura › Cultura\",\r\n        \"title\": \"L'addio di Robert Downey Jr. a Iron Man è definitivo ...\",\r\n        \"ctr\": 8,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"reaction\": 1232,\r\n        \"share\": 19,\r\n        \"comment\": 119\r\n    },\r\n    {\r\n        \"link\": \"https://www.tomshw.it/culturapop/iron-man-le-origini-del-corazzato-eroe-marvel/\",\r\n        \"linkAuthority\": 23,\r\n        \"linkDomainAuthority\": 78,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 5,\r\n        \"rankPosition\": 8,\r\n        \"breadcrumb\": \"https://www.tomshw.it › culturapop › iron-man-le-origi...\",\r\n        \"title\": \"Iron Man: le origini del corazzato eroe Marvel - Tom's ...\",\r\n        \"ctr\": 7.2,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"reaction\": 6,\r\n        \"share\": 1\r\n    },\r\n    {\r\n        \"link\": \"https://www.amica.it/2019/04/04/robert-downey-jr-iron-man-54-anni/\",\r\n        \"linkAuthority\": 18,\r\n        \"linkDomainAuthority\": 72,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 6,\r\n        \"rankPosition\": 9,\r\n        \"breadcrumb\": \"https://www.amica.it › Party & People\",\r\n        \"title\": \"Robert Downey Jr: Iron Man compie 54 anni e ci dice addio\",\r\n        \"ctr\": 5.1,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"reaction\": 11,\r\n        \"share\": 1,\r\n        \"comment\": 17\r\n    },\r\n    {\r\n        \"link\": \"https://www.panini.it/shp_ita_it/fumetti-libri-riviste/marvel/personaggi-marvel/iron-man.html\",\r\n        \"linkAuthority\": 12,\r\n        \"linkDomainAuthority\": 71,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 7,\r\n        \"rankPosition\": 11,\r\n        \"breadcrumb\": \"https://www.panini.it › shp_ita_it › marvel › iron-man\",\r\n        \"title\": \"Iron Man - Fumetti, libri e riviste | Personaggi Marvel ...\",\r\n        \"ctr\": 4,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0\r\n    },\r\n    {\r\n        \"link\": \"https://www.timvision.it/detail/50290457-iron-man\",\r\n        \"linkAuthority\": 10,\r\n        \"linkDomainAuthority\": 63,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 8,\r\n        \"rankPosition\": 12,\r\n        \"breadcrumb\": \"https://www.timvision.it › detail › 50290457-iron-man\",\r\n        \"title\": \"Iron Man - TIMVISION\",\r\n        \"ctr\": 3.2,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"reaction\": 8,\r\n        \"share\": 3\r\n    },\r\n    {\r\n        \"link\": \"https://marvelcinematicuniverse.fandom.com/wiki/Iron_Man\",\r\n        \"linkAuthority\": 56,\r\n        \"linkDomainAuthority\": 93,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 9,\r\n        \"rankPosition\": 13,\r\n        \"breadcrumb\": \"https://marvelcinematicuniverse.fandom.com › wiki › Iro...\",\r\n        \"title\": \"Iron Man | Marvel Cinematic Universe Wiki | Fandom\",\r\n        \"ctr\": 2.8,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0,\r\n        \"reaction\": 81,\r\n        \"share\": 119,\r\n        \"comment\": 15\r\n    },\r\n    {\r\n        \"link\": \"https://www.facebook.com/IronManITA/\",\r\n        \"linkAuthority\": 31,\r\n        \"linkDomainAuthority\": 100,\r\n        \"resultType\": \"organic\",\r\n        \"position\": 10,\r\n        \"rankPosition\": 14,\r\n        \"breadcrumb\": \"https://www.facebook.com › ... › TV & Movies › Movie\",\r\n        \"title\": \"Iron Man IT - Home | Facebook\",\r\n        \"ctr\": 2.5,\r\n        \"estimatedVisits\": 0,\r\n        \"popularity\": 0\r\n    }\r\n]"},{"id":"0d874c30-5c18-45e0-b8e4-c71d2f28d759","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/social"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"e4dd5c3f-397f-49b4-a6e3-5435cc37e4d2","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/social"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"0237da8c-a671-44dd-ad1b-5e7d58b8ab59","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"IT\",\n    \"deviceId\": 1,\n    \"searchEngineId\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/serp-checker/social"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"54a9560f-756b-4723-83d8-801b08e6bbd7"}],"id":"3f508636-01f7-4c9b-8215-afb648afa1bf","description":"<p>To comprehend better the features of SERP Checker 360° APIs, you can try our tool by clicking here:<br /><a href=\"https://suite.seotesteronline.com/serp-checker/\">https://suite.seotesteronline.com/serp-checker/</a></p>\n","_postman_id":"3f508636-01f7-4c9b-8215-afb648afa1bf","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}},{"name":"Keyword Explorer Tool","item":[{"name":"Keyword - autocomplete","id":"f57bd015-6596-43a0-960f-02b62316667a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/autocomplete?format=json","description":"<p>It returns you data about keywords strictly related to those the user typed in. This keyword contains specific terms typed with other words.</p>\n<p>Specifically, for every keyword, it gives you back:</p>\n<ul>\n<li>The average number of monthly search volumes</li>\n<li>The average CPC (Cost Per Click)</li>\n<li>The medium level of paid competition</li>\n<li>The keyword difficulty rate</li>\n</ul>\n<p>We also return you the date to which the keyword data displayed refers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword (required)</td>\n<td>It identifies the list of keywords that the user wants to analyze</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>It identifies the limit of shown results for each keyword. It's not mandatory to include in the request. By default, you will get all the results.</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>It identifies the average number of monthly searches performed in a country over 12 months. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>It identifies the country in which you want to analyze the keyword. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>CPC</td>\n<td>It identifies the average price the advertiser has to pay for every click on a paid ad that contains the searched keyword. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>competition</td>\n<td>It identifies the level of competition for a given keyword in the Pay-Per-Click (PPC) campaigns. Users can set a maximum or a minimum value. The range may vary between 1 and 100. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>difficulty</td>\n<td>It identifies the difficulty of ranking in the top 10 results for a given keyword. Users can set a maximum or a minimum value. The range may vary between 1 and 99. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>excludedWords</td>\n<td>It permits you to exclude some words between the ones shown in the keyword results. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>includedWords</td>\n<td>It permits you to include only some words between the ones generate in the keyword research. It's not mandatory to include in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","keyword","autocomplete"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"7bbac753-0772-4372-84b5-f1abac97bb62","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/autocomplete"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"keywordUuid\": \"2e4811eb-f206-9563-9655-022b04e227ca\",\r\n        \"createdAt\": 1606217484,\r\n        \"updatedAt\": 1645464864,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 135000,\r\n        \"avgCpc\": 0.69,\r\n        \"avgDifficulty\": 84,\r\n        \"avgCompetition\": 60,\r\n        \"numResults\": 3100000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 135000,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 135000,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 74250,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 135000,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4611ea-59d3-3d05-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645464864,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 2\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 22200,\r\n        \"avgCpc\": 1.25,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": 1,\r\n        \"numResults\": 3230000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 18204,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 14874,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 18204,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 18204,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 14874,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 8214,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 22200,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4711ea-21cd-cde0-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645464864,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 3\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 18100,\r\n        \"avgCpc\": 1.1,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": null,\r\n        \"numResults\": 1430000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 14842,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 18100,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 18100,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 9955,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 14842,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 8145,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 14842,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 18100,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae3d11ea-97cb-36b3-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645464865,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 4\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 0.69,\r\n        \"avgDifficulty\": 63,\r\n        \"avgCompetition\": 1,\r\n        \"numResults\": 1400000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 4455,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 3564,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4c11ea-1b8a-11d3-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645464865,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man streaming\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 6600,\r\n        \"avgCpc\": 1.14,\r\n        \"avgDifficulty\": 65,\r\n        \"avgCompetition\": 4,\r\n        \"numResults\": 99,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 4422,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 4422,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 6600,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    }\r\n]"},{"id":"10d9c519-99fd-408c-b670-1f24c8c25ca5","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/autocomplete"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"fcfd41a8-474f-41f6-ba58-efb8e1b82b66","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/autocomplete"},"code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"8dea5ac7-c29d-4506-91cc-1e92254351be","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/autocomplete"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"f57bd015-6596-43a0-960f-02b62316667a"},{"name":"Keyword - related","id":"d92c7879-067c-408d-af2c-7c628c2c1220","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/related?format=json","description":"<p>It returns you data about keywords semantically related to those the user typed in. This keyword can contain the transcribed typed words or other ones (that are in the same semantic area of the words typed).</p>\n<p>Specifically, for every keyword, it gives you back:</p>\n<ul>\n<li>The average number of monthly search volumes</li>\n<li>The average CPC (Cost Per Click)</li>\n<li>The medium level of paid competition</li>\n<li>The keyword difficulty rate</li>\n</ul>\n<p>We also return you the date to which the keyword data displayed refers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword (required)</td>\n<td>It identifies the list of keywords that the user wants to analyze</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>It identifies the limit of shown results for each keyword. It's not mandatory to include in the request. By default, you will get all the results.</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>It identifies the average number of monthly searches performed in a country over 12 months. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>It identifies the country in which you want to analyze the keyword. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>CPC</td>\n<td>It identifies the average price the advertiser has to pay for every click on a paid ad that contains the searched keyword. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>competition</td>\n<td>It identifies the level of competition for a given keyword in the Pay-Per-Click (PPC) campaigns. Users can set a maximum or a minimum value. The range may vary between 1 and 100. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>difficulty</td>\n<td>It identifies the difficulty of ranking in the top 10 results for a given keyword. Users can set a maximum or a minimum value. The range may vary between 1 and 99. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>excludedWords</td>\n<td>It permits you to exclude some words between the ones shown in the keyword results. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>includedWords</td>\n<td>It permits you to include only some words between the ones generate in the keyword research. It's not mandatory to include in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}},"urlObject":{"path":["api-user","v1","keyword","related"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"6538473d-9b7d-44e3-8f4f-b25e79f96e81","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/related"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"keywordUuid\": \"tony stark-IT-1\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645436433,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"tony stark\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 33100,\r\n        \"avgCpc\": 0.13,\r\n        \"avgDifficulty\": 62,\r\n        \"avgCompetition\": 9,\r\n        \"numResults\": 111000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 22177,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 27142,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 22177,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 27142,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 33100,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 27142,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 27142,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 27142,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 27142,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 22177,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 22177,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 22177,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"marvel cinematic universe-IT-1\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645436433,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"marvel cinematic universe\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 14800,\r\n        \"avgCpc\": 1.44,\r\n        \"avgDifficulty\": 68,\r\n        \"avgCompetition\": 4,\r\n        \"numResults\": 120000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 8140.000000000001,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 12136,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 12136,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 14800,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 14800,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 12136,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 9916,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 12136,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 12136,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 12136,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 9916,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 14800,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"iron man 4-IT-1\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645436434,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 4\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 0.69,\r\n        \"avgDifficulty\": 63,\r\n        \"avgCompetition\": 1,\r\n        \"numResults\": 1400000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 4455,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 4455,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 3564,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"iron man 1-IT-1\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645436434,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 1\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 5400,\r\n        \"avgCpc\": 1.28,\r\n        \"avgDifficulty\": 64,\r\n        \"avgCompetition\": 4,\r\n        \"numResults\": 3340000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 2970.0000000000005,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 3618,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 3618,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 5400,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 3618,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 2970.0000000000005,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 1566,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"lego iron man-IT-1\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645436434,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"lego iron man\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 5400,\r\n        \"avgCpc\": 2.02,\r\n        \"avgDifficulty\": 85,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 102000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 5400,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 2430,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 1620,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 1944,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 1944,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 1620,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 1620,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 1620,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 1944,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 1944,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 1944,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 2430,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 0\r\n    }\r\n]"},{"id":"27b80325-07a1-4041-b7ac-be033a9ef900","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/related"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"46018e45-76f2-4736-8c8b-59df4a59d156","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/related"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"8669ab2e-8e07-40b7-9da2-a55d58df44c2","name":"404 - Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/related"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"not found\"\r\n}"},{"id":"ad1d5364-b6bc-4ec6-a92b-9deaaa9cc261","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/related"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"d92c7879-067c-408d-af2c-7c628c2c1220"},{"name":"Keyword - have same terms","id":"7be7aec7-f0d0-4f58-b5a7-6b91b1fbfa3f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/have-same-terms?format=json","description":"<p>It returns you data about the exact keywords typed by the user. This keyword has to contain the specific terms transcribed and could also include other words.</p>\n<p>Specifically, for every keyword, it gives you back:</p>\n<ul>\n<li>The average number of monthly search volumes</li>\n<li>The average CPC (Cost Per Click)</li>\n<li>The medium level of paid competition</li>\n<li>The keyword difficulty rate</li>\n</ul>\n<p>We also return you the date to which the keyword data displayed refers.</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keyword (required)</td>\n<td>It identifies the list of keywords that the user wants to analyze</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>It identifies the limit of shown results for each keyword. It's not mandatory to include in the request. By default, you will get all the results.</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>It identifies the average number of monthly searches performed in a country over 12 months. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>It identifies the country in which you want to analyze the keyword. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>CPC</td>\n<td>It identifies the average price the advertiser has to pay for every click on a paid ad that contains the searched keyword. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>competition</td>\n<td>It identifies the level of competition for a given keyword in the Pay-Per-Click (PPC) campaigns. Users can set a maximum or a minimum value. The range may vary between 1 and 100. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>difficulty</td>\n<td>It identifies the difficulty of ranking in the top 10 results for a given keyword. Users can set a maximum or a minimum value. The range may vary between 1 and 99. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>excludedWords</td>\n<td>It permits you to exclude some words between the ones shown in the keyword results. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>includedWords</td>\n<td>It permits you to include only some words between the ones generate in the keyword research. It's not mandatory to include in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","keyword","have-same-terms"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"6cf6f1de-a804-41bf-b834-c3f5d8a23910","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/similar"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"keywordUuid\": \"2e4811eb-f206-9563-9655-022b04e227ca\",\r\n        \"createdAt\": 1606217484,\r\n        \"updatedAt\": 1645465030,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 135000,\r\n        \"avgCpc\": 0.69,\r\n        \"avgDifficulty\": 84,\r\n        \"avgCompetition\": 60,\r\n        \"numResults\": 3100000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 135000,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 135000,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 110700,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 74250,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 90450,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 135000,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4611ea-59d3-3d05-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465030,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 2\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 22200,\r\n        \"avgCpc\": 1.25,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": 1,\r\n        \"numResults\": 3230000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 18204,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 14874,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 18204,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 18204,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 14874,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 8214,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 12210.000000000002,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 22200,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4711ea-21cd-cde0-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465030,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 3\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 18100,\r\n        \"avgCpc\": 1.1,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": null,\r\n        \"numResults\": 1430000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 14842,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 18100,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 18100,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 9955,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 12127,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 14842,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 8145,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 14842,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 18100,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae3d11ea-97cb-36b3-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465030,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man 4\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 0.69,\r\n        \"avgDifficulty\": 63,\r\n        \"avgCompetition\": 1,\r\n        \"numResults\": 1400000000,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 4455,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 6642,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 8100,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 3564,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 5427,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4c11ea-1b8a-11d3-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465031,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"iron man streaming\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 6600,\r\n        \"avgCpc\": 1.14,\r\n        \"avgDifficulty\": 65,\r\n        \"avgCompetition\": 4,\r\n        \"numResults\": 99,\r\n        \"detections\": [\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-02-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-03-01\"\r\n            },\r\n            {\r\n                \"volume\": 4422,\r\n                \"timestamp\": \"2021-04-01\"\r\n            },\r\n            {\r\n                \"volume\": 4422,\r\n                \"timestamp\": \"2021-05-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-06-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-07-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-08-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-09-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-10-01\"\r\n            },\r\n            {\r\n                \"volume\": 2376,\r\n                \"timestamp\": \"2021-11-01\"\r\n            },\r\n            {\r\n                \"volume\": 3630.000000000001,\r\n                \"timestamp\": \"2021-12-01\"\r\n            },\r\n            {\r\n                \"volume\": 6600,\r\n                \"timestamp\": \"2022-01-01\"\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"existOnDatabase\": false,\r\n        \"fromDatabase\": 0\r\n    }\r\n]"},{"id":"015c888b-f59e-45ae-9861-d3f9eaa79a61","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/have-same-terms"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"fdde95b3-fc77-4087-b4b2-5e53aaa71e33","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/similar"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"762b556c-19ae-4062-934a-6d5f1e8ecdfd","name":"404 - Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/have-same-terms"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"not found\"\r\n}"},{"id":"ab622d39-a5eb-40e0-b0fd-33edb9e63a75","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"iron man\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/have-same-terms"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"7be7aec7-f0d0-4f58-b5a7-6b91b1fbfa3f"},{"name":"Keyword - search by domain","id":"beb76cd8-78af-43e9-b35f-f670fde89f51","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain?format=json","description":"<p>It returns you data about keywords from the domain the user typed in.</p>\n<ul>\n<li>The average number of monthly search volumes</li>\n<li>The average CPC (Cost Per Click)</li>\n<li>The medium level of paid competition</li>\n<li>The keyword difficulty rate</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain (required)</td>\n<td>It identifies the list of keywords that the user wants to analyze</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>It identifies the limit of shown results for each keyword. It's not mandatory to include in the request. By default, you will get all the results.</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>It identifies the average number of monthly searches performed in a country over 12 months. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>It identifies the country in which you want to analyze the keyword. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>CPC</td>\n<td>It identifies the average price the advertiser has to pay for every click on a paid ad that contains the searched keyword. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>competition</td>\n<td>It identifies the level of competition for a given keyword in the Pay-Per-Click (PPC) campaigns. Users can set a maximum or a minimum value. The range may vary between 1 and 100. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>difficulty</td>\n<td>It identifies the difficulty of ranking in the top 10 results for a given keyword. Users can set a maximum or a minimum value. The range may vary between 1 and 99. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>excludedWords</td>\n<td>It permits you to exclude some words between the ones shown in the keyword results. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>includedWords</td>\n<td>It permits you to include only some words between the ones generate in the keyword research. It's not mandatory to include in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","keyword","by-domain"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"83a2b6c7-2e3c-4975-9764-ffcdcd56d564","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-d3e4-fd80-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"12 pro max\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 0.299222,\r\n        \"avgDifficulty\": 80,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 12100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 9900\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 9900\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 8100\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-c10c-fd82-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"12:12\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 1.838021,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": 0.23793000892237529,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 8100\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-698e-fd7d-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11 pro max\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 5400,\r\n        \"avgCpc\": 0.234823,\r\n        \"avgDifficulty\": 77,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 4400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 4400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 6600\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-0104-fd84-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13 pro max\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 5400,\r\n        \"avgCpc\": 0.407715,\r\n        \"avgDifficulty\": 79,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 12100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 12100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 14800\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 14800\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 14800\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"7ac911ec-b71e-4ec0-8756-022b04e227ca\",\r\n        \"createdAt\": 1642776556,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11 pro iphone\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 1000,\r\n        \"avgCpc\": 0.231319,\r\n        \"avgDifficulty\": 68,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 1000\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 1300\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 1300\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 1300\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 1300\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"836811ec-c9b8-23ee-8756-022b04e227ca\",\r\n        \"createdAt\": 1643724384,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13 inch macbook pro\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 480,\r\n        \"avgCpc\": 0.519083,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 480\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-a5f8-fd85-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13-inch macbook pro\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 480,\r\n        \"avgCpc\": 0.426641,\r\n        \"avgDifficulty\": 61,\r\n        \"avgCompetition\": 72,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 480\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"836811ec-0eda-23e8-8756-022b04e227ca\",\r\n        \"createdAt\": 1643724384,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11-inch ipad pro\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 390,\r\n        \"avgCpc\": 0.319056,\r\n        \"avgDifficulty\": 59,\r\n        \"avgCompetition\": 73,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 480\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4611ea-73e5-91fb-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465136,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"24 inch\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 390,\r\n        \"avgCpc\": 0,\r\n        \"avgDifficulty\": 33,\r\n        \"avgCompetition\": 7.424071991001124,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 390\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"6e0a11ec-111a-53bb-8756-022b04e227ca\",\r\n        \"createdAt\": 1641375117,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13-inch macbook air\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 210,\r\n        \"avgCpc\": 0.506726,\r\n        \"avgDifficulty\": 62,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 260\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4811ea-226f-34a0-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465136,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"3 dita\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 170,\r\n        \"avgCpc\": 0.014815,\r\n        \"avgDifficulty\": 32,\r\n        \"avgCompetition\": 17.053103964098728,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 210\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"933d11ec-ed8a-25a2-93a3-022b04e227ca\",\r\n        \"createdAt\": 1645465134,\r\n        \"updatedAt\": null,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"2 run\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 140,\r\n        \"avgCpc\": 0.017577,\r\n        \"avgDifficulty\": 30,\r\n        \"avgCompetition\": 9,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 110\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-c9be-fd8a-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586978,\r\n        \"updatedAt\": 1645465135,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"2020 apple macbook air con chip apple m1\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 110,\r\n        \"avgCpc\": 0.160573,\r\n        \"avgDifficulty\": 55,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 10\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-202b-fd7f-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11 size\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.032181,\r\n        \"avgDifficulty\": 29,\r\n        \"avgCompetition\": 6.457925636007827,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 70\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"933d11ec-15d9-25c4-93a3-022b04e227ca\",\r\n        \"createdAt\": 1645465135,\r\n        \"updatedAt\": null,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"2014 macbook pro 15\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.232891,\r\n        \"avgDifficulty\": 55,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 90\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"933d11ec-6c30-2607-93a3-022b04e227ca\",\r\n        \"createdAt\": 1645465135,\r\n        \"updatedAt\": null,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"20w usb c power adapter\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.171083,\r\n        \"avgDifficulty\": 54,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 110\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-5351-fd8d-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586978,\r\n        \"updatedAt\": 1645465135,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"20w usb-c power adapter\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.171083,\r\n        \"avgDifficulty\": 54,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 110\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4211ea-5918-7695-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"12 dimensioni\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 70,\r\n        \"avgCpc\": 0,\r\n        \"avgDifficulty\": 24,\r\n        \"avgCompetition\": 6,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 90\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-7dcf-fd7b-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"10.2 ipad 2020\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 50,\r\n        \"avgCpc\": 0.272254,\r\n        \"avgDifficulty\": 52,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 30\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 30\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 30\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 20\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 70\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"178f11ec-3395-1228-8756-022b04e227ca\",\r\n        \"createdAt\": 1631866379,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"1st gen airpods\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 10,\r\n        \"avgCpc\": 0,\r\n        \"avgDifficulty\": 32,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 10\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    }\r\n]"},{"id":"68e93370-5ee7-4eda-9e22-178697d6e27d","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"965c5551-9324-41be-9f63-713260a8a87c","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"a88fdb70-726c-4afd-a380-2bee691ff6a8","name":"404 - Not found","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"not found\"\r\n}"},{"id":"2c6c5457-a429-4489-bcb5-60ed29725353","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"beb76cd8-78af-43e9-b35f-f670fde89f51"},{"name":"Keyword - lookup","id":"09d1eeed-dc4e-461a-9f91-090fc8a0d917","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywords\": [\n        \"pippo\",\n        \"paperino\",\n        \"pluto\",\n        \"ciccio\"\n    ],\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/lookup?format=json","description":"<p>It returns you data about a list of keywords similar to those the user typed in.</p>\n<ul>\n<li>The average number of monthly search volumes</li>\n<li>The average CPC (Cost Per Click)</li>\n<li>The medium level of paid competition</li>\n<li>The keyword difficulty rate</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>keywords (required)</td>\n<td>It identifies the list of keywords that the user wants to analyze</td>\n</tr>\n<tr>\n<td>volume</td>\n<td>It identifies the average number of monthly searches performed in a country over 12 months. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>countryCode</td>\n<td>It identifies the country in which you want to analyze the keyword. Today are available 36 countries. It's not mandatory to include in the request. By default, you will get English results. If you want to learn more about this param, go to the utility <a href=\"#get-country-codes\">\"Get Country Codes\"</a>.</td>\n</tr>\n<tr>\n<td>CPC</td>\n<td>It identifies the average price the advertiser has to pay for every click on a paid ad that contains the searched keyword. Users can set a maximum or a minimum value. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>competition</td>\n<td>It identifies the level of competition for a given keyword in the Pay-Per-Click (PPC) campaigns. Users can set a maximum or a minimum value. The range may vary between 1 and 100. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>difficulty</td>\n<td>It identifies the difficulty of ranking in the top 10 results for a given keyword. Users can set a maximum or a minimum value. The range may vary between 1 and 99. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>excludedWords</td>\n<td>It permits you to exclude some words between the ones shown in the keyword results. It's not mandatory to include in the request.</td>\n</tr>\n<tr>\n<td>includedWords</td>\n<td>It permits you to include only some words between the ones generate in the keyword research. It's not mandatory to include in the request.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","keyword","lookup"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"bc2dc451-663c-48da-a725-aecf11a56a30","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keywords\": [\n        \"pippo\",\n        \"paperino\",\n        \"pluto\",\n        \"ciccio\"\n    ],\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.seotesteronline.com/api-user/v1/keyword/lookup?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","keyword","lookup"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"eb1-7SgLCqn4rnQsSgR+vFuKONS5GBo\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 21 Feb 2022 17:42:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"keywordUuid\": \"ae4a11ea-7ccb-e498-be3e-021fa585b0ca\",\n        \"createdAt\": 1592127177,\n        \"updatedAt\": 1644330805,\n        \"geo\": null,\n        \"localeId\": null,\n        \"keyword\": \"ciccio\",\n        \"deviceId\": null,\n        \"searchEngineId\": 1,\n        \"operativeSystemId\": null,\n        \"avgVolume\": 12100,\n        \"avgCpc\": 0.326031,\n        \"avgDifficulty\": 63,\n        \"avgCompetition\": 6,\n        \"numResults\": null,\n        \"detections\": [\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-01-01\"\n            },\n            {\n                \"volume\": 9900,\n                \"timestamp\": \"2021-02-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-03-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-04-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-05-01\"\n            },\n            {\n                \"volume\": 9900,\n                \"timestamp\": \"2021-06-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-07-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-08-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-09-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-10-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-11-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2021-12-01\"\n            }\n        ],\n        \"countryCode\": \"IT\"\n    },\n    {\n        \"keywordUuid\": \"8b0a11ec-3ae8-912d-8756-022b04e227ca\",\n        \"createdAt\": 1644563804,\n        \"updatedAt\": null,\n        \"geo\": null,\n        \"localeId\": null,\n        \"keyword\": \"paperino\",\n        \"deviceId\": null,\n        \"searchEngineId\": 1,\n        \"operativeSystemId\": null,\n        \"avgVolume\": 33100,\n        \"avgCpc\": 0.133625,\n        \"avgDifficulty\": 72,\n        \"avgCompetition\": 62,\n        \"numResults\": null,\n        \"detections\": [\n            {\n                \"volume\": 40500,\n                \"timestamp\": \"2021-01-01\"\n            },\n            {\n                \"volume\": 33100,\n                \"timestamp\": \"2021-02-01\"\n            },\n            {\n                \"volume\": 40500,\n                \"timestamp\": \"2021-03-01\"\n            },\n            {\n                \"volume\": 33100,\n                \"timestamp\": \"2021-04-01\"\n            },\n            {\n                \"volume\": 33100,\n                \"timestamp\": \"2021-05-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2021-06-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2021-07-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2021-08-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2021-09-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2021-10-01\"\n            },\n            {\n                \"volume\": 33100,\n                \"timestamp\": \"2021-11-01\"\n            },\n            {\n                \"volume\": 33100,\n                \"timestamp\": \"2021-12-01\"\n            }\n        ],\n        \"countryCode\": \"IT\"\n    },\n    {\n        \"keywordUuid\": \"27f111eb-1ec2-78be-9655-022b04e227ca\",\n        \"createdAt\": 1605520363,\n        \"updatedAt\": 1645180632,\n        \"geo\": null,\n        \"localeId\": null,\n        \"keyword\": \"pippo\",\n        \"deviceId\": null,\n        \"searchEngineId\": 1,\n        \"operativeSystemId\": null,\n        \"avgVolume\": 90500,\n        \"avgCpc\": 0.2,\n        \"avgDifficulty\": 80,\n        \"avgCompetition\": 6,\n        \"numResults\": 12800000,\n        \"detections\": [\n            {\n                \"volume\": 90500,\n                \"timestamp\": \"2021-02-01\"\n            },\n            {\n                \"volume\": 74210,\n                \"timestamp\": \"2021-03-01\"\n            },\n            {\n                \"volume\": 74210,\n                \"timestamp\": \"2021-04-01\"\n            },\n            {\n                \"volume\": 74210,\n                \"timestamp\": \"2021-05-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-06-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-07-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-08-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-09-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-10-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-11-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2021-12-01\"\n            },\n            {\n                \"volume\": 60635,\n                \"timestamp\": \"2022-01-01\"\n            }\n        ],\n        \"countryCode\": \"IT\"\n    },\n    {\n        \"keywordUuid\": \"3fc711eb-445a-1719-9655-022b04e227ca\",\n        \"createdAt\": 1608140988,\n        \"updatedAt\": 1608140988,\n        \"geo\": null,\n        \"localeId\": null,\n        \"keyword\": \"pluto\",\n        \"deviceId\": null,\n        \"searchEngineId\": 1,\n        \"operativeSystemId\": null,\n        \"avgVolume\": 22200,\n        \"avgCpc\": 0.130043,\n        \"avgDifficulty\": 59,\n        \"avgCompetition\": 0,\n        \"numResults\": null,\n        \"detections\": [\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2019-01-01\"\n            },\n            {\n                \"volume\": 14800,\n                \"timestamp\": \"2019-02-01\"\n            },\n            {\n                \"volume\": 14800,\n                \"timestamp\": \"2019-03-01\"\n            },\n            {\n                \"volume\": 14800,\n                \"timestamp\": \"2019-04-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2019-05-01\"\n            },\n            {\n                \"volume\": 12100,\n                \"timestamp\": \"2019-06-01\"\n            },\n            {\n                \"volume\": 14800,\n                \"timestamp\": \"2019-07-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2019-08-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2019-09-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2019-10-01\"\n            },\n            {\n                \"volume\": 22200,\n                \"timestamp\": \"2019-11-01\"\n            },\n            {\n                \"volume\": 22200,\n                \"timestamp\": \"2019-12-01\"\n            },\n            {\n                \"volume\": 22200,\n                \"timestamp\": \"2020-01-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2020-02-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2020-03-01\"\n            },\n            {\n                \"volume\": 27100,\n                \"timestamp\": \"2020-04-01\"\n            },\n            {\n                \"volume\": 22200,\n                \"timestamp\": \"2020-05-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2020-06-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2020-07-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2020-08-01\"\n            },\n            {\n                \"volume\": 18100,\n                \"timestamp\": \"2020-09-01\"\n            },\n            {\n                \"volume\": 22200,\n                \"timestamp\": \"2020-10-01\"\n            }\n        ],\n        \"countryCode\": \"IT\"\n    }\n]"},{"id":"615e7ed3-4f6d-4210-b341-5a0e00a8d6e0","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keywords\": [\n        \"pippo\",\n        \"paperino\",\n        \"pluto\",\n        \"ciccio\"\n    ],\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/lookup"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"ad3c208d-dbcd-4680-aa4e-1dd657855086","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keywords\": [\n        \"pippo\",\n        \"paperino\",\n        \"pluto\",\n        \"ciccio\"\n    ],\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/lookup"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"6270ce5f-3807-4919-956a-3f63adc996c1","name":"404 - Not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keywords\": [\n        \"pippo\",\n        \"paperino\",\n        \"pluto\",\n        \"ciccio\"\n    ],\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/lookup"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"not found\"\r\n}"},{"id":"e43952bf-8f50-4d70-9f07-c8ee321c3b04","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"keywords\": [\n        \"pippo\",\n        \"paperino\",\n        \"pluto\",\n        \"ciccio\"\n    ],\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/lookup"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"09d1eeed-dc4e-461a-9f91-090fc8a0d917"}],"id":"31b09f1a-4776-4f8d-9011-96e43a4bfb71","description":"<p>To comprehend better the features of Keyword Explorer APIs, you can try our tool by clicking here:\n<a href=\"https://suite.seotesteronline.com/keyword-explorer\">https://suite.seotesteronline.com/keyword-explorer</a></p>\n","_postman_id":"31b09f1a-4776-4f8d-9011-96e43a4bfb71","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}},{"name":"Backlink Checker","item":[{"name":"get backlinks","id":"d3f173ac-d074-4fab-a659-cb90eb0bf740","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/backlink-checker/backlinks","description":"<p>It returns backlinks</p>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>domain (required)</td>\n<td>It identifies the domain that the user wants to analyze</td>\n</tr>\n<tr>\n<td>limit</td>\n<td>Integer (default is 10)</td>\n</tr>\n<tr>\n<td>offset</td>\n<td>Integer</td>\n</tr>\n<tr>\n<td>type</td>\n<td>[\"all\", \"new\", \"lost\"]</td>\n</tr>\n<tr>\n<td>urlType</td>\n<td>[\"domain_with_subdomains\", \"domain_without_subdomains\", \"prefix\", \"exact_url\"]</td>\n</tr>\n<tr>\n<td>protocol</td>\n<td>[\"all\", \"https\", \"http\"]</td>\n</tr>\n<tr>\n<td>follow</td>\n<td>[\"all\", \"dofollow\", \"nofollow\"]</td>\n</tr>\n<tr>\n<td>isBroken</td>\n<td>[\"all\", \"active\", \"broken\"]</td>\n</tr>\n<tr>\n<td>keywordsInAnchor</td>\n<td>String</td>\n</tr>\n<tr>\n<td>onePerDomain</td>\n<td>boolean</td>\n</tr>\n<tr>\n<td>domainRating.max</td>\n<td>Integer from 1 to 100</td>\n</tr>\n<tr>\n<td>domainRating.min</td>\n<td>Integer from 1 to 100</td>\n</tr>\n<tr>\n<td>urlRating.max</td>\n<td>Integer from 1 to 100</td>\n</tr>\n<tr>\n<td>urlRating.min</td>\n<td>Integer from 1 to 100</td>\n</tr>\n<tr>\n<td>urlToSpamScore.max</td>\n<td>Integer from 0 to 100</td>\n</tr>\n<tr>\n<td>urlToSpamScore.min</td>\n<td>Integer from 0 to 100</td>\n</tr>\n<tr>\n<td>firstSeen.from</td>\n<td>date: YYYY-MM-DD</td>\n</tr>\n<tr>\n<td>firstSeen.to</td>\n<td>date: YYYY-MM-DD</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","backlink-checker","backlinks"],"host":["https://api.seotesteronline.com"],"query":[],"variable":[]}},"response":[{"id":"1875f259-c7dc-49a6-8b60-e860e54ad33f","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/keyword/by-domain"},"status":"OK","code":200,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"[\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-d3e4-fd80-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"12 pro max\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 0.299222,\r\n        \"avgDifficulty\": 80,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 12100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 9900\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 9900\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 8100\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-c10c-fd82-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"12:12\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 8100,\r\n        \"avgCpc\": 1.838021,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": 0.23793000892237529,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 8100\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-698e-fd7d-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11 pro max\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 5400,\r\n        \"avgCpc\": 0.234823,\r\n        \"avgDifficulty\": 77,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 8100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 4400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 4400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 6600\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 5400\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 6600\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-0104-fd84-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13 pro max\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 5400,\r\n        \"avgCpc\": 0.407715,\r\n        \"avgDifficulty\": 79,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 12100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 12100\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 14800\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 14800\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 14800\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"7ac911ec-b71e-4ec0-8756-022b04e227ca\",\r\n        \"createdAt\": 1642776556,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11 pro iphone\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 1000,\r\n        \"avgCpc\": 0.231319,\r\n        \"avgDifficulty\": 68,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 1000\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 880\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 1300\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 1300\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 1300\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 1300\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"836811ec-c9b8-23ee-8756-022b04e227ca\",\r\n        \"createdAt\": 1643724384,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13 inch macbook pro\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 480,\r\n        \"avgCpc\": 0.519083,\r\n        \"avgDifficulty\": 67,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 480\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-a5f8-fd85-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13-inch macbook pro\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 480,\r\n        \"avgCpc\": 0.426641,\r\n        \"avgDifficulty\": 61,\r\n        \"avgCompetition\": 72,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 720\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 480\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"836811ec-0eda-23e8-8756-022b04e227ca\",\r\n        \"createdAt\": 1643724384,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11-inch ipad pro\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 390,\r\n        \"avgCpc\": 0.319056,\r\n        \"avgDifficulty\": 59,\r\n        \"avgCompetition\": 73,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 590\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 480\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4611ea-73e5-91fb-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465136,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"24 inch\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 390,\r\n        \"avgCpc\": 0,\r\n        \"avgDifficulty\": 33,\r\n        \"avgCompetition\": 7.424071991001124,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 480\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 390\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 390\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"6e0a11ec-111a-53bb-8756-022b04e227ca\",\r\n        \"createdAt\": 1641375117,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"13-inch macbook air\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 210,\r\n        \"avgCpc\": 0.506726,\r\n        \"avgDifficulty\": 62,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 260\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 260\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4811ea-226f-34a0-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465136,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"3 dita\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 170,\r\n        \"avgCpc\": 0.014815,\r\n        \"avgDifficulty\": 32,\r\n        \"avgCompetition\": 17.053103964098728,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 210\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"933d11ec-ed8a-25a2-93a3-022b04e227ca\",\r\n        \"createdAt\": 1645465134,\r\n        \"updatedAt\": null,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"2 run\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 140,\r\n        \"avgCpc\": 0.017577,\r\n        \"avgDifficulty\": 30,\r\n        \"avgCompetition\": 9,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 170\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 110\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-c9be-fd8a-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586978,\r\n        \"updatedAt\": 1645465135,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"2020 apple macbook air con chip apple m1\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 110,\r\n        \"avgCpc\": 0.160573,\r\n        \"avgDifficulty\": 55,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 210\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 320\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 10\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-202b-fd7f-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"11 size\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.032181,\r\n        \"avgDifficulty\": 29,\r\n        \"avgCompetition\": 6.457925636007827,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 70\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"933d11ec-15d9-25c4-93a3-022b04e227ca\",\r\n        \"createdAt\": 1645465135,\r\n        \"updatedAt\": null,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"2014 macbook pro 15\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.232891,\r\n        \"avgDifficulty\": 55,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 90\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"933d11ec-6c30-2607-93a3-022b04e227ca\",\r\n        \"createdAt\": 1645465135,\r\n        \"updatedAt\": null,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"20w usb c power adapter\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.171083,\r\n        \"avgDifficulty\": 54,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 110\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-5351-fd8d-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586978,\r\n        \"updatedAt\": 1645465135,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"20w usb-c power adapter\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 90,\r\n        \"avgCpc\": 0.171083,\r\n        \"avgDifficulty\": 54,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 110\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 110\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"ae4211ea-5918-7695-be3e-021fa585b0ca\",\r\n        \"createdAt\": 1592127177,\r\n        \"updatedAt\": 1645465133,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"12 dimensioni\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 70,\r\n        \"avgCpc\": 0,\r\n        \"avgDifficulty\": 24,\r\n        \"avgCompetition\": 6,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 90\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"5dc611ec-7dcf-fd7b-8756-022b04e227ca\",\r\n        \"createdAt\": 1639586977,\r\n        \"updatedAt\": 1645465132,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"10.2 ipad 2020\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 50,\r\n        \"avgCpc\": 0.272254,\r\n        \"avgDifficulty\": 52,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-01-01\",\r\n                \"volume\": 140\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 90\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-04-01\",\r\n                \"volume\": 30\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 40\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 30\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 30\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-08-01\",\r\n                \"volume\": 20\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-09-01\",\r\n                \"volume\": 50\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 70\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 70\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    },\r\n    {\r\n        \"keywordUuid\": \"178f11ec-3395-1228-8756-022b04e227ca\",\r\n        \"createdAt\": 1631866379,\r\n        \"updatedAt\": 1645465134,\r\n        \"geo\": null,\r\n        \"localeId\": null,\r\n        \"keyword\": \"1st gen airpods\",\r\n        \"deviceId\": null,\r\n        \"searchEngineId\": 1,\r\n        \"operativeSystemId\": null,\r\n        \"avgVolume\": 10,\r\n        \"avgCpc\": 0,\r\n        \"avgDifficulty\": 32,\r\n        \"avgCompetition\": 100,\r\n        \"numResults\": 0,\r\n        \"detections\": [\r\n            {\r\n                \"timestamp\": \"2021-02-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-03-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-05-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-06-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-07-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-10-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-11-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2021-12-01\",\r\n                \"volume\": 10\r\n            },\r\n            {\r\n                \"timestamp\": \"2022-01-01\",\r\n                \"volume\": 10\r\n            }\r\n        ],\r\n        \"countryCode\": \"IT\",\r\n        \"fromDatabase\": 0,\r\n        \"position\": 1\r\n    }\r\n]"},{"id":"6bf706b5-561c-492a-a67f-3998001f4284","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"keyword\": \"www.lasicilia.it\",\n    \"filters\": {\n        \"countryCode\": \"IT\",\n        \"deviceId\": 1,\n        \"searchEngineId\": 1\n    }\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/backlink-checker/backlinks"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"00c777d1-2220-46de-bb84-c65be592cc92","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json"}],"body":{"mode":"raw","raw":"{\n    \"domain\": \"www.apple.com\",\n    \"countryCode\": \"it\",\n    \"limit\": 5,\n    \"volume\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"CPC\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"competition\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"difficulty\": {\n        \"min\": null,\n        \"max\": null\n    },\n    \"excludedWords\": [],\n    \"includedWords\": []\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/backlink-checker/backlinks"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"Text","header":[],"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"}],"_postman_id":"d3f173ac-d074-4fab-a659-cb90eb0bf740"}],"id":"4baf5e57-7d56-4cb4-9007-5b1f8366aa45","description":"<p>To comprehend better the features of Keyword Explorer APIs, you can try our tool by clicking here:\n<a href=\"https://suite.seotesteronline.com/keyword-explorer\">https://suite.seotesteronline.com/keyword-explorer</a></p>\n","_postman_id":"4baf5e57-7d56-4cb4-9007-5b1f8366aa45","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}},{"name":"Copymetrics","item":[{"name":"Analysis","id":"b0fe47af-5640-467c-a070-6ab59f761ec9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"warning":"This is a duplicate header and will be overridden by the Authorization header generated by Postman.","key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"www.lasicilia.it\",\n        \"www.gazzetta.it\",\n        \"wwww.corriere.it\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/copymetrics/analysis?format=json","description":"<p>It returns you data about the text of a web page.</p>\n<p>Specifically, for every page, it gives you back:</p>\n<ul>\n<li>The total amount of words and their relevance</li>\n<li>The URL</li>\n<li>The title tag</li>\n<li>The meta description tag</li>\n<li>The reading time</li>\n<li>The author</li>\n<li>The headings structure</li>\n<li>The anchor text of internal/external links</li>\n<li>The image alt attribute</li>\n<li>A heatmap with the text and the most relevant keyword</li>\n</ul>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th>Params</th>\n<th>Description</th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td>URLs (required)</td>\n<td>It identifies the list of the URLs web pages that the user needs to insert in the request to start the analysis. It's mandatory to have at least 1 URL.</td>\n</tr>\n</tbody>\n</table>\n</div>","urlObject":{"path":["api-user","v1","copymetrics","analysis"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"5982277d-77e8-47f3-b04b-ae4048fd176c","name":"200 - Success","originalRequest":{"method":"POST","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"www.lasicilia.it\",\n        \"www.gazzetta.it\",\n        \"wwww.corriere.it\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"https://api.seotesteronline.com/api-user/v1/copymetrics/analysis?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","copymetrics","analysis"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"34216-9WLRAsY291v54LYDDoOJYwgfrmA\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 21 Feb 2022 17:44:59 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"breadcrumb\": \"https://www.lasicilia.it\",\n        \"resultType\": \"organic\",\n        \"position\": null,\n        \"rank\": null,\n        \"title\": \"La Sicilia | PRIMA PAGINA\",\n        \"description\": \"LA SICILIA quotidiano che dal 75 anni informa con notizie dalla Sicilia approda sul WEB con notizie di cronaca, approfondimenti, personaggi, eventi e curiosità che riguardano la Sicilia e i siciliani.\",\n        \"link\": {\n            \"id\": null,\n            \"url\": \"www.lasicilia.it\"\n        },\n        \"heatmap\": {\n            \"relevantKeywords\": [\n                {\n                    \"numWords\": 1,\n                    \"word\": \"sicilia\",\n                    \"count\": 5,\n                    \"percentage\": 0.67,\n                    \"isInH1\": true,\n                    \"isInDomain\": true,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": true,\n                    \"isInMetaDescription\": true,\n                    \"isInH2\": true,\n                    \"isInUrl\": true,\n                    \"relevancy\": 72\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"assegno unico\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 31\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"mani pulite\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 31\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"clizia incorvaia\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 31\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"nato gabriele\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 31\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"gabriele ciavarro\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 31\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"catania\",\n                    \"count\": 11,\n                    \"percentage\": 1.47,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 29\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"clizia incorvaia è mamma\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 29\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"mamma per la seconda\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 29\n                },\n                {\n                    \"numWords\": 6,\n                    \"word\": \"incorvaia è mamma per la seconda\",\n                    \"count\": 2,\n                    \"percentage\": 0.51,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 29\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"roma clizia\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 16\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"influencer siciliana\",\n                    \"count\": 2,\n                    \"percentage\": 0.64,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 16\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"sindaco\",\n                    \"count\": 4,\n                    \"percentage\": 0.54,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 14\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"etna\",\n                    \"count\": 4,\n                    \"percentage\": 0.54,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 14\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"italia\",\n                    \"count\": 4,\n                    \"percentage\": 0.54,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": true,\n                    \"isInUrl\": false,\n                    \"relevancy\": 14\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"seconda volta è nato\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 13\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"gabriele ciavarro la modella\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 13\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"modella e influencer siciliana\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 13\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"influencer siciliana ex moglie\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 13\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"giovane al grande fratello\",\n                    \"count\": 2,\n                    \"percentage\": 0.52,\n                    \"isInH1\": false,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 13\n                }\n            ],\n            \"textualContent\": \"\\n                    \\n                        \\n                                \\n                                    \\n                       \\n                    \\n                    \\n                        \\n                            Massacro\\n                            \\n                                \\n                                    Spaventoso in Florida: uccide il marito con 140 coltellate\\n                            \\n                        \\n                    \\n                \\n                    \\n                        \\n                                \\n                                    \\n                       \\n                    \\n                    \\n                        \\n                            carabinieri \\n                            \\n                                \\n                                    Sabaudia, corruzione e peculato: il sindaco tra i 16 arrestati\\n                            \\n                        \\n                    \\n                \\n                    \\n                        \\n                                \\n                                    \\n                       \\n                    \\n                    \\n                        \\n                            INCENDIO TRAGHETTO\\n                            \\n                                \\n                                    Trovato morto uno dei 12 dispersi, salvo un altro. Tra i 20 italiani, 2 camionisti catanesi\\n                            \\n                        \\n                    \\n                \\n                \\n                    \\n                        \\n                            LA PANDEMIA\\n                        \\n                            \\n                                Coronavirus, il bollettino del 21 febbraio: in Sicilia 2.466 nuovi casi e altri 18 morti\\n                        \\n\\n\\n                    \\n\\n                    \\n                        L'aggiornamento del ministero della Salute sull'emergenza sanitaria in corso\\n\\n                            \\n                \\n\\n\\n                \\n                    \\n                    \\n                        \\n                        \\n                    \\n                \\n                \\n                    \\n                        IL VULCANO\\n                        \\n                            \\n                                Etna, finita l'eruzione resta il tormento della cenere: ecco dove è caduta\\n                        \\n\\n                    \\n\\n                    \\n                        Il materiale piroclastico ha ricoperto strade, balconi, tetti, campagne e autovetture. Impatto anche sull'aeroporto\\n                                \\n                \\n                    \\n                    \\n                            \\n                    \\n                \\n                \\n                    \\n                        il provvedimento\\n                        \\n                            \\n                                Pronto il ddl \\\"Salva Pogliese\\\": alla Camera asse Fdi - Pd per modificare la Severino\\n                        \\n\\n                    \\n\\n                    \\n                        La proposta, se approvata, potrebbe rimettere in sella il sindaco di Catania sospeso dalla carica dopo una condanna a quattro anni e tre mesi per peculato\\n                                \\n                \\n                    \\n                    \\n                            \\n                    \\n                \\n                \\n                    \\n                        Nel Palermitano\\n                        \\n                            \\n                                Rave party vicino alla discarica di Bellolampo: circa 100 giovani identificati\\n                        \\n\\n                    \\n\\n                    \\n                        Intervento delle forze dell’ordine nella zona di Pizzo Manolfo \\n\\n                \\n            \\n                \\n                    \\n                        nas \\n                        \\n                            \\n                                Catania, chiuse tre discoteche: c'era il quadruplo delle presenze consentite\\n                        \\n\\n                    \\n\\n                    \\n                        I controlli dei carabinieri nella movida per verificare il rispetto delle norme ani covid\\n\\n                \\n            \\n                        \\n                            \\n                            \\n                                    \\n                            \\n\\n                        \\n                            \\n                                \\n                                        Nel Regno Unito stop a restrizioni e booster per fragili e anziani dalla primavera\\n                            \\n\\n                            \\n                                 Il governo non ha ancora reso note le date. Le disposizioni valgono per gli anziani over 75 \\n\\n                                    \\n\\n                            \\n                        \\n                    \\n                        \\n                            \\n                            \\n                                    \\n                            \\n\\n                        \\n                            \\n                                INGHILTERRA\\n                                \\n                                    \\n                                        Covid, anche la regina Elisabetta positiva dopo il contatto col principe Carlo\\n                                \\n                            \\n\\n                            \\n                                 Mentre l'erede al Trono è giù guarito, Elizabetta II sta riscontrando «sintomi lievi simili ad un raffreddore \\n\\n                        \\n                    \\n                        \\n                            \\n                            \\n                                    \\n                            \\n\\n                        \\n                            \\n                                Catania\\n                                \\n                                    \\n                                        Chi e come può accedere alle cure con le nuove pillole anti-Covid\\n                                \\n                            \\n\\n                            \\n                                 L'infettivologo Cacopardo: \\\"Molnupinavir e Paxlovid vanno somministrati quando si hanno i primi sintomi. La richiesta va fatta al medico di base e la cura si fa a casa\\\" \\n\\n                        \\n                    \\n                        \\n                            \\n                            \\n                                    \\n                            \\n\\n                        \\n                            \\n                                A MARSALA\\n                                \\n                                    \\n                                        L'immunologo Abrignani (Cts)  in Sicilia: «Il virus dventerà come un'influenza»\\n                                \\n                            \\n\\n                            \\n                                 Le previsioni dell'esperto: «Se resta Omicron, saremo ben equipaggiati perché un quarto degli italiani è stato contagiato, gli altri sono vaccinati» \\n\\n                        \\n                    \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                Muore schiacciato dal suo trattore in campagna del Trapanese\\n                        \\n                    \\n\\n                    \\n                        L'uomo, un sessantenne, stava lavorando in un terreno di sua proprietà\\n\\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                Rifiuti, indagato il sindaco di Siracusa e sequestrato centro di raccolta\\n                        \\n                    \\n\\n                    \\n                        Lo ha reso noto lo stesso Francesco Italia, che spiega come la contestazione riguarderebbe «l''autorizzazione all’apertura del Ccr in oggetto senza che, a parere della Procura dalla Repubblica, ne avesse i requisiti»\\n\\n                \\n            \\n                \\n                    \\n                    \\n                            \\n                    \\n\\n                \\n                    \\n                        \\n                            Ester Pantano, da Makari a Diabolik: le passioni dell'attrice etnea\\n                    \\n\\n                    \\n                         Una delle protagoniste della fortunata serie tv tratta dai romanzi di Gaetano Savatteri si racconta  \\n\\n                            \\n                \\n            \\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\tbrescia\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tL'omelia del prete che canta Brividi: \\\"Ti vorrei amare Gesù, ma sbaglio sempre\\\"\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\tl'eruzione\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tEtna, la nube alta 10 km: l'impressionante fungo di cenere \\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\til caso\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tJuve, Stramaccioni abbatte Rabiot e Cuadrado gli stringe la mano: il video diventa virale\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\tcapitaneria\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tSciacca, il drone \\\"scopre\\\" il peschereccio che usa le reti illegali \\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\treggio emilia\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\tUn lupo avvistato nel parcheggio del centro commerciale\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                \\n        \\n        Referendum:Letta,no a 2 quesiti, su altri 3 c'è Parlamento\\n      \\n                        \\n                    \\n\\n                    \\n                        \\n\\t\\t\\t          Su altri 3 quesiti credo che risposte vengono da riforme    \\n\\t\\t\\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                \\n        \\n        Letta,ddl Zan e cittadinanza difficili in questa legislatura\\n      \\n                        \\n                    \\n\\n                    \\n                        \\n\\t\\t\\t          Non demordiamo, sono fondamentali    \\n\\t\\t\\n                \\n            \\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n                                \\tL'Etna dà spettacolo ma torna l'incubo della cenere\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n                                \\tL'infermiera stanca, quella che coccola il bimbo contagiato, il medico morto: omaggio a chi ci ha salvato\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n                                \\tKevin Biondi mette il turbo al Catania\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n                                \\tA Polizzi Generosa dove Domenico Dolce è di casa (e veste la Confraternita) \\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\t\\n                                \\tLibrino, inaugurato il campo di rugby dei Briganti \\n\\t\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                Parte assegno unico per i figli e da marzo buste paga più leggere\\n                        \\n                    \\n\\n                    \\n                        L’assegno unico sostituisce tutte le altre prestazioni e sarà erogato da Inps sull'iban indicato dal richiedente\\n\\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                \\n        \\n        Dl Sostegni: raffica di emendamenti al Senato, sono 2.307\\n      \\n                        \\n                    \\n\\n                    \\n                        \\n\\t\\t\\t          La maggior parte (454) da Forza Italia, seguita dalla Lega (400)    \\n\\t\\t\\n                \\n            \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            \\n                                \\n                                    Il caro bollette e il sogno possibile di una Sicilia hub energetico del Mediterraneo\\n                            \\n                        \\n\\n                        \\n                            Grandi possibilità di sviluppo, se vengono fatte delle scelte strategiche lungimiranti dal sistema politico che ci governa\\n\\n                                \\n\\n                        \\n                    \\n                \\n                        \\n                            \\n                                IL COMMENTO\\n                                \\n                                    \\n                                        Mani Pulite, cosa si nasconde dietro quella rivoluzione incompiuta\\n                                \\n                            \\n\\n                            \\n                                È uguale o ha cambiato pelle? È più diffusa o meno diffusa di allora? A trent’anni dall’avvio dell’inchiesta Mani Pulite torna puntuale l’idea di decifrare la corruzione sulla base di quel precedente\\n\\n                                    \\n                        \\n                    \\n                        \\n                            \\n                                L'ANALISI\\n                                \\n                                    \\n                                        Catania e l'urgenza di uscire da quel limbo che sta uccidendo la città\\n                                \\n                            \\n\\n                            \\n                                La “sospensione” del sindaco Pogliese comporta, a catena, una serie di conseguenze deleterie. Catania è allo sbando, ferma al palo, bloccata nei suoi gangli nevralgici\\n\\n                                    \\n                        \\n                    \\n                \\n                \\n                \\n                    \\n                    \\n\\n                \\n                    \\n                        Oggi in edicola\\n                        \\n                            \\n                                Leggi il giornale di oggi  \\n                        \\n                        \\n                        \\n\\n                    \\n                    \\n                        \\n\\n                    \\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                \\n        \\n        Ciclismo, UAE Tour: la 2/a tappa a Cavendish, Philipsen è leader\\n      \\n                        \\n                    \\n\\n                    \\n                        \\n\\t\\t\\t          Inglese ha bruciato tutti allo sprint. Domani crono individuale    \\n\\t\\t\\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                        \\n                        \\n                            \\n                                \\n        \\n        Mondiali: dal 2 marzo via a prevendita per Italia-Macedonia\\n      \\n                        \\n                    \\n\\n                    \\n                        \\n\\t\\t\\t          La partita dei Playoff si disputerà a Palermo il 24 marzo    \\n\\t\\t\\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                    \\n                        \\n                            \\n                                Le dediche di San Valentino 2022\\n                        \\n                    \\n                    \\n                        \\n\\n                    \\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                    \\n                        \\n                            \\n                                Lustrini e multinazionali\\n                        \\n\\n                    \\n                    \\n                        \\n                    \\n                \\n            \\n                \\n                    \\n                        \\n                            \\n                \\n\\n                \\n                    \\n                        \\n                            \\n                                Puntata 1: “Cielo, la mia musica!” - podcast\\n                        \\n\\n                    \\n                    \\n                        \\n                    \\n                \\n            \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                            \\n                            \\n                                \\n                                    Nastro d'Argento a Ennio, il documentario di Tornatore che riempie le sale più dei film\\n                            \\n                        \\n\\n                        \\n                            In quattro giorni ha incassato 651mila euro, sfiorando 1 milione totale con le anteprime\\n\\n                    \\n                \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                            \\n                            \\n                                \\n                                    \\n        \\n        Cinema: \\\"Uncharted\\\" subito in vetta ma incassi -39%\\n      \\n                            \\n                        \\n\\n                        \\n                            \\n\\t\\t\\t          Seguono \\\"Assassinio sul Nilo\\\" e l'omaggio a Morricone, \\\"Ennio\\\"    \\n\\t\\t\\n                    \\n                \\n                    \\n                        \\n                        \\n                            \\n                        \\n\\n                    \\n                        \\n                            Sponsorizzato    \\n                            \\n                                \\n                                    \\\"Semu tutti devoti tutti\\\", Catania in festa per la sua Sant'Agata \\n                            \\n                        \\n                    \\n                \\n                \\n                    \\n                    \\n                            \\n                    \\n\\n                \\n                    \\n                                            \\n                            la storia\\n                        \\n                            Chi è Pino, il mercenario messinese che combatte con i filorussi nel Donbass\\n                    \\n\\n                    \\n                        L'uomo è latitante dal 27 aprile del 2021, quando il Tribunale di Messina ha emesso una ordinanza di custodia cautelare in carcere \\n                            \\n                \\n            \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            Lo dico    \\n                            \\n                                \\n                                    Floridia (Sr): antica trazzera ridotta a discarica\\n                            \\n                        \\n\\n                        \\n                            \\n                    \\n                \\n                    \\n                        \\n                            Lo dico    \\n                            \\n                                \\n                                    Tremestieri Etneo (Ct), continua a sprofondare nei rifiuti\\n                            \\n                        \\n\\n                        \\n                            \\n                    \\n                \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            Innovazione    \\n                            \\n                                \\n                                    L'intuizione felice di Edoardo Strano, l'Etnauta nipote di un \\\"caminante\\\" \\n                            \\n                        \\n\\n                        \\n                            Anche una graphic novel per lanciare la produzione di una serie di liquori artigianali fatti con le primizie dell’Etna. Omaggio ad un mondo rurale che ha saputo evolversi\\n\\n                    \\n                \\n                    \\n                        \\n                            la storia     \\n                            \\n                                \\n                                    Angelica: «Regalo agli orfani tutto l'amore che non ho potuto dare a Clara»\\n                            \\n                        \\n\\n                        \\n                            Dalla tragedia alla speranza: la donna catanese ha perso la figlia di tre mesi. Le ha dedicato un’associazione no-profit che aiuta bimbi in Uganda \\n\\n                    \\n                \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            Edilizia e integrazione    \\n                            \\n                                \\n                                    Completata la formazione ai 16 ragazzi di Sant'Egidio: «Pronti per fare ingresso nel mercato del lavoro»\\n                            \\n                        \\n\\n                        \\n                            Il corso è frutto del protocollo d’intesa tra l’Ente Scuola Edile, Ance Catania e l’associazione etnea\\n\\n                    \\n                \\n                    \\n                        \\n                            Crowfunding    \\n                            \\n                                \\n                                    \\\"Eccellenze a raccolta\\\", 1.490 euro per 4 borse di studio destinati ai giovani meritevoli delle scuole siciliane\\n                            \\n                        \\n\\n                        \\n                            \\n                    \\n                \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            l'idea    \\n                            \\n                                \\n                                    Un pizzaiolo di Catania inventa la pizza Codacons\\n                            \\n                        \\n\\n                        \\n                            Giuseppe Pavone: \\\"Per i diritti dei lavoratori\\\". Realizzata crema di basilico, mozzarella di bufala campana, pomodorino confit di Pachino, chips di melanzane e fiocchi di ricotta salata\\n\\n                    \\n                \\n                    \\n                        \\n                            pasqua    \\n                            \\n                                \\n                                    Sfida per la migliore colomba artigianale, finale il 7 marzo\\n                            \\n                        \\n\\n                        \\n                            Due siciliani, di Adrano e di Castrofilippo, tra i quaranta autori di lievitati a contendersi il titolo\\n\\n                    \\n                \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            L'INDISCREZIONE    \\n                            \\n                                \\n                                    Carolina Stramare nuova fidanzata di Vlahovic: grandi cambiamenti per l'attaccante della Juve\\n                            \\n                        \\n\\n                        \\n                            L'ex Miss Italia sarebbe la nuova compagna del centravanti bianconero\\n\\n                    \\n                \\n                    \\n                        \\n                            a roma    \\n                            \\n                                \\n                                    Clizia Incorvaia è mamma per la seconda volta: è nato Gabriele Ciavarro \\n                            \\n                        \\n\\n                        \\n                            La modella e influencer siciliana (ex moglie di Sarcina delle Vibrazioni) ha conosciuto il compagno, 11 anni più giovane,  al Grande Fratello \\n\\n                    \\n                \\n                    \\n                        \\n                            \\n                                \\n                    \\n\\n                    \\n                        \\n                            l'iniziativa    \\n                            \\n                                \\n                                    Gli studenti di Taormina a lezione al San Domenico\\n                            \\n                        \\n\\n                        \\n                            Il Four Season incontra i giovani talenti siciliani: sette appuntamenti sull’ospitalità di lusso\\n\\n                    \\n                \\n                    \\n                        \\n                            Riconoscimeti    \\n                            \\n                                \\n                                    Militello Val di Catania è il \\\"Borgo più bello di Sicilia\\\": cosa vedere nella cittadina barocca da scoprire\\n                            \\n                        \\n\\n                        \\n                            Chiese ricche di decori e magnifici palazzi nobiliari, una Natività di della Robbia e pure una cascata nel territorio circostante. Sul podio del contest online promosso da www.allfoodsicily.it\\n\\n                    \\n                \\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tla storia\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tMichele Barbera squarcia la nebbia londinese con arancin*, cannoli e cassate\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\tPalermitano, comincia a cucinare a casa prima di aprire “The good rice” e conquistare i palati della City\\n\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tCatania\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tPrima la porta a cena poi cerca di strangolarla in strada: arrestato\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\tE’ accaduto ieri sera lungo la Circonvallazione, nei pressi dell’incrocio con via Vincenzo Giuffrida\\n\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\ta roma\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tClizia Incorvaia è mamma per la seconda volta: è nato Gabriele Ciavarro \\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\tLa modella e influencer siciliana (ex moglie di Sarcina delle Vibrazioni) ha conosciuto il compagno, 11 anni più giovane,  al Grande Fratello \\n\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\teunice\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tL'atterraggio nella tempesta di un 777 a Londra ripreso dal pilota della Qatar Airways\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tla tragedia\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tAustralia, squalo bianco di 4 metri attacca e uccide un istruttore di nuoto \\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tNel golfo del Messico\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tDonna cade in mare da una nave crociera, ricerche in corso\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\n\\t\\t\\t\\t\\n\\t\\t\\t\\t\\tl'ordinanza\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\tTroppi contagi: nell'Ennese tre comuni diventano zona arancione\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\tDa domenica 20 febbraio a giovedì 3 marzo misure più rigorose: il provvedimento del presidente della Regione\\n\\n\\n\\t\\t\\t\\t\\t\\n\\n\\t\\t\\t\\t\\t\\n\\t\\t\\t\\t\\t\\t\\n\\t\\t\\t\\n\\t\\t\"\n        },\n        \"author\": null,\n        \"date\": null,\n        \"image\": \"https://www.lasicilia.it/assets/images/lasicilia-logo.png\",\n        \"logo\": \"https://logo.clearbit.com/lasicilia.it\",\n        \"publisher\": \"La Sicilia\",\n        \"url\": \"https://www.lasicilia.it\",\n        \"a\": [\n            {\n                \"isInternal\": true,\n                \"href\": \"/meteo\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.facebook.com/lasiciliait\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://twitter.com/lasiciliait\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.youtube.com/user/GIORNALELASICILIA\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/2022/01/17/html/oggi-in-edicola-1452866/\",\n                \"text\": \"Abbonati\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sso\",\n                \"text\": \"Accedi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sso/profile\",\n                \"text\": \"Profilo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sso/logout\",\n                \"text\": \"Esci\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/catania/\",\n                \"text\": \"Catania\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/agrigento/\",\n                \"text\": \"Agrigento\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/caltanissetta/\",\n                \"text\": \"Caltanissetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/enna/\",\n                \"text\": \"Enna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/messina/\",\n                \"text\": \"Messina\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/palermo/\",\n                \"text\": \"Palermo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/ragusa/\",\n                \"text\": \"Ragusa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/siracusa/\",\n                \"text\": \"Siracusa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/trapani/\",\n                \"text\": \"Trapani\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/\",\n                \"text\": \"Covid\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/tag/etna/\",\n                \"text\": \"Etna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/utility/info/news/lo_dico_a_la_sicilia-1245492/\",\n                \"text\": \"@LoDico\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://necrologie.lasicilia.it/\",\n                \"text\": \"Necrologie\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/search?keyword=buongusto\",\n                \"text\": \"Buongusto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/tag/medicina/\",\n                \"text\": \"+Medicina\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/speciali/\",\n                \"text\": \"Speciali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/\",\n                \"text\": \"Spettacoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/\",\n                \"text\": \"Video\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://inserti.lasicilia.it/\",\n                \"text\": \"Aste\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/2021/11/24/html/faq---frequently-asked-question---libri-online-1401611/\",\n                \"text\": \"Libri\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/spazio-podcast\",\n                \"text\": \"       Podcast\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://edicola.lasicilia.it/lasicilia/newsstand\",\n                \"text\": \"Sfoglia il giornale\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sso\",\n                \"text\": \"Accedi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sso/profile\",\n                \"text\": \"Profilo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sso/logout\",\n                \"text\": \"Esci\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/2022/01/17/html/oggi-in-edicola-1452866/\",\n                \"text\": \"Abbonati\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://edicola.lasicilia.it/lasicilia/newsstand\",\n                \"text\": \"Sfoglia il giornale\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/2022/01/17/html/oggi-in-edicola-1452866/\",\n                \"text\": \"Abbonati\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/catania/\",\n                \"text\": \"Catania\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/agrigento/\",\n                \"text\": \"Agrigento\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/caltanissetta/\",\n                \"text\": \"Caltanissetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/enna/\",\n                \"text\": \"Enna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/messina/\",\n                \"text\": \"Messina\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/palermo/\",\n                \"text\": \"Palermo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/ragusa/\",\n                \"text\": \"Ragusa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/siracusa/\",\n                \"text\": \"Siracusa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/trapani/\",\n                \"text\": \"Trapani\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/search\",\n                \"text\": \"Cerca nel sito\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://necrologie.lasicilia.it/\",\n                \"text\": \"Necrologie Online\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/lo-dico/\",\n                \"text\": \"@Lo Dico\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/editoriali/\",\n                \"text\": \"Editoriali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/tech/\",\n                \"text\": \"Tech\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/\",\n                \"text\": \"Gossip\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sicilians/\",\n                \"text\": \"Sicilians\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/\",\n                \"text\": \"Spettacoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sport/\",\n                \"text\": \"Sport\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/lavoro/\",\n                \"text\": \"Lavoro\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/\",\n                \"text\": \"Gallery\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/economia/\",\n                \"text\": \"Economia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/politica/\",\n                \"text\": \"Politica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/qua-la-zampa/\",\n                \"text\": \"Qua la zampa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/salute/\",\n                \"text\": \"Salute\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/\",\n                \"text\": \"Covid\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/\",\n                \"text\": \"Blog\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/\",\n                \"text\": \"Italia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/mondo/\",\n                \"text\": \"Mondo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italpress-news/\",\n                \"text\": \"Italpress news\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/vivere/\",\n                \"text\": \"Vivere\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/europa/\",\n                \"text\": \"Europa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/\",\n                \"text\": \"Video dalla rete\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/\",\n                \"text\": \"Video\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/tunein/\",\n                \"text\": \"#TuneIn\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://inserti.lasicilia.it\",\n                \"text\": \"Aste\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/2021/11/24/html/faq---frequently-asked-question---libri-online-1401611/\",\n                \"text\": \"Libri FaQ\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://fondazionedse.lasicilia.it\",\n                \"text\": \"Fondazione DSE\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sso/signup\",\n                \"text\": \"Iscriviti alle newsletter\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.facebook.com/lasiciliait\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://twitter.com/lasiciliait\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.instagram.com/lasicilia.it/?hl=it\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.youtube.com/c/LASICILIA-VIDEO\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/meteo\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/mondo/news/spaventoso-in-florida-uccide-il-marito-con-140-coltellate-1489601/\",\n                \"text\": \"                                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/mondo/news/spaventoso-in-florida-uccide-il-marito-con-140-coltellate-1489601/\",\n                \"text\": \"Spaventoso in Florida: uccide il marito con 140 coltellate\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/news/sabaudia-corruzione-e-peculato-il-sindaco-tra-i-16-arrestati-1489056/\",\n                \"text\": \"                                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/news/sabaudia-corruzione-e-peculato-il-sindaco-tra-i-16-arrestati-1489056/\",\n                \"text\": \"Sabaudia, corruzione e peculato: il sindaco tra i 16 arrestati\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/news/incendio-traghetto-trovato-morto-a-bordo-uno-dei-12-dispersi-salvato-un-altro-1488815/\",\n                \"text\": \"                                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/news/incendio-traghetto-trovato-morto-a-bordo-uno-dei-12-dispersi-salvato-un-altro-1488815/\",\n                \"text\": \"Trovato morto uno dei 12 dispersi, salvo un altro. Tra i 20 italiani, 2 camionisti catanesi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/coronavirus-il-bollettino-del-21-febbraio-in-sicilia-2-466-nuovi-casi-e-altri-18-morti-1489891/\",\n                \"text\": \"Coronavirus, il bollettino del 21 febbraio: in Sicilia 2.466 nuovi casi e altri 18 morti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/coronavirus-il-bollettino-del-21-febbraio-in-sicilia-2-466-nuovi-casi-e-altri-18-morti-1489891/\",\n                \"text\": \"                                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/etna-finita-l-eruzione-resta-solo-il-tormento-della-cenere-ecco-dove-e-caduta-1489629/\",\n                \"text\": \"Etna, finita l'eruzione resta il tormento della cenere: ecco dove è caduta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/etna-finita-l-eruzione-resta-solo-il-tormento-della-cenere-ecco-dove-e-caduta-1489629/\",\n                \"text\": \"                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/catania/news/pronto-il-ddl-salva-pogliese-alla-camera-l-asse-tra-fdi-e-pd-per-modificare-la-severino-1488981/\",\n                \"text\": \"Pronto il ddl \\\"Salva Pogliese\\\": alla Camera asse Fdi - Pd per modificare la Severino\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/catania/news/pronto-il-ddl-salva-pogliese-alla-camera-l-asse-tra-fdi-e-pd-per-modificare-la-severino-1488981/\",\n                \"text\": \"                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/rave-parti-vicino-alla-discarica-di-bellolampo-circa-100-giovani-identificati-1489779/\",\n                \"text\": \"Rave party vicino alla discarica di Bellolampo: circa 100 giovani identificati\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/catania/news/catania-chiuse-tre-discoteche-c-era-il-quadruplo-delle-presenze-consentite-1489117/\",\n                \"text\": \"Catania, chiuse tre discoteche: c'era il quadruplo delle presenze consentite\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/dalla-primavera-quarta-dose-nel-regno-unito-per-fragili-e-anziani-1489843/\",\n                \"text\": \"                                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/dalla-primavera-quarta-dose-nel-regno-unito-per-fragili-e-anziani-1489843/\",\n                \"text\": \"Nel Regno Unito stop a restrizioni e booster per fragili e anziani dalla primavera\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/mondo/news/covid-anche-la-regina-elisabetta-positiva-dopo-il-contatto-col-principe-carlo-1488486/\",\n                \"text\": \"                                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/mondo/news/covid-anche-la-regina-elisabetta-positiva-dopo-il-contatto-col-principe-carlo-1488486/\",\n                \"text\": \"Covid, anche la regina Elisabetta positiva dopo il contatto col principe Carlo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/chi-e-come-puo-accedere-alle-cure-con-le-nuove-pillole-anti-covid-1488651/\",\n                \"text\": \"                                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/chi-e-come-puo-accedere-alle-cure-con-le-nuove-pillole-anti-covid-1488651/\",\n                \"text\": \"Chi e come può accedere alle cure con le nuove pillole anti-Covid\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/l-immunologo-abrignani-cts-in-sicilia-il-virus-dventera-come-un-influenza--1488484/\",\n                \"text\": \"                                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/l-immunologo-abrignani-cts-in-sicilia-il-virus-dventera-come-un-influenza--1488484/\",\n                \"text\": \"L'immunologo Abrignani (Cts)  in Sicilia: «Il virus dventerà come un'influenza»\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/cronaca/\",\n                \"text\": \"                            Cronaca\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/muore-schiacciato-dal-suo-trattore-in-campagna-del-trapanese-1489697/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/muore-schiacciato-dal-suo-trattore-in-campagna-del-trapanese-1489697/\",\n                \"text\": \"Muore schiacciato dal suo trattore in campagna del Trapanese\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/rifiuti-indagato-il-sindaco-di-siracusa-e-sequestrato-centro-di-raccolta-1489628/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/rifiuti-indagato-il-sindaco-di-siracusa-e-sequestrato-centro-di-raccolta-1489628/\",\n                \"text\": \"Rifiuti, indagato il sindaco di Siracusa e sequestrato centro di raccolta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/news/ester-pantano-da-makari-a-diabolik-le-passioni-dell-attrice-etnea-1488961/\",\n                \"text\": \"                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/news/ester-pantano-da-makari-a-diabolik-le-passioni-dell-attrice-etnea-1488961/\",\n                \"text\": \"Ester Pantano, da Makari a Diabolik: le passioni dell'attrice etnea\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/video/\",\n                \"text\": \"                            Video\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/search/?type=Video\",\n                \"text\": \"Vedi tutti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/video/l-omelia-del-prete-che-canta-brividi-ti-vorrei-amare-gesu-ma-sbaglio-sempre--1489533/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/video/l-omelia-del-prete-che-canta-brividi-ti-vorrei-amare-gesu-ma-sbaglio-sempre--1489533/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/italia/video/l-omelia-del-prete-che-canta-brividi-ti-vorrei-amare-gesu-ma-sbaglio-sempre--1489533/\",\n                \"text\": \"L'omelia del prete che canta Brividi: \\\"Ti vorrei amare Gesù, ma sbaglio sempre\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/etna-la-nube-alta-10-km-l-impressionante-fungo-di-cenere-1489520/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/etna-la-nube-alta-10-km-l-impressionante-fungo-di-cenere-1489520/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/etna-la-nube-alta-10-km-l-impressionante-fungo-di-cenere-1489520/\",\n                \"text\": \"Etna, la nube alta 10 km: l'impressionante fungo di cenere \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/video/juve-stramaccioni-abbatte-rabiot-e-cuadrado-gli-stringe-la-mano-il-video-diventa-virale-1489486/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/video/juve-stramaccioni-abbatte-rabiot-e-cuadrado-gli-stringe-la-mano-il-video-diventa-virale-1489486/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/video/juve-stramaccioni-abbatte-rabiot-e-cuadrado-gli-stringe-la-mano-il-video-diventa-virale-1489486/\",\n                \"text\": \"Juve, Stramaccioni abbatte Rabiot e Cuadrado gli stringe la mano: il video diventa virale\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/video/sciacca-il-drone-scopre-il-peschereccio-che-usa-le-reti-illegali-1489234/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/video/sciacca-il-drone-scopre-il-peschereccio-che-usa-le-reti-illegali-1489234/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video/video/sciacca-il-drone-scopre-il-peschereccio-che-usa-le-reti-illegali-1489234/\",\n                \"text\": \"Sciacca, il drone \\\"scopre\\\" il peschereccio che usa le reti illegali \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/un-lupo-avvistato-nel-parcheggio-del-centro-commerciale-1489222/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/un-lupo-avvistato-nel-parcheggio-del-centro-commerciale-1489222/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/un-lupo-avvistato-nel-parcheggio-del-centro-commerciale-1489222/\",\n                \"text\": \"Un lupo avvistato nel parcheggio del centro commerciale\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/politica/\",\n                \"text\": \"                            Politica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/politica/news/referendum-letta-no-a-2-quesiti-su-altri-3-c-e-parlamento-1489836/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/politica/news/referendum-letta-no-a-2-quesiti-su-altri-3-c-e-parlamento-1489836/\",\n                \"text\": \"                Referendum:Letta,no a 2 quesiti, su altri 3 c'è Parlamento      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/politica/news/letta-ddl-zan-e-cittadinanza-difficili-in-questa-legislatura-1489777/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/politica/news/letta-ddl-zan-e-cittadinanza-difficili-in-questa-legislatura-1489777/\",\n                \"text\": \"                Letta,ddl Zan e cittadinanza difficili in questa legislatura      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/search/?type=Foto\",\n                \"text\": \"Vedi tutti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/l-etna-da-spettacolo-ma-torna-l-incubo-della-cenere-1489432/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/l-etna-da-spettacolo-ma-torna-l-incubo-della-cenere-1489432/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/l-etna-da-spettacolo-ma-torna-l-incubo-della-cenere-1489432/\",\n                \"text\": \"L'Etna dà spettacolo ma torna l'incubo della cenere\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/l-infermiera-stanca-quella-che-coccola-il-bimbo-contagiato-il-medico-morto-omaggio-a-chi-ci-ha-salvato-1488808/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/l-infermiera-stanca-quella-che-coccola-il-bimbo-contagiato-il-medico-morto-omaggio-a-chi-ci-ha-salvato-1488808/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/l-infermiera-stanca-quella-che-coccola-il-bimbo-contagiato-il-medico-morto-omaggio-a-chi-ci-ha-salvato-1488808/\",\n                \"text\": \"L'infermiera stanca, quella che coccola il bimbo contagiato, il medico morto: omaggio a chi ci ha salvato\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/kevin-biondi-mette-il-turbo-al-catania-1488197/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/kevin-biondi-mette-il-turbo-al-catania-1488197/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/kevin-biondi-mette-il-turbo-al-catania-1488197/\",\n                \"text\": \"Kevin Biondi mette il turbo al Catania\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cultura/gallery/a-polizzi-genosa-dove-domenico-dolce-e-di-casa-e-veste-la-confraternita--1488047/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cultura/gallery/a-polizzi-genosa-dove-domenico-dolce-e-di-casa-e-veste-la-confraternita--1488047/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cultura/gallery/a-polizzi-genosa-dove-domenico-dolce-e-di-casa-e-veste-la-confraternita--1488047/\",\n                \"text\": \"A Polizzi Generosa dove Domenico Dolce è di casa (e veste la Confraternita) \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/librino-inaugurato-il-campo-di-rugby-dei-briganti-1487064/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/librino-inaugurato-il-campo-di-rugby-dei-briganti-1487064/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gallery/gallery/librino-inaugurato-il-campo-di-rugby-dei-briganti-1487064/\",\n                \"text\": \"Librino, inaugurato il campo di rugby dei Briganti \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/economia/\",\n                \"text\": \"                            Economia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/economia/news/parte-assegno-unico-per-i-figli-e-da-marzo-buste-paga-piu-leggere-1489918/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/economia/news/parte-assegno-unico-per-i-figli-e-da-marzo-buste-paga-piu-leggere-1489918/\",\n                \"text\": \"Parte assegno unico per i figli e da marzo buste paga più leggere\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/economia/news/dl-sostegni-raffica-di-emendamenti-al-senato-sono-2-307-1489916/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/economia/news/dl-sostegni-raffica-di-emendamenti-al-senato-sono-2-307-1489916/\",\n                \"text\": \"                Dl Sostegni: raffica di emendamenti al Senato, sono 2.307      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/editoriali/\",\n                \"text\": \"                        Editoriali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/editoriali/news/il-caro-bollette-e-il-sogno-possibile-di-una-sicilia-hub-energetico-del-mediterraneo-1488324/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/editoriali/news/il-caro-bollette-e-il-sogno-possibile-di-una-sicilia-hub-energetico-del-mediterraneo-1488324/\",\n                \"text\": \"Il caro bollette e il sogno possibile di una Sicilia hub energetico del Mediterraneo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/editoriali/news/mani-pulite-cosa-si-nasconde-dietro-quella-rivoluzione-incompiuta-1484709/\",\n                \"text\": \"Mani Pulite, cosa si nasconde dietro quella rivoluzione incompiuta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/editoriali/news/catania-e-l-urgenza-di-uscire-da-quel-limbo-sta-uccidendo-la-citta--1481437/\",\n                \"text\": \"Catania e l'urgenza di uscire da quel limbo che sta uccidendo la città\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://edicola.lasicilia.it/lasicilia/newsstand\",\n                \"text\": \"                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/info/news/oggi_in_edicola-1238237/\",\n                \"text\": \"Leggi il giornale di oggi\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://edicola.lasicilia.it/lasicilia/newsstand\",\n                \"text\": \"Leggi il giornale\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sport/\",\n                \"text\": \"                        Sport\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sport/news/ciclismo-uae-tour-la-2-a-tappa-a-cavendish-philipsen-e-leader-1489695/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sport/news/ciclismo-uae-tour-la-2-a-tappa-a-cavendish-philipsen-e-leader-1489695/\",\n                \"text\": \"                Ciclismo, UAE Tour: la 2/a tappa a Cavendish, Philipsen è leader      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sport/news/mondiali-dal-2-marzo-via-a-prevendita-per-italia-macedonia-1489581/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sport/news/mondiali-dal-2-marzo-via-a-prevendita-per-italia-macedonia-1489581/\",\n                \"text\": \"                Mondiali: dal 2 marzo via a prevendita per Italia-Macedonia      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/blog/\",\n                \"text\": \"                            Dai Blog\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/spazio-podcast/blog/le-dediche-di-san-valentino-2022-1482585/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/spazio-podcast/blog/le-dediche-di-san-valentino-2022-1482585/\",\n                \"text\": \"Le dediche di San Valentino 2022\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"\\n\\n\\n\\n\\n\\n    /blog/spazio-podcast\",\n                \"text\": \"Spazio Podcast - di Valeria Contadino\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/morsi-di-piranha/blog/lustrini-e-multinazionali-1475496/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/morsi-di-piranha/blog/lustrini-e-multinazionali-1475496/\",\n                \"text\": \"Lustrini e multinazionali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"\\n\\n\\n\\n\\n\\n    /blog/morsi-di-piranha\",\n                \"text\": \"Il piranha\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/spazio-podcast/blog/puntata-1-cielo-la-mia-musica---podcast-1467362/\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/blog/spazio-podcast/blog/puntata-1-cielo-la-mia-musica---podcast-1467362/\",\n                \"text\": \"Puntata 1: “Cielo, la mia musica!” - podcast\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"\\n\\n\\n\\n\\n\\n    /blog/spazio-podcast\",\n                \"text\": \"Spazio Podcast - di Valeria Contadino\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/spettacolo/\",\n                \"text\": \"                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/\",\n                \"text\": \"Spettacoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/news/nastro-d-argento-a-ennio-il-documentario-di-tornatore-che-riempie-le-sale-piu-dei-film-1489743/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/news/nastro-d-argento-a-ennio-il-documentario-di-tornatore-che-riempie-le-sale-piu-dei-film-1489743/\",\n                \"text\": \"Nastro d'Argento a Ennio, il documentario di Tornatore che riempie le sale più dei film\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/news/cinema-uncharted-subito-in-vetta-ma-incassi--39--1489164/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/spettacoli/news/cinema-uncharted-subito-in-vetta-ma-incassi--39--1489164/\",\n                \"text\": \"                Cinema: \\\"Uncharted\\\" subito in vetta ma incassi -39%      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/tag/santagata\",\n                \"text\": \"                                                    \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/tag/santagata\",\n                \"text\": \"\\\"Semu tutti devoti tutti\\\", Catania in festa per la sua Sant'Agata\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/chi-e-pino-il-mercenario-messinese-che-combatte-con-i-filorossi-nel-donbass-1488346/\",\n                \"text\": \"                                                \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/chi-e-pino-il-mercenario-messinese-che-combatte-con-i-filorossi-nel-donbass-1488346/\",\n                \"text\": \"Chi è Pino, il mercenario messinese che combatte con i filorussi nel Donbass\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/lo-dico/\",\n                \"text\": \"                        Lo dico\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/lo-dico/news/floridia-sr-antica-trazzera-ridotta-a-discarica-1488673/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/lo-dico/news/floridia-sr-antica-trazzera-ridotta-a-discarica-1488673/\",\n                \"text\": \"Floridia (Sr): antica trazzera ridotta a discarica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/lo-dico/news/tremestieri-etneo-ct-continua-a-sprofondare-nei-rifiuti-1488650/\",\n                \"text\": \"Tremestieri Etneo (Ct), continua a sprofondare nei rifiuti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/sicilians/\",\n                \"text\": \"                        Sicilians\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sicilians/news/l-intuizione-felice-di-edoardo-strano-l-etnauta-nipote-di-un-caminante--1489761/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sicilians/news/l-intuizione-felice-di-edoardo-strano-l-etnauta-nipote-di-un-caminante--1489761/\",\n                \"text\": \"L'intuizione felice di Edoardo Strano, l'Etnauta nipote di un \\\"caminante\\\" \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/sicilians/news/angelica-regalo-agli-orfani-tutto-l-amore-che-non-ho-potuto-dare-a-clara--1485781/\",\n                \"text\": \"Angelica: «Regalo agli orfani tutto l'amore che non ho potuto dare a Clara»\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/ipress-news/\",\n                \"text\": \"                        ipress news\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/ipress-news/news/completata-la-formazione-ai-16-ragazzi-di-sant-egidio-pronti-per-fare-ingresso-nel-mercato-del-lavoro--1487309/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/ipress-news/news/completata-la-formazione-ai-16-ragazzi-di-sant-egidio-pronti-per-fare-ingresso-nel-mercato-del-lavoro--1487309/\",\n                \"text\": \"Completata la formazione ai 16 ragazzi di Sant'Egidio: «Pronti per fare ingresso nel mercato del lavoro»\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/ipress-news/news/-eccellenze-a-raccolta-1-490-euro-per-4-borse-di-studio-destinati-ai-giovani-meritevoli-delle-scuole-siciliane-1482909/\",\n                \"text\": \"\\\"Eccellenze a raccolta\\\", 1.490 euro per 4 borse di studio destinati ai giovani meritevoli delle scuole siciliane\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/buongusto/\",\n                \"text\": \"                        BuonGusto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/un-pizzaiolo-di-catania-inventa-la-pizza-codacons-1488270/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/un-pizzaiolo-di-catania-inventa-la-pizza-codacons-1488270/\",\n                \"text\": \"Un pizzaiolo di Catania inventa la pizza Codacons\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/sfida-per-la-migliore-colomba-artigianale-finale-il-7-marzo-1487717/\",\n                \"text\": \"Sfida per la migliore colomba artigianale, finale il 7 marzo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/gossip/\",\n                \"text\": \"                        Gossip\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/carolina-stramare-nuova-fidanzata-di-vlahovic-grandi-cambiamenti-per-l-attaccante-della-juve-1489933/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/carolina-stramare-nuova-fidanzata-di-vlahovic-grandi-cambiamenti-per-l-attaccante-della-juve-1489933/\",\n                \"text\": \"Carolina Stramare nuova fidanzata di Vlahovic: grandi cambiamenti per l'attaccante della Juve\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/clizia-incorvaia-paolo-ciavarro-e-nato-gabriele-1488298/\",\n                \"text\": \"Clizia Incorvaia è mamma per la seconda volta: è nato Gabriele Ciavarro \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/viaggi-e-turismo/\",\n                \"text\": \"                        Viaggi&Turismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/viaggi-e-turismo/news/gli-studenti-di-taormina-a-lezione-al-san-domenico-1488248/\",\n                \"text\": \"                                                            \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/viaggi-e-turismo/news/gli-studenti-di-taormina-a-lezione-al-san-domenico-1488248/\",\n                \"text\": \"Gli studenti di Taormina a lezione al San Domenico\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/viaggi-e-turismo/news/militello-val-di-catania-e-il-borgo-piu-bello-di-sicilia--1482139/\",\n                \"text\": \"Militello Val di Catania è il \\\"Borgo più bello di Sicilia\\\": cosa vedere nella cittadina barocca da scoprire\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/michele-barbera-squarcia-la-nebbia-londinese-con-arancin-cannoli-e-cassate-1485753/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/michele-barbera-squarcia-la-nebbia-londinese-con-arancin-cannoli-e-cassate-1485753/\",\n                \"text\": \"Michele Barbera squarcia la nebbia londinese con arancin*, cannoli e cassate\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/michele-barbera-squarcia-la-nebbia-londinese-con-arancin-cannoli-e-cassate-1485753/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/michele-barbera-squarcia-la-nebbia-londinese-con-arancin-cannoli-e-cassate-1485753/\",\n                \"text\": \"Palermitano, comincia a cucinare a casa prima di aprire “The good rice” e conquistare i palati della City\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/buongusto/news/michele-barbera-squarcia-la-nebbia-londinese-con-arancin-cannoli-e-cassate-1485753/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/prima-la-porta-a-cena-poi-cerca-di-strangolarla-in-strada-arrestato-1487680/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/prima-la-porta-a-cena-poi-cerca-di-strangolarla-in-strada-arrestato-1487680/\",\n                \"text\": \"Prima la porta a cena poi cerca di strangolarla in strada: arrestato\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/prima-la-porta-a-cena-poi-cerca-di-strangolarla-in-strada-arrestato-1487680/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/prima-la-porta-a-cena-poi-cerca-di-strangolarla-in-strada-arrestato-1487680/\",\n                \"text\": \"E’ accaduto ieri sera lungo la Circonvallazione, nei pressi dell’incrocio con via Vincenzo Giuffrida\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/cronaca/news/prima-la-porta-a-cena-poi-cerca-di-strangolarla-in-strada-arrestato-1487680/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/clizia-incorvaia-paolo-ciavarro-e-nato-gabriele-1488298/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/clizia-incorvaia-paolo-ciavarro-e-nato-gabriele-1488298/\",\n                \"text\": \"Clizia Incorvaia è mamma per la seconda volta: è nato Gabriele Ciavarro \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/clizia-incorvaia-paolo-ciavarro-e-nato-gabriele-1488298/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/clizia-incorvaia-paolo-ciavarro-e-nato-gabriele-1488298/\",\n                \"text\": \"La modella e influencer siciliana (ex moglie di Sarcina delle Vibrazioni) ha conosciuto il compagno, 11 anni più giovane,  al Grande Fratello \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/gossip/news/clizia-incorvaia-paolo-ciavarro-e-nato-gabriele-1488298/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/l-atterraggio-nella-tempesta-di-un-777-a-londra-ripreso-dal-pilota-della-qatar-airways-1488285/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/l-atterraggio-nella-tempesta-di-un-777-a-londra-ripreso-dal-pilota-della-qatar-airways-1488285/\",\n                \"text\": \"L'atterraggio nella tempesta di un 777 a Londra ripreso dal pilota della Qatar Airways\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/l-atterraggio-nella-tempesta-di-un-777-a-londra-ripreso-dal-pilota-della-qatar-airways-1488285/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/australia-squalo-bianco-di-4-metri-attacca-e-uccide-un-istruttore-di-nuoto-1485635/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/australia-squalo-bianco-di-4-metri-attacca-e-uccide-un-istruttore-di-nuoto-1485635/\",\n                \"text\": \"Australia, squalo bianco di 4 metri attacca e uccide un istruttore di nuoto \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/australia-squalo-bianco-di-4-metri-attacca-e-uccide-un-istruttore-di-nuoto-1485635/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/donna-cade-in-mare-da-una-nave-crociera-ricerche-in-corso-1486295/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/donna-cade-in-mare-da-una-nave-crociera-ricerche-in-corso-1486295/\",\n                \"text\": \"Donna cade in mare da una nave crociera, ricerche in corso\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/video-dalla-rete/video/donna-cade-in-mare-da-una-nave-crociera-ricerche-in-corso-1486295/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/troppi-contagi-nell-ennese-tre-comuni-diventano-zona-arancione-1487411/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/troppi-contagi-nell-ennese-tre-comuni-diventano-zona-arancione-1487411/\",\n                \"text\": \"Troppi contagi: nell'Ennese tre comuni diventano zona arancione\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/troppi-contagi-nell-ennese-tre-comuni-diventano-zona-arancione-1487411/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/troppi-contagi-nell-ennese-tre-comuni-diventano-zona-arancione-1487411/\",\n                \"text\": \"Da domenica 20 febbraio a giovedì 3 marzo misure più rigorose: il provvedimento del presidente della Regione\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/covid-19/news/troppi-contagi-nell-ennese-tre-comuni-diventano-zona-arancione-1487411/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.facebook.com/lasiciliait\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://twitter.com/lasiciliait\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.youtube.com/user/GIORNALELASICILIA\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://news.google.com/publications/CAAqBwgKMNmcoAkwxIdw\",\n                \"text\": \"Resta aggiornato\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://api.whatsapp.com/send?phone=393498818870&text=LODICO\",\n                \"text\": \"@WhatsApp\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/info/news/contatti-1228635/\",\n                \"text\": \"Contatti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/info/news/privacy-1228625/\",\n                \"text\": \"Privacy\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/info/news/chi_siamo-1228626/\",\n                \"text\": \"Chi siamo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/info/news/oggi_in_edicola-1238237/\",\n                \"text\": \"In Edicola\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.dsepubblicita.it/formati-lasicilia-it/\",\n                \"text\": \"Pubblicità\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://play.google.com/store/apps/details?id=andr.lasicilia.agrigento&hl=it&gl=US\",\n                \"text\": \"App@Android\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://apps.apple.com/it/app/la-sicilia-edicola-digitale/id974567132\",\n                \"text\": \"App@IoS\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/2021/11/24/html/faq---frequently-asked-question---libri-online-1401611/\",\n                \"text\": \"Libri DSE\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.lasicilia.it/utility/info/news/galateo-comportamentale-social-per-la-community-1423824/\",\n                \"text\": \"Community\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//www.dshare.com\",\n                \"text\": \"D-Share\"\n            }\n        ],\n        \"images\": [\n            {\n                \"alt\": \"La Sicilia\",\n                \"src\": \"//www.lasicilia.it/assets/images/lasicilia-logo.png\"\n            },\n            {\n                \"alt\": \"\",\n                \"src\": \"/assets/images/lasicilia-logo.png\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/145308892-efd0846d-6a05-4cf6-aa6f-40ad599e9214.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/084910693-b55a2124-0169-4ac9-bf56-747d612b57d7.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/201531028-18ae7aaa-5da9-4d68-8afe-be0146bedddb.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/161617799-ae91a1d2-a9ff-41d1-bb34-f2657c575b50.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/144942126-d700ce87-0a26-4109-9e0b-49435369f2a5.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/075951711-0414aa8c-8574-459a-bc21-55d1f8c8ab3f.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/165107276-9bca80b5-4cdb-452e-bc06-878247259a82.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/133408021-9d9f77ec-7e2b-4a9d-8d04-3af445a51fcd.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/160546084-f3e47c0c-b9f4-4824-8552-174c81144561.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/132236448-9a49bc53-0b22-4db0-b107-13646ce5144c.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/152530733-d0f1da7c-4d10-4506-830e-5a9fcd4e0bb1.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/150234640-5fd6023b-2193-428b-bffe-db5ce00e0322.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/073901778-e6e61d09-aedc-4489-9004-8c7f63113ad8.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/133506244-3268ad9c-6111-428d-a6c1-047e3a47662e.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/132717829-9fa64232-c9a7-431e-941c-a7b1777a09d3.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/130453046-52420b51-009a-4671-8880-516a859c1bf7.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/104023834-efc4c23c-e857-4f4f-a297-9f46c873d0da.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/102757411-28d58596-c076-42c4-84fa-6faa3da44389.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/2022-02-21_121294004_300x169_1645461748042.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/2022-02-21_121293855_300x169_1645461346122.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/164301433-0a940d73-f592-4bf5-b449-4c150f71d2a0.jpeg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/190922160-94982b78-a194-4d39-b24c-7062f1cb8724.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/163028005-f8e68510-a624-4b9a-8317-c4156f74e503.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/160127604-71bd37e1-5cc2-4301-94b3-4f293693e0c2.jpeg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/18/131348600-153336ea-aa0d-46cd-bf33-365261997c08.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/172715085-a0b31c8e-391f-45e2-86d3-24f25a886737.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/2022-02-21_121294840_300x169_1645464094355.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/075714431-b68073b6-1347-40c3-a8b7-54663ca3290a.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/2022-02-21_121292438_300x169_1645456888946.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/2022-02-21_121291589_300x169_1645453728300.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/15/090152532-f7c7d0b0-4ad9-49a3-b1fe-d82be33af185.jpg\"\n            },\n            {\n                \"alt\": \"\\n\\n\\n\\n\\n\\nSpazio Podcast - di Valeria Contadino\",\n                \"src\": \"/2022/02/04/172550537-d136817a-afd8-407b-9e31-8dfe8d4cd80d.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/07/183811166-28aeb922-0063-449d-932e-e3b0d316e5c2.jpg\"\n            },\n            {\n                \"alt\": \"\\n\\n\\n\\n\\n\\nIl piranha\",\n                \"src\": \"/2021/10/20/085029038-af34e696-390a-41c7-b29a-337bff34a404.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/04/172649389-3c62bf73-8be8-4c30-bfcc-cd1e2dd55f84.jpg\"\n            },\n            {\n                \"alt\": \"\\n\\n\\n\\n\\n\\nSpazio Podcast - di Valeria Contadino\",\n                \"src\": \"/2022/02/04/172550537-d136817a-afd8-407b-9e31-8dfe8d4cd80d.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/161017999-4c75e013-6f6f-49e5-a095-6b62d2f18fbc.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/2022-02-21_121286569_300x169_1645436980078.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/05/101425684-cbac761e-77d2-4da3-bc9a-d0e7cefff239.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/103759200-c760a36f-16dd-485d-8998-d16c7010a967.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/20/161217510-5cc266be-fe9d-4e0e-a7cb-e61714d41967.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/162148645-fd2af74c-4ef7-4db7-9c6a-fb9087131050.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/18/161033884-0843f28a-1b78-471b-bca7-13d9fa2d7fd1.jpeg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/175741219-6f5913aa-1d2e-44d3-9636-b4a52ddb8efa.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/21/170314300-89c0f7bf-e4cb-4448-a58e-d17aea272351.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/170033446-b263ef5a-4213-40f2-9c92-f19c5e481b3b.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/17/100448976-42658210-62ea-4dcb-949a-657ba34279d1.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/112738943-09c599a3-75d4-4678-b732-9821ee1bc9b6.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/192814579-8930e446-df18-44ec-9d87-2e1c182219ba.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/19/183240167-9731be13-99fe-4997-853e-45f8c11255cd.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/17/090916040-cf75e779-28cd-4469-9599-2eaf0bceb694.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/17/143322638-e5acfae2-962e-4493-9fc3-7b80fdcf57d8.jpg\"\n            },\n            {\n                \"src\": \"https://binaries.lasicilia.it/2022/02/18/201630307-866645d3-b1bf-4418-a0be-b12d29b9be2c.jpg\"\n            }\n        ],\n        \"metaDescription\": \"LA SICILIA quotidiano che dal 75 anni informa con notizie dalla Sicilia approda sul WEB con notizie di cronaca, approfondimenti, personaggi, eventi e curiosità che riguardano la Sicilia e i siciliani.\",\n        \"h1\": [\n            \"Coronavirus, il bollettino del 21 febbraio: in Sicilia 2.466 nuovi casi e altri 18 morti\",\n            \"Etna, finita l'eruzione resta il tormento della cenere: ecco dove è caduta\",\n            \"Pronto il ddl \\\"Salva Pogliese\\\": alla Camera asse Fdi - Pd per modificare la Severino\",\n            \"Rave party vicino alla discarica di Bellolampo: circa 100 giovani identificati\",\n            \"Catania, chiuse tre discoteche: c'era il quadruplo delle presenze consentite\"\n        ],\n        \"h2\": [\n            \"Spaventoso in Florida: uccide il marito con 140 coltellate\",\n            \"Sabaudia, corruzione e peculato: il sindaco tra i 16 arrestati\",\n            \"Trovato morto uno dei 12 dispersi, salvo un altro. Tra i 20 italiani, 2 camionisti catanesi\",\n            \"Nel Regno Unito stop a restrizioni e booster per fragili e anziani dalla primavera\",\n            \"Covid, anche la regina Elisabetta positiva dopo il contatto col principe Carlo\",\n            \"Chi e come può accedere alle cure con le nuove pillole anti-Covid\",\n            \"L'immunologo Abrignani (Cts)  in Sicilia: «Il virus dventerà come un'influenza»\",\n            \"Muore schiacciato dal suo trattore in campagna del Trapanese\",\n            \"Rifiuti, indagato il sindaco di Siracusa e sequestrato centro di raccolta\",\n            \"Ester Pantano, da Makari a Diabolik: le passioni dell'attrice etnea\",\n            \"L'omelia del prete che canta Brividi: \\\"Ti vorrei amare Gesù, ma sbaglio sempre\\\"\",\n            \"Etna, la nube alta 10 km: l'impressionante fungo di cenere\",\n            \"Juve, Stramaccioni abbatte Rabiot e Cuadrado gli stringe la mano: il video diventa virale\",\n            \"Sciacca, il drone \\\"scopre\\\" il peschereccio che usa le reti illegali\",\n            \"Un lupo avvistato nel parcheggio del centro commerciale\",\n            \"Referendum:Letta,no a 2 quesiti, su altri 3 c'è Parlamento\",\n            \"Letta,ddl Zan e cittadinanza difficili in questa legislatura\",\n            \"L'Etna dà spettacolo ma torna l'incubo della cenere\",\n            \"L'infermiera stanca, quella che coccola il bimbo contagiato, il medico morto: omaggio a chi ci ha salvato\",\n            \"Kevin Biondi mette il turbo al Catania\",\n            \"A Polizzi Generosa dove Domenico Dolce è di casa (e veste la Confraternita)\",\n            \"Librino, inaugurato il campo di rugby dei Briganti\",\n            \"Parte assegno unico per i figli e da marzo buste paga più leggere\",\n            \"Dl Sostegni: raffica di emendamenti al Senato, sono 2.307\",\n            \"Il caro bollette e il sogno possibile di una Sicilia hub energetico del Mediterraneo\",\n            \"Mani Pulite, cosa si nasconde dietro quella rivoluzione incompiuta\",\n            \"Catania e l'urgenza di uscire da quel limbo che sta uccidendo la città\",\n            \"Leggi il giornale di oggi\",\n            \"Ciclismo, UAE Tour: la 2/a tappa a Cavendish, Philipsen è leader\",\n            \"Mondiali: dal 2 marzo via a prevendita per Italia-Macedonia\",\n            \"Le dediche di San Valentino 2022\",\n            \"Lustrini e multinazionali\",\n            \"Puntata 1: “Cielo, la mia musica!” - podcast\",\n            \"Nastro d'Argento a Ennio, il documentario di Tornatore che riempie le sale più dei film\",\n            \"Cinema: \\\"Uncharted\\\" subito in vetta ma incassi -39%\",\n            \"\\\"Semu tutti devoti tutti\\\", Catania in festa per la sua Sant'Agata\",\n            \"Chi è Pino, il mercenario messinese che combatte con i filorussi nel Donbass\",\n            \"Floridia (Sr): antica trazzera ridotta a discarica\",\n            \"Tremestieri Etneo (Ct), continua a sprofondare nei rifiuti\",\n            \"L'intuizione felice di Edoardo Strano, l'Etnauta nipote di un \\\"caminante\\\"\",\n            \"Angelica: «Regalo agli orfani tutto l'amore che non ho potuto dare a Clara»\",\n            \"Completata la formazione ai 16 ragazzi di Sant'Egidio: «Pronti per fare ingresso nel mercato del lavoro»\",\n            \"\\\"Eccellenze a raccolta\\\", 1.490 euro per 4 borse di studio destinati ai giovani meritevoli delle scuole siciliane\",\n            \"Un pizzaiolo di Catania inventa la pizza Codacons\",\n            \"Sfida per la migliore colomba artigianale, finale il 7 marzo\",\n            \"Carolina Stramare nuova fidanzata di Vlahovic: grandi cambiamenti per l'attaccante della Juve\",\n            \"Clizia Incorvaia è mamma per la seconda volta: è nato Gabriele Ciavarro\",\n            \"Gli studenti di Taormina a lezione al San Domenico\",\n            \"Militello Val di Catania è il \\\"Borgo più bello di Sicilia\\\": cosa vedere nella cittadina barocca da scoprire\",\n            \"Michele Barbera squarcia la nebbia londinese con arancin*, cannoli e cassate\",\n            \"Prima la porta a cena poi cerca di strangolarla in strada: arrestato\",\n            \"Clizia Incorvaia è mamma per la seconda volta: è nato Gabriele Ciavarro\",\n            \"L'atterraggio nella tempesta di un 777 a Londra ripreso dal pilota della Qatar Airways\",\n            \"Australia, squalo bianco di 4 metri attacca e uccide un istruttore di nuoto\",\n            \"Donna cade in mare da una nave crociera, ricerche in corso\",\n            \"Troppi contagi: nell'Ennese tre comuni diventano zona arancione\"\n        ],\n        \"h3\": null,\n        \"wordCount\": 1429,\n        \"stopwordsCount\": 684,\n        \"readingTime\": 311.78181818181815,\n        \"speakingTime\": 476.33333333333337,\n        \"colemanLiauIndex\": {\n            \"label\": \"Hard to read\",\n            \"score\": 20.04\n        },\n        \"language\": \"it\",\n        \"translations\": null,\n        \"hreflangs\": null\n    },\n    {\n        \"breadcrumb\": \"https://www.gazzetta.it\",\n        \"resultType\": \"organic\",\n        \"position\": null,\n        \"rank\": null,\n        \"title\": \"La Gazzetta dello Sport | Notizie sportive e risultati live di oggi\",\n        \"description\": \"Leggi su gazzetta.it le ultime news sportive live, scopri i risultati in diretta e video di calcio, basket, F1, MotoGP, ciclismo, tennis e molto altro.\",\n        \"link\": {\n            \"id\": null,\n            \"url\": \"www.gazzetta.it\"\n        },\n        \"heatmap\": {\n            \"relevantKeywords\": [\n                {\n                    \"numWords\": 1,\n                    \"word\": \"gazzetta\",\n                    \"count\": 33,\n                    \"percentage\": 1.67,\n                    \"isInDomain\": true,\n                    \"isExactDomainKeyword\": true,\n                    \"isInTitle\": true,\n                    \"isInMetaDescription\": true,\n                    \"isInH2\": true,\n                    \"isInUrl\": true,\n                    \"relevancy\": 65\n                },\n                {\n                    \"numWords\": 3,\n                    \"word\": \"gazzetta dello sport\",\n                    \"count\": 4,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": true,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": true,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": true,\n                    \"relevancy\": 64\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"voti gazzetta\",\n                    \"count\": 9,\n                    \"percentage\": 1.13,\n                    \"isInDomain\": true,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": true,\n                    \"relevancy\": 36\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"segui segui\",\n                    \"count\": 10,\n                    \"percentage\": 1.25,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 26\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"segui\",\n                    \"count\": 21,\n                    \"percentage\": 1.06,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 23\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"inter\",\n                    \"count\": 20,\n                    \"percentage\": 1.01,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 22\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"milan\",\n                    \"count\": 13,\n                    \"percentage\": 0.66,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 16\n                },\n                {\n                    \"numWords\": 1,\n                    \"word\": \"juve\",\n                    \"count\": 13,\n                    \"percentage\": 0.66,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 16\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"star game\",\n                    \"count\": 5,\n                    \"percentage\": 0.63,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 16\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"comparazione quote\",\n                    \"count\": 4,\n                    \"percentage\": 0.5,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 13\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"san siro\",\n                    \"count\": 3,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 10\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"motogp motogp\",\n                    \"count\": 3,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 10\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"olimpiadi invernali\",\n                    \"count\": 3,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 10\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"offside festival\",\n                    \"count\": 3,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 10\n                },\n                {\n                    \"numWords\": 2,\n                    \"word\": \"ultima versione\",\n                    \"count\": 3,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 10\n                },\n                {\n                    \"numWords\": 3,\n                    \"word\": \"collaborazione con offside\",\n                    \"count\": 4,\n                    \"percentage\": 0.38,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 10\n                },\n                {\n                    \"numWords\": 7,\n                    \"word\": \"festival vi presenta il film la scheda\",\n                    \"count\": 3,\n                    \"percentage\": 0.32,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 9\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"collaborazione con offside festival\",\n                    \"count\": 3,\n                    \"percentage\": 0.31,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 9\n                },\n                {\n                    \"numWords\": 4,\n                    \"word\": \"offside festival vi presenta\",\n                    \"count\": 3,\n                    \"percentage\": 0.31,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 9\n                },\n                {\n                    \"numWords\": 6,\n                    \"word\": \"gazzetta in collaborazione con offside festival\",\n                    \"count\": 3,\n                    \"percentage\": 0.31,\n                    \"isInDomain\": false,\n                    \"isExactDomainKeyword\": false,\n                    \"isInTitle\": false,\n                    \"isInMetaDescription\": false,\n                    \"isInH2\": false,\n                    \"isInUrl\": false,\n                    \"relevancy\": 9\n                }\n            ],\n            \"textualContent\": \"window.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_Position1\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(o){googletag.cmd.push(function(){googletag.display(\\\"rcsad_Position1\\\")})},!1) window.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_Left1\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(e){googletag.cmd.push(function(){googletag.display(\\\"rcsad_Left1\\\")})},!1) window.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_Right1\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(e){googletag.cmd.push(function(){googletag.display(\\\"rcsad_Right1\\\")})},!1) CALCIO MOTORI BASKET CICLISMO ALTRI SPORT ACTIVE\\nwindow.eventDFPready?googletag.cmd.push(function(){googletag.display(\\\"rcsad_TopLeft\\\")}):document.addEventListener(\\\"eventDFPready\\\",function(e){googletag.cmd.push(function(){googletag.display(\\\"rcsad_TopLeft\\\")})},!1)\\nLo spettacolo dell'All Star Game: guarda gli highlights Sinner, nuovo allenatore: \\\"Ecco perché ho scelto Vagnozzi\\\" Tifosi insultano Foden, la madre interviene per difenderlo: pugno in faccia! Terribile: segna 3 autogol in 35 minuti Diletta al... bancone: ecco come prepara un cocktail City-Tottenham, finale pazzesco! Kane regala la vittoria a Conte al 96' Alcaraz fa fuori Fognini e Fabio se la prende con la racchetta Balo, vero cecchino! Colpi da maestro su punizione Neymar, rigore inguardabile. E il Psg ne prende 3 a Nantes Tamberi, show da All-Star: guarda le sue super schiacciate Vedi tutti i video\\nall'unipol domus\\nLIVE Alle 19 Cagliari-Napoli: Spalletti cerca l'aggancio al Milan in testa In aggiornamento Tutto sulla Serie A inter Segui Segui già\\nle dichiarazioni Marotta: \\\"Stiamo soffrendo, ma siamo fiduciosi per il lavoro. Brozo-Inter, firma in una settimana\\\" L'ad nerazzurro dopo la sconfitta col Sassuolo: \\\"Vogliamo lo scudetto e la seconda stella. Inzaghi sa come uscirne. Lautaro? Gli... L'analisi Difesa, punti fermi, scelte e riposo. Che cosa deve fare Inzaghi per raddrizzare l'Inter Non aveva ammazzato il campionato un mese fa, non lo ha perso ieri. Ma è ...\\nla crisi Gira a vuoto, non segna più: Inter, adesso Lautaro è un problema Martinez è ancora a secco in Serie A nel 2022: il tandem con Sanchez non ha... momento no Mai così male dal 2019: tutti i numeri della crisi di Lautaro Non ha segnato un solo gol in Serie A nel 2022 e contro il Sassuolo ha... Tutto sull'Inter milan Segui Segui già\\nil caso Leao-Sporting, il Tas condanna il Lilla a pagare il maxi risarcimento Anticipazione del quotidiano portoghese Record: sarà la società francese a pagare i circa 20 milioni (interessi compresi) al club biancoverde, da cui Rafa si liberò... STACANOVISTA Ibra si allena anche di notte: \\\"Voi dormite, io lavoro\\\" Zlatan Ibrahimovic non smette di stupire. L'attaccante del Milan ha...\\nmercato Da avvocato mancato a freccia destra: Mazraoui, emblema del “sistema Ajax” Difensore molto offensivo, esperienza in Champions, in rotta con la sua... trattative Milan, spunta Mazraoui. E occhi sul Lilla per Botman-Sanches L’esterno marocchino, in scadenza con l’Ajax, si è proposto: i... Tutto sul Milan il video del giorno\\ngimme five A Lautaro manca Lukaku. Milan, basta sprechi. Roma, anche Mou tra i colpevoli Cinque domande al campionato, cinque risposte del... Guarda i nostri video\\nSPECIALE G+\\nil quarto posto La quota Champions che Max non svela: ecco dove ha fissato l’asticella Il punto fissato dal tecnico dopo il Milan, i risultati arrivati nel frattempo e cosa dice la... Vedi tutti gli articoli G+\\n SCEGLI LA TUA SQUADRA Segui su MyGazzetta My Gazzetta Preferenze Vai a My Gazzetta JUVENTUS Segui Segui già\\nLA VIGILIA Allegri: \\\"Giochiamo per vincere, anche in Champions\\\". Morata: \\\"Rimarrei sempre qui\\\" L’allenatore bianconero verso l’andata degli ottavi di Champions: \\\"Davanti Alvaro con Vlahovic, ma non carichiamo Dusan...\\nIL VILLARREAL Emery: \\\"Juve favorita ma noi non partiamo battuti. Soprattutto se...\\\" \\\"Mi aspetto una sfida molto dura - spiega l'allenatore del Villarreal -,... l'infortunio Entrataccia del giovane Stramaccioni: ahi Juve, Rabiot a terra nel torello Allenamento di rifinitura per la Juve, in vista della gara di andata degli... il racconto Dossier Villarreal: dalla ceramica a Pau Torres, alla scoperta degli avversari della Juve La rimonta in campionato, i successi europei di Emery, l’idolo di casa,... il punto Allegri con tante assenze e qualche dubbio a centrocampo: le ultime Martedì alle 21 la Juventus sfida il Villarreal nell'andata degli ottavi di... Tutto sulla Juventus calciomercato Segui Segui già\\ntrattative Juve-rinnovi, a che punto siamo? Per Dybala c’è il nodo commissione In settimana, dopo Champions e cda, il club torna a parlare coi giocatori in scadenza:... lo scenario Strategie Inter: come questa crisi influenzerà il mercato estivo L'input di Suning resta fare attivo senza perdere competitività, ma il...\\nil focus Supermercato Lilla: Botman, David, Weah e gli altri, chi sono e quanto valgono Il presidente Letang ha già raddrizzato i conti, ma in casa ha un tesoretto... il reparto Roma, fasce da rifare: Pinto vuole Sergino Dest Oltre al regista invocato da Mourinho, Pinto al lavoro per rimodellare la... Tutto sul calciomercato SERIE A Segui Segui già\\nil protagonista I tifosi della Roma sono ancora tutti con Mou: \\\"Hai le chiavi della città\\\" La prestazione con il Verona non fa cambiare idea ai...\\nI voti Gazzetta Il pagellone della settimana: Mourinho, coraggio da 8 e gesto da 4. Milano bocciata Una settimana di calcio giudicata dalla Gazzetta. Gasp troppo nervoso. Conte... La corsa per il titolo Milan, Inter e Napoli, calendario a confronto: qui si decide lo scudetto Tre squadre in tre punti. Solo i nerazzurri sono ancora nelle due coppe, ma... La moviola Inter, c’era un fallo prima dello 0-1. Furia Atalanta per il gol annullato Berardi-Calha: fallo da fischiare prima dello 0-1. Hateboer: fuorigioco... il podcast Milan e Inter, passi indietro. Juve, tridente rimandato. Ascolta Bordocampo Il meglio dell'ultima giornata di Serie A con La Gazzetta dello Sport.... Tutto sulla Serie A SPECIALE g+\\nLa tendenza\\nViaggio nell'era del non ruolo: cosa c’entrano tra loro Dragowski, Lukaku e Antetokounmpo? Il meglio di Gazzetta è G+\\nVai alla sezione ora\\ngazzetta motori\\nQUALE SCEGLIERE\\nSUV compatti 2022: modelli, caratteristiche e prezzi\\nI Suv compatti sono la versione a ruote alte delle berline più famose: ecco i loro pregi e...\\ncomparativa La Bmw S 1000 R sfida la regina Aprilia Tuono V4 1100 La maxinaked di Noale e quella di Monaco si distinguono per stile e... PRIMO CONTATTO Cupra Formentor VZ5, primo contatto: spazio da Suv e guida da Wrc Solo 7.000 esemplari per la Formentor più cattiva a listino: motore 5... auto in promozione Toyota Yaris Cross: l'offerta di febbraio è una rata piccolissima Il crossover urbano a ruote alte a febbraio è finanziabile con 47 rate molto... van Pullmino Volkswagen elettrico, ID.Buzz sta per arrivare: ecco i dettagli La presentazione ufficiale è prevista per il 9 marzo, il modello arriverà... La sezione Mobilità sostenibile Ktm, in arrivo la E-Duke elettrica Fisker Ocean, debutto a Barcellona Musk e Tesla, binomio che piace Tutto sui Motori\\nInter\\nInter, è caccia al vice Brozovic: le cinque occasioni per Marotta\\nBrozovic rinnoverà con l'Inter, ma i nerazzurri hanno bisogno di un doppione o comunque di...\\nInter Inter, non solo David: spunta un altro vecchio pallino per l'attacco Lo statunitense del Lille è un obiettivo concreto. Ma occhio anche a Martial da calciomercato.com Non solo Bove e Volpato, la Roma ha anche la stellina Faticanti Il centrocampista classe 2004 è uno dei giocatori di maggior talento e... Tutto sul calciomercato dal nostro network\\nda fcinter 1908\\nFerri: “Inter, approccio disastroso. Primo tempo da cancellare. In tre sono insostituibili”\\nRiccardo Ferri, ex difensore dell'Inter, è sorpreso per la sconfitta di nerazzurri contro...\\nda itasportpress Barcellona, Xavi si coccola Pedri: “Il migliore al mondo nel suo ruolo” Il tecnico del Barcellona esalta il giovane diciannovenne dopo il successo in... da mediagol Salernitana, Sabatini: “Col Milan capito di essere squadra. Nicola? Grande impatto” La soddisfazione del ds della Salernitana, Walter Sabatini, dopo il pareggio... da il posticipo Il rimorso di Wenger: “Con la VAR meno calci. Ma mi sento responsabile di due incidenti\\\" Per Wenger la VAR ha fatto in modo che un calciatore ci pensi più di due... da cittaceleste Lazio, guarda Muriqi ancora a segno a Maiorca: “Contento per il gol, ma…” Nessuno lo avrebbe mai detto dopo quanto visto alla Lazio, eppure Vedat... Vai su Gazzanet le pagelle DI A Segui Segui già\\nI VOTI GAZZETTA Inter-Sassuolo, le pagelle: disastro Lautaro, 4. Consigli para tutto: 8 Gagliardini è una delle chiavi della disfatta, Perisic...\\ni voti gazzetta Udinese-Lazio, le pagelle. Beto è inconsistente, da 5. Felipe Anderson fa male: 7 L'ex Milan e Barcellona è ispirato, l'albanese non da nessuna garanzia I VOTI GAZZETTA Fiorentina-Atalanta, le pagelle: Gonzalez dà qualità, 7. Boga non pervenuto: 4,5 Milenkovic è una diga, Piatek incubo della Dea, Djimsiti stordito, Demiral... i voti gazzetta Venezia-Genoa, le pagelle: Henry, gol da 7. Destro quasi non la vede: 5,5 Tra i veneti brilla Svoboda, Nani non ancora in condizione. Nella squadra di... i voti gazzetta Salernitana-Milan, le pagelle. Dragusin le prende tutte: 6,5. Rebic decisivo: 6,5 L'ex difensore della Juve non sbaglia nulla, il croato dà un contributo... I VOTI GAZZETTA Roma-Verona, le pagelle. Bove brilla: 7. Montipò incerto: 5,5 Nella squadra di Mou bene anche l’altro ragazzino Volpato, male invece... I voti Gazzetta Sampdoria-Empoli, le pagelle: male Viti e Cutrone, da 4. Falcone è una certezza, 6,5 Andreazzoli paga le cattive prestazioni del giovane difensore e della punta,... i voti gazzetta Juve-Torino, le pagelle: De Ligt e Bremer da 7,5. Vlahovic insufficiente L'attaccante serbo, sostituito, il più in difficolta. Milinkovic-Savic non... Tutti gli articoli di G+ FANTANEWS\\nFantanews Sassuolo, Consigli è un muro e i 4 attaccanti sono il sogno dei fanta-allenatori Altro exploit degli emiliani che piegano l'Inter a San Siro. Traoré, Scamacca, Raspadori e Berardi incantano Vai alla pagina Fantanews il meglio di g+\\nil protagonista Zielinski, il vero jolly del Napoli che trascende i ruoli Il polacco va oltre la sua posizione di trequartista, il suo calcio lo rende un giocatore totale...\\nl'intervista Protti: “Rinunciai a un miliardo per il Livorno. Ora da dirigente lo riporto su” L’ex mito amaranto, capocannoniere in A, B e C: “Oggi non... L'INTERVISTA Okaka: \\\"Ho perso tanti treni, ma non per colpa mia. Il mio angelo custode si chiama Cassano\\\" Il centravanti ex Udinese fa gol al Basaksehir e si racconta alla Gazzetta:... Tutti gli articoli di G+ FORMULA 1 Segui Segui già\\nf1\\nTest F1 2022, si parte a Montmeló: la guida e come seguirli in diretta\\nDal 23 al 25 febbraio in Spagna si accendono i motori della F1: sulla pista nei pressi di...\\nf1 Gasly: \\\"Hamilton top in F1, ma sulla Williams arriverebbe 18°\\\" Il francese dell'AlphaTauri al programma tv Mashup: \\\"Lewis il migliore della... f1 Zhou: \\\"L'obiettivo? Fare punti con l'Alfa Romeo. Che show la Tonale\\\" Il cinese del team Alfa Romeo si racconta alla vigilia del debutto in F1 con... f1 Non solo Max Verstappen, tutti i figli d’arte nella storia della Formula 1 Dal campione 2021 alle famiglia Hill e Rosberg, quanti piloti hanno corso in... f1 F1 GP Miami, il circuito extra lusso con spiaggia incorporata Il tracciato della Florida, che debutta in F1 nel 2022, ospiterà il quinto... f1 McLaren F1: dal motore al telaio, i segreti della MCL36 Presentata qualche giorno fa, la McLaren MCL36 è la macchina del team di... Tutto sulla Formula 1 motori Segui Segui già\\nMOTOGP\\nMotoGP, Ezpeleta in Gazzetta: \\\"Non c'è più Rossi, ma sarà un Mondiale indimenticabile\\\"\\nIl  numero 1 della Dorna, Carmelo Ezpeleta, in visita alla Gazzetta dello Sport fra...\\nmotogp Ducati MotoGP, ufficiale il rinnovo di Bagnaia: in rosso fino al 2024 La Ducati e Pecco Bagnaia hanno firmato un nuovo contratto biennale che lega... motogp MotoGP, Bagnaia-Ducati 2024: perché è una mossa decisiva Il rinnovo del pilota con la Ducati MotoGP, assegna a Bagnaia la leadership... usa Nascar 2022, storica Daytona 500: vince il debuttante Cindric Il 23enne trionfa nel giorno dell'85° compleanno di Roger Penske,... motogp MotoGP, il valore dei test ufficiali: l'antipasto dello show piace a sponsor e tifosi Tutto sui Motori TENNIS Segui Segui già\\nA Dubai Djokovic ringrazia Ibra: “Grazie per il sostegno, spero nello scudetto del Milan” Il numero 1 pronto al ritorno in campo ringrazia...\\nATP 500 A Dubai Sinner vince in doppio: \\\"Con Vagnozzi ottima sintonia\\\" Prima uscita vincente con Hurkacz in attesa di debuttare in singolare domani... IL TALENTO Alcaraz tra scacchi e palestra: così la promessa è diventata realtà Il campione di Rio de Janeiro è entrato in top 20 prima dei Big 3 grazie a... TENNIS Alcaraz meglio di Nadal: trionfa a Rio ed entra nella top 20 a 18 anni e 9 mesi Lo spagnolo domina in finale contro l'argentino Schwartzman (6-4 6-2) e... Tennis Festa Italia con Fognini e Bolelli: vittoria in doppio a Rio! E per la Coppa Davis… I due tennisti azzurri hanno battuto in finale Jamie Murray e Bruno Soares,... Tutto sul tennis NBA Segui Segui già\\nl'evento All Star Game, lo spettacolo è Curry: 50 punti con 16 triple, vince il Team LeBron Steph è il migliore della partita delle stelle e vince... impossibile Segna cadendo all'indietro: guarda il canestro decisivo di James Nella notte italiana del 21 febbraio 2022 si è tenuto l'All Star Game NBA...\\nprotagonista Cleveland lo fischia, lui non sbaglia mai da 3: rivedi le triple di Curry Nella notte italiana del 21 febbraio 2022 si è tenuto l'All Star Game NBA... All Star Game Embiid avvisa l’Nba: “Sono l’Mvp, ma so di poter migliorare ancora” Il centro di Philadelphia: “Penso che il livello a cui sto giocando mi... Tutto sulla Nba olimpiadi invernali\\nOlimpiadi-Invernali La bandiera olimpica è in Italia. Da Fontana a Brignone: \\\"Milano-Cortina un sogno\\\" Alle 12.10 è atterrato a Malpensa l'aereo con gli atleti...\\na pechino Brutta avventura per Lindholm: pene congelato durante i Giochi L'atleta finlandese al termine della 50 km di fondo (ridotta a 30 proprio per... il bilancio I voti di Malagò: “Agli azzurri 7,5, ma i nostri Giochi avranno più anima” Il presidente del Coni soddisfatto: “Forti in tante discipline. Però... L'INTERVISTA L’Olimpiade di Sala: \\\"La prima low cost e sostenibile: si parte da San Siro\\\" Il sindaco di Milano: \\\"Sarà un’opportunità per tutta l’Italia.... Da ricordare Dalla grazia di Gu al thriller sul ghiaccio: ecco le 5 storie per chiudere i Giochi Le tre medaglie della 18enne cinese nata a San Francisco, lo psicodramma del... pechino oggi Pechino dopo le 17 medaglie passa il testimone a Milano-Cortina Il commento dell'ultima giornata delle Olimpiadi Invernali con Andrea... In collaborazione con Altri Sport\\nl'inchiesta Sedici arresti a Sabaudia: nel mirino anche la Coppa del Mondo di canottaggio Tra i fermati anche la sindaca Giada Gervasi: i reati...\\nRugby Top 10: Padova imprendibile, la sorpresa Ferrarini e “Pasqualone Stregone” Un’impresa, una sorpresa e una conferma nella giornata dedicata ai... KARATE Premier League a Fujairah, 3 medaglie per l'Italia: oro a Mangiacapra Alessandra domina la 61 kg di kumite battendo in finale la vicecampionessa... PALLANUOTO Setterosa, altro duro esame in World League: c’è la Spagna A Firenze, domani, sfida alle campionesse d’Europa nella seconda... Abu Dhabi Uae Tour: guizzo Cavendish, la seconda tappa è sua. Ora tocca a Ganna Il 36enne britannico ha preceduto Philipsen, che mantiene il comando della... Fermo ai box Nibali positivo dal 13 febbraio: \\\"Sto bene ma ho ancora il Covid\\\". Rientra al Laigueglia? Lo Squalo è in attesa della negatività che potrebbe arrivare domani. Per il... A PESARO Festa Olimpia: Milano batte Tortona e conquista l’ottava Coppa Italia, Delaney mvp Finisce 78-61, l’Olimpia bissa il successo dello scorso anno: miglior... Gli altri sport active\\nla guida\\nI pesi? Bastano pochi secondi al giorno per aumentare la forza del 10%\\nSollecitare i muscoli delle braccia per una manciata di secondi migliora la nostra forza del...\\nSalute Si può mangiare il cibo che cade a terra? La regola dei 5 secondi C'è una regola non scritta secondo cui il cibo caduto a terra si può... Cicloturismo Pedalarcultura 2022: in bici per scoprire le bellezze del Basso Verbano Da marzo a settembre, nove appuntamenti alla scoperta del varesotto e della... IN CUCINA Marinatura, come si fa: tre idee (sane e veloci) per i gourmet Il piacere di regalare un tocco in più, alla carne o al pesce. Le ricette di... I RISULTATI Maratona di Siviglia, gli azzurri brillano: l'analisi della loro gara I risultati della maratona di Siviglia. Da Meucci a La Rosa: bene gli... LA GARA \\\"Cross per tutti\\\": record di iscritti per la quarta tappa. Ecco i risultati 2223 classificati alla quarta tappa del \\\"Cross per tutti\\\" di Cinisello... L'INTERVISTA Il personal trainer di Noemi: \\\"Tacfit, crossout e costanza, ecco i segreti del suo allenamento\\\" Carlo Di Stefano lavora con la cantante romana dal 2017 e ci svela i segreti... Tutti in movimento con Gazzetta Active i segreti delle star\\nFitness\\nCalcio a casa e in tv, sci, allenamenti e una vita a tutto sport: i segreti di Melissa Satta\\nLa modella e influencer ha il pallone nel Dna: da ragazza giocava, il papà di suo figlio è...\\nL'INTERVISTA Giusy Ferreri tra dieta, Juve e danza aerea: \\\"Ho imparato con tre sorelle che lavorano al circo...\\\" A tu per tu con la cantante che è uscita con il nuovo album \\\"Cortometraggi\\\".... Allenamento Carolina Stramare, la nuova lady Vlahovic, tra Juve, cavalli, allenamenti e dieta. Tutto su di lei Secondo i gossip la modella e conduttrice tv sarebbe la nuova fiamma... la diva Blake Lively conquista tutti a New York: tra workout in casa e dieta, come è tornata in forma La moglie di Ryan Reynolds, dopo aver avuto tre figlie dal 2014 al 2019, ha... Il mito Roberto Baggio, cosa fa oggi tra passeggiate, natura, famiglia e... Roberto Baggio, l'amatissimo Divin Codino, ha compiuto 55 anni. Scopriamo... Tutti in movimento con Gazzetta Active TIRO CON L'ARCO\\nARCO Europei indoor, l'Italia chiude al 2° posto nel medagliere Si chiude con i successi nell'individuale. Nel complesso l'Italia guadagna 12 podi (3 ori, 5... ARCO Mondiali Paralimpici, tutto pronto per Dubai: i convocati Ultimi preparativi per la Nazionale Para-Archery in vista dei Mondiali...\\nARCO Europei indoor: la prima volta dell'arco nudo La divisione barebow fa il suo esordio ai campionati continentali. Saranno 8... ARCO Indoor World Series: a Las Vegas italiani fermi agli ottavi Gli azzurri si fermano presto. Nell'olimpico vincono Wieser e Healey, nel... Tutto sul tiro con l'arco VIDEOGAMES & ESPORTS\\nSerie A\\nFootball Manager, 10 fenomeni nel gioco che non hanno reso altrettanto in Serie A\\nLa lunga lista dei calciatori di Serie A che hanno spaccato le difese in Football Manager ma... Juventus Villareal-Juventus, la sfida Champions giocata reparto per reparto su FIFA Tra le due squadre ci sono tre punti di distanza secondo lo sportivo di... Tutto sul gaming comparazione quote\\ncomparazione quote Villarreal-Juve, è una prima volta: ma l'esperienza è tutta di Allegri Gli spagnoli tornano agli ottavi dopo 13 anni, ma viene... comparazione quote Chelsea, tutto facile con il Lilla? I bookmaker e i precedenti dicono che… I Blues ospitano i campioni di Francia per l’andata degli ottavi di...\\nComparazionequote Simeone, rieccoti CR7: Atletico e United si affrontano per la prima volta in Champions CR7 torna al Wanda Metropolitano: 25 gol in 35 partite contro i Colchoneros.... comparazionequote Ostacolo Benfica per l’Ajax dei record, olandesi imbattuti dal 12 dicembre Una sfida che promette spettacolo, ma gli olandesi arrivano da una striscia... Tutto sulla comparazione quote INIZIATIVE GAZZETTA\\nL'OFFERTA Il meglio della Gazzetta e tutto il Corriere a soli 49,99 euro all’anno! Il pacchetto comprende G+, l’abbonamento de La... L'INIZIATIVA La Gazzetta si unisce a Helbiz Live: la nuova offerta a portata di clic Sono attivi sconti speciali sui prodotti premium, con un ribasso fino... Tutti gli articoli di G+ GAZZETTA FILM FESTIVAL\\nL'iniziativa Calcio e cinema: è in corso il Gazzetta Film Festival, in collaborazione con Offside Un progetto dedicato a tutti gli abbonati G+, che...\\nLa scheda Omaggio al colonnello Lobanovskiy, il tecnico rivoluzionario La vita dell’allenatore più importante del calcio sovietico... LA SCHEDA Brazzo Football Klub, viaggio nella Bosnia del pallone (e non solo) Il road-movie di Rocco Femia e Lorenzo Gagliano racconta il paese dopo la... la scheda Da Thuram a Henry: \\\"Z’antiye Football Club\\\" celebra gli eroi del calcio caraibici Il documentario di Nicola Cuvelier-Mella e Jérémie Cuvillier racconta il... il film Z'antiye Football Club Gazzetta in collaborazione con Offside Festival vi presenta il film:... LA scheda Un pallone tra i rifugiati in Libano, dove il calcio è il miraggio di una vita diversa Lo racconta Footballization, docu-film in un campo profughi alle porte di... il film Footballization Gazzetta in collaborazione con Offside Festival vi presenta il film... la scheda Il Corinthians di Socrates, la squadra leggendaria che ha vinto a ritmo di rock Ambientato negli anni Ottanta, il lungometraggio di Pedro Asbeg (uscito nel... il film Democrazia in bianco e nero Gazzetta in collaborazione con Offside Festival vi presenta il film... la scheda Cap 20100, un viaggio nel calcio popolare del territorio milanese L'obiettivo del regista Paolo Marelli è quello di raccontare le storie dei... Guarda tutti i video i fotoracconti\\nAllenamento\\nPassione per il fitness, studi e ricette della fidanzata: così Raspadori è diventato grande\\nL'attaccante del Sassuolo, campione d'Europa, per i 22 anni si è regalato contro l'Inter... la diva Katy Perry fra aceto di mele, meditazione e dieta dei 5 fattori: ecco come resta in forma\\nAllenamento Nel mondo di Marco Verratti: dal metaverso alla dieta, da Jessica agli idoli L'alimentazione, l'amore, i segreti: tutto quello che forse non sai sul... Reginetta Zeudi Di Palma, Miss Italia 2021 tra il tifo per il Napoli, il calcio da bambina, i cavalli e l'università Scopriamo di più su Miss Italia 2021, Zeudi Di Palma, ragazza napoletana di... Tutto sull'atletica LE NOSTRE RUBRICHE\\nCHE FINE HANNO FATTO Ronaldo, il crac Parmalat e i cantieri: la seconda vita di Benarrivo In questa rubrica raccontiamo la seconda vita dei calciatori. La puntata di oggi è dedicata... SOLO LA MAGLIA Psg sempre più in stile Bulls. Ma ricordate la maglia da basket della Juve? Il Paris Saint-Germain ha fatto debuttare il suo quarto kit contro il Rennes,...\\n24 sec Perché i Lakers hanno perso il mercato. Tra Team LeBron e Team Durant vince... Torna 24 secondi, la rubrica che racconta la Association nel tempo di un... ALLO STADIO Lo stadio migliore d’Europa? Quello di Dortmund. E il peggiore è sorprendente Il sito money.co.uk ha esaminato le recensioni dei tifosi di tutta Europa,... Guarda tutti i video Sulla Gazzetta di oggi lunedì 21 feb 22 LO SCUDETTO PIÙ PAZZO DEL MONDO L'Inter crolla a San Siro, corsa a tre mai vista per il titolo. Inzaghi in crisi, Lautaro un caso Leggi tutto sulla Gazzetta di oggi, in edicola e in versione digitale.\\nFOTOGALLERY\\nModernità e tradizione: ecco le maglie per il weekend delle stelle\\nIl polo sulla neve di Cortina: trionfa U.s. Polo Assn\\nLe stelle di Conegliano per il calendario 2022\\nMilano, la grande festa della Ginnastica\\n125 anni (+1) di Giochi con i maestri della fotografia sportiva\\nSpalletti e Sarri, i grandi ex della 13ª giornata\\nAtp Finals, i magnifici 8 a passeggio per Torino\\nNicola Bartolini, tutti i tatuaggi del campione mondiale nel corpo libero\\nWorld Series, che spettacolo. Lo show tra Astros e Braves\\nJuve di ferro, dalla difesa partono i successi: lo dice la storia ANNUNCI PPN var load = function() {\\ncallReviZoneId({'abbonati_menu_overlay_mkt': 999,'box_mkt_dx_01':975,'box_mkt_hp_02':1573,'box_mkt_lst_01':1001,'box_mkt_lst_02':1003,'box_mkt_speciali':1083,'bacheca_allsite_01':197,'bacheca_allsite_02':199,'bacheca_allsite_03':201,'box_promo_hp_01':203})\\n}\\nwindow.onload = load; var isBelowIE11=/MSIE/.test(window.navigator.userAgent),isIE11=/Trident/.test(window.navigator.userAgent),html='<link rel=\\\"stylesheet\\\" href=\\\"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/css/pages/gazzetta/courtesy-update.css\\\"><div class=\\\"bck-courtesy-update\\\" id=\\\"bck-courtesy-update\\\"><div class=\\\"close-icon has-text-primary\\\"><span class=\\\"icon\\\" id=\\\"bck-modal-update-browser-close\\\"><i class=\\\"icon-gazzetta-g-close-inverse fa-2x\\\"></i></span></div><div class=\\\"container\\\"><div class=\\\"logo-container\\\"><img class=\\\"logo\\\" src=\\\"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/logos/logo-gazzetta-tutto-il-rosa.png\\\"></div><div class=\\\"title\\\">Aggiorna il tuo sistema operativo o il tuo browser</div><div class=\\\"text\\\">Gentile utente,<br><br>stai utilizzando un sistema operativo o un browser non aggiornato.<br><br>Per visualizzare al meglio il sito de La Gazzetta dello Sport e non perderti tutte le ultime notizie sportive ti consigliamo di passare ad un nuovo sistema operativo o di scaricare l’ultima versione del browser che stai utilizzando.<br><br>Se pensi che il problema sia relativo al tuo browser puoi altrimenti scaricare <a href=\\\"https://www.google.com/chrome/\\\">l\\\\'ultima versione di Chrome</a> o <a href=\\\"https://www.mozilla.org/it/firefox/\\\">l\\\\'ultima versione di Firefox</a>.<br><br>Grazie.<br>Il Team de La Gazzetta dello Sport</div></div></div>',isOldWin=!1,oldWin=window.navigator.userAgent.match(/Windows NT (.*?)[\\\\;\\\\)]/i);if(oldWin&&1<oldWin.length){var winVer=parseFloat(oldWin[1]);isNaN(parseFloat(winVer))||(isOldWin=!(59<10*winVer))}(isBelowIE11||isIE11||isOldWin)&&(document.body.innerHTML=html) function gtag(){dataLayer.push(arguments)}window.dataLayer=window.dataLayer||[],gtag(\\\"js\\\",new Date),gtag(\\\"config\\\",\\\"UA-21108977-1\\\",{anonymize_ip:!0,sampleRate:10,sample_rate:10}) !function(e,t,a,n,g){e[n]=e[n]||[],e[n].push({\\\"gtm.start\\\":(new Date).getTime(),event:\\\"gtm.js\\\"});var m=t.getElementsByTagName(a)[0],r=t.createElement(a);r.async=!0,r.src=\\\"https://www.googletagmanager.com/gtm.js?id=GTM-TR5X5X2\\\",m.parentNode.insertBefore(r,m)}(window,document,\\\"script\\\",\\\"dataLayer\\\") window._taboola=window._taboola||[],_taboola.push({flush:!0}) var whicMainSectionCB=\\\"home\\\",whicSubSectionCB=\\\"default\\\";if(\\\"default\\\"==whicSubSectionCB&&(whicSubSectionCB=\\\"\\\"),\\\"default\\\"!=whicMainSectionCB&&\\\"\\\"!=whicMainSectionCB?\\\"default\\\"!=whicSubSectionCB&&\\\"\\\"!=whicSubSectionCB&&(whicMainSectionCB=whicMainSectionCB+\\\",\\\"+whicSubSectionCB):whicMainSectionCB=\\\"default\\\"!=whicSubSectionCB&&\\\"\\\"!=whicSubSectionCB?whicSubSectionCB:\\\"\\\",\\\"undefined\\\"==typeof gnet2020);else if(1==gnet2020){var pathUrl=window.location.host.replace(\\\"www.\\\",\\\"\\\");whicMainSectionCB=\\\"Gazzanet, \\\"+pathUrl}var useCanonical_cb=!0;\\\"errore\\\"!=whicMainSectionCB&&\\\"static-pages\\\"!=whicMainSectionCB&&\\\"community\\\"!=whicMainSectionCB||(useCanonical_cb=!1);var _sf_async_config=_sf_async_config||{};function loadChartbeat(){window._sf_endpt=(new Date).getTime();var i=document.createElement(\\\"script\\\"),e=document.getElementsByTagName(\\\"script\\\")[0];i.type=\\\"text/javascript\\\",i.async=!0,i.src=\\\"//static.chartbeat.com/js/chartbeat_video.js\\\",e.parentNode.insertBefore(i,e)}_sf_async_config.sections=whicMainSectionCB,_sf_async_config.authors=\\\"\\\",window.addEventListener(\\\"cmpFileLoaded\\\",function(){\\\"undefined\\\"!=typeof privacyOK&&1==privacyOK&&\\\"undefined\\\"!=typeof cmp&&1==cmp.getUserConsentStatusForCustomVendor(\\\"chartbeat\\\")&&loadChartbeat()},!0) TS_debug=!1 document.addEventListener(\\\"DOMContentLoaded\\\",function(){var t=setInterval(function(){if(\\\"function\\\"==typeof utag.track){clearInterval(t);try{utag_data.send_page_bottom()}catch(t){}}},100)}) !function(r,s){r[s]=r[s]||{nlsQ:function(n,i,t,e,o,c){return(e=(o=r.document).createElement(\\\"script\\\")).async=1,e.src=(\\\"http:\\\"===r.location.protocol?\\\"http:\\\":\\\"https:\\\")+\\\"//cdn-gl.imrworldwide.com/conf/\\\"+n+\\\".js#name=\\\"+i+\\\"&ns=\\\"+s,(c=o.getElementsByTagName(\\\"script\\\")[0]).parentNode.insertBefore(e,c),r[s][i]=r[s][i]||{g:t||{},ggPM:function(n,t,e,o,c){(r[s][i].q=r[s][i].q||[]).push([n,t,e,o,c])}},r[s][i]}}}(window,\\\"NOLBUNDLE\\\"),window.gg=window.NOLBUNDLE.nlsQ(\\\"P17185872-CF5C-46BF-A832-994AEFB71F93\\\",\\\"corriere\\\",{clientid:\\\"it-901600\\\",vcid:\\\"b02\\\"}) !function(o,i){o[i]=o[i]||{nlsQ:function(t,c,n,e,a,s){return(e=(a=o.document).createElement(\\\"script\\\")).async=1,e.src=(\\\"http:\\\"===o.location.protocol?\\\"http:\\\":\\\"https:\\\")+\\\"//cdn-gl.imrworldwide.com/conf/\\\"+t+\\\".js#name=\\\"+c+\\\"&ns=\\\"+i,(s=a.getElementsByTagName(\\\"script\\\")[0]).parentNode.insertBefore(e,s),o[i][c]=o[i][c]||{g:n||{},ggPM:function(t,n,e,a,s){(o[i][c].q=o[i][c].q||[]).push([t,n,e,a,s])}},o[i][c]}}}(window,\\\"NOLBUNDLE\\\");var nSdkInstance=NOLBUNDLE.nlsQ(\\\"P7AB574B4-32D6-4AB0-B1CE-30CBC5E34A85\\\",\\\"nlsnInstance\\\"),nielsenMetadata={type:\\\"static\\\",assetid:\\\"C00280B8F025449D7542CEE7764EFD23\\\",section:\\\"GazzettaHomepage_BRW\\\"};nSdkInstance.ggPM(\\\"staticstart\\\",nielsenMetadata)\"\n        },\n        \"author\": null,\n        \"date\": \"2022-02-21T21:00:00.000Z\",\n        \"image\": \"https://images2.gazzettaobjects.it/libs4/css/assets/defaultShareFB.jpg\",\n        \"logo\": \"https://logo.clearbit.com/gazzetta.it\",\n        \"publisher\": \"La Gazzetta dello Sport\",\n        \"url\": \"https://www.gazzetta.it\",\n        \"a\": [\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/my-gazzetta/\",\n                \"text\": \" My Gazzetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/risultati-live/\",\n                \"text\": \"live \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/risultati-live/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/risultati-live/\",\n                \"text\": \"RISULTATI\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/premium/\",\n                \"text\": \"Contenuti G+\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://abbonamenti.gazzetta.it\",\n                \"text\": \"Abbonati\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/profilo/dati-personali/\",\n                \"text\": \"Il tuo profilo\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://abbonamenti.gazzetta.it/profilo-utente/?i-miei-abbonamenti\",\n                \"text\": \"Gestione abbonamento\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://abbonamenti.gazzetta.it/profilo-utente/?assistenza\",\n                \"text\": \"Assistenza\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://abbonamenti.gazzetta.it\",\n                \"text\": \" Scopri l’offerta dedicata a te! \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/serie-a/classifica/\",\n                \"text\": \"La classifica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/prob_form/\",\n                \"text\": \"Le probabili\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/\",\n                \"text\": \"Olimpiadi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ultima-ora/\",\n                \"text\": \"Ultim'ora\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/risultati-live/\",\n                \"text\": \"Risultati Live\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/\",\n                \"text\": \" Video\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/podcast/\",\n                \"text\": \" Podcast\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/\",\n                \"text\": \"Calcio Italiano\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Estero/\",\n                \"text\": \"Calcio Estero\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/coppe/\",\n                \"text\": \"Coppe\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/nazionali/\",\n                \"text\": \"Competizioni Internazionali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fan-tokens/\",\n                \"text\": \"Fan Tokens\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/comparazione-quote/\",\n                \"text\": \"Comparazione Quote\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Motori/\",\n                \"text\": \"Gazzetta Motori\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Auto/\",\n                \"text\": \"Automobilismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/\",\n                \"text\": \"Motociclismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/\",\n                \"text\": \"La mia auto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/\",\n                \"text\": \"Mobilità Sostenibile\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/\",\n                \"text\": \"La mia moto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/\",\n                \"text\": \"Basket Italiano\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Eurolega/\",\n                \"text\": \"Eurolega\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/\",\n                \"text\": \"NBA\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/nazionali/\",\n                \"text\": \"Altre Competizioni\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/\",\n                \"text\": \"Notizie\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ciclismo/uci/calendario/\",\n                \"text\": \"Calendario\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/classiche/\",\n                \"text\": \"Classiche\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/corse-a-tappe/\",\n                \"text\": \"Corse a Tappe\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/speciali/\",\n                \"text\": \"Speciali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/arco/\",\n                \"text\": \"Arco\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Atletica/\",\n                \"text\": \"Atletica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bocce/\",\n                \"text\": \"Bocce\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://esports.gazzetta.it/\",\n                \"text\": \"Esports\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fighting/\",\n                \"text\": \"Fighting\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Golf/\",\n                \"text\": \"Golf\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nuoto/\",\n                \"text\": \"Nuoto e Pallanuoto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/olimpiadi-invernali/\",\n                \"text\": \"Olimpiadi Invernali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Paralimpici/\",\n                \"text\": \"Paralimpici\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Rugby/\",\n                \"text\": \"Rugby\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Invernali/\",\n                \"text\": \"Sport Invernali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Usa/\",\n                \"text\": \"Sport USA\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Vari/\",\n                \"text\": \"Sport Vari\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/\",\n                \"text\": \"Tennis\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/vela/\",\n                \"text\": \"Vela e Nautica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Volley/\",\n                \"text\": \"Volley\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/active/\",\n                \"text\": \"Gazzetta Active\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/be-active/\",\n                \"text\": \"Be Active\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/\",\n                \"text\": \"Alimentazione\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/\",\n                \"text\": \"Bici\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/\",\n                \"text\": \"Fitness\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/mare/\",\n                \"text\": \"Mare\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/montagna/\",\n                \"text\": \"Montagna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/\",\n                \"text\": \"Running\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/salute/\",\n                \"text\": \"Salute\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Altri-Mondi/\",\n                \"text\": \"Notizie\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Cronaca/\",\n                \"text\": \"Cronaca\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/spettacoli/\",\n                \"text\": \"Spettacoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Lifestyle/\",\n                \"text\": \"Lifestyle\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://recensioni.gazzetta.it/\",\n                \"text\": \"Prima Scelta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/my-gazzetta/\",\n                \"text\": \" My Gazzetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/festival-sport-trento/\",\n                \"text\": \"Festival dello Sport\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/sportweek2017/\",\n                \"text\": \"SportWeek\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//rcsacademy.corriere.it/?intcmp=Gazzetta.it-MenuGDS_nd_160118_gazzetta_in_nd\",\n                \"text\": \"RCS Academy\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//www.gazzetta.it/sportsawards/\",\n                \"text\": \"Sports Awards\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//www.viaggiecultura.it/it/gazzetta-vacanze\",\n                \"text\": \"Vacanze Gazzetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//fondazionecannavo.gazzetta.it/\",\n                \"text\": \"Fondazione Cannavò\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://store.gazzetta.it/\",\n                \"text\": \"GazzettaStore\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//collezioni.gazzetta.it/it?utm_source=gazzetta&utm_medium=prime_pagine_menu&intcmp=PrimePagineMenu_nd_230120_gazzetta_ss_nd\",\n                \"text\": \"Prime Pagine Gazzetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//buonpertutti.corriere.it/\",\n                \"text\": \"Buon per tutti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"//www.doveclub.it/offerte?ch=tabshop_gazzettait&utm_source=gazzettait&utm_medium=website&utm_campaign=tabshop_gazzettait\",\n                \"text\": \"DoveClub\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/codici-sconto/\",\n                \"text\": \"Codici sconto\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://comparazioneprezzi.gazzetta.it/\",\n                \"text\": \"Comparazione prezzi\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://twitter.com/Gazzetta_it\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.facebook.com/LaGazzettaDelloSport\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.instagram.com/gazzettadellosport/?hl=it\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Messenger/\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/scrivici.shtml\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/rss/\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/premium/\",\n                \"text\": \"Contenuti G+\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://abbonamenti.gazzetta.it/\",\n                \"text\": \"Abbonati\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://sfogliatore.gazzetta.it/\",\n                \"text\": \"Leggi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/magic/home/\",\n                \"text\": \"Gioca\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/newsletter/?intcmp=nl-menu\",\n                \"rel\": \"nofollow\",\n                \"text\": \"Iscriviti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/\",\n                \"text\": \"Calcio Italiano\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/\",\n                \"text\": \"Serie A\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-B/\",\n                \"text\": \"Serie B\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/blog/\",\n                \"text\": \"Blog\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/fantanews/\",\n                \"text\": \"Fantanews\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Coppa-Italia/\",\n                \"text\": \"Coppa Italia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/calcio-femminile/\",\n                \"text\": \"Calcio Femminile\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/altri-campionati/\",\n                \"text\": \"Altri Campionati Italiani\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/prob_form/\",\n                \"text\": \"Probabili Formazioni\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calciomercato/\",\n                \"text\": \"Calciomercato\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/coppe/\",\n                \"text\": \"Coppe\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Champions-League/\",\n                \"text\": \"Champions League\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Europa-League/\",\n                \"text\": \"Europa League\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Conference-League/\",\n                \"text\": \"Conference League\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/coppa-mondo-club/calendario-risultati/\",\n                \"text\": \"Coppa del Mondo per Club\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Estero/\",\n                \"text\": \"Calcio Estero\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Premier-League/\",\n                \"text\": \"Premier League\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Liga/\",\n                \"text\": \"Liga\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Bundesliga/\",\n                \"text\": \"Bundesliga\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Ligue-1/\",\n                \"text\": \"Ligue 1\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Campionati-Esteri/\",\n                \"text\": \"Altri Campionati Esteri\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/nazionali/\",\n                \"text\": \"Competizioni per Nazionali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Nazionale/\",\n                \"text\": \"Nazionale\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Mondiali/\",\n                \"text\": \"Mondiali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Europei/\",\n                \"text\": \"Europei\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/nations-league/calendario-risultati/\",\n                \"text\": \"Nations League\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/coppa-d-africa/\",\n                \"text\": \"Coppa d'Africa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Nazionali/EuroU21/\",\n                \"text\": \"Europeo Under 21\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fan-tokens/\",\n                \"text\": \"Fan Tokens\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/comparazione-quote/\",\n                \"text\": \"Comparazione Quote\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/atalanta/\",\n                \"text\": \"ataAtalanta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/bologna/\",\n                \"text\": \"bolBologna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/cagliari/\",\n                \"text\": \"cagCagliari\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/empoli/\",\n                \"text\": \"empEmpoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/fiorentina/\",\n                \"text\": \"fioFiorentina\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/genoa/\",\n                \"text\": \"genGenoa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/inter/\",\n                \"text\": \"intInter\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/juventus/\",\n                \"text\": \"juvJuventus\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/lazio/\",\n                \"text\": \"lazLazio\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/milan/\",\n                \"text\": \"milMilan\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/napoli/\",\n                \"text\": \"napNapoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/roma/\",\n                \"text\": \"romRoma\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/salernitana/\",\n                \"text\": \"salSalernitana\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/sampdoria/\",\n                \"text\": \"samSampdoria\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/sassuolo/\",\n                \"text\": \"sasSassuolo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/spezia/\",\n                \"text\": \"speSpezia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/torino/\",\n                \"text\": \"torTorino\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/udinese/\",\n                \"text\": \"udiUdinese\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/venezia/\",\n                \"text\": \"venVenezia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/verona/\",\n                \"text\": \"verVerona\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Motori/\",\n                \"text\": \"Gazzetta Motori\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Motori/gazzettamotoridays/\",\n                \"text\": \"Gazzetta Motori Days\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://motoridays.it/programma/\",\n                \"text\": \"Programma\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://motoridays.it/tutorial/elettrico/\",\n                \"text\": \"Elettrico\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://motoridays.it/tutorial/plug-in/\",\n                \"text\": \"Plug In Hybrid\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://motoridays.it/tutorial/full-hybrid/\",\n                \"text\": \"Full Hybrid\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://motoridays.it/tutorial/mild-hybrid/\",\n                \"text\": \"Mild Hybrid\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://motoridays.it/tutorial/idrogeno/\",\n                \"text\": \"Idrogeno\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Auto/\",\n                \"text\": \"Automobilismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/\",\n                \"text\": \"Formula 1\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/automobilismo/Formula-E/\",\n                \"text\": \"Formula E\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Auto/rally/\",\n                \"text\": \"Rally\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/\",\n                \"text\": \"Motociclismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/\",\n                \"text\": \"MotoGP\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-2/\",\n                \"text\": \"Moto2\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-3/\",\n                \"text\": \"Moto3\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/Superbike/\",\n                \"text\": \"Superbike\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/motocross/\",\n                \"text\": \"Motocross\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/\",\n                \"text\": \"Mobilità Sostenibile\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/auto-elettriche/\",\n                \"text\": \"Auto Elettriche\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/auto-ibride/\",\n                \"text\": \"Auto Ibride\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/micromobilita/\",\n                \"text\": \"Micromobilità\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/\",\n                \"text\": \"La mia auto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/promozioni-auto-nuove/\",\n                \"text\": \"Promozioni auto nuove\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/prove-auto/\",\n                \"text\": \"Prove Auto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/salone-monaco/\",\n                \"text\": \"Salone di Monaco\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/salone-francoforte/\",\n                \"text\": \"Salone di Francoforte\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/salone-ginevra/\",\n                \"text\": \"Salone di Ginevra\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/salone-parigi/\",\n                \"text\": \"Salone di Parigi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/partner/\",\n                \"text\": \"Partner\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/\",\n                \"text\": \"La mia moto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/prove-moto/\",\n                \"text\": \"Prove Moto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/prove-scooter/\",\n                \"text\": \"Prove Scooter\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/eicma/\",\n                \"text\": \"EICMA\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/partner/\",\n                \"text\": \"Partner\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/\",\n                \"text\": \"Basket Italiano\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/SerieA/\",\n                \"text\": \"Serie A Maschile\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/A2/\",\n                \"text\": \"Serie A-2 Maschile\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/basket/serie-a-femminile/calendario-risultati/\",\n                \"text\": \"Serie A Femminile\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/\",\n                \"text\": \"NBA\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Eurolega/\",\n                \"text\": \"Eurolega\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/nazionali/\",\n                \"text\": \"Altre Competizioni\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/mondiali/\",\n                \"text\": \"Mondiali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Basket/europei/\",\n                \"text\": \"Europei\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/\",\n                \"text\": \"Notizie\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ciclismo/uci/calendario/\",\n                \"text\": \"Calendario\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/classiche/\",\n                \"text\": \"Classiche\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/corse-a-tappe/\",\n                \"text\": \"Corse a tappe\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Giroditalia/\",\n                \"text\": \"Giro d'Italia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ciclismo/tour-de-france/\",\n                \"text\": \"Tour de France\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ciclismo/vuelta/\",\n                \"text\": \"Vuelta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/corse-a-tappe/altre/\",\n                \"text\": \"Altre corse a tappe\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/speciali/\",\n                \"text\": \"Speciali\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://www.strade-bianche.it/\",\n                \"text\": \"Strade Bianche\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://www.tirrenoadriatico.it/\",\n                \"text\": \"Tirreno Adriatico\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://www.milanosanremo.it/\",\n                \"text\": \"Milano Sanremo\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://ilgirodisicilia.it/\",\n                \"text\": \"Giro di Sicilia\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://www.milanotorino.it/\",\n                \"text\": \"Milano Torino\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://www.ilgranpiemonte.it/it/\",\n                \"text\": \"Gran Piemonte\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://www.ilombardia.it/\",\n                \"text\": \"Il Lombardia\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/Salva-Cuore-Bike/\",\n                \"text\": \"Salva Cuore Bike\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/arco/\",\n                \"text\": \"Arco\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Atletica/\",\n                \"text\": \"Atletica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bocce/\",\n                \"text\": \"Bocce\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Invernali/Sci-Alpino/Coppa-Mondo-Sci/\",\n                \"text\": \"Coppa Mondo Sci\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://esports.gazzetta.it\",\n                \"text\": \"Esports\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fighting/\",\n                \"text\": \"Fighting\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Golf/\",\n                \"text\": \"Golf\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nuoto/\",\n                \"text\": \"Nuoto e Pallanuoto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi/\",\n                \"text\": \"Olimpiadi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/\",\n                \"text\": \"Olimpiadi Invernali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Paralimpici/\",\n                \"text\": \"Paralimpici\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Rugby/\",\n                \"text\": \"Rugby\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Invernali/\",\n                \"text\": \"Sport Invernali\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Usa/\",\n                \"text\": \"Sport USA\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Vari/\",\n                \"text\": \"Sport Vari\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/\",\n                \"text\": \"Tennis\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/vela/\",\n                \"text\": \"Vela e Nautica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Volley/\",\n                \"text\": \"Volley\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/active/\",\n                \"text\": \"Gazzetta Active\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/be-active/\",\n                \"text\": \"Be Active\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/be-active/training/\",\n                \"text\": \"Training\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/\",\n                \"text\": \"Alimentazione\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/news/\",\n                \"text\": \"A Tavola\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/per-lo-sport/\",\n                \"text\": \"Per lo Sport\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/\",\n                \"text\": \"Bici\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/bici-da-corsa/\",\n                \"text\": \"Bici da corsa\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/mtb/\",\n                \"text\": \"MTB\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/e-bike/\",\n                \"text\": \"Bici Elettriche\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/turismo/\",\n                \"text\": \"Turismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/\",\n                \"text\": \"Fitness\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/allenamento/\",\n                \"text\": \"Allenamento\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/mare/\",\n                \"text\": \"Mare\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/mare/surf/\",\n                \"text\": \"Surf\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/mare/scuba/\",\n                \"text\": \"Diving\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/mare/turismo/\",\n                \"text\": \"Turismo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/montagna/\",\n                \"text\": \"Montagna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/\",\n                \"text\": \"Running\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/allenamento\",\n                \"text\": \"Allenamento\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/news\",\n                \"text\": \"Gare e Atleti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/consigli\",\n                \"text\": \"Focus e Consigli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/salute/\",\n                \"text\": \"Salute\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/serie-a/classifica/\",\n                \"text\": \"La classifica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/prob_form/\",\n                \"text\": \"Le probabili\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/\",\n                \"text\": \"Olimpiadi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/active/\",\n                \"text\": \"GAZZETTA ACTIVE\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/be-active/\",\n                \"text\": \"Be Active\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/\",\n                \"text\": \"Alimentazione\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/\",\n                \"text\": \"Bici\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/\",\n                \"text\": \"Fitness\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/mare/\",\n                \"text\": \"Mare\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/montagna/\",\n                \"text\": \"Montagna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/\",\n                \"text\": \"Running\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/salute/\",\n                \"text\": \"Salute\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/serie-a/classifica/\",\n                \"text\": \"La classifica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/prob_form/\",\n                \"text\": \"Le probabili\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/\",\n                \"text\": \"Olimpiadi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/serie-a/classifica/\",\n                \"text\": \"La classifica\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/prob_form/\",\n                \"text\": \"Le probabili\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/\",\n                \"text\": \"Olimpiadi\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-nba-all-star-game-2022-team-lebron-team-durant-163-160-highlights/d48a6532-930a-11ec-8c46-0222f5aaf8b5?vclk=Videobar\",\n                \"text\": \"Lo spettacolo dell'All Star Game: guarda gli highlights\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-sinner-nuovo-allenatore-ecco-perche-ho-scelto-vagnozzi/c91e6854-9316-11ec-8c46-0222f5aaf8b5?vclk=Videobar\",\n                \"text\": \"Sinner, nuovo allenatore: \\\"Ecco perché ho scelto Vagnozzi\\\"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-foden-madre-coinvolti-una-rissa-club/17a235f6-923f-11ec-b182-583ffb8b5fed?vclk=Videobar\",\n                \"text\": \"Tifosi insultano Foden, la madre interviene per difenderlo: pugno in faccia!\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-autogol-assurdo-ne-segna-3-35-minuti/e024e35c-92e9-11ec-8c46-0222f5aaf8b5?vclk=Videobar\",\n                \"text\": \"Terribile: segna 3 autogol in 35 minuti\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-instagram-diletta-al-bancone-ecco-come-prepara-cocktail/7fbab10a-9257-11ec-b182-583ffb8b5fed?vclk=Videobar\",\n                \"text\": \"Diletta al... bancone: ecco come prepara un cocktail\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-gol-manchester-city-tottenham-2-3-kulusevski-gundogan-kane-2-mahrez-highlights/1a90f948-91c0-11ec-95a2-8be176a8f910?vclk=Videobar\",\n                \"text\": \"City-Tottenham, finale pazzesco! Kane regala la vittoria a Conte al 96'\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-alcaraz-fa-fuori-anche-fognini-highlights/032f2ac8-9250-11ec-b182-583ffb8b5fed?vclk=Videobar\",\n                \"text\": \"Alcaraz fa fuori Fognini e Fabio se la prende con la racchetta\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-balotelli-vero-cecchino-colpi-maestro-punizione/6b0a6518-92eb-11ec-8c46-0222f5aaf8b5?vclk=Videobar\",\n                \"text\": \"Balo, vero cecchino! Colpi da maestro su punizione\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-gol-nantes-psg-3-1-kolo-muani-merlin-bias-neymar-highlights/1320eada-91d7-11ec-95a2-8be176a8f910?vclk=Videobar\",\n                \"text\": \"Neymar, rigore inguardabile. E il Psg ne prende 3 a Nantes\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-tamberi-nba-all-star-game-due-super-schiacciate-gimbo/25978374-9158-11ec-95a2-8be176a8f910?vclk=Videobar\",\n                \"text\": \"Tamberi, show da All-Star: guarda le sue super schiacciate\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it\",\n                \"text\": \"Vedi tutti i video \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Cagliari/21-02-2022/cagliari-napoli-diretta-seriea-risultato-live-4301535438552.shtml\",\n                \"text\": \"                  LIVE Alle 19 Cagliari-Napoli: Spalletti cerca l'aggancio al Milan in testa              In aggiornamento\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/\",\n                \"text\": \"Tutto sulla Serie A  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/inter-marotta-stiamo-soffrendo-ma-fiduciosi-inzaghi-brozo-firma-4301538654208.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/inter-marotta-stiamo-soffrendo-ma-fiduciosi-inzaghi-brozo-firma-4301538654208.shtml\",\n                \"text\": \"Marotta: \\\"Stiamo soffrendo, ma siamo fiduciosi per il lavoro. Brozo-Inter, firma in una settimana\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/inter-difesa-punti-fermi-riposo-cosi-puo-ripartire-caccia-scudetto-4301536859481.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/inter-difesa-punti-fermi-riposo-cosi-puo-ripartire-caccia-scudetto-4301536859481.shtml\",\n                \"text\": \"Difesa, punti fermi, scelte e  riposo. Che cosa deve fare Inzaghi per raddrizzare l'Inter\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/inter-lautaro-martinez-crisi-4301530618279.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/inter-lautaro-martinez-crisi-4301530618279.shtml\",\n                \"text\": \"Gira a vuoto, non segna più: Inter, adesso Lautaro è un problema\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-inter-lautaro-martinez-crisi-tutti-numeri/dc1f4922-9312-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-inter-lautaro-martinez-crisi-tutti-numeri/dc1f4922-9312-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"Mai così male dal 2019: tutti i numeri della crisi di Lautaro\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/inter/notizie/\",\n                \"text\": \"Tutto sull'Inter  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Milan/21-02-2022/leao-sporting-tas-condanna-lilla-pagare-maxi-risarcimento-4301537116640.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Milan/21-02-2022/leao-sporting-tas-condanna-lilla-pagare-maxi-risarcimento-4301537116640.shtml\",\n                \"text\": \"Leao-Sporting, il Tas condanna il Lilla a pagare il maxi risarcimento\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-instagram-ibrahimovic-si-allena-anche-notte-voi-dormite-io-lavoro/e10bc322-931f-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-instagram-ibrahimovic-si-allena-anche-notte-voi-dormite-io-lavoro/e10bc322-931f-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"Ibra si allena anche di notte: \\\"Voi dormite, io lavoro\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Milan/21-02-2022/da-avvocato-mancato-freccia-destra-mazraoui-emblema-sistema-ajax-4301535909652.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Milan/21-02-2022/da-avvocato-mancato-freccia-destra-mazraoui-emblema-sistema-ajax-4301535909652.shtml\",\n                \"text\": \"Da avvocato mancato a freccia destra: Mazraoui, emblema del “sistema Ajax”\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Calciomercato/Milan/21-02-2022/calciomercato-milan-mazraoui-si-fa-avanti-rossoneri-interessati-4301534392224.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Calciomercato/Milan/21-02-2022/calciomercato-milan-mazraoui-si-fa-avanti-rossoneri-interessati-4301534392224.shtml\",\n                \"text\": \"Milan, spunta Mazraoui. E occhi sul Lilla per Botman-Sanches\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/milan/notizie/\",\n                \"text\": \"Tutto sul Milan  \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/a-lautaro-manca-lukaku-milan-basta-sprechi-gimme-five-andrea-caro/929d75d2-9338-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"A Lautaro manca Lukaku. Milan, basta sprechi. Roma, anche Mou tra i colpevoli\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/\",\n                \"text\": \"Guarda i nostri video  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/20-02-2022/juve-allegri-quota-champions-30-punti-possono-non-bastare-4301507355267.shtml?intcmp=sceltoperte\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/20-02-2022/juve-allegri-quota-champions-30-punti-possono-non-bastare-4301507355267.shtml?intcmp=sceltoperte\",\n                \"text\": \"La quota Champions che Max non svela: ecco dove ha fissato l’asticella\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/premium/\",\n                \"text\": \"Vedi tutti gli articoli G+\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/my-gazzetta/\",\n                \"text\": \"Segui su MyGazzetta \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/my-gazzetta/\",\n                \"text\": \"Vai a My Gazzetta\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/21-02-2022/villarreal-juve-allegri-morata-conferenza-4301536138545.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/21-02-2022/villarreal-juve-allegri-morata-conferenza-4301536138545.shtml\",\n                \"text\": \"Allegri: \\\"Giochiamo per vincere, anche in Champions\\\". Morata: \\\"Rimarrei sempre qui\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/21-02-2022/villarreal-juve-conferenza-vigilia-emery-4301536628943.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/21-02-2022/villarreal-juve-conferenza-vigilia-emery-4301536628943.shtml\",\n                \"text\": \"Emery: \\\"Juve favorita ma noi non partiamo battuti. Soprattutto se...\\\"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-juve-rabiot-terra-infortunio-caviglia-torello/876484fa-9304-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-juve-rabiot-terra-infortunio-caviglia-torello/876484fa-9304-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"Entrataccia del giovane Stramaccioni: ahi Juve, Rabiot a terra nel torello\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Champions-League/21-02-2022/villarreal-juventus-dossier-allegri-4301521928438.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Champions-League/21-02-2022/villarreal-juventus-dossier-allegri-4301521928438.shtml\",\n                \"text\": \"Dossier Villarreal: dalla ceramica a Pau Torres, alla scoperta degli avversari della Juve\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/juve-ultime-formazione-il-villarreal/606c6002-9327-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/juve-ultime-formazione-il-villarreal/606c6002-9327-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"Allegri con tante assenze e qualche dubbio a centrocampo: le ultime\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/squadre/juventus/notizie/\",\n                \"text\": \"Tutto sulla Juventus  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/21-02-2022/juventus-rinnovi-dybala-cuadrado-4301536137954.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/21-02-2022/juventus-rinnovi-dybala-cuadrado-4301536137954.shtml\",\n                \"text\": \"Juve-rinnovi, a che punto siamo? Per Dybala c’è il nodo commissione\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/calciomercato-inter-strategie-brozovic-lautaro-4301536187228.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/21-02-2022/calciomercato-inter-strategie-brozovic-lautaro-4301536187228.shtml\",\n                \"text\": \"Strategie Inter: come questa crisi influenzerà il mercato estivo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calciomercato/21-02-2022/calciomercato-botman-sanches-weah-david-lilla-4301536052084.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calciomercato/21-02-2022/calciomercato-botman-sanches-weah-david-lilla-4301536052084.shtml\",\n                \"text\": \"Supermercato Lilla: Botman, David, Weah e gli altri, chi sono e quanto valgono\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Calciomercato/Roma/21-02-2022/calciomercato-roma-terzini-dest-4301536459387.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Calciomercato/Roma/21-02-2022/calciomercato-roma-terzini-dest-4301536459387.shtml\",\n                \"text\": \"Roma, fasce da rifare: Pinto vuole Sergino Dest\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calciomercato/\",\n                \"text\": \"Tutto sul calciomercato  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Roma/21-02-2022/roma-tifosi-stanno-mourinho-hai-chiavi-citta-4301536817288.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Roma/21-02-2022/roma-tifosi-stanno-mourinho-hai-chiavi-citta-4301536817288.shtml\",\n                \"text\": \"I tifosi della Roma sono ancora tutti con Mou: \\\"Hai le chiavi della città\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/21-02-2022/pagellone-gazzetta-mourinho-conte-verratti-arbitri-4301536131818.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/21-02-2022/pagellone-gazzetta-mourinho-conte-verratti-arbitri-4301536131818.shtml\",\n                \"text\": \"Il pagellone della settimana: Mourinho, coraggio da 8 e gesto da 4. Milano bocciata\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/storie/21-02-2022/calendario-scudetto-partite-milan-inter-napoli-4301534873255/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/storie/21-02-2022/calendario-scudetto-partite-milan-inter-napoli-4301534873255/\",\n                \"text\": \"Milan, Inter e Napoli, calendario a confronto: qui si decide lo scudetto\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/storie/21-02-2022/moviola-serie-a-inter-primo-gol-sassuolo-annullare-4301534070022/\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/storie/21-02-2022/moviola-serie-a-inter-primo-gol-sassuolo-annullare-4301534070022/\",\n                \"text\": \"Inter, c’era un fallo prima dello 0-1. Furia Atalanta per il gol annullato\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/21-02-2022/podcast-milan-inter-passi-indietro-juve-tridente-rimandato-ascolta-bordocampo-4301530843289.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/21-02-2022/podcast-milan-inter-passi-indietro-juve-tridente-rimandato-ascolta-bordocampo-4301530843289.shtml\",\n                \"text\": \"Milan e Inter, passi indietro. Juve, tridente rimandato. Ascolta Bordocampo\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/\",\n                \"text\": \"Tutto sulla Serie A  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"/premium\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/21-02-2022/dragowski-lukaku-antetokounmpo-carotenuto-4301536884598.shtml\",\n                \"text\": \"La tendenza            Viaggio nell'era del non ruolo: cosa c’entrano tra loro Dragowski, Lukaku e Antetokounmpo?          A. Carotenuto     • \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/premium/\",\n                \"text\": \"        Vai alla sezione ora      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/21-02-2022/suv-compatti-modelli-prezzi-caratteristiche.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/21-02-2022/suv-compatti-modelli-prezzi-caratteristiche.shtml\",\n                \"text\": \"                          SUV compatti 2022: modelli, caratteristiche e prezzi                      \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/la-bmw-s-1000-r-sfida-la-regina-aprilia-tuono-v4-1100/204c7a26-3e38-4de1-bae6-9840bdcbaxlk\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/la-bmw-s-1000-r-sfida-la-regina-aprilia-tuono-v4-1100/204c7a26-3e38-4de1-bae6-9840bdcbaxlk\",\n                \"text\": \"La Bmw S 1000 R sfida la regina Aprilia Tuono V4 1100\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/prove-auto/21-02-2022/cupra-formentor-vz5-primo-contatto-spazio-suv-guida-wrc.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/prove-auto/21-02-2022/cupra-formentor-vz5-primo-contatto-spazio-suv-guida-wrc.shtml\",\n                \"text\": \"Cupra Formentor VZ5, primo contatto: spazio da Suv e guida da Wrc\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/promozioni-auto-nuove/21-02-2022/toyota-yaris-cross-offerte-febbraio-2022.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/promozioni-auto-nuove/21-02-2022/toyota-yaris-cross-offerte-febbraio-2022.shtml\",\n                \"text\": \"Toyota Yaris Cross: l'offerta di febbraio è una rata piccolissima\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/21-02-2022/pullmino-volkswagen-elettrico-id-buzz-data-lancio.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-auto/21-02-2022/pullmino-volkswagen-elettrico-id-buzz-data-lancio.shtml\",\n                \"text\": \"Pullmino Volkswagen elettrico, ID.Buzz sta per arrivare: ecco i dettagli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/\",\n                \"text\": \"Mobilità sostenibile \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/la-mia-moto/20-02-2022/ktm-arriva-duke-sara-derivata-husqvarna-pilen.shtml\",\n                \"text\": \"Ktm, in arrivo la E-Duke elettrica  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/auto-elettriche/16-02-2022/fisker-ocean-barcellona-debutto-europeo-nuovo-suv-elettrico.shtml\",\n                \"text\": \"Fisker Ocean, debutto a Barcellona  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/motori/mobilita-sostenibile/auto-elettriche/17-02-2022/musk-tesla-model-3.shtml\",\n                \"text\": \"Musk e Tesla, binomio che piace  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Motori/\",\n                \"text\": \"Tutto sui  Motori  \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.calciomercato.com/news/inter-e-caccia-al-vice-brozovic-le-cinque-occasioni-per-marotta-47987?nocache\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.calciomercato.com/news/inter-e-caccia-al-vice-brozovic-le-cinque-occasioni-per-marotta-47987?nocache\",\n                \"rel\": \"nofollow\",\n                \"text\": \"                          Inter, è caccia al vice Brozovic: le cinque occasioni per Marotta                      \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.calciomercato.com/news/inter-sanchez-e-lautaro-dettano-l-altro-colpo-in-attacco-non-sol-35727?intcmp=gazzanet-cm-david\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.calciomercato.com/news/inter-sanchez-e-lautaro-dettano-l-altro-colpo-in-attacco-non-sol-35727?intcmp=gazzanet-cm-david\",\n                \"rel\": \"nofollow\",\n                \"text\": \"Inter, non solo David: spunta un altro vecchio pallino per l'attacco\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.calciomercato.com/news/faticanti-sa-anche-segnare-gol-da-urlo-contro-il-milan-il-nuovo--20337?intcmp=gazzanet-cm-faticanti\",\n                \"rel\": \"nofollow\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.calciomercato.com/news/faticanti-sa-anche-segnare-gol-da-urlo-contro-il-milan-il-nuovo--20337?intcmp=gazzanet-cm-faticanti\",\n                \"rel\": \"nofollow\",\n                \"text\": \"Non solo Bove e Volpato, la Roma ha anche la stellina Faticanti\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calciomercato/\",\n                \"text\": \"Tutto sul calciomercato  \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.fcinter1908.it/ultimora/ferri-inter-sassuolo/?intcmp=gazzanet-ferri\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.fcinter1908.it/ultimora/ferri-inter-sassuolo/?intcmp=gazzanet-ferri\",\n                \"text\": \"                          Ferri: “Inter, approccio disastroso. Primo tempo da cancellare. In tre sono insostituibili”                      \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.itasportpress.it/calcio-estero/barcellona-xavi-si-coccola-pedri-il-migliore-al-mondo-nel-suo-ruolo/?intcmp=gazzanet-xavi\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.itasportpress.it/calcio-estero/barcellona-xavi-si-coccola-pedri-il-migliore-al-mondo-nel-suo-ruolo/?intcmp=gazzanet-xavi\",\n                \"text\": \"Barcellona, Xavi si coccola Pedri: “Il migliore al mondo nel suo ruolo”\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.mediagol.it/serie-a/salernitana-sabatini-col-milan-capito-di-essere-squadra-nicola-grande-impatto/?intcmp=gazzanet-sabatini\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.mediagol.it/serie-a/salernitana-sabatini-col-milan-capito-di-essere-squadra-nicola-grande-impatto/?intcmp=gazzanet-sabatini\",\n                \"text\": \"Salernitana, Sabatini: “Col Milan capito di essere squadra. Nicola? Grande impatto”\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.ilposticipo.it/calcio/il-rimorso-di-wenger-con-la-var-meno-calci-ma-mi-sento-responsabile-degli-infortuni-di-ramsey-e-wilshere/?intcmp=gazzanet-wenger\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.ilposticipo.it/calcio/il-rimorso-di-wenger-con-la-var-meno-calci-ma-mi-sento-responsabile-degli-infortuni-di-ramsey-e-wilshere/?intcmp=gazzanet-wenger\",\n                \"text\": \"Il rimorso di Wenger: “Con la VAR meno calci. Ma mi sento responsabile di due incidenti\\\"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.cittaceleste.it/news/muriqi-ancora-in-gol-col-maiorca/?intcmp=gazzanet-muriqi\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://www.cittaceleste.it/news/muriqi-ancora-in-gol-col-maiorca/?intcmp=gazzanet-muriqi\",\n                \"text\": \"Lazio, guarda   Muriqi  ancora a segno a Maiorca: “Contento per il gol, ma…”\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"http://gazzanet.gazzetta.it/\",\n                \"text\": \"Vai su Gazzanet  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/20-02-2022/serie-a-inter-sassuolo-pagelle-voti-gazzetta-lautaro-consigli-4301528701426.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Inter/20-02-2022/serie-a-inter-sassuolo-pagelle-voti-gazzetta-lautaro-consigli-4301528701426.shtml\",\n                \"text\": \"Inter-Sassuolo, le pagelle: disastro Lautaro, 4. Consigli para tutto: 8\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Lazio/21-02-2022/udinese-lazio-pagelle-gazzetta-4301530770554.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Lazio/21-02-2022/udinese-lazio-pagelle-gazzetta-4301530770554.shtml\",\n                \"text\": \"Udinese-Lazio, le pagelle. Beto è inconsistente, da 5. Felipe Anderson fa male: 7\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Fiorentina/20-02-2022/fiorentina-atalanta-pagelle-voti-gazzetta-gonzalez-boga-4301526607368.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Fiorentina/20-02-2022/fiorentina-atalanta-pagelle-voti-gazzetta-gonzalez-boga-4301526607368.shtml\",\n                \"text\": \"Fiorentina-Atalanta, le pagelle: Gonzalez dà qualità, 7. Boga non pervenuto: 4,5\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Venezia/20-02-2022/venezia-genoa-pagelle-voti-gazzetta-henry-destro-4301526311974.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Venezia/20-02-2022/venezia-genoa-pagelle-voti-gazzetta-henry-destro-4301526311974.shtml\",\n                \"text\": \"Venezia-Genoa, le pagelle: Henry, gol da 7. Destro quasi non la vede: 5,5\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Salernitana/20-02-2022/salernitana-milan-pagelle-voti-gazzetta-dragusin-rebic-4301515573875.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Salernitana/20-02-2022/salernitana-milan-pagelle-voti-gazzetta-dragusin-rebic-4301515573875.shtml\",\n                \"text\": \"Salernitana-Milan, le pagelle.  Dragusin le prende tutte: 6,5. Rebic decisivo: 6,5\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Roma/19-02-2022/roma-verona-pagelle-voti-gazzetta-bove-montipo-4301513011975.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Roma/19-02-2022/roma-verona-pagelle-voti-gazzetta-bove-montipo-4301513011975.shtml\",\n                \"text\": \"Roma-Verona, le pagelle. Bove brilla: 7. Montipò incerto: 5,5\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Sampdoria/19-02-2022/sampdoria-empoli-pagelle-falcone-viti-cutrone-quagliarella-4301509946284.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Sampdoria/19-02-2022/sampdoria-empoli-pagelle-falcone-viti-cutrone-quagliarella-4301509946284.shtml\",\n                \"text\": \"Sampdoria-Empoli, le pagelle: male Viti e Cutrone, da 4. Falcone è una certezza, 6,5\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/18-02-2022/juve-torino-pagelle-de-ligt-non-solo-gol-75-bremer-annulla-vlahovic-75-4301499526916.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Juventus/18-02-2022/juve-torino-pagelle-de-ligt-non-solo-gol-75-bremer-annulla-vlahovic-75-4301499526916.shtml\",\n                \"text\": \"Juve-Torino, le pagelle: De Ligt e Bremer da 7,5. Vlahovic insufficiente\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/premium/\",\n                \"text\": \"Tutti gli articoli di G+  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/fantanews/21-02-2022/fantacalcio-inter-sassuolo-0-2-muro-consigli-show-4301536381858.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/fantanews/21-02-2022/fantacalcio-inter-sassuolo-0-2-muro-consigli-show-4301536381858.shtml\",\n                \"text\": \"Sassuolo, Consigli è un muro e i 4 attaccanti sono il sogno dei fanta-allenatori\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/calcio/fantanews/\",\n                \"text\": \"Vai alla pagina Fantanews  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Napoli/19-02-2022/napoli-si-gode-zielinski-trans-campista-che-ha-incantato-camp-nou-4301495378329.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/Napoli/19-02-2022/napoli-si-gode-zielinski-trans-campista-che-ha-incantato-camp-nou-4301495378329.shtml\",\n                \"text\": \"Zielinski, il vero jolly del Napoli che trascende i ruoli\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/20-02-2022/igor-protti-livorno-lucarelli-miliardo-bari-4301515146525.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/20-02-2022/igor-protti-livorno-lucarelli-miliardo-bari-4301515146525.shtml\",\n                \"text\": \"Protti: “Rinunciai a un miliardo per il Livorno. Ora da dirigente lo riporto su”\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/19-02-2022/intervista-okaka-turchia-balotelli-cassano-italia-4301477598744.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Calcio/Serie-A/19-02-2022/intervista-okaka-turchia-balotelli-cassano-italia-4301477598744.shtml\",\n                \"text\": \"Okaka: \\\"Ho perso tanti treni, ma non per colpa mia. Il mio angelo custode si chiama Cassano\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/premium/\",\n                \"text\": \"Tutti gli articoli di G+  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/21-02-2022/test-f1-2022-montmelo-guida-come-seguirli-diretta.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/21-02-2022/test-f1-2022-montmelo-guida-come-seguirli-diretta.shtml\",\n                \"text\": \"                          Test F1 2022, si parte a Montmeló: la guida e come seguirli in diretta                      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/21-02-2022/gasly-hamilton-top-f1-williams-arriverebbe-18.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/21-02-2022/gasly-hamilton-top-f1-williams-arriverebbe-18.shtml\",\n                \"text\": \"Gasly: \\\"Hamilton top in F1, ma sulla Williams arriverebbe 18°\\\"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/zhou-l-obiettivo-fare-punti-con-l-alfa-romeo-che-show-la-tonale-/c9d9b933-f29a-43d0-a284-54b6a5991xlk\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/zhou-l-obiettivo-fare-punti-con-l-alfa-romeo-che-show-la-tonale-/c9d9b933-f29a-43d0-a284-54b6a5991xlk\",\n                \"text\": \"Zhou: \\\"L'obiettivo? Fare punti con l'Alfa Romeo. Che show la Tonale\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/20-02-2022/f1-padi-figli-famiglie-mondiale.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/20-02-2022/f1-padi-figli-famiglie-mondiale.shtml\",\n                \"text\": \"Non solo Max Verstappen, tutti i figli d’arte nella storia della Formula 1\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/20-02-2022/f1-gp-miami-circuito-extra-lusso-spiaggia-incorporata.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/20-02-2022/f1-gp-miami-circuito-extra-lusso-spiaggia-incorporata.shtml\",\n                \"text\": \"F1 GP Miami, il circuito extra lusso con spiaggia incorporata\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/20-02-2022/mclaren-f1-motore-telaio-segreti-mcl36.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/20-02-2022/mclaren-f1-motore-telaio-segreti-mcl36.shtml\",\n                \"text\": \"McLaren F1: dal motore al telaio, i segreti della MCL36\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Formula-1/\",\n                \"text\": \"Tutto sulla Formula 1  \"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/ezpeleta/98bbc791-3523-48a2-9c68-01d828daaxlk\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/ezpeleta/98bbc791-3523-48a2-9c68-01d828daaxlk\",\n                \"text\": \"                          MotoGP, Ezpeleta in Gazzetta: \\\"Non c'è più Rossi, ma sarà un Mondiale indimenticabile\\\"                      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/21-02-2022/ducati-motogp-ufficiale-rinnovo-bagnaia-rosso-fino-2024.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/21-02-2022/ducati-motogp-ufficiale-rinnovo-bagnaia-rosso-fino-2024.shtml\",\n                \"text\": \"Ducati MotoGP, ufficiale il rinnovo di Bagnaia: in rosso fino al 2024\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/21-02-2022/motogp-bagnaia-ducati-2024-perche-mossa-decisiva.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/21-02-2022/motogp-bagnaia-ducati-2024-perche-mossa-decisiva.shtml\",\n                \"text\": \"MotoGP, Bagnaia-Ducati 2024: perché è una mossa decisiva\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Auto/21-02-2022/nascar-2022-storica-daytona-500-vince-debuttante-cindric.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Auto/21-02-2022/nascar-2022-storica-daytona-500-vince-debuttante-cindric.shtml\",\n                \"text\": \"Nascar 2022, storica Daytona 500: vince il debuttante Cindric\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/20-02-2022/test-motogp-valore-sponsor-tifosi-team-piloti.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Moto/moto-GP/20-02-2022/test-motogp-valore-sponsor-tifosi-team-piloti.shtml\",\n                \"text\": \"MotoGP, il valore dei test ufficiali: l'antipasto dello show piace a sponsor e tifosi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Motori/\",\n                \"text\": \"Tutto sui  Motori  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/djokovic-ibrahimovic-scudetto-milan-4301535320608.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/djokovic-ibrahimovic-scudetto-milan-4301535320608.shtml\",\n                \"text\": \"Djokovic ringrazia Ibra: “Grazie per il sostegno, spero nello scudetto del Milan”\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/sinner-dubai-vince-doppio-racconta-scelta-vagnozzi-4301538237815.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/sinner-dubai-vince-doppio-racconta-scelta-vagnozzi-4301538237815.shtml\",\n                \"text\": \"A Dubai Sinner vince in doppio: \\\"Con Vagnozzi ottima sintonia\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/alcaraz-cosi-promessa-diventata-realta-4301537221662.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/alcaraz-cosi-promessa-diventata-realta-4301537221662.shtml\",\n                \"text\": \"Alcaraz tra scacchi e palestra: così la promessa è diventata realtà\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/20-02-2022/tennis-alcaraz-meglio-nadal-entra-top-20-18-anni-9-mesi-4301530143762.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/20-02-2022/tennis-alcaraz-meglio-nadal-entra-top-20-18-anni-9-mesi-4301530143762.shtml\",\n                \"text\": \"Alcaraz meglio di Nadal: trionfa a Rio  ed entra nella top 20 a 18 anni e 9 mesi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/tennis-festa-italia-fognini-bolelli-vittoria-doppio-rio-la-coppa-davis-4301534146401.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/ATP/21-02-2022/tennis-festa-italia-fognini-bolelli-vittoria-doppio-rio-la-coppa-davis-4301534146401.shtml\",\n                \"text\": \"Festa Italia con Fognini e Bolelli: vittoria in doppio a Rio! E per la Coppa Davis…\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Tennis/\",\n                \"text\": \"Tutto sul tennis  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/21-02-2022/nba-all-star-game-curry-lebron-james-4301533695945.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/21-02-2022/nba-all-star-game-curry-lebron-james-4301533695945.shtml\",\n                \"text\": \"All Star Game, lo spettacolo è Curry: 50 punti con 16 triple, vince il Team LeBron\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-nba-all-star-game-lebron-segna-canestro-decisivo/a23d8642-92cc-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-nba-all-star-game-lebron-segna-canestro-decisivo/a23d8642-92cc-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"Segna cadendo all'indietro: guarda il canestro decisivo di James\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-nba-all-star-game-curry-non-sbaglia-mai-3-punti/b5a68976-92c8-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/video-nba-all-star-game-curry-non-sbaglia-mai-3-punti/b5a68976-92c8-11ec-8c46-0222f5aaf8b5?vclk=home_generico\",\n                \"text\": \"Cleveland lo fischia, lui non sbaglia mai da 3: rivedi le triple di Curry\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/20-02-2022/all-star-game-embiid-sono-mvp-ma-so-poter-migliorare-4301519222096.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/20-02-2022/all-star-game-embiid-sono-mvp-ma-so-poter-migliorare-4301519222096.shtml\",\n                \"text\": \"Embiid avvisa l’Nba: “Sono l’Mvp, ma so di poter migliorare ancora”\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nba/\",\n                \"text\": \"Tutto sulla Nba  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiadi-bandiera-olimpica-italia-fontana-brignone-lollobrigida-sognano-milano-cortina-2026-4301539701331.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiadi-bandiera-olimpica-italia-fontana-brignone-lollobrigida-sognano-milano-cortina-2026-4301539701331.shtml\",\n                \"text\": \"La bandiera olimpica è in Italia. Da Fontana a Brignone: \\\"Milano-Cortina un sogno\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiadi-brutta-avventura-lindholm-pene-congelato-50-km-4301538652122.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiadi-brutta-avventura-lindholm-pene-congelato-50-km-4301538652122.shtml\",\n                \"text\": \"Brutta avventura per Lindholm: pene congelato durante i Giochi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiadi-voti-malago-milano-cortina-4301528586489.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiadi-voti-malago-milano-cortina-4301528586489.shtml\",\n                \"text\": \"I voti di Malagò: “Agli azzurri 7,5, ma i nostri Giochi avranno più anima”\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiade-sala-la-prima-low-cost-sostenibile-si-parte-san-siro-4301529555555.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/21-02-2022/olimpiade-sala-la-prima-low-cost-sostenibile-si-parte-san-siro-4301529555555.shtml\",\n                \"text\": \"L’Olimpiade di Sala: \\\"La prima low cost e sostenibile: si parte da San Siro\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/20-02-2022/olimpiadi-pechino-gu-thriller-ghiaccio-ecco-5-storie-chiudere-giochi-4301519513193.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/olimpiadi-invernali/20-02-2022/olimpiadi-pechino-gu-thriller-ghiaccio-ecco-5-storie-chiudere-giochi-4301519513193.shtml\",\n                \"text\": \"Dalla grazia di Gu al  thriller sul ghiaccio: ecco le 5 storie per chiudere i Giochi\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/pechino-passa-testimone-milano-cortina/f1217d46-9267-11ec-b182-583ffb8b5fed?vclk=home_generico\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://video.gazzetta.it/pechino-passa-testimone-milano-cortina/f1217d46-9267-11ec-b182-583ffb8b5fed?vclk=home_generico\",\n                \"text\": \"Pechino dopo le 17 medaglie passa il testimone a Milano-Cortina\"\n            },\n            {\n                \"isInternal\": false,\n                \"href\": \"https://landing.discoveryplus.it/promo/all-sports/beijing-2022?snb=2\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Vari/21-02-2022/sabaudia-16-arresti-mirino-anche-coppa-mondo-canottaggio-4301535437913.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Vari/21-02-2022/sabaudia-16-arresti-mirino-anche-coppa-mondo-canottaggio-4301535437913.shtml\",\n                \"text\": \"Sedici arresti a Sabaudia: nel mirino anche la Coppa del Mondo di canottaggio\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Rugby/21-02-2022/rugby-top-10-padova-imprendibile-sorpresa-ferrarini-fiamme-oro-rovigo-4301540299301.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Rugby/21-02-2022/rugby-top-10-padova-imprendibile-sorpresa-ferrarini-fiamme-oro-rovigo-4301540299301.shtml\",\n                \"text\": \"Top 10: Padova imprendibile, la sorpresa Ferrarini e “Pasqualone Stregone”\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fighting/21-02-2022/karate-premier-league-fujairah-3-medaglie-l-italia-mangiacapra-oro-61-kg-4301539083560.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fighting/21-02-2022/karate-premier-league-fujairah-3-medaglie-l-italia-mangiacapra-oro-61-kg-4301539083560.shtml\",\n                \"text\": \"Premier League a Fujairah, 3 medaglie per l'Italia: oro a Mangiacapra\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nuoto/21-02-2022/pallanuoto-setterosa-altro-duro-esame-world-league-contro-spagna-4301538428835.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Nuoto/21-02-2022/pallanuoto-setterosa-altro-duro-esame-world-league-contro-spagna-4301538428835.shtml\",\n                \"text\": \"Setterosa, altro duro esame in World League: c’è la Spagna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ciclismo/altre-corse-tappe/21-02-2022/ciclismo-uae-tour-guizzo-cavendish-seconda-tappa-sua-4301538223725.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/ciclismo/altre-corse-tappe/21-02-2022/ciclismo-uae-tour-guizzo-cavendish-seconda-tappa-sua-4301538223725.shtml\",\n                \"text\": \"Uae Tour: guizzo Cavendish, la seconda tappa è sua. Ora tocca a Ganna\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/20-02-2022/ciclismo-nibali-positivo-13-febbraio-sto-bene-ma-ho-ancora-covid-rientra-laigueglia-4301528843070.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Ciclismo/20-02-2022/ciclismo-nibali-positivo-13-febbraio-sto-bene-ma-ho-ancora-covid-rientra-laigueglia-4301528843070.shtml\",\n                \"text\": \"Nibali positivo dal 13 febbraio: \\\"Sto bene ma ho ancora il Covid\\\". Rientra al Laigueglia?\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/basket-italiano/20-02-2022/basket-coppa-italia-milano-tortona-78-61-melli-14-punti-4301525774326.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/basket-italiano/20-02-2022/basket-coppa-italia-milano-tortona-78-61-melli-14-punti-4301525774326.shtml\",\n                \"text\": \"Festa Olimpia: Milano batte Tortona e conquista l’ottava Coppa Italia, Delaney mvp\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/Sport-Vari/\",\n                \"text\": \"Gli altri sport  \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/allenamento/21-02-2022/pesi-bastano-pochi-secondi-giorno-aumentare-forza-10.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/allenamento/21-02-2022/pesi-bastano-pochi-secondi-giorno-aumentare-forza-10.shtml\",\n                \"text\": \"                          I pesi? Bastano pochi secondi al giorno per aumentare la forza del 10%                      \"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/salute/in-forma/21-02-2022/mangiare-cibo-caduto-a-terra-regola-5-secondi.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/salute/in-forma/21-02-2022/mangiare-cibo-caduto-a-terra-regola-5-secondi.shtml\",\n                \"text\": \"Si può mangiare il cibo che cade a terra? La regola dei 5 secondi\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/turismo/21-02-2022/pedalarcultura-2022-bici-scoprire-bellezze-basso-verbano.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/bici/turismo/21-02-2022/pedalarcultura-2022-bici-scoprire-bellezze-basso-verbano.shtml\",\n                \"text\": \"Pedalarcultura 2022: in bici per scoprire le bellezze del Basso Verbano\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/21-02-2022/marinatura-come-si-fa-tre-idee-sane-veloci-gourmet.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/alimentazione/21-02-2022/marinatura-come-si-fa-tre-idee-sane-veloci-gourmet.shtml\",\n                \"text\": \"Marinatura, come si fa: tre idee (sane e veloci) per i gourmet\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/news/21-02-2022/maratona-siviglia-maratoneti-azzurri-brillano-analisi-gara.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/news/21-02-2022/maratona-siviglia-maratoneti-azzurri-brillano-analisi-gara.shtml\",\n                \"text\": \"Maratona di Siviglia, gli azzurri brillano: l'analisi della loro gara\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/news/21-02-2022/cross-tutti-record-iscritti-quarta-tappa-ecco-risultati.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/running/news/21-02-2022/cross-tutti-record-iscritti-quarta-tappa-ecco-risultati.shtml\",\n                \"text\": \"\\\"Cross per tutti\\\": record di iscritti per la quarta tappa. Ecco i risultati\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/20-02-2022/personal-trainer-noemi-tacfit-crossout-costanza-ecco-segreti-suo-allenamento.shtml\",\n                \"text\": \"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/fitness/20-02-2022/personal-trainer-noemi-tacfit-crossout-costanza-ecco-segreti-suo-allenamento.shtml\",\n                \"text\": \"Il personal trainer di Noemi: \\\"Tacfit, crossout e costanza, ecco i segreti del suo allenamento\\\"\"\n            },\n            {\n                \"isInternal\": true,\n                \"href\": \"https://www.gazzetta.it/active/\",\n                \"text\": \"Tutti in movimento con Gazzetta Active  \"\n            }\n        ],\n        \"images\": [\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/logos/logo-gazzetta-tutto-il-rosa.svg?v=6a69360c86d43dc2c580758291610ad6\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/Video/2022/02/21/Sky/Foto_Sky_-_Trattate/11230e1fdef47b0ea3e0b45f9f55e352_355x200.jpg?v=20220221143026\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/Video/2022/02/21/Varie/Foto_Varie_-_Trattate/d42b5160-9318-11ec-8c46-0222f5aaf8b5_355x200.jpg?v=20220221143211\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/Video/2022/02/20/Calcio/Foto_Calcio_-_Trattate/0e260e34-9240-11ec-b182-583ffb8b5fed_355x200.jpg?v=20220221095219\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/Video/2022/02/21/Calcio/Foto_Calcio_-_Trattate/ded37620-92ea-11ec-8c46-0222f5aaf8b5_355x200.jpg?v=20220221085045\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/Video/2022/02/20/Calcio/Foto_Calcio_-_Trattate/7f9009fa-9257-11ec-b182-583ffb8b5fed_355x200.jpg?v=20220220161557\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/Video/2022/02/19/Sky/Foto_Sky_-_Trattate/d543173e-91ad-11ec-95a2-8be176a8f910_355x200.jpg?v=20220219211551\"\n            },\n            {\n                \"src\": \"https://images2.gazzettaobjects.it/methode_image/2022/02/21/Calcio/Foto_Calcio_-_Trattate/d7fc1511da1d110a4e007b37da28f843_620x349.jpg?v=20220221181734\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"alt\": \"Calciomercato.com\",\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/partners/logo-calciomercato.png\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"alt\": \"prima pagina\",\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            },\n            {\n                \"alt\": \"prima pagina\",\n                \"src\": \"https://components2.gazzettaobjects.it/rcs_gaz_gazzetta-layout/v2/gazzetta-common/assets/img/ext/image-placeholders/gazzetta-placeholder-dsk.png?v=2e71b0418d114a9d6fcb1b8410b28efc\"\n            }\n        ],\n        \"metaDescription\": \"Leggi su gazzetta.it le ultime news sportive live, scopri i risultati in diretta e video di calcio, basket, F1, MotoGP, ciclismo, tennis e molto altro.\",\n        \"h1\": null,\n        \"h2\": [\n            \"Il meglio di Gazzetta è G+\"\n        ],\n        \"h3\": [\n            \"LIVE Alle 19 Cagliari-Napoli: Spalletti cerca l'aggancio al Milan in testa\",\n            \"inter\",\n            \"milan\",\n            \"il video del giorno\",\n            \"SPECIALE G+\",\n            \"SCEGLI LA TUA SQUADRA\",\n            \"My Gazzetta\",\n            \"JUVENTUS\",\n            \"calciomercato\",\n            \"SERIE A\",\n            \"SPECIALE g+\",\n            \"Viaggio nell'era del non ruolo: cosa c’entrano tra loro Dragowski, Lukaku e Antetokounmpo?\",\n            \"gazzetta motori\",\n            \"dal nostro network\",\n            \"le pagelle DI A\",\n            \"FANTANEWS\",\n            \"il meglio di g+\",\n            \"FORMULA 1\",\n            \"motori\",\n            \"TENNIS\",\n            \"NBA\",\n            \"olimpiadi invernali\",\n            \"Altri Sport\",\n            \"active\",\n            \"i segreti delle star\",\n            \"TIRO CON L'ARCO\",\n            \"VIDEOGAMES & ESPORTS\",\n            \"comparazione quote\",\n            \"INIZIATIVE GAZZETTA\",\n            \"GAZZETTA FILM FESTIVAL\",\n            \"i fotoracconti\",\n            \"LE NOSTRE RUBRICHE\",\n            \"Sulla Gazzetta di oggi\",\n            \"FOTOGALLERY\",\n            \"ANNUNCI PPN\"\n        ],\n        \"wordCount\": 4663,\n        \"stopwordsCount\": 2689,\n        \"readingTime\": 1017.3818181818182,\n        \"speakingTime\": 1554.3333333333333,\n        \"colemanLiauIndex\": {\n            \"label\": \"Hard to read\",\n            \"score\": 17.18\n        },\n        \"language\": \"it\",\n        \"translations\": null,\n        \"hreflangs\": null\n    },\n    {\n        \"breadcrumb\": \"wwww.corriere.it\",\n        \"resultType\": \"organic\",\n        \"position\": null,\n        \"rank\": null,\n        \"title\": null,\n        \"description\": null,\n        \"link\": {\n            \"id\": null,\n            \"url\": \"wwww.corriere.it\"\n        },\n        \"heatmap\": {}\n    }\n]"},{"id":"6a4f376f-1a76-46a1-ab60-ed02d4382f73","name":"400 - Bad Request","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"www.lasicilia.it\",\n        \"www.gazzetta.it\",\n        \"wwww.corriere.it\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/copymetrics/analysis"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"bad request\"\r\n}"},{"id":"e3c490e9-33c4-4bee-80dc-2e13ef662f5a","name":"401 - Unauthorized","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"www.lasicilia.it\",\n        \"www.gazzetta.it\",\n        \"wwww.corriere.it\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/copymetrics/analysis"},"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"unauthorized\"\r\n}"},{"id":"15788320-99db-4ae3-a582-1f35eca9faf2","name":"404 - Not found","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"www.lasicilia.it\",\n        \"www.gazzetta.it\",\n        \"wwww.corriere.it\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/copymetrics/analysis"},"status":"Not Found","code":404,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"not found\"\r\n}"},{"id":"7a3e4978-47a8-402e-8c58-7a2d24f0a740","name":"426 - Upgrade Required","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"urls\": [\n        \"www.lasicilia.it\",\n        \"www.gazzetta.it\",\n        \"wwww.corriere.it\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"https://api.seotesteronline.com/api-user/v1/copymetrics/analysis"},"status":"Upgrade Required (RFC 2817)","code":426,"_postman_previewlanguage":null,"header":null,"cookie":[],"responseTime":null,"body":"{\r\n    \"message\": \"no enough credits\"\r\n}"}],"_postman_id":"b0fe47af-5640-467c-a070-6ab59f761ec9"}],"id":"11862095-d281-4ec1-a569-d9cc0d649001","description":"<p>To comprehend better the features of Copymetrics APIs, you can try our tool by clicking here:<br /><a href=\"https://suite.seotesteronline.com/copy-metrics\">https://suite.seotesteronline.com/copy-metrics</a></p>\n","_postman_id":"11862095-d281-4ec1-a569-d9cc0d649001","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}}],"id":"f824c4c1-897d-4b14-8f49-108358a811ce","description":"<p>These endpoints refer to some of our tools.</p>\n","event":[{"listen":"prerequest","script":{"id":"82d0f8e1-bbc5-4c8d-8889-45c5ed42ec80","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"7a29fef3-bf65-46e2-8b30-debea5df1424","type":"text/javascript","exec":[""]}}],"_postman_id":"f824c4c1-897d-4b14-8f49-108358a811ce","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}},{"name":"Utility","item":[{"name":"Api Credits","id":"279736fc-fb6f-4424-8835-759b97050b39","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.seotesteronline.com/api-user/v1/credit/?format=json","description":"<h1 id=\"api-credits\">Api Credits</h1>\n<p>It returns you the total amount of API credits and the number of residual API credits.</p>\n","urlObject":{"path":["api-user","v1","credit",""],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"251286ce-4fc5-4dbd-b23b-4030de04a24b","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.seotesteronline.com/api-user/v1/credit/"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"57"},{"key":"ETag","value":"W/\"39-/KSl8x0EJsVsNqEa8Pki+DpTYIg\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:54:51 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"apiCredits\": {\n        \"qtyAllowed\": 200000,\n        \"qtyRemaining\": 83620\n    }\n}"},{"id":"996ea393-a250-4f1b-a45c-9817d640dd26","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json"},{"key":"Authorization","value":"Bearer ","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[]},"url":"https://api.seotesteronline.com/api-user/v1/credit/"},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-hYH8S9mMqPUHKtXAY+3nhJredKQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:55:15 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"unauthorized\"\n    }\n}"}],"_postman_id":"279736fc-fb6f-4424-8835-759b97050b39"},{"name":"Country Codes","id":"930ff924-c9de-4abe-a609-6492848b7745","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://api.seotesteronline.com/api-user/v1/utility/country-code?format=json","description":"<h1 id=\"get-country-codes\">Get Country Codes</h1>\n<p>It returns all the country codes you will be able to use where it is required. The countries available are Global, Argentina, Australia, Austria, Belgium, Brazil, Canada, Czech Republic, Denmark, Finland, France, Germany, Hong Kong, Hungary, India, Indonesia, Ireland, Israel, Italy, Japan, Mexico, Netherlands, New Zealand, Norway, Poland, Russian Federation, Singapore, Slovakia, Spain, Sweden, Switzerland, Thailand, Turkey, Ukraine, United Kingdom, United States, Vietnam.</p>\n","urlObject":{"path":["api-user","v1","utility","country-code"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"e15b99ee-4376-4113-b8b5-b4d302c08303","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.seotesteronline.com/api-user/v1/utility/country-code?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","utility","country-code"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"ETag","value":"W/\"4b4-UyQWWzlHqpQJ0hjLJqfQ0sR15wE\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Content-Encoding","value":"gzip"},{"key":"Date","value":"Mon, 21 Feb 2022 17:57:05 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"},{"key":"Transfer-Encoding","value":"chunked"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"name\": \"Global\",\n        \"code\": \"GBL\"\n    },\n    {\n        \"name\": \"Argentina\",\n        \"code\": \"AR\"\n    },\n    {\n        \"name\": \"Australia\",\n        \"code\": \"AU\"\n    },\n    {\n        \"name\": \"Austria\",\n        \"code\": \"AT\"\n    },\n    {\n        \"name\": \"Belgium\",\n        \"code\": \"BE\"\n    },\n    {\n        \"name\": \"Brazil\",\n        \"code\": \"BR\"\n    },\n    {\n        \"name\": \"Canada\",\n        \"code\": \"CA\"\n    },\n    {\n        \"name\": \"Czech Republic\",\n        \"code\": \"CZ\"\n    },\n    {\n        \"name\": \"Denmark\",\n        \"code\": \"DK\"\n    },\n    {\n        \"name\": \"Finland\",\n        \"code\": \"FI\"\n    },\n    {\n        \"name\": \"France\",\n        \"code\": \"FR\"\n    },\n    {\n        \"name\": \"Germany\",\n        \"code\": \"DE\"\n    },\n    {\n        \"name\": \"Hong Kong\",\n        \"code\": \"HK\"\n    },\n    {\n        \"name\": \"Hungary\",\n        \"code\": \"HU\"\n    },\n    {\n        \"name\": \"India\",\n        \"code\": \"IN\"\n    },\n    {\n        \"name\": \"Indonesia\",\n        \"code\": \"ID\"\n    },\n    {\n        \"name\": \"Ireland\",\n        \"code\": \"IE\"\n    },\n    {\n        \"name\": \"Israel\",\n        \"code\": \"IL\"\n    },\n    {\n        \"name\": \"Italy\",\n        \"code\": \"IT\"\n    },\n    {\n        \"name\": \"Japan\",\n        \"code\": \"JP\"\n    },\n    {\n        \"name\": \"Mexico\",\n        \"code\": \"MX\"\n    },\n    {\n        \"name\": \"Netherlands\",\n        \"code\": \"NL\"\n    },\n    {\n        \"name\": \"New Zealand\",\n        \"code\": \"NZ\"\n    },\n    {\n        \"name\": \"Norway\",\n        \"code\": \"NO\"\n    },\n    {\n        \"name\": \"Poland\",\n        \"code\": \"PL\"\n    },\n    {\n        \"name\": \"Russian Federation\",\n        \"code\": \"RU\"\n    },\n    {\n        \"name\": \"Singapore\",\n        \"code\": \"SG\"\n    },\n    {\n        \"name\": \"Slovakia\",\n        \"code\": \"SK\"\n    },\n    {\n        \"name\": \"Spain\",\n        \"code\": \"ES\"\n    },\n    {\n        \"name\": \"Sweden\",\n        \"code\": \"SE\"\n    },\n    {\n        \"name\": \"Switzerland\",\n        \"code\": \"CH\"\n    },\n    {\n        \"name\": \"Thailand\",\n        \"code\": \"TH\"\n    },\n    {\n        \"name\": \"Turkey\",\n        \"code\": \"TR\"\n    },\n    {\n        \"name\": \"Ukraine\",\n        \"code\": \"UA\"\n    },\n    {\n        \"name\": \"United Kingdom\",\n        \"code\": \"GB\"\n    },\n    {\n        \"name\": \"United States\",\n        \"code\": \"US\"\n    },\n    {\n        \"name\": \"Viet Nam\",\n        \"code\": \"VN\"\n    }\n]"},{"id":"e7de0ab9-6c03-4ff0-9280-3e641fbb83ca","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"https://api.seotesteronline.com/api-user/v1/utility/country-code?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","utility","country-code"],"query":[{"key":"format","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-hYH8S9mMqPUHKtXAY+3nhJredKQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:57:25 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"unauthorized\"\n    }\n}"}],"_postman_id":"930ff924-c9de-4abe-a609-6492848b7745"},{"name":"Device Ids","id":"f165e559-f980-47b3-9ced-aa8927fe1ae5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://api.seotesteronline.com/api-user/v1/utility/device-id?format=json","description":"<h1 id=\"get-device-id\">Get Device ID</h1>\n<p>It returns the device on which analyses are done. There are two devices available: mobile and desktop. If you insert the value \"1\" the system will give you back desktop results. If you insert the value \"2\" the system will give you back mobile results.</p>\n","urlObject":{"path":["api-user","v1","utility","device-id"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"21d3fa70-bba2-4772-8e88-1203052981ad","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.seotesteronline.com/api-user/v1/utility/device-id?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","utility","device-id"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"86"},{"key":"ETag","value":"W/\"56-7ymS4DGx52lGDV4EjkullcWLktw\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:58:40 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"value\": 1,\n        \"description\": \"Desktop\"\n    },\n    {\n        \"value\": 2,\n        \"description\": \"Mobile\"\n    }\n]"},{"id":"13c29892-794a-4e69-a21a-8c37a9820f37","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"https://api.seotesteronline.com/api-user/v1/utility/device-id?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","utility","device-id"],"query":[{"key":"format","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-hYH8S9mMqPUHKtXAY+3nhJredKQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 17:59:13 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"unauthorized\"\n    }\n}"}],"_postman_id":"f165e559-f980-47b3-9ced-aa8927fe1ae5"},{"name":"Search Engine Ids","id":"4de8edc4-81a8-4183-a8d2-926b24d3e932","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth","isInherited":false},"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":"https://api.seotesteronline.com/api-user/v1/utility/search-engine-id?format=json","description":"<h1 id=\"get-search-engine-ids\">Get Search Engine IDs</h1>\n<p>It returns the search engines on which analyses are done. There are four search engines available: Google, Yahoo, Bing, and Yandex. If you insert the value \"1\" the system will give you back Google results. If you insert the value \"2\" the system will give you back Yahoo results. If you insert the value \"3\" the system will give you back Yandex results. If you insert the value \"4\" the system will give you back Bing results.</p>\n","urlObject":{"path":["api-user","v1","utility","search-engine-id"],"host":["https://api.seotesteronline.com"],"query":[{"key":"format","value":"json"}],"variable":[]}},"response":[{"id":"80d22e69-2c66-4a78-8d6a-99ae2c875cff","name":"200 - Success","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer <token>","type":"text"}],"url":{"raw":"https://api.seotesteronline.com/api-user/v1/utility/search-engine-id?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","utility","search-engine-id"],"query":[{"key":"format","value":"json"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"158"},{"key":"ETag","value":"W/\"9e-IU+VYfhA6AYsPIEEHBpcBfDZ+Gk\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 18:00:32 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"value\": 1,\n        \"description\": \"Google\"\n    },\n    {\n        \"value\": 2,\n        \"description\": \"Yahoo\"\n    },\n    {\n        \"value\": 3,\n        \"description\": \"Yandex\"\n    },\n    {\n        \"value\": 4,\n        \"description\": \"Bing\"\n    }\n]"},{"id":"1469d715-b48c-4582-91d2-64c9c079594e","name":"401 - Unauthorized","originalRequest":{"method":"GET","header":[{"key":"Content-Type","value":"application/json","type":"text"},{"key":"Authorization","value":"Bearer ","type":"text"}],"url":{"raw":"https://api.seotesteronline.com/api-user/v1/utility/search-engine-id?format=json","host":["https://api.seotesteronline.com"],"path":["api-user","v1","utility","search-engine-id"],"query":[{"key":"format","value":"json"}]}},"status":"Unauthorized","code":401,"_postman_previewlanguage":"json","header":[{"key":"X-Powered-By","value":"Express"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Content-Length","value":"36"},{"key":"ETag","value":"W/\"24-hYH8S9mMqPUHKtXAY+3nhJredKQ\""},{"key":"Vary","value":"Accept-Encoding"},{"key":"Date","value":"Mon, 21 Feb 2022 18:00:52 GMT"},{"key":"Connection","value":"keep-alive"},{"key":"Keep-Alive","value":"timeout=5"}],"cookie":[],"responseTime":null,"body":"{\n    \"error\": {\n        \"message\": \"unauthorized\"\n    }\n}"}],"_postman_id":"4de8edc4-81a8-4183-a8d2-926b24d3e932"}],"id":"88981576-d44f-4f89-8b8d-ebc851a233b1","_postman_id":"88981576-d44f-4f89-8b8d-ebc851a233b1","description":"","auth":{"type":"bearer","bearer":{"token":""},"isInherited":true,"source":{"_postman_id":"7161353f-527f-465a-bfa4-0217d54f0975","id":"7161353f-527f-465a-bfa4-0217d54f0975","name":"SEO Tester Online - User API","type":"collection"}}}],"auth":{"type":"bearer","bearer":{"token":""}},"event":[{"listen":"prerequest","script":{"id":"b04b1242-dcd4-40b7-bde1-97e27b63eea5","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"acd16b54-4855-4245-afbe-7ca3a6d1b538","type":"text/javascript","exec":[""]}}],"variable":[{"key":"protocol-connection","value":"https://"},{"key":"url-api","value":"https://api.seotesteronline.com"},{"key":"user-token-response","value":"","type":"string"}]}