api.rareas.com - OpenAPI 3.1
Developer API
Build on the RareAS rarity database. This strict route renders the Figma API portal as a typed frontend contract while live commercial API provisioning remains behind backend and Keycloak rollout.
Live status
All systems operational
REST: 142ms p50 - 312ms p95
AI: 890ms p50 - 2.1s p95
Webhooks: 99.98% 30-day
AI: 890ms p50 - 2.1s p95
Webhooks: 99.98% 30-day
Loading backend clients
Creator tier
500k req/day
Active keys
3
Webhooks
3 configured
Docs
OpenAPI 3.1
Rate limits by tier
Burst absorbed with a 60s token bucket. 429s include Retry-After.
| Tier | Requests / min | Requests / day | AI inference / day | Webhooks / min |
|---|---|---|---|---|
| Public (no auth) | 30 | 1,000 | 0 | 15 |
| Free authenticated | 120 | 20,000 | 30 | 60 |
| Pro | 300 | 100,000 | Unlimited* | 150 |
| Creator | 1200 | 500,000 | Unlimited* | 600 |
| Enterprise | Custom | Custom | Custom | Custom |
Try it live
Read-only sandbox UI. The response below is fixture parity for Chrome E2E.
GET
{
"data": [
{
"id": "earthbound-snes-cib",
"prices": {
"median_usd": 1450
},
"rarity": {
"confidence": 0.92,
"level": "L8",
"score": 6561
},
"title": "EarthBound (SNES, CIB)"
}
],
"meta": {
"latency_ms": 84,
"trace_id": "trc_7b2c8e1a"
},
"page": {
"cursor": "eyJvZmZzZXQiOjF9",
"has_more": true
}
}Quickstart - TypeScript
import { RareAS } from '@rareas/sdk';
const client = new RareAS({
apiKey: process.env.RAREAS_KEY,
});
const item = await client.items.get('earthbound-snes-cib');
console.log(item.rarity);Error model - application/problem+json
HTTP/1.1 403 Forbidden
{
"code": "invalid_scope",
"detail": "Token missing scope: write:collection",
"trace_id": "trc_7b2c8e1a"
}Example integrations
Commercial API patterns from the Figma source surface.
Insurance carriers
Collection snapshot plus insurance packet for underwriting.
Grading services
Population reports in, ownership signals out.
Dealers on RareOS
Catalog lookup and rarity pill for commerce workflows.
Discord bots
Mirror member adds and achievements into a community channel.
Auction platforms
Rarity signal on live listings.
Price aggregators
Public catalog and rarity with required attribution.