# Featured set groups

## Get featured set groups.

> This returns a list of featured set groups and the sets they contain.

```json
{"openapi":"3.0.3","info":{"title":"Grand Archive API","version":"1.1.0"},"servers":[{"url":"https://api.gatcg.com","description":"Production server (uses live data)"}],"paths":{"/featured-sets":{"get":{"operationId":"GetFeaturedSetsAPISpec_get_/featured-sets","tags":["Featured Sets"],"summary":"Get featured set groups.","description":"This returns a list of featured set groups and the sets they contain.","parameters":[],"responses":{"200":{"description":"A list of featured set groups.","content":{"application/json":{"schema":{"description":"A list of featured set groups.","type":"array","items":{"type":"object","properties":{"image":{"description":"An API image path (`/cards/images/example.jpg` implies `https://api.gatcg.com/cards/images/example.jpg`).","type":"string"},"name":{"description":"The name of the featured set group.","type":"string"},"sets":{"description":"The sets which belong to the featured set group.","type":"array","items":{"type":"object","properties":{"created_at":{"description":"When the dataset was created.","type":"string","format":"date-time"},"id":{"description":"A 10-character alphanumeric UUID.","type":"string"},"language":{"description":"The language used by the dataset.","type":"string"},"last_update":{"description":"When the dataset was last updated.","type":"string","format":"date-time"},"name":{"description":"The name of the set.","type":"string"},"prefix":{"description":"The set's prefix as printed in the footer of its cards.","type":"string"},"release_date":{"description":"When the set was publicly-released.","type":"string","format":"date-time"}},"additionalProperties":false,"required":["created_at","id","language","last_update","name","prefix","release_date"]}},"uuid":{"description":"A 10-character alphanumeric UUID.","type":"string"}},"additionalProperties":false,"required":["image","name","sets","uuid"]}}}}}}}}}}
```

{% openapi src="<https://api.gatcg.com/openapi.json>" path="/featured-sets/images/{filename}" method="get" %}
<https://api.gatcg.com/openapi.json>
{% endopenapi %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://api-docs.gatcg.com/endpoints/featured-set-groups.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
