Dorkroom Developer API
Base URL: https://api.dorkroom.art
Authentication: send your key as X-API-Key: dk_... on every request.
GET only
Endpoints
| Endpoint | Description | Query Params |
|---|---|---|
/films |
Film database search and filtering. | query, fuzzy, limit, colorType, brand |
/developers |
Developer database search and filtering. | query, fuzzy, limit, type, manufacturer |
/combinations |
Film + developer combinations and recipes. | film, developer, count, page, id, query, fuzzy, limit |
/filmdev?id=12345 |
Proxy to filmdev.org recipe detail endpoint. | id (required, positive integer) |
Rate Limits
Public API keys use per-key limits configured in Unkey (example tiers: 60/min free, 300/min standard, unlimited partner).
Anonymous requests on dorkroom.art/api are limited to 30 requests/minute per IP.
Response headers: X-RateLimit-Limit, X-RateLimit-Remaining,
X-RateLimit-Reset, and Retry-After on 429.
Get an API Key
Contact aaron+dorkroom@affords.art with your use case to request access.