This repository provides a machine-readable list of Red Hat certification information, published in multiple formats (JSON, YAML, CSV).
Ideal for developers, instructors, and anyone who wants to programmatically access Red Hat's certification catalog.
このリポジトリは、Red Hat認定資格の一覧を機械可読な形式(JSON、YAML、CSV)で提供するものです。
開発者、講師、認定制度に関心のある方が、資格情報をプログラム的に活用できるように設計されています。
Format | File Path |
---|---|
JSON | data/certifications.json |
YAML | data/certifications.yaml |
CSV | data/certifications.csv |
You can access these directly via GitHub Raw or use them in your own apps.
これらのファイルはGitHubのRawリンクを使って直接アクセスすることも、自作アプリケーションに組み込むことも可能です。
A simple browser interface is available at:
https://lab8010.github.io/redhat-certifications-api/
ブラウザで閲覧できる簡易インターフェースも上記URLで提供されています(GitHub Pagesを有効化してください)。
- Build your own dashboard of certifications
- Create Slack bots or chat integrations
- Enable auto-fetch in training systems
- GitHub Actionsで定期的に更新して、常に最新の資格一覧を共有
- 資格カタログのAPIとして他のツールと連携
If you'd like to add more certifications, fix data, or improve formatting, feel free to open a pull request.
資格情報の追加や修正、フォーマットの改善など、どなたでもPull Requestで貢献いただけます。
This repository is provided under the MIT License.
(※必要に応じて適切なライセンスを明記してください)
Maintained by @Lab8010