Retrieve a list of reasons that can be used to report abusive videos.
Quota impact: A call to this method has a quota cost of 1 unit.
Common use cases
Request
HTTP request
GET https://www.googleapis.com/youtube/v3/videoAbuseReportReasons
Authorization
This request requires authorization with at least one of the following scopes (read more about authentication and authorization).
| Scope | 
|---|
| https://www.googleapis.com/auth/youtube | 
| https://www.googleapis.com/auth/youtube.force-ssl | 
| https://www.googleapis.com/auth/youtube.readonly | 
Parameters
The following table lists the parameters that this query supports. All of the parameters listed are query parameters.
| Parameters | ||
|---|---|---|
| Required parameters | ||
| part | stringThe partparameter specifies thevideoAbuseReportReasonresource parts that the API response will include. Supported values areidandsnippet. | |
| Optional parameters | ||
| hl | stringThe hlparameter specifies the language that should be used for text values in the API response. The default value isen_US. | |
Request body
Do not provide a request body when calling this method.
Response
If successful, this method returns a response body with the following structure:
{
  "kind": "youtube#videoAbuseReportReasonListResponse",
  "etag": etag,
  "items": [
    videoAbuseReportReason resource
  ]
}Properties
The following table defines the properties that appear in this resource:
| Properties | |
|---|---|
| kind | stringIdentifies the API resource's type. The value will be youtube#videoAbuseReportReasonListResponse. | 
| etag | etagThe Etag of this resource. | 
| items[] | listA list of videoAbuseReportReasonresources, each of which identifies a reason that a video might be reported for containing abusive content. Use this information when calling thevideos.reportAbusemethod to actually report videos that contain abusive content. | 
Errors
The following table identifies error messages that the API could return in response to a call to this method. Please see the error message documentation for more detail.
| Error type | Error detail | Description | 
|---|---|---|
| forbidden (403) | forbidden | 
Try it!
Use the APIs Explorer to call this API and see the API request and response.