---
title: "Get website content (v1)"
method: GET
path: "/valorant/v1/website/{country_code}"
tags: ["valorant"]
---

# Get website content (v1)

`GET /valorant/v1/website/{country_code}`

## Path parameters

- `country_code` string, required

## Query parameters

- `category` string

## Response `200`

Website content retrieved successfully

- WebsiteV1Response
  - `data` WebsiteV1Data[], required
    - `banner_url` string, nullable
    - `category` string, required
    - `date` string, required
    - `description` string, nullable
    - `external_link` string, nullable
    - `id` string, required
    - `title` string, required
    - `url` string, required
  - `status` integer, required

## Other responses

- `400` — Bad Request
- `404` — Content not found
- `500` — Internal Server Error

---

[API](https://skmtc.net/henrikdev/apis/henrikdev-api.md) · [All operations](https://skmtc.net/henrikdev/apis/henrikdev-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/henrikdev/henrikdev-api/versions/d0e83068dbeb/schema)
