gethttps://onlinesim.io/api/v1/info/countries

GET /countries

Get country names list

This request returns a list of country names.

Note that some countries might be temporarily disabled on our website. Please inform us whenever you want to add numbers for the countries you were not providing previosly.

Responses

200

Example of successful response for country names list request

Content-Typeapplication/json
Schema
Responseobject
responsestring

1, if request was successful, otherwise error message will come up

countriesobject

Object where keys are telephone country codes, and values are the corresponding country names (in lowercase)

[additionalProperties]string

Country name

Code Samples

Generating examples...