Skip to main content
GET
Get all-in-one conditions (V2)

Authorizations

Authorization
string
header
required

API key authentication. Pass your API key as a Bearer token in the Authorization header.

Format: Authorization: Bearer YOUR_API_KEY

Alternative: Pass as query parameter ?api_key=YOUR_API_KEY

Security: API keys are stored as BCrypt hashes (never plain text). Only the hash is stored in the database.

Query Parameters

lat
number<float>
required

Latitude in decimal degrees

Example:

43.47967255638358

lng
number<float>
required

Longitude in decimal degrees

Example:

-1.5692197193092723

time
string<date-time>
required

ISO 8601 timestamp for which to get conditions

Example:

"2026-03-28T12:00:00Z"

spot_id
integer

Optional spot ID for enhanced context and nearby data

Example:

1

Response

Successful response with conditions data

status
string
Example:

"success"

data
object
meta
object