API Overview
The Pinpoint API offers comprehensive weather data including:- Forecasts - Hourly and daily weather forecasts for locations
- Locations - Location information including coordinates, timezones, and administrative data
- Parameters - Available weather parameters with units and descriptions
- Lifestyle - Lifestyle forecasts based on weather conditions
- Text Forecasts - Human-readable text forecasts in multiple languages
Interactive API Playground
Each endpoint in this documentation includes an interactive API playground where you can:- Test API calls directly from your browser
- See request/response examples
- Try different parameters and see the results
- Copy code examples in multiple languages
Base URL
Update the server URL in the OpenAPI specification to point to your API server. The playground will use this URL for making requests.Authentication
Currently, the API endpoints do not require authentication. All endpoints are publicly accessible.OpenAPI Specification
Pinpoint API Specification
View the complete OpenAPI specification file
Getting Started
- Get Forecasts - Start with the Forecast endpoints to retrieve weather data
- Find Locations - Use the Location endpoints to search for locations
- Explore Parameters - Check available Parameters to understand what data you can request

