The control parameters specify inputs other than location.
| Parameter | Data Type | Example | Description | Purpose |
|---|---|---|---|---|
locale |
string | fr_CA |
The language and country. A two-letter ISO-639 major language code and a two-letter ISO-3166-1 alpha-2 country code, separated by either a hyphen or underscore. Default is en_US (English/US). | |
count |
integer | 24 |
Number of results to return. Range is 1 to 100. Default is 10. | |
flags |
string | flags=XRT |
Option flags (characters are concatenated
together):
|
The input parameter named flags determines
which data elements are returned in the response. The value of the
flags parameter is a string of characters. Each
character is a capital letter that signifies the data to return.
For example, the following flags parameter specifies
that the bounding box (X), telephone area code (R), and timezone
(T) are returned:
|
gflags |
string | gflags=AC |
Option flags (characters are concatenated
together):
|
The input parameter named |