Hi all, I need the export format is in XML with following information, for example:
<?xml version="1.0" encoding="utf-8"?>
<ArrayOfSets xmlns:xsi="
http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="
http://www.w3.org/2001/XMLSchema" xmlns="
https://brickset.com/api/">
<sets>
<setID>6510</setID>
<number>10185</number>
<numberVariant>1</numberVariant>
<name>Green Grocer</name>
<year>2008</year>
<theme>Creator Expert</theme>
<themeGroup>Model making</themeGroup>
<subtheme>Modular Buildings</subtheme>
<pieces>2352</pieces>
<minifigs>4</minifigs>
<image>true</image>
<imageFilename>10185-1</imageFilename>
<thumbnailURL>
https://images.brickset.com/sets/small/10185-1.jpg</thumbnailURL>
<largeThumbnailURL>
https://images.brickset.com/sets/small/10185-1.jpg</largeThumbnailURL>
<imageURL>
https://images.brickset.com/sets/images/10185-1.jpg</imageURL>
<bricksetURL>
https://brickset.com/sets/10185-1</bricksetURL>
<released>true</released>
<owned>false</owned>
<wanted>false</wanted>
<qtyOwned>0</qtyOwned>
<ACMDataCount>0</ACMDataCount>
<ownedByTotal>7334</ownedByTotal>
<wantedByTotal>10384</wantedByTotal>
<UKRetailPrice>99.99</UKRetailPrice>
<USRetailPrice>149.99</USRetailPrice>
<CARetailPrice>219.99</CARetailPrice>
<EURetailPrice />
<USDateAddedToSAH>2008-03-05</USDateAddedToSAH>
<USDateRemovedFromSAH>2010-11-08</USDateRemovedFromSAH>
<rating>4.92857142857143</rating>
<reviewCount>28</reviewCount>
<packagingType>Box</packagingType>
<availability>Retail - limited</availability>
<instructionsCount>3</instructionsCount>
<additionalImageCount>21</additionalImageCount>
<ageMin />
<ageMax />
<height />
<width />
<depth />
<weight />
<category>Normal</category>
<userRating>0</userRating>
<EAN>5702014518599</EAN>
<UPC>673419130554</UPC>
<lastUpdated>2017-12-06T02:09:57.68</lastUpdated>
</sets>
</ArrayOfSets>
+ additional images
filter is for example year 2020
can somebody tell me how can I create a URL that I can get such a format?
sorry I am not a developer
therefore
Thank you for help
regards
Michal