Skip to content

mikebtan/flask-api-practice

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

flask-api-practice

Zoo-Animals-API

Who doesn't love to see the animals at the zoo! There are alwasy way too many animals to count. This api allows you to GET all your favoite animals from the zoo and read about their lifespan, diet, habitits.

Example Reponse:

{
    "name": "Siamang",
    "animal_type": "Mammal",
    "lifespan": "23",
    "habitat": "Tropical rainforest",
    "diet": "Primarily fruit and leaves, some invertebrates",
    "id": 162
}

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages