A get request that retrieves all Ultraman series from the Showa era to the Reiwa era. It consist of the name, the era that the Ultraman was produced, image, and more information about the Ultraman such as the name of the human host and a brief summary of the series
/api/Ultraman/{ Ultraman Name }
A get request that retrieves a specific Ultraman. This is a dynamic URL in which users can type in the name of the Ultraman at the end of the URL to pull that specific info. For example, Ultraman Neos is put at the end of the URL to retrieve all the data of Ultraman Neos
/api/getEra/{ name of Era }
A get request that retrieves all Ultraman produced in that era. Users can type in Showa, Heisei, Neo-Heisei, or Reiwa to get every Ultraman information produced in that era. For example, Ultraman Tiga is one of the datas pulled because Ultraman Tiga belongs to the Heisei era.
About
Ultraman API is a free API that allows users to retrieve all Ultraman shows from the original Ultraman in 1971 to Ultraman Blazar in 2023. The API allows users to retrieve the information on that specific series, image, and the era. The API is built with Next.js, MongoDB, and Prisma.