# NORTH28 STUDIO — Studio API (Markdown Twin)

This markdown twin mirrors `GET https://north28.studio/api/studio`.

**Access:** Public. No API key, cookie, or OAuth token required.

```http
GET /api/studio HTTP/1.1
Host: north28.studio
Accept: application/json
```

## Response (canonical)

```json
{
  "name": "NORTH28 STUDIO",
  "description": "North28 is a creative studio specialising in strategy, digital products, branding, and audiovisual content. We build things that work, not things that blend in.",
  "url": "https://north28.studio",
  "contact": { "email": "hi@north28.studio" },
  "slogan": "Bold brands. No fluff. No boring."
}
```

## Related

- OpenAPI: `https://north28.studio/openapi.json`
- Developer docs: `https://north28.studio/docs`
- Auth (public access): `https://north28.studio/auth.md`
