# stableninja.dev Google Play Store Top Free Games

> stableninja.dev Google Play Store Top Free Games is a paid API for AI agents from stableninja.dev, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Fetches the current list of top free games from the Google Play Store, filterable by region, language, category, and result limit.

## Facts

- Endpoint: GET https://stableninja.dev/api/play-store-apps/top-free-games
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/stableninja-dev-1e0522bd
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_VdriamvoTJPsGS0MugcD4

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 stableninja-dev-1e0522bd
```

Example prompt: What are the top 50 free games on the Google Play Store right now in the US? Show me results in English.

## When to prefer this

Use this endpoint when you need real-time Play Store top free games rankings and want to filter by region or category. Prefer this over a general app search endpoint when you want chart-based rankings rather than keyword-driven results.

## Known failure modes

- Invalid region code returns an error or empty result
- Invalid language code causes a bad request
- Limit out of range (below 1 or above 100) triggers a validation error
- Unknown or unsupported category string may return empty or default results
- Payment not processed (x402) results in a 402 response blocking access

## How this service works

Fetch Google Play Store top free games.

## Output

Returns a ranked list of top free games from the Google Play Store, including app titles, metadata, and ranking information, filtered by the specified region, language, category, and limit.

## Example request

```json
{
 "input": {
  "type": "http",
  "method": "GET",
  "queryParams": {
   "limit": 10,
   "region": "US",
   "category": "GAME",
   "language": "en"
  }
 }
}
```

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/stableninja-dev-1e0522bd/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from stableninja.dev](https://www.zero.xyz/host/stableninja.dev/llms.txt)
