app like that
Dog API
Dog API

Dog API provides information on over 340 dog breeds, 20 breed groups, and fun facts. Data is accurate and frequently updated. You can integrate it into your website or app using the API. It's free to use.

Features

Dog breed information

Provides data on over 340 dog breeds, including breed groups and fun facts. Useful for integrating with websites or applications.

API V2

Uses JSON API schema as its response format. This version is widely supported and will have new features added in the future.

API V1 (deprecated)

Uses a custom JSON response format. This version is now deprecated.

Visits per Day

Displays a graph showing the number of visits per day, reaching a total of 187,791 visits.

API Calls Statistics

Provides a graph that shows the number of API calls made over time, with a total of 10,175,082 calls. It breaks down the data by V2 Breeds, V2 Groups, V2 Facts, and V1 Facts.

List Breeds

Provides a list of all dog breeds available in the database. This requires no parameters and returns a JSON object with breed data.

Retrieve Breed by ID

Fetches details of a specific breed using its ID. Requires an ID parameter in the request and returns breed information.

List Facts

Returns a list of random dog facts. This does not require any parameters and gives a JSON response with facts.

List Groups

Provides a list of all dog groups in the database. Does not require parameters and returns a JSON object with group information.

Retrieve Group by ID

Fetches details about a specific dog group using its ID. Requires an ID parameter and returns information on the specified group.

/facts endpoint

Allows users to retrieve a list of dog facts. Supports query parameters like 'number' for the amount of facts and 'raw' which is a boolean to specify the format.