API Documentation
geo.country
A country.
Parameter |
Description |
Type |
|
|---|---|---|---|
|
|
Email address. |
String | |
telephone |
The telephone number. |
String | |
fax_number |
The fax number. |
String | |
contact_type |
Type of contact point (sales, home, work, etc) |
String | |
street_address |
The street address. For example, 742 Evergreen Terrace. |
String | |
address_locality |
The locality name. For example, ‘Austin’. |
String | |
address_region |
The region name. For example, ‘TX’. |
String | |
postal_code |
Postal code. |
String | |
post_office_box_number |
Post Office box number |
String | |
address_country |
The country name. For example, ‘USA’ or ‘Djibouti’ |
Country | |
street_name |
Street Name. For example, ‘Evergreen Terrace’. |
String | |
street_type |
Street Type (Rd, Ave, Hwy, etc) |
String | |
address_type |
a space separated string corresponding to a collection of hCard `address_type`s [work|home|pref|postal|dom|intl] (and gdata’s `rel`). |
String | |
address_num_prefix |
A prefix to the address number: for example, ‘B-742 Evergreen Terr’ would have ‘B’ in the address_num_prefix |
String | |
address_num_suffix |
A suffix to the address number: for example, ‘742-A Evergreen Terr’ would have ‘A’ in the address_num_suffix |
String | |
address_number |
Address ‘number’ part (which may actually be a string like ‘742-A’, or in some countries, a house name) |
String | |
address_unit |
Address unit — used for suite, apartment_number, and so on. |
String | |
address_extended |
Extended portion of an address (often the second line after the street address) |
String | |
address_text |
Freeform address text that could conceivably |
String | |
geo |
The geo coordinates of the place. |
Geo coordinates | |
country_id |
The country code, in the familiar 2-letter lowercase alpha form |
String | |
state_id |
An ID for the state (aka region or level 1 administrative area). |
String | |
county_id |
The FIPS ID for the county (or second-level administrative area) |
String | |
city_id |
The FIPS ID for the city (or applicable area) |
String | |
census_tract_id |
Census designated tract_id. The ID the 2010 census GEOID (composed by smashing all the fips codes together) |
String | |
census_block_group_id |
Census designated blockgroup, composed of a group of Census blocks. The ID is the the 2010 census GEOID, composed by smashing all the fips codes together |
String | |
neighborhood_id |
Neighborhood ID |
String | |
continent_id |
The underscored, lower-cased name of the continent: north_america, australia, … |
String | |
time_zone_geo_id |
Time zone geographical extent, eg ‘America/Chicago’. |
String | |
body_of_water_id |
Geonames ID for this body of water |
String | |
st_sen_vot_dist_id |
State level voting district id for the upper legislative body |
String | |
st_rep_vot_dist_id |
State level voting district id for the lower legislative body |
String | |
fed_vot_dist_id |
Country level voting district id |
String | |
school_district_id |
School district id |
String | |
feature_codes |
Collection of domain-specific feature classifier codes. For example:
|
map of String | |
address |
Physical address of the item. |
Postal address | |
contained_in |
The basic containment relation between places. |
Place | |
geographic_maps |
URL to a map of the place. |
array of Url | |
photos |
Photographs of this place. |
array of Photograph | |
events |
Upcoming or past events associated with this place or organization. |
Event | |
aggregate_rating |
The overall rating, based on a collection of reviews or ratings, of the item. |
Aggregate rating | |
reviews |
Review of the item. |
array of Review | |
interaction_count |
A count of a specific user interactions with this item — for example, 20 UserLikes, 5 UserComments, or 300 UserDownloads. The user interaction type should be one of the sub types of UserInteraction. |
String |
