Status Codes and JSON Bodies

An API response carries a status code reporting the result, along with a JSON body holding the actual data. A 200-range code means success, a 400-range code means the request itself was wrong, and a 500-range code means the server had a problem.

What does status code 404 mean?