---
title: "Retrieve the Unreached of the Day information (JSON or XML)"
method: GET
path: "/v1/people_groups/daily_unreached.{format}"
tags: ["People Groups in Countries (PGIC)"]
---

# Retrieve the Unreached of the Day information (JSON or XML)

`GET /v1/people_groups/daily_unreached.{format}`

Retrieve the daily Unreached of the Day people group information. You have two options when retrieving the Unreached of the Day:
 * Get today's Unreached of the Day. This is the default if you do not send parameters.
 * You can specify the month and day parameter to get a specific day of the year. For example, `/daily_unreached.json?month=01&day=31` will get the people group for Jan. 31st. You must provide both parameters!

## Path parameters

- `format` 'json' | 'xml', required

## Query parameters

- `api_key` string, required
- `day` string
- `month` string
- `lang` string

## Response `200`

The unreached people group based on your request.

- object

## Other responses

- `400` — Bad request. Your request is malformed in some way. Check your supplied parameters.
- `401` — Unauthorized. You are missing your API key, or it has been suspended.
- `404` — Not found. The requested route was not found.
- `500` — Internal server error. Please try again later.

---

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