How an unverified number on a standalone website became an accepted fact across 22 newsrooms in 13 countries without a single outlet checking the source.
Content Written By:
Daniel Grainger
Founder, Ranking Atlas
Published July 2026
/api/petition, which returns a field named campaign-display and the same hardcoded number. The poll on the same site calls a separate API that exposes a real checkpoint-and-accumulation mechanism. The petition API exposes no equivalent breakdown.After Spain beat Argentina 1-0 in the 2026 World Cup final on 19 July, a website called ArgentinaOut.org began displaying a counter that climbed past 10 million, then 18 million, then 23 million. The number spread across newsrooms on five continents within days. By the time coverage peaked, the reported figure had been escalated to 28 million and compared to the Guinness World Record for the largest petition (according to one outlet, the 1997 Jubilee 2000 debt cancellation campaign at 24,319,181 signatures).
This study documents how the number travelled, not to single out individual newsrooms. Sports desks covering a live World Cup cycle operate under extraordinary time pressure, and a large round number from a petition site is exactly the kind of figure that moves fast because it looks self-evident. The point is structural: once a number enters the chain without a source check, every subsequent pickup inherits the gap.
Of the 22 outlets that published the figure, only three named the platform it came from. Only two questioned whether the count was verified. Not one linked to the petition. The full outlet-by-outlet breakdown, with exact language used, is in the table below.
These outlets used declarative language: “signed,” “attracted,” “closed with.” The number was presented as a verified count, not an unverified claim.
| Outlet | Country | Exact language used |
|---|---|---|
| Euronews | EU | “Now closed, the appeal has more than 23 million signatures — 23,316,108 to be precise.” |
| EWN | South Africa | “The petition titled ‘Argentina Out’ closed with 23,316,108 signatures from over 170 countries.” |
| Inside World Football | International | “More than 23 million people… signed a petition before the final calling for the country to be kicked out of the World Cup.” |
| The Business Standard | Bangladesh | “A petition… has attracted more than 23 million signatures from supporters in 170 countries.” |
| SAYS | Malaysia | “Attracted 23.3 million signatures from supporters across roughly 170 countries within a single week.” |
| NST Online | Malaysia | “More than 23 million football fans across the globe have signed a massive online petition.” |
| The Sun | UK | “MORE than 23MILLION World Cup fans have signed a petition.” |
| talkSPORT | UK | “23 million sign petition demanding Argentina’s lifetime ban from World Cup.” |
| Times of India | India | “Over 10 million sign petition to kick Argentina out of FIFA World Cup.” |
| Goal.com | International | “23 million signatures to expel Argentina from the World Cup ‘for life’!” |
| Diario AS | Spain | “23 million soccer fans want Argentina expelled from the next World Cup.” |
| Chosun Ilbo | South Korea | “23 Million Demand Argentina’s Permanent World Cup Ban.” |
| Men’s Journal | US | “28 Million Fans Signed A World Cup Petition.” |
| Marca | Spain | “Petition… surpasses 23 million signatures: nearly breaks Guinness World Record.” |
| NDTV Sports | India | “Petition To Ban Argentina From FIFA World Cup Nearly Breaks Guinness World Record.” |
| News18 | India | “Petition… Crosses 23 Million Signatures.” |
These outlets opened with qualifying language but then cited the exact figure as though it were confirmed.
| Outlet | Country | Exact language used |
|---|---|---|
| AOL.com | US | “Reportedly gained over 23 million signatures” then later: “amassed an astonishing 23,316,108 signatures.” |
| Leadership Newspapers | Nigeria | “Has attracted more than 23.3 million signatures” then later: “closing with 23,316,108 signatures, according to its organisers.” |
Two outlets used language that cast doubt on the count. One investigated. One was sarcastic.
| Outlet | Country | Exact language used |
|---|---|---|
| Hungarian Conservative | Hungary | “The largest petition claimed 23 million signatures.” Also: “No independent audit has been published, no organizers have been identified or provided contact details, and several basic transparency standards expected of a legitimate petition are absent.” |
| FourFourTwo | UK | “They claim to have received over 28 million signatories” and “you’ll be unsurprised to learn we’re sceptical.” |
Quotes from Euronews, EWN, Inside World Football, The Business Standard, SAYS, NST Online, AOL.com, Leadership Newspapers, Hungarian Conservative, and FourFourTwo were extracted from article body text. Quotes from The Sun, talkSPORT, Times of India, Goal.com, Diario AS, Chosun Ilbo, Men’s Journal, Marca, NDTV, and News18 are from headlines or search snippets (articles were inaccessible due to paywalls or bot detection). Syndication platforms (AOL.ca, AOL.co.uk, MSN, Yahoo) that republished existing articles without editorial changes are excluded from the unique count.
Sixteen outlets stated the count as fact. Two hedged before reverting to the exact figure. Two questioned it. Not one of the 22 linked to the petition. A reader who wanted to check the number would have had to find the website independently, and once there, would have found the disclaimer the newsrooms did not report.
Several articles were syndicated across multiple properties or regional editions without editorial changes. Others cited a second outlet as their source rather than the petition itself. Each step in the chain amplified the number without adding verification.
256 : 1
Ratio of unverified petition counter to interactive poll votes on the same site
ArgentinaOut.org is a React application deployed on Cloudflare, built with TanStack Router and Base UI components. It tracks visitors with Google Analytics (ID: G-QFRL1LYP95) and monetises traffic through EffectiveCPMNetwork, a CPM advertising service.
The counter that displays "28,997,266" is rendered as a CSS animation. Each digit is a vertical stack of the numbers 0 through 9, positioned by a translateY offset. The screen-reader fallback reads <span class="sr-only">28,997,266</span>. The same number is also hardcoded in the JavaScript bundle as a fallback: count:28997266.
Inspection of the JavaScript bundle reveals that the counter does call an API endpoint (/api/petition), and that endpoint is still live. It returns:
{"count":28997266,"status":"closed","counterType":"campaign-display"}
The API field is named counterType with a value of campaign-display, not verified-signatures or unique-signers. The count returned is identical to the hardcoded fallback. Whether the number was ever dynamic during the active campaign or was always a static value cannot be determined from the current state of the code.
“This display counter is not a verified-signature total.”
ArgentinaOut.org, visible beneath the counter
The site also ran a fan poll asking visitors to predict the World Cup final winner. That poll used an interactive component (versus-poll-card) and recorded 113,082 votes: 71,472 for Spain (63%), 41,610 for Argentina (37%). The poll's own API (/api/team-support-poll) is still live and reveals the internal mechanics: it distinguishes between a frozen checkpoint (96,790 votes at close) and real additional votes accumulated since (16,292). The poll is genuinely counting individual interactions. The petition API exposes no equivalent breakdown.
The ratio between the unverified petition counter and the verified poll votes on the same site is 256 to 1.
SimilarWeb, which tracks web traffic for sites above a minimum reporting threshold, returns no data for argentinaout.org. The domain does not appear in its panel at all. A site that did not register enough traffic to appear in a standard web analytics tool displayed a counter claiming nearly 29 million interactions.
The site offers 19 language translations (English, Chinese, French, Spanish, German, Russian, Portuguese, Japanese, Italian, Dutch, Korean, Turkish, Polish, Arabic, Thai, Vietnamese, Indonesian, Bengali, and Hindi), suggesting a deliberate strategy to maximise global reach and, by extension, ad impressions.
No signing mechanism is visible in the archived HTML. There is no form, no email field, no CAPTCHA, and no "sign the petition" button. The campaign closed on 19 July 2026 and the site now describes itself as "an archive." The method by which visitors were counted as "signatories" is not described anywhere on the page. Verifiable citation sources are the foundation of credible data reporting.
| Platform | Email required | Deduplication | Public count | Auditable |
|---|---|---|---|---|
| Change.org | Yes | Yes | Yes | Partial |
| UK Parliament petitions | Yes | Yes | Yes | Full (open data) |
| Avaaz | Yes | Yes | Yes | Partial |
| European Citizens' Initiative | Yes | Yes | Yes | Full (EU-verified) |
| ArgentinaOut.org | Unknown | Unknown | Display only | No |
Established petition platforms collect an email address at sign-up, apply deduplication, and expose a public count. The UK Parliament petitions system collects name, email, postcode, and country, checks eligibility, enforces that "people only sign a petition once," and publishes full open data in JSON and CSV formats. The European Citizens' Initiative requires ID verification and is audited by EU member states. Change.org and Avaaz require email-based account creation to sign, though their specific deduplication and audit mechanisms are not publicly documented in their terms of service.
ArgentinaOut.org meets none of these standards. Its counter carries a disclaimer. Its signing mechanism is undocumented. Its data is not exportable. According to Euronews, the Guinness World Record for the largest petition is held by the Jubilee 2000 debt cancellation campaign (24,319,181 signatures in 1997). Comparing ArgentinaOut's unverified display number to that record, as several outlets did, treats the two as equivalent without addressing whether they were counted in the same way.
This study does not claim the count is fabricated. It documents that the count is unverifiable: the site says so itself, the mechanism is not described, and no independent audit exists. The distinction matters because 22 newsrooms treated an unverifiable number as a verified fact, and their readers had no way to know the difference. Our AI expert-naming study tested a similar pattern: a widely repeated claim that collapsed when measured against actual data.
Of the 22 outlets that published articles about the petition, two questioned whether the signature count was real. Their exact language is documented in the table above.
One outlet wrote the most substantive examination, noting that "no independent audit has been published, no organizers have been identified or provided contact details, and several basic transparency standards expected of a legitimate petition are absent." It also identified the existence of multiple versions of the site and referenced the Guinness benchmark for context.
A second outlet named ArgentinaOut.org directly, warned readers against visiting the site due to "aggressive advert redirects," and described the petition as a stunt designed to generate ad revenue. The scepticism was clear but delivered as editorial voice rather than reported verification.
The remaining 20 outlets published the number without naming the platform, without noting the disclaimer, and without questioning how "signatures" were counted. Several cited other outlets as their source rather than the petition itself. Each link in the syndication chain inherited the original's assumptions and added none of its own checks.
Outlet catalogue. We searched Google News for articles reporting the ArgentinaOut petition count using four query variations between 27 July 2026 and the study's publication date. Each article was assessed for seven fields: outlet name, country, number reported, date, whether the platform was named, whether verification was questioned, and whether a direct link to the petition was provided. Syndication pickups (AOL, MSN, Yahoo) were tracked separately from original reporting.
Technical analysis. We fetched the full HTML source of ArgentinaOut.org on 27 July 2026. The counter mechanism was identified by inspecting the CSS translateY transforms applied to each digit span. The screen-reader sr-only span confirmed the displayed value. We then decompiled the minified JavaScript bundle (routes-DoKQ0a_j.js) and identified two API endpoints: /api/petition (returns the petition count with a counterType of campaign-display) and /api/team-support-poll (returns poll votes with a checkpoint/real breakdown). Both endpoints were called directly and their responses recorded. The Google Analytics ID, ad network integration, and language hreflang tags were documented from the page metadata.
Traffic analysis. We queried SimilarWeb for argentinaout.org on 27 July 2026. The domain returned no traffic data, indicating it did not meet SimilarWeb's minimum reporting threshold.
Comparison data. Petition platform verification requirements (Change.org, UK Parliament, Avaaz, European Citizens' Initiative) were documented from each platform's public terms of service and FAQ pages. The Guinness World Record for largest petition was cited from Euronews's 21 July 2026 article, which referenced the Jubilee 2000 campaign (24,319,181 signatures).
We analysed the archived site, not the live campaign. ArgentinaOut.org closed on 19 July 2026 and now describes itself as an archive. The signing mechanism that existed during the active campaign may have included verification steps that are no longer visible. We document what the archived site shows and what the source code reveals, not what may have existed before.
The Wayback Machine has no snapshots of this domain. We could not reconstruct the counter's progression over time or confirm whether the counter was live-updating during the campaign or static throughout.
The outlet catalogue may be incomplete. Our search was limited to English-language and major international outlets. The petition was reported in at least 19 languages (matching the site's translation set). Coverage in non-English outlets may be broader than documented here.
We do not claim the count is fabricated. We claim it is unverifiable. The site's own disclaimer supports this. The absence of a visible verification mechanism is documented fact. The actual number of people who interacted with the site is unknown and may be higher or lower than the displayed count.
The fan poll is a rough comparison, not a precise benchmark. The poll and the petition counter served different purposes and may have had different participation barriers. The 256-to-1 ratio illustrates the scale discrepancy; it does not prove the petition count is inflated by exactly that factor.
For a different cut of this data, additional outlet coverage, or methodology questions, contact contact@ranking-atlas.com.
2,286 individuals extracted from 2,520 AI responses. Women made up 20.5% of named ICT experts against a 28% workforce baseline.
Federal fraud and survey data show sharp divides in who gets scammed, how often, and how much they lose.
A six-year analysis of 140,000 publisher listings reveals how paid link markets expanded after repeated Google crackdowns.