---
title: "Get a Price Point"
method: GET
path: "/v1/price-points/{priceInUsdCents}"
---

# Get a Price Point

`GET /v1/price-points/{priceInUsdCents}`

Retrieves a specific price point by its base price in USD cents. The API returns localized prices for this price point.

## Path parameters

- `priceInUsdCents` number, required

## Response `200`

Price point retrieved successfully.

- PricePointDetailed
  - `priceInUsdCents` number — Base price in USD cents.
  - `lastUpdate` string, date-time — Timestamp indicating when the price point was last updated, in UTC ISO 8601 format.
  - `priceByCountry` PriceByCountryDetailed[] — List of localized prices by country, including overrides if present.
    - `price` number — Localized price for the country.
    - `currencyCode` string — Currency code.
    - `isOverridden` boolean — Whether the price was overridden.
    - `taxModel` 'Included' | 'Excluded' — Tax model applied to the price.
    - `taxRate` number — Tax rate applied to the price.
    - `country` string — Country name.
    - `countryCode2` string — Two-letter country code in [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. Required if `playerIp` is not provided. Example: `US`.
    - `playerIp` string — Player IP address in [IPv4](https://en.wikipedia.org/wiki/IPv4) format. Required if `countryCode2` is not provided. Example: `192.0.2.1`.
    - `usdExchangeRateOnCalc` number — USD exchange rate used at the time of calculation.
    - `exchangeRateDrift` string — Exchange rate drift since the last calculation.

## Other responses

- `404` — Price point not found.

---

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