---
title: "Get Attributes for a specific Category"
method: GET
path: "/categories/{id}/attributes"
tags: ["Categories"]
---

# Get Attributes for a specific Category

`GET /categories/{id}/attributes`

Get all Attributes for the Category, Country and Language
<br>
<p>Notes: 
<br>- Sent to Google and Apple maps
<br>- Only the attributes available for the primary category of the location can be selected and setup</p>

## Path parameters

- `id` string, required

## Query parameters

- `language` string
- `country` string, required

## Response `200`

Successfully retrieved attributes

## Other responses

- `400` — Bad Request - The request was invalid or cannot be otherwise served
- `401` — Unauthorized - Authentication credentials are missing or invalid
- `403` — Forbidden - The request is understood, but has been refused or access is not allowed
- `404` — Not Found - The requested resource could not be found

---

[API](https://skmtc.dev/uberall/apis/uberall-api.md) · [All operations](https://skmtc.dev/uberall/apis/uberall-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/uberall/uberall-api/revisions/4e616f3c34a4/schema)
