Apipheny is a Google Sheets add-on that makes it easy to make API requests directly from your spreadsheet.
The Apipheny add-on allows users to make requests using GET, POST, PUT, PATCH, and DELETE request methods.
In this tutorial, we’ll show you how to make PUT, PATCH, and DELETE requests in your Google Sheets using Apipheny.
Apipheny is an API connector for Google Sheets. You can use Apipheny to connect your Google Sheets to unlimited API data sources, make unlimited API requests, and more. There is a 30 day free trial included.
1.) Install Apipheny by opening the following link on desktop and then clicking the Install button in the Google Marketplace: https://apipheny.io/install
2.) After you’ve installed Apipheny, open a Google Sheet and then click on the Extensions dropdown in the menu at the top.
In the dropdown list you should see Apipheny. Click Apipheny then click Import API to open the Apipheny sidebar in your Google Sheet.
Tip: you can open a new Google Sheet by entering this URL in your browser: sheet.new
At the top of the Apipheny add-on, you will see an option called Method with a dropdown menu of methods to choose from.
Just click on the dropdown menu and choose your method you wish to use:
You can choose between GET, POST, PUT, PATCH, and DELETE.
Once you’ve chosen your method, you can proceed to enter your API URL, parameters, and headers (if applicable).
If you choose the POST, PUT, or PATCH request method, you will see two new fields appear called Body and Content Type:
The default Content Type is application/json, but there are several options to choose from. Just click the dropdown to see all the options:
If you have a body you need to send in your API request, make sure to enter it in the Body field.
Here is an example of a POST body with application/json content type:
{ "parameter1": value1, "parameter2": value2, "parameter3": value3, "parameter4": value4 }
Here is an example of a POST body with the application/x-www-form-urlencoded content type (no brackets):
"parameter"="value","paramater2"="value2", "parameter3"="value3"
Once you’ve entered all the required components of your API request into Apipheny, the last step is to click the Run button at the bottom of the add-on and your request will start processing.
That’s it! Making API requests in your Google Sheets is easy with Apipheny. And best of all, there’s no coding required.
Try out the GET, POST, PUT, PATCH, and DELETE request methods today!
Make a GET request
Make a POST request
PUT, PATCH, & DELETE Requests
Save requests for later
Schedule requests for automatic updates
Reference cell values in requests
=APIPHENY custom function
Stack multiple URLs in a single request
Run all saved requests at once
Modify your request settings
Import & export saved API settings
Ahrefs API
Airtable API
Alpha Vantage API
Asana API
Binance API
Clickup API
Coingecko API
Coinmarketcap API
Coinbase API
Constant Contact API
Discord API
Drift API
Etsy API
Eventbrite API
Facebook Graph API
Facebook Ads API
Figma API
Github API
Google SERP API
Hubspot API
Hunter API
What is an API?
What is an API URL?
What are parameters?
What is an endpoint?
What is an API key/token?
What is basic authentication?
What are headers?
What is a GET request?
What is a POST request?