Wikimedia movement
Also known as mediawiki, wikimedia. Wikidata Q3568028. GitHub wikimedia.
Official domains: mediawiki.org wikimedia.org
Identity anchored by wikidata:Q3568028/P856 github-history:wikimedia/mediawiki(age=13y,contrib=1094,stars=5165). Display name from wikidata:Q3568028.
mediawiki.org verified product · confidence 0.63 · verified 2026-09-06
1 independent anchor(s) + 2 independent corroboration(s): meets the verified threshold
| Evidence | What it shows | |
|---|---|---|
A1 not counted |
GitHub verified this organization's domain (DNS-level check performed by GitHub) org= mediawiki org_verified=false blog=https://www.mediawiki.org |
source |
A9 anchor |
App Store history: an established app by an Apple-verified company named like the entity, seller URL points here app= Wikipedia track_id=324715238 seller=Wikimedia Foundation artist=Wikimedia Foundation seller_url=https://m.mediawiki.org/wiki/Wikimedia_Apps/Team/iOS released=2009-08-17 age_days=6228 ratings=6238 apps_for_domain=1 apps=[{"app":"Wikipedia","seller":"Wikimedia Foundation","released":"2009-08-17","age_days":6228,"ratings":6238}] |
source |
A3 not counted |
Corporate registrar fingerprint (brand-protection registrar, long prepaid term, registry locks) registrar= MarkMonitor Inc. created=2003-08-09 expires=2027-08-09 remaining_days=337 locks=["delete","transfer","update"] |
source |
A4 not counted |
TLS certificate carries the organization name (OV/EV) subject_org= validation_type=DV issuer=Let's Encrypt san_count=41 |
TLS handshake mediawiki.org:443 |
B1 not counted |
Wikidata official-website claim (P856) on the anchored item qid= Q83 label=MediaWiki kind=software site=https://www.mediawiki.org sitelinks=136 competing_items=1 |
source |
B5 corroboration |
Tranco top-1M ranking rank= 3152 source=top-1m list |
source |
B4 corroboration |
Wayback Machine history first_snapshot= 2005-09-07 history_days=7669 |
source |
A6 not counted |
Propagated from a verified sibling domain (first-party link + shared infrastructure) from= wikimedia.org from_status=community first_party_link=true structural_links=["shared_ns","cert_san"] san_count=41 shared_ns=["ns0.wikimedia.org","ns1.wikimedia.org","ns2.wikimedia.org"] backlink=true |
propagate from wikimedia.org |
5 piece(s) of evidence not counted — why
- A1: GitHub organization has not verified this domain (is_verified != true)
- A3: fewer than 1095 days until expiry; not the long prepaid term typical of corporate registrations
- A4: DV certificate carries no organization name (most modern tech companies use DV; this is expected)
- B1: item Q83 != entity canonical item Q3568028
- A6: propagation source wikimedia.org is not itself verified, so it cannot anchor
Reproduce this yourself
# A1 — GitHub verified this org's domain
curl -s https://api.github.com/orgs/wikimedia | jq '{name, blog, is_verified}'
# A3 — registrar / dates / locks
curl -sL https://rdap.org/domain/mediawiki.org | jq '{status, events, registrar: [.entities[]|select(.roles[]=="registrar")|.vcardArray[1][1][3]]}'
# B1 — Wikidata P856
curl -s "https://www.wikidata.org/w/api.php?action=wbgetclaims&entity=Q3568028&property=P856&format=json"
# B5 — Tranco rank
curl -s https://tranco-list.eu/api/ranks/domain/mediawiki.org
# B4 — first Wayback snapshot
curl -s "http://web.archive.org/cdx/search/cdx?url=mediawiki.org&limit=1&output=json"
# Re-run the whole pipeline for this domain
git clone https://github.com/zhouchungong/realurls-registry && cd realurls-registry && pip install -e . && python -m src.verify mediawiki.orgwikimedia.org verified primary · confidence 0.85 · verified 2026-09-06
1 independent anchor(s) + 3 independent corroboration(s): meets the verified threshold
| Evidence | What it shows | |
|---|---|---|
A1 anchor |
GitHub verified this organization's domain (DNS-level check performed by GitHub) org= wikimedia org_verified=true blog=https://www.wikimedia.org |
source |
A8 not counted |
Anchored repository's homepage points here, and this site links back repo= wikimedia/mediawiki org=wikimedia repo_anchored=true homepage=https://www.mediawiki.org backlink=false stars=5165 age_days=5056 contributors=1094 |
source |
A3 not counted |
Corporate registrar fingerprint (brand-protection registrar, long prepaid term, registry locks) registrar= MarkMonitor Inc. created=2003-03-16 expires=2027-03-16 remaining_days=191 locks=["delete","transfer","update"] |
source |
A4 not counted |
TLS certificate carries the organization name (OV/EV) subject_org= validation_type=DV issuer=Let's Encrypt san_count=41 |
TLS handshake wikimedia.org:443 |
B1 corroboration |
Wikidata official-website claim (P856) on the anchored item qid= Q3568028 label=Wikimedia movement site=https://www.wikimedia.org/ sitelinks=70 competing_items=1 |
source |
B5 corroboration |
Tranco top-1M ranking rank= 252 source=top-1m list |
source |
B4 corroboration |
Wayback Machine history first_snapshot= 2003-07-24 history_days=8445 |
source |
3 piece(s) of evidence not counted — why
- A8: repository homepage (https://www.mediawiki.org) does not point to this domain
- A3: fewer than 1095 days until expiry; not the long prepaid term typical of corporate registrations
- A4: DV certificate carries no organization name (most modern tech companies use DV; this is expected)
Reproduce this yourself
# A1 — GitHub verified this org's domain
curl -s https://api.github.com/orgs/wikimedia | jq '{name, blog, is_verified}'
# A8 — anchored repo's homepage
curl -s https://api.github.com/repos/wikimedia/mediawiki | jq '{homepage, created_at, stargazers_count}'
# A3 — registrar / dates / locks
curl -sL https://rdap.org/domain/wikimedia.org | jq '{status, events, registrar: [.entities[]|select(.roles[]=="registrar")|.vcardArray[1][1][3]]}'
# B1 — Wikidata P856
curl -s "https://www.wikidata.org/w/api.php?action=wbgetclaims&entity=Q3568028&property=P856&format=json"
# B5 — Tranco rank
curl -s https://tranco-list.eu/api/ranks/domain/wikimedia.org
# B4 — first Wayback snapshot
curl -s "http://web.archive.org/cdx/search/cdx?url=wikimedia.org&limit=1&output=json"
# Re-run the whole pipeline for this domain
git clone https://github.com/zhouchungong/realurls-registry && cd realurls-registry && pip install -e . && python -m src.verify wikimedia.orgThink this is wrong? Open a dispute — the burden of proof is on us, and the record is downgraded while we check. Source record: YAML.