Skip to main content
This page walks you through your first SunnyMeteo API request.

Prerequisites

  • SunnyMeteo API key (X-API-Key)
  • Network access to https://api.sunnymeteo.com
  • Any HTTP client (curl, Postman, or an SDK)

Get started

1

Obtain an API key

Contact SunnyMeteo for an API key, or create one in the console (coming soon).
2

Make your first request

Request current weather by city ID or coordinates (example path; see API Explorer for the latest spec):
curl -s "https://api.sunnymeteo.com/v1/weather/condition?cityId=101010100" \
  -H "X-API-Key: YOUR_API_KEY"
3

Explore products

Browse Products in the sidebar for field definitions by use case.
Need to debug live requests? Use the API Explorer for full paths and parameters.