Punk API · Example Payload

Punkapi Error Example

Food And DrinkBeerBrewDogDIY DogRecipesOpen SourcePublic APIsRESTDeprecated

Punkapi Error Example is an example object payload from Punk API, with 3 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

statusCodeerrormessage

Example Payload

Raw ↑
{
  "statusCode": 404,
  "error": "Not Found",
  "message": "No beer found that matches the ID 9999"
}