You can control how much and what kinds of data are returned in a response by specifying the ResponseGroup parameter.
http://ats.amazonaws.com?
&AWSAccessKeyId=[your Access Key ID here]
&Action=TopSites
&CountryCode=CN
&ResponseGroup=Country
&Timestamp=[timestamp used in Signature]
&Signature=[Signature calculated from request]
Note:
Values for the ResponseGroup parameter should be separated by a comma, without any spaces between them. You may specify as many response groups as you want.
The Country response group returns a list of topsites for a given country. Please see TopSites Response Groups for a complete list of available response groups and what data each of them contains.
The following example uses the ListCountries response group to retrieve the list of countries, for which the topsites data is available.
http://ats.amazonaws.com?
&AWSAccessKeyId=[your Access Key ID here]
&Action=TopSites
&ResponseGroup=ListCountries
&Timestamp=[timestamp used in Signature]
&Signature=[Signature calculated from request]