BlockDB
  1. Offenders
  • Bans
    • Create
      POST
    • Unban
      POST
  • Offenders
    • Search
      GET
  1. Offenders

Search

Developing
GET
https://api.blockdb.net/v1/offenders/search
Last modified:2026-05-27 19:44:15

Request

Authorization
Provide your bearer token in the
Authorization
header when making requests to protected resources.
Example:
Authorization: Bearer ********************
Query Params

Request Code Samples

Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location 'https://api.blockdb.net/v1/offenders/search?steamid64=76561199557676905&ip=176.209.17.155' \
--header 'Authorization: Bearer <token>'

Responses

🟢200Success
application/json
Bodyapplication/json

Example
[{"id":"019e655e-9d51-703a-b6d7-647d902a34f0","steam_ids":[{"id":"019e655e-9d51-703d-b794-4ed9abc75dd5","name":"zxc_slabq","steamid64":"76561199557676905"}],"ips":[{"id":"019e655e-9d51-7041-86d7-d5aa62a3e4a9","value":"176.209.17.155"}]}]
Modified at 2026-05-27 19:44:15
Previous
Unban
Built with