---
title: "GET /api/v1/challenges/{id}"
method: GET
path: "/api/v1/challenges/{id}"
tags: ["challenges"]
---

# GET /api/v1/challenges/{id}

`GET /api/v1/challenges/{id}`

## Path parameters

- `id` integer, required

## Response `200`

- Challenge
  - `id` integer, required
  - `locations` Location[], required
    - `id` integer, required
    - `osm_brand_logo_url` string, required
    - `type` 'OSM' | 'ONLINE', required — * `OSM` - OSM * `ONLINE` - ONLINE
    - `osm_id` integer, nullable
    - `osm_type` union
      - 'NODE' | 'WAY' | 'RELATION' — * `NODE` - NODE * `WAY` - WAY * `RELATION` - RELATION
      - ''
      - unknown
    - `osm_name` string, nullable
    - `osm_display_name` string, nullable
    - `osm_tag_key` string, nullable
    - `osm_tag_value` string, nullable
    - `osm_brand` string, nullable
    - `osm_address_postcode` string, nullable
    - `osm_address_city` string, nullable
    - `osm_address_country` string, nullable
    - `osm_address_country_code` string, nullable
    - `osm_lat` number, double, nullable
    - `osm_lon` number, double, nullable
    - `osm_version` integer, nullable
    - `website_url` string, uri, nullable
    - `price_count` integer
    - `user_count` integer
    - `product_count` integer
    - `proof_count` integer
    - `source` string, nullable
    - `created` string, date-time
    - `updated` string, date-time, required
  - `status` 'DRAFT' | 'UPCOMING' | 'ONGOING' | 'COMPLETED', required — * `DRAFT` - DRAFT * `UPCOMING` - UPCOMING * `ONGOING` - ONGOING * `COMPLETED` - COMPLETED
  - `tag` string, required
  - `title` string, nullable
  - `icon` string, nullable
  - `subtitle` string, nullable
  - `start_date` string, date, nullable
  - `end_date` string, date, nullable
  - `categories` string[] — Restrict to one or multiple categories (optional)
  - `categories_full` string[] — Full category tags with parents, used for matching & stats (readonly)
  - `example_proof_url` string, nullable
  - `is_published` boolean
  - `stats` unknown
  - `created` string, date-time
  - `updated` string, date-time, required

---

[API](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api.md) · [All operations](https://skmtc.net/openfoodfacts/apis/open-food-facts-open-prices-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openfoodfacts/open-food-facts-open-prices-rest-api/versions/a5efa7effb64/schema)
