---
title: "List countries/regions of issue creators"
method: GET
path: "/v1/repos/{owner}/{repo}/issue_creators/countries/"
tags: ["Issue Creators"]
---

# List countries/regions of issue creators

`GET /v1/repos/{owner}/{repo}/issue_creators/countries/`

List countries/regions of stargazers for the specified repository.
  
> **Notice**:
> In the overall data, about **3.5%** of GitHub users provided valid country/region information.

> **Note**: 
> By default, the API does not count users without valid country/region information. 
> If you need to count these users, you can set the `exclude_unknown` parameter to `false`.

## Path parameters

- `owner` string, required
- `repo` string, required

## Query parameters

- `exclude_unknown` boolean
- `from` string
- `to` string

## Response `200`

Default Response

---

[API](https://skmtc.net/ossinsight/apis/ossinsight-api.md) · [All operations](https://skmtc.net/ossinsight/apis/ossinsight-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ossinsight/ossinsight-api/revisions/f06e9c828f44/schema)
