メタ情報
Meta APIは、GitHubサービスのIPアドレスを含むGitHubに関するメタ情報を返します。
GitHub API Root
Works with GitHub Apps
Get Hypermedia links to resources accessible in GitHub's REST API
HTTP response status codes
| Status code | 説明 |
|---|---|
200 | OK |
コードサンプル
get/
curl \
-H "Accept: application/vnd.github.v3+json" \
https://api.github.com/Response
Status: 200Get GitHub meta information
Works with GitHub Apps
Returns meta information about GitHub, including a list of GitHub's IP addresses. For more information, see "About GitHub's IP addresses."
Note: The IP addresses shown in the documentation's response are only example values. You must always query the API directly to get the latest list of IP addresses.
HTTP response status codes
| Status code | 説明 |
|---|---|
200 | OK |
304 | Not modified |
コードサンプル
get/meta