Changelog

Forvibe Public API release notes.

Updated 2026-05-24
1 min read

v1.0.0 — 2026-05-24

Initial public release. Surface: 44 endpoints + healthz + OpenAPI.

  • Projects — list, get, create, update, availability-check
  • ASO — keywords (track/untrack/rankings), competitors (add/remove/list), apps search, app metadata, top charts, chart categories
  • Store listings — list, get, update, listing versions, single version snapshot
  • Async listing localization (15 credits/locale)
  • Reviews — list with pagination, get, aggregate stats
  • Screenshots — list, delete, browse Studio templates, Studio sessions (list/get/create), localization jobs
  • Review simulations — list, get, latest, async metadata trigger (50 credits, paid plan)
  • Unified async job poll endpoint at /api/v1/jobs/:id
  • OpenAPI 3.1 spec at /api/v1/openapi.json (alias: /api/v1/swagger.json)

Stability commitments

  • Breaking changes are reserved for v2 (a new prefix). Any breaking change requires bumping the prefix.
  • Within v1: new endpoints fine, new optional fields fine, never removing or renaming required fields.
  • Async endpoints may add new fields to the result object; existing fields are stable.
  • Error codes are stable. New codes may be added; existing codes won't change meaning.