Overview
The Fungies API is built on REST principles:- Predictable URLs - Resource-oriented endpoints that are easy to understand
- JSON responses - All responses are returned in JSON format
- Standard HTTP - Uses conventional HTTP methods (GET, POST, PATCH, DELETE)
- Secure - All requests must be made over HTTPS
Base URL
All API requests should be made to:Request Format
The API accepts JSON-encoded request bodies for POST and PATCH requests. Make sure to set the appropriate content type header:Rate Limits
The API implements rate limiting to ensure fair usage. If you exceed the limit, you’ll receive a429 Too Many Requests response. Wait a moment before retrying.
Working with the API
The Fungies API processes one object per request. Bulk operations are not currently supported, so you’ll need to make separate API calls for each object you want to create or update.