---
title: "Update the server with the client player state"
method: POST
path: "/player/{object_id}"
tags: ["Now Playing"]
---

# Update the server with the client player state

`POST /player/{object_id}`

## Path parameters

- `object_id` string, required

## Query parameters

- `type` 'song' | 'video' | 'podcast_episode'
- `state` 'play' | 'stop'
- `time` integer
- `client` string

## Response `200`

Now playing response

- object

## Changes

- **2026-02-19** `07f53972fdd7` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/ampache/apis/ampache-rest-api/changes/player/:object_id/post.md)

---

[API](https://skmtc.dev/ampache/apis/ampache-rest-api.md) · [All operations](https://skmtc.dev/ampache/apis/ampache-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ampache/ampache-rest-api/revisions/c3f202b17eb7/schema)
