AnimalPedia

FREEMIUM
By promptfu | Updated a month ago | Data
Health Check

N/A

README

Welcome to the Animalpedia API! This API provides information about various animals, including their classification, habitat, diet, and more.

Base URL

https://animalpedia.p.rapidapi.com/animalpedia

Authentication

No authentication is required to access the endpoints.

Endpoints

  1. Get Animals Starting with a Letter

** URL: **/starts-with/{letter}

** Method:** GET

** Description:** Retrieves a list of animals starting with the specified letter.

**Parameters:**

    {letter} (required): The starting letter of the animal's name.

/starts-with/L

  1. Get Foremost Animals

    URL: /

    ** Method: **GET

    ** Description:** Retrieves a list of the foremost animals worldwide in alphabetical order.

    Parameters:

     entries (optional): Number of entries to retrieve (default: 100).
    

/

  1. Get Animals by Continent

    ** URL:** /continent/{continent}

    ** Method:** GET

    Description: Retrieves a list of animals found in the specified continent.

    Parameters:

     - entries (optional): Number of entries to retrieve (default: 100). 
    
     - {continent} (required): Name of the continent.
    

/continent/Africa

  1. Get Animals by Country

    **URL: **/country/{country}

    Method: GET

    Description: Retrieves a list of animals found in the specified country.

    Parameters:

     - {country} (required): Name of the country.
    
     - entries (optional): Number of entries to retrieve (default: 100).
    

/country/USA

  1. Get Animal Information

    URL: /information/{name}

    Method: GET

    Description: Retrieves comprehensive information about the specified animal.

    Parameters:

     {name} (required): Name of the animal.
    

/information/Lion

Responses

The API returns responses in JSON format.

Followers: 0
API Creator:
Rapid account: Promptfu
promptfu
promptfu
Log In to Rate API
Rating: 5 - Votes: 1