Discover Apiverket Endpoints
govdata_discoverSearch and browse available Swedish government data endpoints by keyword or category. Discover the right API endpoint for weather, transport, economy, and more before querying data.
Instructions
Search and browse available Swedish government data endpoints in the Apiverket API.
Use this tool to find the right endpoint before calling govdata_query. The API covers 139 endpoints across 16 categories including weather, transport, economy, health, environment, parliament, police, education, and more.
Args:
query (string, optional): Keyword to search across endpoint names, descriptions, and paths
category (string, optional): Filter by category name
When called with no arguments, returns all available categories with endpoint counts.
Examples:
Find weather endpoints: query="weather"
Browse transport category: category="Transport"
Find pension info: query="pension"
List all categories: (no arguments)
Returns: Matching endpoints with their paths, parameters, and descriptions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Search keyword to find relevant endpoints (e.g. 'weather', 'train', 'population', 'pension'). Leave empty to list all categories. | |
| category | No | Filter by category name (e.g. 'Weather & Climate', 'Economy & Finance'). Use without query to browse a category. |