# List age restrictions for project

Returns a list of countries with age restrictions in a project.
 

 {% html name="div" attrs={"class": "notice"} %}
 Notice

 Rate limits for server-side methods are applied to this method.
 {% /html %}

Endpoint: GET /projects/{project_id}/age_rating
Version: v1
Security: Server

## Path parameters:

  - `project_id` (string, required)
    Login project ID from Publisher Account.

## Response 200 fields (application/json):

  - `age` (integer, required)

  - `country_code` (string, required)

  - `rating_name` (string, required)


## Response 401 fields

## Response 403 fields

## Response 422 fields

## Response 500 fields
