Skip to main content
POST
/
api
/
steamdb
/
apps
/
patches
/steamdb/apps/patches
curl --request POST \
  --url https://api.anysite.io/api/steamdb/apps/patches \
  --header 'Content-Type: application/json' \
  --header 'access-token: <api-key>' \
  --data '
{
  "appid": 123,
  "count": 2,
  "timeout": 300
}
'
[
  {
    "id": 123,
    "app_id": 123,
    "url": "<string>",
    "@type": "@steamdb_patch",
    "title": "<string>",
    "published_at": 123,
    "has_patch_notes": false
  }
]

Authorizations

access-token
string
header
required

API token from the dashboard

Headers

access-token
string
required

Body

application/json
appid
integer
required

Steam application ID

Examples:

730

620

570

count
integer
required

Max number of results

Required range: x >= 1
timeout
integer
default:300

Max scrapping execution timeout (in seconds)

Required range: 20 <= x <= 1500

Response

Successful Response

id
integer
required
app_id
integer
required
url
string
required
@type
string
default:@steamdb_patch
title
string | null
published_at
integer | null
has_patch_notes
boolean
default:false