• GET: retrieve information (like search results). This is the most common type of request. Using it, we can get the data we are interested in from those that the API is ready to share.
  • POST: adds new data to the server. Using this type of request, you can, for example, add a new item to your inventory.
  • PUT: changes existing information. For example, using this type of request, it would be possible to change the color or value of an existing product.
  • DELETE: deletes existing information
  • regex (regular expression): used to match and extract strings of text such as particular characters, words, or patterns of characters