LocalLocationLookup

⌘K

Lookup a specific location by ID.

JSON-RPC Method:

local.location.lookup
Go to Example Code

Request

id

number

The id of the location

1{
2  "id": 123
3}

Response

location

object

A Moz Local location.

1{
2  "location": {
3    "id": 4,
4    "level": "local-lite",
5    "status": "active",
6    "account_id": 1,
7    "auto_sync_enabled": 1,
8    "remote_id": "ExampleBusiness",
9    "listings_name": "Example Business",
10    "location_name": "Example Business",
11    "website_url": "https://www.example-business.com",
12    "email_address": "info@example-business.com",
13    "timezone": "America/New_York",
14    "store_code": "",
15    "tagline": "Your neighborhood business",
16    "short_description": "Doing things since 1986.",
17    "long_description": "Really long descriptions.",
18    "languages": [],
19    "keywords": [
20      "tutoring",
21      "online tutoring",
22      "test preparation",
23      "academic tutoring"
24    ],
25    "brands": [
26      "example"
27    ],
28    "payment_forms": [],
29    "price_range": "omit",
30    "service_areas": [],
31    "service_area_only": 0,
32    "services": [],
33    "primary_category": "gcid:educational_consultant",
34    "additional_categories": [
35      "gcid:tutoring_service",
36      "gcid:private_tutor"
37    ],
38    "attributes": [],
39    "address": {
40      "address_line_1": "1234 Astroworld Ave",
41      "address_line_2": "Suite 306",
42      "sublocality": "",
43      "county": "Roswell",
44      "city": "Schenectady",
45      "state_province": "NY",
46      "postal_code": "12345",
47      "country": "US"
48    },
49    "opening_status": "open",
50    "reopen_date": "0000-00-00",
51    "hours": {
52      "monday": [
53        "09:00-21:00"
54      ],
55      "tuesday": [
56        "09:00-21:00"
57      ],
58      "wednesday": [
59        "09:00-21:00"
60      ],
61      "thursday": [
62        "09:00-21:00"
63      ],
64      "friday": [
65        "09:00-21:00"
66      ],
67      "saturday": [
68        "09:00-21:00"
69      ],
70      "sunday": [
71        "09:00-21:00"
72      ]
73    },
74    "more_hours": {},
75    "opening_hours_notes": "",
76    "opening_date": "0000-00-00",
77    "special_hours": {
78      "2025-08-04": [
79        "04:00-02:30"
80      ],
81      "2025-08-05": [
82        "04:00-02:30"
83      ],
84      "2025-08-06": [
85        "04:00-02:30"
86      ]
87    },
88    "network_fields": [],
89    "phone": "+1 561-395-5555",
90    "fax": ""
91  }
92}

Example Code

Quota Usage

Does not require any quota.