Reference

List of Available Countries

Countries currently available for the country parameter, with the default language, time zone, and geolocation each one applies. The list tracks verified proxy capacity, so it changes as capacity does.

49 countries available right now
Country Code Country Name Default Language Default Time Zone Default Geolocation (Lat, Long) City
AL Albania sq Europe/Tirane 41.3275,19.8187 Tirana
AR Argentina es America/Argentina/Buenos_Aires -34.6037,-58.3816 Buenos Aires
AU Australia en Australia/Sydney -33.8688,151.2093 Sydney
AT Austria de Europe/Vienna 48.2082,16.3738 Vienna
BE Belgium nl Europe/Brussels 50.8503,4.3517 Brussels
BR Brazil pt America/Sao_Paulo -23.5505,-46.6333 São Paulo
CA Canada en America/Toronto 43.6532,-79.3832 Toronto
CL Chile es America/Santiago -33.4489,-70.6693 Santiago
CN China zh Asia/Shanghai 31.2304,121.4737 Shanghai
CR Costa Rica es America/Costa_Rica 9.9281,-84.0907 San José
HR Croatia hr Europe/Zagreb 45.8150,15.9819 Zagreb
CY Cyprus el Asia/Nicosia 35.1856,33.3823 Nicosia
CZ Czechia cs Europe/Prague 50.0755,14.4378 Prague
DK Denmark da Europe/Copenhagen 55.6761,12.5683 Copenhagen
EG Egypt ar Africa/Cairo 30.0444,31.2357 Cairo
EE Estonia et Europe/Tallinn 59.4370,24.7536 Tallinn
FI Finland fi Europe/Helsinki 60.1699,24.9384 Helsinki
FR France fr Europe/Paris 48.8566,2.3522 Paris
DE Germany de Europe/Berlin 52.5200,13.4050 Berlin
GR Greece el Europe/Athens 37.9838,23.7275 Athens
HK Hong Kong zh-HK Asia/Hong_Kong 22.3193,114.1694 Hong Kong
IN India en Asia/Kolkata 28.6139,77.2090 New Delhi
IE Ireland en Europe/Dublin 53.3498,-6.2603 Dublin
IL Israel he Asia/Jerusalem 31.7683,35.2137 Jerusalem
IT Italy it Europe/Rome 41.9028,12.4964 Rome
JP Japan ja Asia/Tokyo 35.6895,139.6917 Tokyo
LV Latvia lv Europe/Riga 56.9496,24.1052 Riga
LT Lithuania lt Europe/Vilnius 54.6872,25.2797 Vilnius
MT Malta en Europe/Malta 35.8989,14.5146 Valletta
MX Mexico es America/Mexico_City 19.4326,-99.1332 Mexico City
NL Netherlands nl Europe/Amsterdam 52.3676,4.9041 Amsterdam
NO Norway no Europe/Oslo 59.9139,10.7522 Oslo
PL Poland pl Europe/Warsaw 52.2297,21.0122 Warsaw
PT Portugal pt Europe/Lisbon 38.7223,-9.1393 Lisbon
RO Romania ro Europe/Bucharest 44.4268,26.1025 Bucharest
RU Russia ru Europe/Moscow 55.7558,37.6173 Moscow
RS Serbia sr Europe/Belgrade 44.7866,20.4489 Belgrade
SG Singapore en Asia/Singapore 1.3521,103.8198 Singapore
SK Slovakia sk Europe/Bratislava 48.1486,17.1077 Bratislava
ZA South Africa en Africa/Johannesburg -26.2041,28.0473 Johannesburg
KR South Korea ko Asia/Seoul 37.5665,126.9780 Seoul
ES Spain es Europe/Madrid 40.4168,-3.7038 Madrid
SE Sweden sv Europe/Stockholm 59.3293,18.0686 Stockholm
CH Switzerland de Europe/Zurich 47.3769,8.5417 Zurich
TH Thailand th Asia/Bangkok 13.7563,100.5018 Bangkok
TR Turkey tr Europe/Istanbul 41.0082,28.9784 Istanbul
UA Ukraine uk Europe/Kyiv 50.4501,30.5234 Kyiv
GB United Kingdom en Europe/London 51.5074,-0.1278 London
US United States en America/New_York 40.7128,-74.0060 New York City

API · country parameter

Usage Examples

Pass the ISO 3166-1 alpha-2 code from the first column — FR, not France and not Fr. The lookup is exact, and a value it does not recognise falls back to the United States defaults rather than reporting an error.

When you use the country parameter, the system automatically sets the default language, time zone, and geolocation for that country:

https://api.site-shot.com/?url=https://example.com&userkey=YOUR_API_KEY&country=FR

This will use French language, Europe/Paris time zone, and Paris geolocation (48.8566,2.3522).

You can override any of these defaults by explicitly specifying the parameters:

https://api.site-shot.com/?url=https://example.com&userkey=YOUR_API_KEY&country=FR&language=en

This will use French proxy IP, but English language instead of French.

When a country is not available

This list follows live, verified proxy capacity, so a country that worked last month can be absent today. By default that is silent: the capture falls back to a United States proxy and returns a normal screenshot. The request succeeds — from the wrong country.

Add strict_country=1 when the country matters more than getting an image back. The request then fails fast with "error": "country_unavailable" instead of quietly capturing from somewhere else:

https://api.site-shot.com/?url=https://example.com&userkey=YOUR_API_KEY&country=DE&strict_country=1

It applies only when country is set, and only when you set it explicitly — it is never inferred.

Who can use these countries

Choosing a country needs an active subscription, which starts at $5/mo, and works the same way through the API and in the browser tool once you are signed in. The free browser tool captures directly, without a proxy, and offers the United States as its one country choice.

See plans and pricing · List of time zones