# Google my business info
| Field Name | Example | Column 3 |
| ---------------| ------------- | -------- |
| storeCode | GOOG-SYD | Text |
| languageCode | en-AU | |
| locationName | Google Sydney| |
| primaryPhone | 02 9374 4000 | |
| address | *example below*
| websiteUrl |https://www.google.com.au/| |
|regularHours | *example below* | |
```
{
"name": string,
"languageCode": string,
"storeCode": string,
"locationName": string,
"primaryPhone": string,
"additionalPhones": [
string
],
"address": {
"revision": number,
"regionCode": string,
"languageCode": string,
"postalCode": string,
"sortingCode": string,
"administrativeArea": string,
"locality": string,
"sublocality": string,
"addressLines": [
string
],
"recipients": [
string
],
"organization": string
}
},
"primaryCategory": {
"displayName": string,
"categoryId": string
},
"additionalCategories": [
{
"displayName": string,
"categoryId": string
},
...
],
"websiteUrl": string,
"regularHours": [
{
"openDay": "MONDAY",
"closeDay": "MONDAY",
"openTime": "09:00",
"closeTime": "17:00"
},
...
],
"specialHours": [
{
startDate=2015-11-23,
endDate=2015-11-25,
openTime=08:00,
closeTime=18:00
},
"serviceArea": {
"businessType": CUSTOMER_LOCATION_ONLY Offers service only in the surrounding
area (not at the business address).
OR
CUSTOMER_AND_BUSINESS_LOCATION Offers service at the business address
and the surrounding area.
"radius": {
object (PointRadius)
},
"places": {
object (Places)
}
},
"locationKey": {
object (LocationKey)
},
"labels": [
string
],
"adWordsLocationExtensions": {
object (AdWordsLocationExtensions)
},
"latlng": {
object (LatLng)
},
"openInfo": {
object (OpenInfo)
},
"locationState": {
object (LocationState)
},
"attributes": [
{
object (Attribute)
}
],
"metadata": {
object (Metadata)
},
"priceLists": [
{
object (PriceList)
}
],
"profile": {
object (Profile)
},
"relationshipData": {
object (RelationshipData)
}
}
```
Examples:
1) address:
```{
"addressLines": [
"Level 5",
"48 Pirrama Road"
],
"locality": "Pyrmont",
"postalCode": "2009",
"administrativeArea": "NSW",
"regionCode": "AU"
```
2) regularHours:
```{
"periods": [
{
"openDay": "MONDAY",
"closeDay": "MONDAY",
"openTime": "09:00",
"closeTime": "17:00"
},
...
]
```
"primaryCategory": {
"categoryId": "gcid:software_company"
}
## Media
We can get and upload files (photo & video)


## Reviews
https://developers.google.com/my-business/reference/rest/v4/accounts.locations.reviews#Review.FIELDS.comment
### We can get
1) average Rating
2) total Review Count
3) list of reviews
4) one review
### One review's info
**Review Reply**
| Name | Description | Type |
| -------- | -------- | -------- |
| comment | The body of the reply as plain text with markups. The maximum length is 4096 bytes. | String |
| updateTime | Output only. The timestamp for when the reply was last modified. A timestamp in RFC3339 UTC "Zulu" format, accurate to nanoseconds. Example: "2014-10-02T15:01:23.045123456Z". | string (Timestamp format) |
**StarRating - value from 1 to 5**

### Reviewer's info

## Question

## Answer

## Followers
We can get total number of followers for the location.