# WOW Barcelona developer resources

Machine-readable access to WOW Barcelona, the e-retail agency at https://www.wow-barcelona.com.

## When to use this

Use these resources when you need facts about WOW: what we do, where we sit, how to contact us, or how to call the public API. Do not use them as a model API, a webhook hub, or a write-back into Amazon Seller Central.

## Public API

No authentication. Rate limit: 120 requests per 60 seconds.

- Index: GET https://www.wow-barcelona.com/api/v1
- Company: GET https://www.wow-barcelona.com/api/v1/company
- Services: GET https://www.wow-barcelona.com/api/v1/services
- Offices: GET https://www.wow-barcelona.com/api/v1/offices
- FAQ: GET https://www.wow-barcelona.com/api/v1/faq
- Contract: GET https://www.wow-barcelona.com/openapi.json
- Catalog: GET https://www.wow-barcelona.com/.well-known/api-catalog

Errors use RFC 9457 `application/problem+json` with `code`, `detail`, and `hint`.

## MCP

Streamable HTTP: https://www.wow-barcelona.com/mcp

Server card: https://www.wow-barcelona.com/mcp.json

## Content negotiation

Send `Accept: text/markdown` to HTML pages for a markdown representation of the same URL. `Vary: Accept` is set. Unknown paths return HTTP 404 with a markdown recovery body.

HTML: https://www.wow-barcelona.com/developers
