---
title: "Media Bookmaker"
method: GET
path: "/media/bookmakers/{slug}"
tags: ["media"]
---

# Media Bookmaker

`GET /media/bookmakers/{slug}`

Get bookmaker logo.

Returns an HTTP redirect to the image asset.

Response: 302 with `Location` header (final resource typically WebP).

## Path parameters

- `slug` string, required

## Response `200`

Final image response (when redirect is followed and/or proxy mode is used).

## Other responses

- `302` — Redirect to an asset URL. Follow the Location header.
- `401` — API error
- `403` — API error
- `404` — API error
- `422` — Validation Error (framework-level)
- `429` — API error

---

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