Animal Facts API

Animal Facts API

1.0.0OAS 3.1

API for retrieving facts and breeds about cats and dogs.

API Base URL
  • Server 1:https://api.example.com

    Production server

Cats

Operations related to cats

List cat breeds

Returns a list of cat breeds with pagination.

get
https://api.example.com/cats/breeds

Query Parameters

limitinteger(int32)

Maximum number of items to return

Default:20

>= 1<= 100

offsetinteger(int32)

Number of items to skip for pagination

Default:0

>= 0

Response

200 application/json

Successful operation

dataarray[object]
Show Child Parameters
metaobject
Show Child Parameters
get/cats/breeds
 
200 application/json