Animal Facts API (1.0.0)

Download OpenAPI specification:Download

An API for fetching random and specific animal facts.

Check API status

Responses

Response samples

Content type
application/json
{
  • "message": "Operation completed/failed successfully."
}

Get a random duck fact

Responses

Response samples

Content type
application/json
{
  • "id": 1,
  • "type": "duck",
  • "text": "Ducks have waterproof feathers.",
  • "length": 29
}

Get a specific duck fact by ID

path Parameters
id
required
integer

The ID of the duck fact to retrieve

Responses

Response samples

Content type
application/json
{
  • "id": 1,
  • "type": "duck",
  • "text": "Ducks have waterproof feathers.",
  • "length": 29
}