Concept Flow - Graceful degradation
Client sends API request
Server processes request
Check: Is full feature available?
No→Use fallback response
Send degraded response
Send full response
Client receives response
The server tries to provide full features; if not possible, it sends a simpler fallback response so the client still works.