This is a consumption-only API only the HTTP GET method is available on resources.
No authentication is required to access this API, and all resources are fully open and available. Since the move to static hosting in January 2022, rate limiting has been removed entirely, but we still encourage you to limit the frequency of requests to limit our hosting costs.
PvZ API is free and open to use. It is also very popular. Because of this, we ask every developer to abide by our fair use policy. People not complying with the fair use policy will have their IP address permanently banned.
PvZ API is primarily an educational tool, and we will not tolerate denial of service attacks divventing people from learning.
Inorder to get the plants-names with the help of PVZ API use the below http-address
https://pvz-2-api.vercel.app/api/plants
Inorder to get the specific plant-information with the help of PVZ API use the below http-address
https://pvz-2-api.vercel.app/api/plants/[plant_name]
Inorder to get the areas-names with the help of PVZ API use the below http-address
https://pvz-2-api.vercel.app/api/areas
Inorder to get the specific area-information with the help of PVZ API use the below http-address
https://pvz-2-api.vercel.app/api/areas/[area_name]
Inorder to get the zombies-names with the help of PVZ API use the below http-address
https://pvz-2-api.vercel.app/api/zombies
Inorder to get the specific zombie-information with the help of PVZ API use the below http-address
https://pvz-2-api.vercel.app/api/zombies/[zombie_name]