Skip to main content
Get next valid frame
curl --request GET \
  --url https://api.example.com/frames/next-valid
{
  "frame_id": 123,
  "timestamp": "2023-11-07T05:31:56Z",
  "skipped_count": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.screenpi.pe/llms.txt

Use this file to discover all available pages before exploring further.

Query Parameters

frame_id
integer
direction
string
limit
integer

Response

200 - application/json

OK

Response for next valid frame endpoint

frame_id
integer
required
timestamp
string<date-time>
required
skipped_count
integer
required