v3.lettingaproperty.com Open in urlscan Pro
2606:4700:3108::ac42:28d8  Public Scan

URL: https://v3.lettingaproperty.com/
Submission: On January 01 via api from US — Scanned from US

Form analysis 13 forms found in the DOM

POST /property/search

<form action="/property/search" method="post">
  <label for="searchBar" class="search-label">Search properties</label>
  <input type="search" id="searchBar" name="search" placeholder="Enter town, city or postcode" autocomplete="off">
  <button class="search-button" id="searchBtn" disabled="">
    <img src="/images/icons/streamline/search.svg" class="search-icon" width="12" height="12" alt="Magnifying glass icon">
  </button>
</form>

POST /property/search

<form action="/property/search" method="post" class="search-mob-form">
  <input type="search" name="search" class="search-mob" placeholder="Search properties">
  <button class="search-mob-btn">
    <img src="../../images/icons/streamline/search.svg" class="search-icon" width="12" height="12" alt="Magnifying glass icon">
  </button>
</form>

/role/register

<form action="/role/register">
  <button id="home-btn--create-advert" class="btn-primary-public full-width-mobile" method="get">Advertise your property</button>
</form>

/login

<form action="/login">
  <button id="home-btn--list-property" type="submit" class="btn-primary-public full-width-mobile">List a property</button>
</form>

/about-us

<form action="/about-us">
  <button id="home-btn--get-quote" class="btn-primary-public full-width-mobile">Find out more</button>
</form>

/login

<form action="/login">
  <button id="home-btn--sign-up" type="submit" class="btn-primary-public full-width-mobile">Sign up free</button>
</form>

/reviews

<form action="/reviews">
  <button class="btn-primary-public full-width-mobile" method="get">Read more reviews</button>
</form>

/lets-protect

<form action="/lets-protect">
  <button id="home-btn--lets-protect" class="btn-primary-public full-width-mobile" method="get">Explore LetsProtect</button>
</form>

/instant-valuation

<form action="/instant-valuation">
  <button id="open-valuation-modal" class="btn-primary-full-width">Get my instant valuation</button>
</form>

POST /public-site/valuation

<form id="valuationForm" action="/public-site/valuation" method="POST">
  <div id="prop-type" class="question active visuallyActive">
    <h4>Type of property?</h4>
    <div class="answers">
      <label class="four-ans" for="detached">
        <input type="radio" name="type" id="detached" value="detached_house">
        <div class="answer-pill"> Detached </div>
      </label>
      <label class="four-ans" for="semi-detached">
        <input type="radio" name="type" id="semi-detached" value="semi-detached_house">
        <div class="answer-pill"> Semi-detached </div>
      </label>
      <label class="four-ans" for="terraced">
        <input type="radio" name="type" id="terraced" value="terraced_house">
        <div class="answer-pill"> Terraced </div>
      </label>
      <label class="four-ans" for="flat">
        <input type="radio" name="type" id="flat" value="flat">
        <div class="answer-pill"> Flat </div>
      </label>
    </div>
  </div>
  <div id="bedrooms" class="question inactive visuallyInactive">
    <h4>How many bedrooms?</h4>
    <div class="answers">
      <label for="1-bed">
        <input type="radio" name="bed" id="1-bed" value="1">
        <div class="answer-pill"> 1 </div>
      </label>
      <label for="2-bed">
        <input type="radio" name="bed" id="2-bed" value="2">
        <div class="answer-pill"> 2 </div>
      </label>
      <label for="3-bed">
        <input type="radio" name="bed" id="3-bed" value="3">
        <div class="answer-pill"> 3 </div>
      </label>
      <label for="4-bed">
        <input type="radio" name="bed" id="4-bed" value="4">
        <div class="answer-pill"> 4 </div>
      </label>
      <label for="5-bed">
        <input type="radio" name="bed" id="5-bed" value="5">
        <div class="answer-pill"> 5+ </div>
      </label>
    </div>
  </div>
  <div id="bathrooms" class="question inactive visuallyInactive">
    <h4>How many bathrooms?</h4>
    <div class="answers">
      <label for="1-bath">
        <input type="radio" name="bath" id="1-bath" value="1">
        <div class="answer-pill"> 1 </div>
      </label>
      <label for="2-bath">
        <input type="radio" name="bath" id="2-bath" value="2">
        <div class="answer-pill"> 2 </div>
      </label>
      <label for="3-bath">
        <input type="radio" name="bath" id="3-bath" value="3">
        <div class="answer-pill"> 3 </div>
      </label>
      <label for="4-bath">
        <input type="radio" name="bath" id="4-bath" value="4">
        <div class="answer-pill"> 4 </div>
      </label>
      <label for="5-bath">
        <input type="radio" name="bath" id="5-bath" value="5">
        <div class="answer-pill"> 5 </div>
      </label>
    </div>
  </div>
  <div id="parking" class="question inactive visuallyInactive">
    <h4>How many parking spots?</h4>
    <div class="answers">
      <label class="four-ans" for="0-space">
        <input type="radio" name="space" id="0-space" value="0">
        <div class="answer-pill"> 0 </div>
      </label>
      <label class="four-ans" for="1-space">
        <input type="radio" name="space" id="1-space" value="1">
        <div class="answer-pill"> 1 </div>
      </label>
      <label class="four-ans" for="2-space">
        <input type="radio" name="space" id="2-space" value="2">
        <div class="answer-pill"> 2 </div>
      </label>
      <label class="four-ans" for="3-space">
        <input type="radio" name="space" id="3-space" value="3">
        <div class="answer-pill"> 3 </div>
      </label>
    </div>
  </div>
  <div id="outdoor" class="question inactive visuallyInactive">
    <h4>How much outdoor space?</h4>
    <div class="answers">
      <label class="four-ans" for="none">
        <input type="radio" name="outdoor" id="none" value="none">
        <div class="answer-pill"> None </div>
      </label>
      <label class="four-ans" for="balcony_terrace">
        <input type="radio" name="outdoor" id="balcony_terrace" value="balcony_terrace">
        <div class="answer-pill"> Balcony terrace </div>
      </label>
      <label class="four-ans" for="garden">
        <input type="radio" name="outdoor" id="garden" value="garden">
        <div class="answer-pill"> Garden </div>
      </label>
      <label class="four-ans" for="garden_very_large">
        <input type="radio" name="outdoor" id="garden_very_large" value="garden_very_large">
        <div class="answer-pill"> Large garden </div>
      </label>
    </div>
  </div>
  <div id="postcode" class="question inactive visuallyInactive">
    <h4>What is the postcode?</h4>
    <div class="answers">
      <div class="text-form">
        <div class="input-wrapper">
          <input type="text" id="active-postcode" name="postcode" placeholder="Enter your postcode" required="">
        </div>
        <button type="submit" id="postcode-btn" class="btn-primary-full-width">Get my valuation</button>
      </div>
    </div>
  </div>
</form>

/public-site/valuation-contact

<form id="valuation-contact" action="/public-site/valuation-contact" class="hidden">
  <h4>Enter your details</h4>
  <div style="display: none; height: 0px; width: 0px;">
    <input id="campaign" name="campaign" type="text" value="">
    <input id="clientId" name="clientId" type="text" value="">
    <input id="hidden-postcode" name="hidden-postcode" type="text" role="combobox" aria-describedby="pca-country-button-help-text pca-help-text" aria-autocomplete="list" aria-expanded="false" autocomplete="off">
  </div>
  <div class="personal-details">
    <div id="name-control" class="input-control">
      <i class="fa fa-times-circle error-icon" aria-hidden="true"></i>
      <input id="name" type="text" name="name" placeholder="Name" required="">
      <span id="name-error-msg" class="error-msg"></span>
    </div>
    <div id="email-control" class="input-control">
      <i class="fa fa-times-circle error-icon" aria-hidden="true"></i>
      <input id="email" type="text" name="email" placeholder="Email address" required="">
      <span id="email-error-msg" class="error-msg"></span>
    </div>
    <div id="phone-control" class="input-control">
      <i class="fa fa-times-circle error-icon" aria-hidden="true"></i>
      <input id="phone" type="text" name="phone" placeholder="Phone number" required="">
      <span id="phone-error-msg" class="error-msg"></span>
    </div>
    <button id="getResults" class="btn-primary-full-width">Get my results</button>
    <p>By submitting this form, you agree to our terms and <a id="ppc-help-centre" href="https://help.lettingaproperty.com/knowledge/privacy-policy" target="_blank" rel="noopener">privacy policy.</a></p>
  </div>
</form>

POST /public-site/valuation

<form id="valuationForm" action="/public-site/valuation" method="POST">
  <div id="prop-type" class="question active visuallyActive">
    <h4>Type of property?</h4>
    <div class="answers">
      <label class="four-ans" for="detached">
        <input type="radio" name="type" id="detached" value="detached_house">
        <div class="answer-pill"> Detached </div>
      </label>
      <label class="four-ans" for="semi-detached">
        <input type="radio" name="type" id="semi-detached" value="semi-detached_house">
        <div class="answer-pill"> Semi-detached </div>
      </label>
      <label class="four-ans" for="terraced">
        <input type="radio" name="type" id="terraced" value="terraced_house">
        <div class="answer-pill"> Terraced </div>
      </label>
      <label class="four-ans" for="flat">
        <input type="radio" name="type" id="flat" value="flat">
        <div class="answer-pill"> Flat </div>
      </label>
    </div>
  </div>
  <div id="bedrooms" class="question inactive visuallyInactive">
    <h4>How many bedrooms?</h4>
    <div class="answers">
      <label for="1-bed">
        <input type="radio" name="bed" id="1-bed" value="1">
        <div class="answer-pill"> 1 </div>
      </label>
      <label for="2-bed">
        <input type="radio" name="bed" id="2-bed" value="2">
        <div class="answer-pill"> 2 </div>
      </label>
      <label for="3-bed">
        <input type="radio" name="bed" id="3-bed" value="3">
        <div class="answer-pill"> 3 </div>
      </label>
      <label for="4-bed">
        <input type="radio" name="bed" id="4-bed" value="4">
        <div class="answer-pill"> 4 </div>
      </label>
      <label for="5-bed">
        <input type="radio" name="bed" id="5-bed" value="5">
        <div class="answer-pill"> 5+ </div>
      </label>
    </div>
  </div>
  <div id="bathrooms" class="question inactive visuallyInactive">
    <h4>How many bathrooms?</h4>
    <div class="answers">
      <label for="1-bath">
        <input type="radio" name="bath" id="1-bath" value="1">
        <div class="answer-pill"> 1 </div>
      </label>
      <label for="2-bath">
        <input type="radio" name="bath" id="2-bath" value="2">
        <div class="answer-pill"> 2 </div>
      </label>
      <label for="3-bath">
        <input type="radio" name="bath" id="3-bath" value="3">
        <div class="answer-pill"> 3 </div>
      </label>
      <label for="4-bath">
        <input type="radio" name="bath" id="4-bath" value="4">
        <div class="answer-pill"> 4 </div>
      </label>
      <label for="5-bath">
        <input type="radio" name="bath" id="5-bath" value="5">
        <div class="answer-pill"> 5 </div>
      </label>
    </div>
  </div>
  <div id="parking" class="question inactive visuallyInactive">
    <h4>How many parking spots?</h4>
    <div class="answers">
      <label class="four-ans" for="0-space">
        <input type="radio" name="space" id="0-space" value="0">
        <div class="answer-pill"> 0 </div>
      </label>
      <label class="four-ans" for="1-space">
        <input type="radio" name="space" id="1-space" value="1">
        <div class="answer-pill"> 1 </div>
      </label>
      <label class="four-ans" for="2-space">
        <input type="radio" name="space" id="2-space" value="2">
        <div class="answer-pill"> 2 </div>
      </label>
      <label class="four-ans" for="3-space">
        <input type="radio" name="space" id="3-space" value="3">
        <div class="answer-pill"> 3 </div>
      </label>
    </div>
  </div>
  <div id="outdoor" class="question inactive visuallyInactive">
    <h4>How much outdoor space?</h4>
    <div class="answers">
      <label class="four-ans" for="none">
        <input type="radio" name="outdoor" id="none" value="none">
        <div class="answer-pill"> None </div>
      </label>
      <label class="four-ans" for="balcony_terrace">
        <input type="radio" name="outdoor" id="balcony_terrace" value="balcony_terrace">
        <div class="answer-pill"> Balcony terrace </div>
      </label>
      <label class="four-ans" for="garden">
        <input type="radio" name="outdoor" id="garden" value="garden">
        <div class="answer-pill"> Garden </div>
      </label>
      <label class="four-ans" for="garden_very_large">
        <input type="radio" name="outdoor" id="garden_very_large" value="garden_very_large">
        <div class="answer-pill"> Large garden </div>
      </label>
    </div>
  </div>
  <div id="postcode" class="question inactive visuallyInactive">
    <h4>What is the postcode?</h4>
    <div class="answers">
      <div class="text-form">
        <div class="input-wrapper">
          <input type="text" id="active-postcode" name="postcode" placeholder="Enter your postcode" required="">
        </div>
        <button type="submit" id="postcode-btn" class="btn-primary-full-width">Get my valuation</button>
      </div>
    </div>
  </div>
</form>

/public-site/valuation-contact

<form id="valuation-contact" action="/public-site/valuation-contact" class="hidden">
  <h4>Enter your details</h4>
  <div style="display: none; height: 0px; width: 0px;">
    <input id="campaign" name="campaign" type="text" value="">
    <input id="clientId" name="clientId" type="text" value="">
    <input id="hidden-postcode" name="hidden-postcode" type="text">
  </div>
  <div class="personal-details">
    <div id="name-control" class="input-control">
      <i class="fa fa-times-circle error-icon" aria-hidden="true"></i>
      <input id="name" type="text" name="name" placeholder="Name" required="">
      <span id="name-error-msg" class="error-msg"></span>
    </div>
    <div id="email-control" class="input-control">
      <i class="fa fa-times-circle error-icon" aria-hidden="true"></i>
      <input id="email" type="text" name="email" placeholder="Email address" required="">
      <span id="email-error-msg" class="error-msg"></span>
    </div>
    <div id="phone-control" class="input-control">
      <i class="fa fa-times-circle error-icon" aria-hidden="true"></i>
      <input id="phone" type="text" name="phone" placeholder="Phone number" required="">
      <span id="phone-error-msg" class="error-msg"></span>
    </div>
    <button id="getResults" class="btn-primary-full-width">Get my results</button>
    <p>By submitting this form, you agree to our terms and <a id="ppc-help-centre" href="https://help.lettingaproperty.com/knowledge/privacy-policy" target="_blank" rel="noopener">privacy policy.</a></p>
  </div>
</form>

Text Content

Use WINTER100 for £100 off all plans
Search properties

Landlords

Book a call +44 (0) 208 145 5155

--------------------------------------------------------------------------------

Plans & pricing Portfolio landlord Features Products & services

--------------------------------------------------------------------------------

How it works Why use us? Switch to us

--------------------------------------------------------------------------------

Free rental valuation Savings calculator

Tenants

Search properties Free credit score

--------------------------------------------------------------------------------

How it works Why use us?

--------------------------------------------------------------------------------

Help centre Get in touch
Log in Sign up

Log in

--------------------------------------------------------------------------------

Features How it works Why use us? About us

--------------------------------------------------------------------------------

For landlords

Book a call Plans & pricing Portfolio landlord Switch to us Products & services
Free rental valuation Savings calculator

For tenants

Property search How it works Free credit score

--------------------------------------------------------------------------------

Landlord blog Help Centre Get in touch

--------------------------------------------------------------------------------




THINKING OF LETTING OUT YOUR PROPERTY?

Advertise on rightmove, zoopla & primelocation, choose your ideal tenant, and
always get your rent paid on time – with personal landlord support, whenever you
need it.

Free rental valuation Get started

> “It took just two weeks from the advert going live to the tenants moving in.
> TWO WEEKS! Unbelievable.”
> Graham Taylor, Landlord




PROPERTIES TO RENT

Check out the latest property to rent by private landlords.

New


Available from 18 Dec 2023

4 BEDROOM TERRACED

London

Unfurnished · 4 bed · 2 bath

£3200 / pcm

New


Available from 09 Dec 2023

1 BEDROOM FLAT

Flat 51 Bexhill-on-Sea

Unfurnished · 1 bed · 1 bath

£900 / pcm

New


Available from 03 Nov 2023

3 BEDROOM SEMI-DETACHED

Colchester

Unfurnished · 3 bed · 1 bath

£1500 / pcm

Advertise your property
Compare plans


FIND YOUR PERFECT TENANT

List your rental property on Rightmove, Zoopla and PrimeLocation, then track and
optimise your advert to attract the best tenants.

List a property
Compare plans

> “Received our first renter enquiry within 20 minutes of being published.”
> David S, Landlord




YOU'RE IN SAFE HANDS

We've offered a smarter alternative to high street agents since 2008, with
transparent fixed-fee pricing, financial protection, and expert lettings
support.

Find out more
Why use us?



FREE UP YOUR TIME

Our simple, intuitive landlord dashboard makes it easy to let your properties,
meet legal obligations, and stay on top of everything – saving you time, money,
and hassle.

Sign up free
See features

> “Thank you so much! It is reassuring knowing you are handling everything even
> during this crisis. You are truly superb!”
> Vonnie W, Landlord




LANDLORDS LOVE US!

We think you will too.

Moin Uddin Landlord

“Excellent service, always very prompt, personalised and measured response. Very
timely reminders for required add on services and done in nice way and you don't
feel pressured into buying anything you don't want.”

Luca Colella Landlord

“lettingaproperty.com are different from other letting agents, as pretty much
everything is done online/via phone calls. But I suppose that's the best part of
it - the flexibility, the affordability, and you know there's ALWAYS someone at
the other end to help you.”

Cameron Borrett Landlord

“James has been very professional, helpful, informative and personable
throughout the process so far. We were able to make the property go live in just
a matter of days!”

Oli Via Landlord

“The website and referencing process is quick and easy to use. Way more
efficient than I'd expected. The support team are also really helpful, and
responded to all my questions (and there were A LOT) within the hour. Really
positive experience and I would recommend to all my family and friends.”

Kathryn Keenan Landlord

“Natalie was excellent, keeping me reassured and updated throughout my
referencing process and I have now had the tenancy agreed! Thanks Natalie.”

Previous Next

Read more reviews
INCLUDED WITH ALL SUBSCRIPTIONS


LETSPROTECT™

Total financial and legal protection, included with every lettings plan – only
at lettingaproperty.com.

Explore LetsProtect
Compare plans


Always in good company



Our outstanding customer service is loved by landlords and tenants throughout
England, Scotland and Wales.

Learn more about us



COMMON QUESTIONS

Looking for something else?
Visit our Help Centre

Where do you let properties?

LettingaProperty.com lets properties for private landlords across England,
Scotland and Wales. We are licensed by Rent Smart Wales and listed on the
Scottish Letting Agent Register. We hold Client Money Protection with the UK
Association of Letting Agents (UKALA) and are members of The Property Ombudsman
(TPO).

Where do you advertise?

We offer advertising on Rightmove, Zoopla, PrimeLocation and
lettingaproperty.com. Advertising on lettingaproperty.com is free for all
landlords. Advertising on Rightmove, Zoopla and PrimeLocation is available for
£149 (inc VAT) through our Find a Tenant service.

How do I get started?

Simply create an account for free, then explore your personal landlord
dashboard, select a plan, and begin managing your property. Publish your advert
today and start receiving tenant enquiries. If you already have a tenant, invite
them to lettingaproperty.com and manage your tenancy and rent collection via
your dashboard.

All paid plans run on a 12-month subscription and are taken from your rent. No
need to set up Direct Debits or standing orders.

How is my rent collected and paid?

Rent collection is available on our Basic, Essential and Complete plans. Your
tenant can set up rent payments via our secure platform and you can view all
payment history from your dashboard. Tenants are given the choice of making a
manual payment by bank transfer to a dedicated account or use our secure
connection to Open Banking to make instant payments.

When the payment is made on a weekend or Bank Holiday, payment will be made the
next working day.

Can I switch from my current letting agent?

Yes, switching is easy. Many landlords think they must wait until their tenancy
ends to switch agents but this isn't true. Your notice terms depend on your
agency agreement. If you're considering switching but don't know where to begin,
get some free advice from our team.


HOW MUCH RENT CAN I EARN FROM MY PROPERTY?

Get an instant rental valuation and market assessment using data from Rightmove,
Zoopla and PrimeLocation.

Get my instant valuation
Restart Close


TYPE OF PROPERTY?

Detached
Semi-detached
Terraced
Flat

HOW MANY BEDROOMS?

1
2
3
4
5+

HOW MANY BATHROOMS?

1
2
3
4
5

HOW MANY PARKING SPOTS?

0
1
2
3

HOW MUCH OUTDOOR SPACE?

None
Balcony terrace
Garden
Large garden

WHAT IS THE POSTCODE?


Get my valuation

ENTER YOUR DETAILS



Get my results

By submitting this form, you agree to our terms and privacy policy.

Fetching your data...


M19 2UD

ESTIMATED RENTAL VALUE

-

per month

AVERAGE DAYS UNTIL LET THIS IS THE AVERAGE DAYS A PROPERTY IN YOUR AREA SPENDS
ON THE MARKET. LETTINGAPROPERTY'S AVERAGE IS JUST 5 DAYS.

0

AVERAGE RENTAL YIELD THIS RENTAL YIELD IS CALCULATED BASED ON YOUR "ESTIMATED
RENTAL VALUE" AS A PERCENTAGE OF YOUR "ESTIMATED PROPERTY PRICE"

0

RENTAL DEMAND RATING A LANDLORDS MARKET MEANS RENTAL DEMAND IS HIGH IN THE AREA,
AND A TENANTS MARKET MEANS DEMAND IS LOW



Recommended

YOUR HOME IS UNIQUE

There are some things computers just can't do. We recommend speaking to one of
our valuation advisors for a truly accurate picture of your home's rental value.

Book a call back


14+ years of lettings experience

THANK YOU!

A member of our team will get in touch shortly.

Ready to talk now? Call 020 3322 2052

Restart Close


TYPE OF PROPERTY?

Detached
Semi-detached
Terraced
Flat

HOW MANY BEDROOMS?

1
2
3
4
5+

HOW MANY BATHROOMS?

1
2
3
4
5

HOW MANY PARKING SPOTS?

0
1
2
3

HOW MUCH OUTDOOR SPACE?

None
Balcony terrace
Garden
Large garden

WHAT IS THE POSTCODE?


Get my valuation

ENTER YOUR DETAILS



Get my results

By submitting this form, you agree to our terms and privacy policy.

Fetching your data...


M19 2UD

ESTIMATED RENTAL VALUE

-

per month

AVERAGE DAYS UNTIL LET THIS IS THE AVERAGE DAYS A PROPERTY IN YOUR AREA SPENDS
ON THE MARKET. LETTINGAPROPERTY'S AVERAGE IS JUST 5 DAYS.

0

AVERAGE RENTAL YIELD THIS RENTAL YIELD IS CALCULATED BASED ON YOUR "ESTIMATED
RENTAL VALUE" AS A PERCENTAGE OF YOUR "ESTIMATED PROPERTY PRICE"

0

RENTAL DEMAND RATING A LANDLORDS MARKET MEANS RENTAL DEMAND IS HIGH IN THE AREA,
AND A TENANTS MARKET MEANS DEMAND IS LOW



Recommended

YOUR HOME IS UNIQUE

There are some things computers just can't do. We recommend speaking to one of
our valuation advisors for a truly accurate picture of your home's rental value.

Book a call back


14+ years of lettings experience

THANK YOU!

A member of our team will get in touch shortly.

Ready to talk now? Call 020 3322 2052


Close

Landlords

 * Compare plans
 * Switch agents
 * Find a tenant
 * Instant valuation
 * Savings calculator
 * Home emergency cover
 * Get Landlord insurance

--------------------------------------------------------------------------------

Tenants

 * Property search
 * Tenant fees
 * LHA/DSS tenants
 * Find a tradesperson
 * Moving home
 * Free credit check
 * How to rent

--------------------------------------------------------------------------------

--------------------------------------------------------------------------------

Useful links

 * Reviews
 * About us
 * Contact us
 * Landlord blog
 * Affiliates
 * Careers
 * Refer a friend

--------------------------------------------------------------------------------

Trusted by



Loved by landlords and tenants across England, Scotland and Wales since 2008.



--------------------------------------------------------------------------------




--------------------------------------------------------------------------------

All rights reserved

ICO CMP PRS Privacy Terms Sitemap
Back to the top




Afghanistan
Åland
Albania
Algeria
American Samoa
Andorra
Angola
Anguilla
Antarctica
Antigua and Barbuda
Argentina
Armenia
Aruba
Australia
Austria
Azerbaijan
Bahamas
Bahrain
Bangladesh
Barbados
Belarus
Belgium
Belize
Benin
Bermuda
Bhutan
Bolivia
Bonaire, Sint Eustatius and Saba
Bosnia and Herzegovina
Botswana
Bouvet Island
Brazil
British Indian Ocean Territory
British Virgin Islands
Brunei
Bulgaria
Burkina Faso
Burundi
Cambodia
Cameroon
Canada
Cape Verde
Cayman Islands
Central African Republic
Chad
Chile
China
Christmas Island
Cocos (Keeling) Islands
Colombia
Comoros
Congo
Congo (Democratic Republic)
Cook Islands
Costa Rica
Croatia
Cuba
Curaçao
Cyprus
Czechia
Denmark
Djibouti
Dominica
Dominican Republic
East Timor
Ecuador
Egypt
El Salvador
Equatorial Guinea
Eritrea
Estonia
Eswatini
Ethiopia
Falkland Islands
Faroe Islands
Fiji
Finland
France
French Guiana
French Polynesia
French Southern Territories
Gabon
Gambia
Georgia
Germany
Ghana
Gibraltar
Greece
Greenland
Grenada
Guadeloupe
Guam
Guatemala
Guernsey
Guinea
Guinea-Bissau
Guyana
Haiti
Heard Island and McDonald Islands
Honduras
Hong Kong
Hungary
Iceland
India
Indonesia
Iran
Iraq
Ireland
Isle of Man
Israel
Italy
Ivory Coast
Jamaica
Japan
Jersey
Jordan
Kazakhstan
Kenya
Kiribati
Korea (North)
Korea (South)
Kuwait
Kyrgyzstan
Laos
Latvia
Lebanon
Lesotho
Liberia
Libya
Liechtenstein
Lithuania
Luxembourg
Macao
Madagascar
Malawi
Malaysia
Maldives
Mali
Malta
Marshall Islands
Martinique
Mauritania
Mauritius
Mayotte
Mexico
Micronesia
Moldova
Monaco
Mongolia
Montenegro
Montserrat
Morocco
Mozambique
Myanmar
Namibia
Nauru
Nepal
Netherlands
New Caledonia
New Zealand
Nicaragua
Niger
Nigeria
Niue
Norfolk Island
North Macedonia
Northern Mariana Islands
Norway
Oman
Pakistan
Palau
Palestine
Panama
Papua New Guinea
Paraguay
Peru
Philippines
Pitcairn
Poland
Portugal
Puerto Rico
Qatar
Réunion
Romania
Russia
Rwanda
Saint Martin (French)
Samoa
San Marino
Sao Tome and Principe
Saudi Arabia
Senegal
Serbia
Seychelles
Sierra Leone
Singapore
Sint Maarten (Dutch)
Slovakia
Slovenia
Solomon Islands
Somalia
South Africa
South Georgia and the South Sandwich Islands
South Sudan
Spain
Sri Lanka
St Barthélemy
St Helena, Ascension and Tristan da Cunha
St Kitts and Nevis
St Lucia
St Pierre and Miquelon
St Vincent
Sudan
Suriname
Svalbard and Jan Mayen
Sweden
Switzerland
Syria
Taiwan
Tajikistan
Tanzania
Thailand
Togo
Tokelau
Tonga
Trinidad and Tobago
Tunisia
Turkey
Turkmenistan
Turks and Caicos Islands
Tuvalu
Uganda
Ukraine
United Arab Emirates
United Kingdom
United States
United States Minor Outlying Islands
United States Virgin Islands
Uruguay
Uzbekistan
Vanuatu
Vatican City
Venezuela
Vietnam
Wallis and Futuna
Western Sahara
Yemen
Zambia
Zimbabwe