# Tiles ## Get a Mapbox Vector Tile **get** `/api/v1/tiles/{z}/{x}/{y}` Get a Mapbox Vector Tile ### Path Parameters - `z: number` - `x: number` - `y: number` ### Example ```http curl https://plaza.fyi/api/v1/tiles/$Z/$X/$Y \ -H "Authorization: Bearer $PLAZA_API_KEY" ```