Help with api to excel?

D

dec3

Hi everyone

I’m hoping one of you guys can assist. I’m not a programmer but kind o
know what I want to do. In short I want to run an api into erepublik.co
and save the data in an excel spreadsheet.

The api is this one.....

api.erepublik.com/v1/feed/exchange/RUB/RON/feed

and the 10 returned records in xml looks like this...

<?xml version="1.0" encoding="UTF-8"?>
<records type="array">
<record>
<offer>
<name>A Citizen</value>
<value type="decimal">2.0</value>
<for type="decimal">65.0</for>
</offer>
<seller>
<is-a-company type="boolean">false</is-a-company>
<url>http://www.erepublik.com/en/citizen/profile/499671</url>
<is-a-citizen type="integer">499671</is-a-citizen>
<is-an-organization type="boolean">false</is-an-organization>
</seller>
</record>
</records>

(See P17 http://api.erepublik.com/eapi-docs.pdf )

Has anyone any good ideas?
Thanks
DEC
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top