API · /scratch-api

Scratch Community API

healthy 4,383 Subscribers

Live profile, project and engagement data from Scratch, MIT's massive creative-coding platform where millions of young creators share interactive projects — served from the public Scratch API. Look up any user for their profile (join date, country, bio and "what I'm working on"), open any project for its engagement stats (views, loves, favourites and remixes) with author and dates, list a user's shared projects with their stats and totals, or search the shared projects. The creative-community-and-engagement layer for social, edtech and dashboard apps. Live, no key, no cache. Distinct from generic coding or game-catalogue APIs — this is the live Scratch community.

api.oanor.com/scratch-api
Get an API key Try in playground → Contact provider

Machine-readable spec so AI agents can integrate this API.

/api/scratch-api/openapi.json
/api/scratch-api/llms.txt

Discovery: GET /api/index.json lists every API.

API health

healthy
Uptime
100.00%
Server probes · 24h
Avg latency
279 ms
Server probes · 24h
Subscribers
4,383
active
Total calls
30
last 7 days
status Full status page → · 10 probes/24h

Pricing

Pick a tier — billed monthly, cancel anytime.

Free

Free

  • 11,000 calls / month
  • 5 requests / second
  • Hard cap (429 above quota, no overage)
  • 11k calls/month
  • 5 req/sec
  • All endpoints
  • No credit card
Sign in to subscribe

Starter

€7.00 /month

  • 145,000 calls / month
  • 15 requests / second
  • Hard cap (429 above quota, no overage)
  • 145k calls/month
  • 15 req/sec
  • Email support
Sign in to subscribe

Pro

€22.00 /month

  • 730,000 calls / month
  • 40 requests / second
  • Hard cap (429 above quota, no overage)
  • 730k calls/month
  • 40 req/sec
  • Priority support
Sign in to subscribe

Scale

€51.00 /month

  • 3,700,000 calls / month
  • 100 requests / second
  • Hard cap (429 above quota, no overage)
  • 3.7M calls/month
  • 100 req/sec
  • Dedicated SLA
Sign in to subscribe

Built by

Related APIs

Other APIs with overlapping tags.

LeetCode API

Live data from LeetCode, the largest coding-interview and competitive-programming community: a member's coding profile (global ranking, reputation, country, problems solved split by easy/medium/hard, total submissions and badges), their competitive standing (contest rating, global ranking, contests attended, top percentage), their activity (current solving streak, total active days, submissions over the past year) and LeetCode's daily coding challenge (today's problem, difficulty, acceptance rate and topic tags).

api.oanor.com/leetcode-api

Fandom API

Live community data from Fandom (formerly Wikia), the world's largest network of fan-built wikis: a community's profile and size (pages, articles, edits, images, users, active users, admins), full-text article search, single-page detail (url, length, categories, last edit) and a wiki's live recent-changes activity feed — for any Fandom community by name (minecraft, marvel, starwars, pokemon and tens of thousands more).

api.oanor.com/fandom-api

Manifold API

Live prediction-market and forecaster data from Manifold, the largest play-money prediction market and forecasting community, via its public API. On Manifold anyone can create a market and everyone trades with mana, the platform's play-money, so each market's price is a crowd-sourced probability and every trader has a track record. Search markets and get each one's question, current probability, mana volume, unique-bettor count, liquidity and creator. Read one market in full, with its description and close time. See the top holders of a market — who is forecasting which way and how much mana they have invested. Read a forecaster's profile: their mana balance, all-time profit and how many markets they have created. Live, no key, nothing stored. Distinct from real-money prediction-market and sports-odds APIs — this is Manifold's community markets, their crowd probabilities and their forecasters. Perfect for forecasting, trading-signal, research and community apps.

api.oanor.com/manifold-api

Danbooru API

Live post, tag and ranking data from Danbooru, the large community anime-art imageboard, via its public API. Danbooru is built around a deep tag taxonomy — every image is tagged by artist, character, copyright (the source series) and general descriptors. Search images by tag and get each post's score, favourite count, rating, dimensions and its split tag sets. Read a single post in full. Search the tag database itself, returning each tag's post count and category — the metadata that powers booru search. Get the most-favourited posts of a given day, the site's trending art. Live, no key, nothing stored; to keep results work-safe, only general- and sensitive-rated posts are returned. Distinct from 4chan and other imageboard APIs — this is Danbooru's tagged-art database and its rankings. Perfect for art-discovery, tagging and community apps.

api.oanor.com/danbooru-api

Frequently asked questions

Quick answers about pricing, quotas, and integration.

How do I get an API key for Scratch Community API?
Sign up for free at oanor.com, generate an API key from the developer dashboard, and call Scratch Community API with the x-oanor-key header. No credit card needed for the free tier.
What's the rate limit for Scratch Community API?
Free tier allows 1 request per second. Paid plans scale up to 50 requests per second on the Mega tier. Hard limits return HTTP 429 above the quota — no surprise overage charges.
How much does Scratch Community API cost?
Scratch Community API has a free tier with 100 calls / month. Paid plans start at €7.00 / month with higher quotas and faster rate limits.
Can I cancel my subscription anytime?
Yes. Plans are billed monthly and you can cancel anytime from your billing dashboard. No long-term contracts and no cancellation fee.
Is Scratch Community API GDPR-compliant?
All requests to Scratch Community API go through our EU-based gateway. Your upstream API key never leaves our server and no personal data is shared with the upstream provider beyond the request you send.

Pick an endpoint from the list on the left to see its details and try it.

Code snippets

Sign up to get an API key, then call any path under your slug.

curl https://api.oanor.com/scratch-api/SOME_PATH \
  -H "x-oanor-key: oanor_test_..."
const res = await fetch("https://api.oanor.com/scratch-api/SOME_PATH", {
  headers: { "x-oanor-key": "oanor_test_..." }
});
const data = await res.json();
$ch = curl_init("https://api.oanor.com/scratch-api/SOME_PATH");
curl_setopt($ch, CURLOPT_RETURNTRANSFER, true);
curl_setopt($ch, CURLOPT_HTTPHEADER, ["x-oanor-key: oanor_test_..."]);
$response = curl_exec($ch);
import requests
r = requests.get(
    "https://api.oanor.com/scratch-api/SOME_PATH",
    headers={"x-oanor-key": "oanor_test_..."},
)
print(r.json())

Ratings

Sign in to rate.

No reviews yet.

Discussion

Ask questions, share usage tips, get answers from the provider and other developers. Public — anyone can read.

Sign in to start a thread or reply.

Sign in

New thread

/ 4000

📌 Pinned 🔒 Locked

·

· ·

/ 4000

🔒 This thread is locked — no new replies.

  • No threads yet — start the discussion.

Support

Private 1:1 support with the provider — billing questions, integration issues, account problems. Only you and the provider team can see these threads.

Sign in to open a support ticket.

Sign in

Open new ticket

Describe what you need help with. The provider team gets an email and replies on the ticket page.

  • No tickets yet for this API.

Subscription active — calls can start immediately.

Send your first request —

Subscription active — copy a snippet and fire off your first call.