> ## Documentation Index
> Fetch the complete documentation index at: https://docs.flynet.org/llms.txt
> Use this file to discover all available pages before exploring further.

# Retrieve a restaurant

Returns one restaurant by UUID.

Auth: API key in `X-API-Key`.

## Example

```bash theme={null}
curl https://api.staging.blackbird.xyz/flynet/v1/restaurants/{uuid} \
  -H "X-API-Key: $API_KEY"
```

## Restaurant asset

`asset` is nullable. When present, it contains nullable URL strings:

```json theme={null}
{
  "asset": {
    "preview_1x": "https://...",
    "web_2x": "https://...",
    "full_3x": "https://..."
  }
}
```
