# Search for Pets
source: https://developer.mastercard.com/mastercard-agent-pay/documentation/use-cases/retrieve-new-database-information/index.md

Retrieve information about a Dog, Cat, Adoption or Employee.

## Retrieve information about a Dog or Cat {#retrieve-information-about-a-dog-or-cat}

This endpoint allows you to fetch a Dog's information from the {Pet Store} using `GET /dogs/{pet_id}` or fetch a Cat's information from the Pet Store using `GET /cats/{pet_id}`.

### Example Sequence {#example-sequence}

Diagram retrieve-dog-information

### Retrieve a Dog {#retrieve-a-dog}

See the API structure:


API Reference: `GET /dogs/{pet_id}`

<br />

### Retrieve a Cat {#retrieve-a-cat}

See the API structure:


API Reference: `GET /cats/{pet_id}`

<br />

