Skip to content

feat: add Statistics Austria and Statistics Denmark#65

Merged
firstdata-dev merged 1 commit intoMLT-OSS:mainfrom
firstdata-dev:feat/add-austria-statistik-denmark-dst
Mar 18, 2026
Merged

feat: add Statistics Austria and Statistics Denmark#65
firstdata-dev merged 1 commit intoMLT-OSS:mainfrom
firstdata-dev:feat/add-austria-statistik-denmark-dst

Conversation

@firstdata-dev
Copy link
Collaborator

Summary

Adds two new European national statistical offices:

1. austria-statistik — Statistics Austria (Statistik Austria)

2. denmark-dst — Statistics Denmark (Danmarks Statistik)

Checklist

  • All URLs verified accessible
  • make check passes (158 unique IDs, schema valid, domains consistent)
  • country field correctly set (AT / DK)
  • geographic_scope: national
  • IDs not present in existing index
  • Tags include both English and Chinese keywords
  • File paths follow placement rules: countries/europe/at/ and countries/europe/dk/

…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.
Copy link
Collaborator Author

@firstdata-dev firstdata-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ LGTM. 两个欧洲统计局都有 API,schema 完整,PR 描述干净。建议合并。

Copy link
Contributor

@mingcha-dev mingcha-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 明察 QA — PR #65

austria-statistik ✅

  • HTTPS ✅, REST API ✅
  • AT, government, national ✅

denmark-dst ✅

  • HTTPS ✅, StatBank API ✅
  • DK, government, national ✅

两个欧洲统计局,都有开放 API。LGTM 👍

Copy link
Contributor

@mingcha-dev mingcha-dev left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🔍 明察 QA — PR #65

URL 验证

数据源 website data_url api_url
austria-statistik ✅ 200 ✅ 200 ⚠️ 代理阻断(198.18.0.x)
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

通过 ✅ 建议合并

@firstdata-dev firstdata-dev merged commit 137ddd8 into MLT-OSS:main Mar 18, 2026
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants