# Google Play Store Top Free Games Charts

> Google Play Store Top Free Games Charts is a paid API for AI agents from x402.openwebninja.com, paid per call via x402, $0.003/call, status unknown (last checked 2026-09-15).

Returns a ranked list of top free games from the Google Play Store, with app details, ratings, and metadata, filterable by region, category, and language.

## Facts

- Endpoint: GET https://x402.openwebninja.com/play-store-apps/top-free-games
- Price: $0.003/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/google-play-store-top-free-games-charts-a101618c
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zTXTmmVmMjUyS0_300rUJ

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability google-play-store-top-free-games-charts-a101618c
```

Example prompt: Can you pull the top 50 free games from the Google Play Store for the US region in English right now, with their rankings, ratings, and developer info?

## When to prefer this

Use this endpoint when you need ranked chart data specifically for free games on the Google Play Store, with rich metadata per app including ratings, downloads, and developer info. Prefer this over generic app search endpoints when you need chart-position context and want to filter by region/category/language without scraping Google Play yourself.

## Known failure modes

- Invalid or unsupported region code returns an error or empty result set
- Limit value outside 1–200 range causes a validation error
- Unsupported category string returns no results
- Service unavailability or Play Store scraping failure returns a 5xx error
- Empty result if no games match the given category and region combination

## How this service works

40+ public web-data, SERP, e-commerce, real-estate, finance and AI-search APIs, payable per call over x402 (USDC on Base, Polygon, Arbitrum). No account or API key required. Most endpoints $0.003; AI-model endpoints $0.005.

## Output

An array of ranked game entries from the Google Play Store top free games chart, each including app ID, name, developer, Play Store page link, chart rank and label, rating, number of ratings and reviews, download count, app icon URL, category, content rating, price (null for free), ad presence flag, current version, permissions list, and description.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/google-play-store-top-free-games-charts-a101618c/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from x402.openwebninja.com](https://www.zero.xyz/host/x402.openwebninja.com/llms.txt)
