Power Query - API Call from Web

Sharism

New Member
Joined
Apr 21, 2022
Messages
2
Office Version
  1. 365
Platform
  1. Windows
Hi,

I am trying to get the minimum prices from winesearcher with an API call in power query.

Here is the code:

Power Query:
Xml.Tables(Web.Contents(

"https://api.wine-searcher.com/x?api_key=????????

&winename=[Weingut] [Weinname]

&vintage=[Jahrgang]

&location=Europe

&currencycode=EUR

&bottle_size=b

"))

However, I get the follow error when I expand the columns:

api error.png


The vintage is in the second column and it should work with that.
When I change the url into a specific value, e.g. winename=Petrus and vintage=2001 it works.

Any help is appreciated.
 

Excel Facts

Save Often
If you start asking yourself if now is a good time to save your Excel workbook, the answer is Yes

Forum statistics

Threads
1,226,520
Messages
6,191,531
Members
453,661
Latest member
edfclaya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top