Web Playground

Addon Endpoint

Interactive request form for this API endpoint.

Each card below maps directly to an API endpoint. Query, path, and request body fields are generated from OpenAPI.

Request Routing

The playground switches API hosts based on your daily request count.

Under 500 requests per day, the playground routes to https://mlbb.rone.dev. Above 500 requests per day, it switches to https://openmlbb.fastapicloud.dev (recommended).

Standard

https://mlbb.rone.dev

For 0 - 500 requests per day.

Recommended

https://openmlbb.fastapicloud.dev

Best for 500+ requests per day.

Active base: https://mlbb.rone.dev Standard volume Requests: 0

GET Check IP address location details

/web/addon/ip

Open Only This

Retrieves geographic information associated with a given IP address. No parameters required.

The response includes IP location data:

  • code: Response code (e.g., 0).
  • msg: Status message (e.g., 'ok').
  • data:
      • city: City name (e.g., 'Yogyakarta').
      • state: State or region (e.g., 'Yogyakarta').
      • country: Country code (e.g., 'id').
      • lang: Language code (e.g., 'en').

This endpoint is useful for:

  • Identifying approximate geographic location of an IP address.
  • Supporting analytics and personalization.
  • Performing security checks and contextual validation.
GET /api/addon/ip