There is no resource at this URL. The server will not say whether there ever was one.
Test both halves: an id that never existed, and one that was deleted. Also check that a filter matching nothing returns an empty 200 rather than a 404.
146 endpoints in this playground answer with 404. Every one is free, needs no signup, and can be called from the browser or with curl.
GET https://funapi.dev/api/friends/v1/characters — Page out of range (Friends API)GET https://funapi.dev/api/friends/v1/characters/{id} — Unknown id (Friends API)PUT https://funapi.dev/api/friends/v1/characters/{id} — Unknown id (Friends API)DELETE https://funapi.dev/api/friends/v1/characters/{id} — Unknown id (Friends API)GET https://funapi.dev/api/friends/v1/characters/{id}/quotes — Unknown character (Friends API)GET https://funapi.dev/api/friends/v1/friends/v2/characters — Page out of range (Friends API)GET https://funapi.dev/api/superheroes/v1/heroes — Page out of range (Superhero API)GET https://funapi.dev/api/superheroes/v1/heroes/{id} — Unknown id (Superhero API)GET https://funapi.dev/api/superheroes/v1/heroes/{id}/nemesis — Unknown hero or no nemesis (Superhero API)DELETE https://funapi.dev/api/superheroes/v1/heroes/{id} — Unknown id (Superhero API)GET https://funapi.dev/api/pizza/v1/orders/{id} — Unknown order (Pizza Orders API)PUT https://funapi.dev/api/pizza/v1/orders/{id}/status — Unknown order (Pizza Orders API)PATCH https://funapi.dev/api/pizza/v1/orders/{id} — Unknown order (Pizza Orders API)DELETE https://funapi.dev/api/pizza/v1/orders/{id} — Unknown order (Pizza Orders API)GET https://funapi.dev/api/coffee/v1/drinks/{id} — Unknown id (Coffee Shop API)PUT https://funapi.dev/api/coffee/v1/orders/{id}/ready — Unknown order (Coffee Shop API)GET https://funapi.dev/api/football/v1/teams — Page out of range (Football API)GET https://funapi.dev/api/football/v1/teams/{id} — Unknown id (Football API)GET https://funapi.dev/api/football/v1/teams/{id}/players — Unknown team (Football API)GET https://funapi.dev/api/football/v1/teams/{id}/matches — Unknown team (Football API)DELETE https://funapi.dev/api/football/v1/teams/{id} — Unknown id (Football API)GET https://funapi.dev/api/movies/v1/movies — Page out of range (Movies API)GET https://funapi.dev/api/movies/v1/movies/{id} — Unknown id (Movies API)PUT https://funapi.dev/api/movies/v1/movies/{id}/rating — Unknown id (Movies API)DELETE https://funapi.dev/api/movies/v1/movies/{id} — Unknown id (Movies API)…and 121 more endpoints across the catalog.
All HTTP status codes · All 37 mock REST APIs · Getting started guide