Get API Data
This layer loads a table from an API endpoint.
Parameters
Name | Default | Meaning |
---|---|---|
url | Resource URL | |
format | json | JSON or CSV |
Description
This function loads a table of data from an API endpoint.
The API endpoint must return data in CSV, tab-delimited or JSON format.
The URL may use substitutions.
Example
{ "type": "get_api", "url": "https://haha.fooledyou.com" }
The layer above will read a table of JSON data from https://haha.foooledyou.com