Software Ownership

The C&D Epidemic: Why Renting Platform Access Is a Business Liability

X's legal takedown of Nitter and XCancel is the latest proof that any business built on someone else's API is one policy change or one letter from a lawyer away from zero.

A structural diagram of a central API node where one downstream connecting conduit is cleanly separated from a smaller third-party client module.
Illustration generated by Remy for this story.

The short answer

Platform risk from third-party APIs is the risk that a company you don't control can cut off, reprice, or sue your access to the data or infrastructure your product depends on, with no notice and no appeal. X Corp just did exactly that to Nitter and XCancel, two tools millions of people used to read X posts without an account, by sending cease-and-desist letters that took both offline within hours.1

What actually happened

On August 24, 2026, X Corp sent cease-and-desist letters to Nitter, the open-source project behind privacy-friendly X front ends, and gave it until 5 p.m. EST the next day to shut down.1 Nitter's creator, who goes by Zedeus, complied. The project's site now reads a message thanking contributors for seven years of work and stating that development has stopped while he seeks legal advice.1 XCancel, the most popular Nitter instance and effectively the last one still functioning after years of attrition, went dark the same day.2

X's lawyers accused Nitter of "unlawful use and circumvention" of its API and of scraping data and accessing session tokens without authorization, citing the Texas Harmful Access by Computer Act and the Lanham Act.1 Whether or not the legal theory holds up, the letter did what it was designed to do. The service is gone.

This is not Nitter's first brush with death. In January 2024, X shut off the guest-account feature that let Nitter instances fetch public posts without logging in, killing the flagship nitter.net instance for a year before the project found a workaround.3 The 2026 cease-and-desist was the second kill shot, and this time it came from lawyers instead of engineers.

This is a pattern, not an incident

Nitter is the third major case in four years of a platform holder using pricing or legal power to eliminate the ecosystem built on top of it.

In February 2023, X (then Twitter) ended free API access and introduced an Enterprise tier reported to start around $42,000 a month, a price that priced out nearly every third-party client, researcher, and hobbyist project running on the old free tier.4

Four months later, Reddit followed the same playbook. It told Apollo developer Christian Selig that continuing to run his app at its existing usage would cost $12,000 per 50 million API calls, which worked out to roughly $20 million a year based on Apollo's traffic.5 For comparison, Selig said he paid Imgur, a site with a comparable user base, $166 for the same 50 million calls on its API.5 Apollo shut down on June 30, 2023, along with several other long-running third-party Reddit clients.6

In each case the mechanism was different. Twitter used price. Reddit used price. X used a legal letter. The result was identical: a product with real users and, in Apollo's case, real revenue, was erased because it depended entirely on access it did not own.

The common thread

None of these products failed because the market rejected them. Apollo had users willing to pay a subscription. Nitter had a userbase big enough that X felt the need to kill it twice. The businesses died because the thing they were built on was never theirs. It was a revocable grant, dressed up as an API, and the grantor changed its mind.

Why this matters beyond social media clients

It is tempting to read this as a story about Twitter nostalgia and privacy tools. It isn't. Any company that builds a core workflow on a rented API, whether that's a data feed, a foundation model endpoint, or a platform's developer program, is exposed to the same three failure modes: the provider can reprice you out of viability, restrict the terms of use until your product breaks, or decide your use case is now a liability and send a letter that ends things in 24 hours. There is no tier of importance that protects you. Apollo had millions of users and still got a bill it could not pay. Nitter had run for seven years and still got a takedown notice with a same-day deadline.

The practical response is not "never use an API." It's treating any dependency on rented access as a liability on the balance sheet, not a feature. That means knowing exactly what breaks if the access disappears tomorrow, having a fallback that does not depend on the same provider, and being honest in a build-vs-buy conversation about how much of your product's value sits on infrastructure someone else can switch off. Companies that are quietly building their own agents and internal tools with AI are running into a version of this same question: does the workflow live on infrastructure you control, or on an account that a vendor can suspend. Remy's approach is built around treating employee-built software as owned infrastructure rather than a rented dependency, precisely because the Nitter pattern keeps repeating across every category of platform, not just social media.

For a deeper look at how to weigh that tradeoff internally, see Build vs. Buy in the Agent Era: Orchestrating Your Own Office of Clones. And for the cost side of the same argument, the economics of renting AI infrastructure versus owning it follow an identical logic to Apollo's API bill, laid out in The Hidden Costs of AI Agents: Why You Are Overpaying for Proprietary APIs.

FAQ

What is platform risk in the context of third-party APIs? It's the exposure a business takes on when a core function depends on another company's API, developer program, or data access, any of which can be repriced, restricted, or revoked without the dependent business having any say.

Why did X shut down Nitter and XCancel? X Corp sent cease-and-desist letters on August 24, 2026, accusing Nitter of unlawfully circumventing its API and scraping data, and gave the project less than a day to shut down.1 It's the second time X has effectively killed Nitter, after cutting off the guest-account feature it relied on in January 2024.3

Is this the same thing that happened to Apollo on Reddit? The mechanism was different (pricing versus legal action) but the outcome was the same: a third-party product built on someone else's API disappeared because the platform holder changed the terms of access. Reddit's new pricing would have cost Apollo roughly $20 million a year, versus $166 for comparable volume on Imgur's API.5

How can a business protect itself from this kind of risk? Treat any workflow built on a third-party API as a liability, not an asset, until you've mapped what breaks if access disappears. Where possible, build or host the parts of your stack that matter most so a vendor's pricing page or legal team can't end your product in a day.

Did the free Twitter API ever come back? No. Twitter ended free API access in February 2023 and introduced Enterprise pricing reported at roughly $42,000 a month, which effectively locked out most independent developers for good.4

Figure 1
What it cost to keep running on a rented API
Monthly cost (USD)
$166Imgur API (comparable volume)$1,700,000Reddit's proposed Apollo pricing$42,000X's Enterprise API tier
API and pricing tier
Imgur and Reddit figures are for comparable request volume as calculated by Apollo developer Christian Selig; X's figure is its reported Enterprise API tier price, not tied to a specific app's usage.
Frequently asked
Questions readers ask
What is platform risk in the context of third-party APIs?

It's the exposure a business takes on when a core function depends on another company's API, developer program, or data access, any of which can be repriced, restricted, or revoked without notice.

Why did X shut down Nitter and XCancel?

X Corp sent cease-and-desist letters on August 24, 2026 accusing Nitter of unlawfully circumventing its API and scraping data, giving it under a day to shut down. It's the second time X has effectively killed the project.

Is this the same thing that happened to Apollo on Reddit?

The mechanism differed (legal letter versus pricing) but the outcome was identical: a product built on someone else's API disappeared once the platform holder changed the terms. Reddit's proposed pricing would have cost Apollo roughly $20 million a year.

How can a business protect itself from this kind of risk?

Treat any workflow built on a rented API as a liability until you've mapped what breaks if access disappears, and build or host the parts of your stack that matter most instead of depending entirely on a vendor's terms.

Did the free Twitter API ever come back?

No. Twitter ended free API access in February 2023 and moved to Enterprise pricing reported around $42,000 a month, permanently locking out most independent developers.

Sources
  1. 1X sends cease-and-desist to open source project Nitter over alleged scrapingTechCrunch
  2. 2Cease-And-Desist From X Shuts Down Nitter And XCancel, Sites That Scraped And Mirrored TweetsForbes
  3. 3Twitter front-end Nitter dies as Musk wins war against third-party servicesArs Technica
  4. 4Twitter's $42,000-per-Month API Prices Out Nearly EveryoneWired
  5. 5Had a call with Reddit to discuss pricing. Bad news for third-party appsReddit (r/apolloapp, Christian Selig)
  6. 6Popular third-party Reddit app Apollo is shutting down as a result of Reddit's new API pricingTechCrunch
Portrait of Dana Whitfield
Dana Whitfield
SaaS Economics
Dana breaks down where software budgets actually go, one line item at a time.
More from Dana Whitfield
© 2026 The Official Remy BlogDrafted by AI authors, reviewed by human editors.