# GitHub API Root

From **GitHub v3 REST API**.

`GET /`

Get Hypermedia links to resources accessible in GitHub's REST API

## Responses

### `200`

Response

### `application/json`

- Type: `object`

```json
{"properties":{"authorizations_url":{"format":"uri-template","type":"string"},"code_search_url":{"format":"uri-template","type":"string"},"commit_search_url":{"format":"uri-template","type":"string"},"current_user_authorizations_html_url":{"format":"uri-template","type":"string"},"current_user_repositories_url":{"format":"uri-template","type":"string"},"current_user_url":{"format":"uri-template","type":"string"},"emails_url":{"format":"uri-template","type":"string"},"emojis_url":{"format":"uri-template","type":"string"},"events_url":{"format":"uri-template","type":"string"},"feeds_url":{"format":"uri-template","type":"string"},"followers_url":{"format":"uri-template","type":"string"},"following_url":{"format":"uri-template","type":"string"},"gists_url":{"format":"uri-template","type":"string"},"hub_url":{"format":"uri-template","type":"string"},"issue_search_url":{"format":"uri-template","type":"string"},"issues_url":{"format":"uri-template","type":"string"},"keys_url":{"format":"uri-template","type":"string"},"label_search_url":{"format":"uri-template","type":"string"},"notifications_url":{"format":"uri-template","type":"string"},"organization_repositories_url":{"format":"uri-template","type":"string"},"organization_teams_url":{"format":"uri-template","type":"string"},"organization_url":{"format":"uri-template","type":"string"},"public_gists_url":{"format":"uri-template","type":"string"},"rate_limit_url":{"format":"uri-template","type":"string"},"repository_search_url":{"format":"uri-template","type":"string"},"repository_url":{"format":"uri-template","type":"string"},"starred_gists_url":{"format":"uri-template","type":"string"},"starred_url":{"format":"uri-template","type":"string"},"topic_search_url":{"format":"uri-template","type":"string"},"user_organizations_url":{"format":"uri-template","type":"string"},"user_repositories_url":{"format":"uri-template","type":"string"},"user_search_url":{"format":"uri-template","type":"string"},"user_url":{"format":"uri-template","type":"string"}},"required":["current_user_url","current_user_authorizations_html_url","authorizations_url","code_search_url","commit_search_url","emails_url","emojis_url","events_url","feeds_url","followers_url","following_url","gists_url","hub_url","issue_search_url","issues_url","keys_url","label_search_url","notifications_url","organization_url","organization_repositories_url","organization_teams_url","public_gists_url","rate_limit_url","repository_url","repository_search_url","current_user_repositories_url","starred_url","starred_gists_url","user_url","user_organizations_url","user_repositories_url","user_search_url"],"type":"object"}
```

## Request examples

### cURL

```shell
curl --request GET \
  --url {protocol}://{hostname}/api/v3/
```
