Authentication
Authenticate using HTTP Basic Auth. Pass your API key as the username and leave the password empty.Request
Method:GETURL:
https://api.alphacast.io/datasets
No query parameters or request body are required.
Response
Returns a JSON array of dataset objects. Each object represents one dataset accessible to your account.Unique numeric identifier for the dataset.
Display name of the dataset.
ID of the repository this dataset belongs to.
Optional human-readable description of the dataset’s contents.
Name of the original data source, if provided at creation time.
URL linking to the original data source, if provided at creation time.
Your permission level on this dataset. One of
Read, Write, or Admin.Inferred data frequency of the dataset (e.g.,
monthly, daily). May be null if not yet determined.Earliest date present in the dataset, in
YYYY-MM-DD format. May be null if the dataset is empty.Latest date present in the dataset, in
YYYY-MM-DD format. May be null if the dataset is empty.Example
This endpoint returns only datasets your account has at least
Read permission on. Datasets in repositories you cannot access are not included in the response.