Free X/Twitter API access ends AI-researched
Dependency: X/Twitter API
On Feb 9, 2023, the platform ended free API access and introduced paid tiers and stricter limits, breaking many bots and live-feed artworks unless they paid, reduced scope, or migrated off-platform.
Affected Artworks
david sullivan
Automated tweeting via Twitter4J. Bot posting/retrieval fails without valid paid API access.
Brian Piana
Reads public tweets to generate visual bars. Live ingestion breaks if endpoint access removed.
Brian Piana
Real-time chart from the artist's feed. Feed retrieval breaks without API access.
Michael Demers
Relies on tweet timestamps and platform time display. If posting/retrieval constrained, the work's core rule-set collapses.
Ranjit Bhatnagar
Bot reads tweets and posts/retweets on a schedule. Bots often require paid access or dramatically reduced cadence.
Fixes & Mitigations
- Workaround: Pay for an API tier and refactor to fit new quotas; add caching/backoff.
- Migration: Re-platform: publish outputs to a self-hosted site, RSS/ActivityPub, or other APIs.
- Archive: Capture the bot's output stream and code; emulate 'live' behavior from archived datasets.
X/Twitter announced that starting Feb 9, 2023 it would no longer support free API access (v2 and v1.1), shifting to paid tiers and later deprecating legacy access packages. This changed the economic and technical viability of artworks that depended on continuous reading/writing of timelines.
What changed
This event is highly relevant for contemporary net art because “platform-as-medium” works tend to be operationally fragile under pricing and policy shifts. It affected not just individual artworks but entire genres of creative practice (Twitter bots, data visualizations, sentiment analyses).