ImportJSON icon indicating copy to clipboard operation
ImportJSON copied to clipboard

Import JSON into Google Sheets, this library adds various ImportJSON functions to your spreadsheet

Results 108 ImportJSON issues
Sort by recently updated
recently updated
newest added

Adds token authentication (useful to use GitHub API, for instance). Solves https://github.com/bradjasper/ImportJSON/issues/163

Please provide a method to consume an API that requires a token authentication (most commonly a HTTP header with 'Authentication: token '). This is useful, for instance, to use with...

Add an additional ImportJSONBearerAuth to support simple Bearer tokens

Hi @bradjasper , I need to add http headers : referer in order to access data from some API. ` var options = { 'headers' : { 'referer' : 'origin'...

Is there a way to get the data returned to the spreadsheet in reverse order using a parameter? I can't determine if that is possible with the current code, but...

Hello all! I imported all my data from an ecommerce API that gives me the orders. Some of the arrays have multiple objects in them. So the ImportJSON function makes...

I'm currently trying to work with a pretty unpredictable API that, depending on the things I request, returns different paths. For instance, one call for a product will return size,...