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

id

string

The Google category ID (e.g., "gcid:tax_accounting")

name

string

The human-readable name of the category

1{
2  "categories": [
3    {
4      "id": "gcid:three_d_printing_service",
5      "name": "3D printing service"
6    },
7    {
8      "id": "gcid:acai_shop",
9      "name": "Açaí shop"
10    }
11  ]
12}

Example Code

Quota Usage

Does not require any quota.