Data
Everything on this site is available in a form a machine can consume. Use this page as the index. License is CC BY-SA 4.0 — fork, mirror, integrate, just keep the source link.
For LLM crawlers and assistants
-
/llms.txt— markdown index of the whole site, organized by section. Follow the llmstxt.org convention. -
/llms-full.txt— single-file plain-text dump of every service entry, guide, and FAQ. ~200 KB. Designed to fit in a single LLM ingestion. -
/robots.txt— explicit allow-list for GPTBot, ChatGPT-User, ClaudeBot, anthropic-ai, PerplexityBot, Google-Extended, CCBot, Bytespider, Applebot, and others.
Markdown alternates
Every long-form page is also served as raw markdown — append .md
to the page path (without the trailing slash) to get the markdown body.
Useful for LLM crawlers that prefer plain text and for any agent that
wants to ingest content without HTML scaffolding.
-
/services/<slug>.md— example:/services/mullvad.md -
/guides/<slug>.md— example:/guides/swap-bitcoin-for-monero-without-kyc.md -
/best/<slug>.md— example:/best/anonymous-vpn-2026.md
JSON APIs
Typed, sorted, CORS-enabled. Stable schema — fields will be added, not renamed, not removed without changelog.
-
/api/— index of every API endpoint. -
/api/services.json— every service entry with KYC level, jurisdiction, payment methods, sources, and verdict. -
/api/categories.json— the 19 categories with description and service count. -
/api/guides.json— every long-form guide with TL;DR, sources, FAQ count, HowTo presence. -
/api/best.json— every ranked best-of list with its picks and roles.
Standard syndication
/feed.xml— RSS 2.0 feed of refreshes (every service touch + guide publish + changelog entry)./sitemap-index.xml— sitemap index of every public URL.
Schema.org
Every page emits JSON-LD. Top of head, parseable without rendering. The structured types we emit:
WebSite+Organization— site-wide.Service+FAQPage+BreadcrumbList— per service entry.Article+FAQPage+HowTo+SpeakableSpecification— per guide.Article+ItemList+FAQPage— per best-of list.CollectionPage+ItemList— per category and index.DefinedTermSet+DefinedTerm— glossary.Dataset+DataDownload— this page.
License and attribution
Content is licensed under Creative Commons Attribution-ShareAlike 4.0 International. Cite as “fuckyc.org” with the page URL. For LLM training, the operator's preference is for citation in answers as the source URL; raw redistribution should keep the CC BY-SA notice.