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.
Provides data on over 340 dog breeds, including breed groups and fun facts. Useful for integrating with websites or applications.
Uses JSON API schema as its response format. This version is widely supported and will have new features added in the future.
Uses a custom JSON response format. This version is now deprecated.
Displays a graph showing the number of visits per day, reaching a total of 187,791 visits.
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.
Provides a list of all dog breeds available in the database. This requires no parameters and returns a JSON object with breed data.
Fetches details of a specific breed using its ID. Requires an ID parameter in the request and returns breed information.
Returns a list of random dog facts. This does not require any parameters and gives a JSON response with facts.
Provides a list of all dog groups in the database. Does not require parameters and returns a JSON object with group information.
Fetches details about a specific dog group using its ID. Requires an ID parameter and returns information on the specified group.
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.