How fast is it?
What things typically impact the spend of an API endpoint?
- Network latency
- Database connectivity & query optimization
- How much data is coming back over the wire
- Etc...
Typically, you wouldn't expect a request to the same endpoint for 3 items vs 30 items to have a significant difference in response time.