LocalLocationCategoryList

⌘K

Retrieve a list of Google category IDs

JSON-RPC Method:

local.location.category.list
Go to Example Code

Request

This method does not require any input.

1{}

Response

categories

array

1{
2  "categories": [
3    "gcid:tax_accounting",
4    "gcid:donut_shop",
5    "gcid:candy_store",
6    "gcid:chocolate_factory"
7  ]
8}

Example Code

Quota Usage

Does not require any quota.