GET /dataset/{dataset}/{version}/download/json

unknown:gfw-data-api

Summary: Download Json
Operation ID: download_json_dataset__dataset___version__download_json_get
Auth: unknown
Description

Execute a READ-ONLY SQL query on the given dataset version (if implemented). Return results as downloadable JSON file. This endpoint only works for datasets with (geo-)database tables.

Parameters (6)

dataset (string, path, required)

Constraints: {'pattern': '^[a-z][a-z0-9_-]{2,}$'}

filename (string, query, optional, default: export.json)

Name of export file.

geostore_id (string, query, optional)

Geostore ID. The geostore must represent a Polygon or MultiPolygon.

geostore_origin (?, query, optional, default: gfw)

Service to search first for geostore.

sql (string, query, required)

SQL query.

version (string, path, required)

Constraints: {'pattern': '^v\\d{1,8}(\\.\\d{1,3}){0,2}?$|^latest$'}

No probe data for this endpoint yet.