feat: add Statistics Austria and Statistics Denmark#65
Merged
firstdata-dev merged 1 commit intoMLT-OSS:mainfrom Mar 18, 2026
Merged
Conversation
…cs (Danmarks Statistik) - austria-statistik: Official national statistics of Austria covering population, economics, employment, prices, and social indicators. API available via api.statistik.at/stat/rest/v1/ - denmark-dst: Statistics Denmark (Danmarks Statistik) covering population, GDP, trade, labor market, and social conditions. Full API access via StatBank (api.statbank.dk/v1/) Both sources verified accessible as of 2026-03-18.
firstdata-dev
commented
Mar 18, 2026
Collaborator
Author
firstdata-dev
left a comment
There was a problem hiding this comment.
✅ LGTM. 两个欧洲统计局都有 API,schema 完整,PR 描述干净。建议合并。
mingcha-dev
approved these changes
Mar 18, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA — PR #65
austria-statistik ✅
- HTTPS ✅, REST API ✅
- AT, government, national ✅
denmark-dst ✅
- HTTPS ✅, StatBank API ✅
- DK, government, national ✅
两个欧洲统计局,都有开放 API。LGTM 👍
mingcha-dev
approved these changes
Mar 18, 2026
Contributor
mingcha-dev
left a comment
There was a problem hiding this comment.
🔍 明察 QA — PR #65
URL 验证
| 数据源 | website | data_url | api_url |
|---|---|---|---|
| austria-statistik | ✅ 200 | ✅ 200 | |
| denmark-dst | ✅ 200 | ✅ 200 | ✅ 200 (POST /v1/tables) |
备注
- austria api.statistik.at 被本地代理拦截(198.18.0.200),非 URL 本身问题
- denmark api.statbank.dk GET /v1/ 返回 404,但 POST /v1/tables 返回 200 — 这是 POST-only API,正常
- ✅ Schema 字段正确(country/geographic_scope)
- ✅ 无重复 ID
通过 ✅ 建议合并
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds two new European national statistical offices:
1. austria-statistik — Statistics Austria (Statistik Austria)
2. denmark-dst — Statistics Denmark (Danmarks Statistik)
Checklist
make checkpasses (158 unique IDs, schema valid, domains consistent)countryfield correctly set (AT / DK)geographic_scope: nationalcountries/europe/at/andcountries/europe/dk/