---
title: "Table Metadata"
method: GET
path: "/api/v1/layers/tiles/table/{layer}.json"
tags: ["Layers"]
---

# Table Metadata

`GET /api/v1/layers/tiles/table/{layer}.json`

Return table metadata.

## Path parameters

- `layer` string, required — Layer Name

## Response `200`

Return table metadata

- VectorTileTable — Table Reader. Attributes: id (str): Layer's name. bounds (list): Layer's bounds (left, bottom, right, top). minzoom (int): Layer's min zoom level. maxzoom (int): Layer's max zoom level. tileurl (str, optional): Layer's tiles url. type (str): Layer's type. schema (str): Table's database schema (e.g public). geometry_type (str): Table's geometry type (e.g polygon). geometry_column (str): Name of the geomtry column in the table. properties (Dict): Properties available in the table.
  - `id` string, required
  - `bounds` number[]
  - `minzoom` integer
  - `maxzoom` integer
  - `tileurl` string
  - `type` string
  - `schema` string, required
  - `table` string, required
  - `geometry_type` string, required
  - `geometry_column` string, required
  - `properties` object, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/plan4better/apis/goat.md) · [All operations](https://skmtc.net/plan4better/apis/goat/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/plan4better/goat/revisions/931df3e5ac48/schema)
