ACS Browser

Useful Items

To learn more about the Anomaly Classification System (ACS) and its bar, read this article written by woedenaz on the SCP Wiki: https://scp-wiki.wikidot.com/anomaly-classification-system-guide

You might also find this lore document interesting: https://scp-wiki.wikidot.com/classification-committee-memo

iframe URL

GET /api/acs-bar

Generates an ACS bar and returns the HTML. It is recommended to use an <iframe> to render this content. It is the responsibility of the developer to ensure their data in the query parameters is correct. Certain characters are blocked. Please adjust file names accordingly

Headers

This endpoint does not utilise headers

Query Parameters

Name
Type
Description

kind

string

One of the following: regular, hybrid, textual, barebones

number

number

SCP number. Please zero pad as needed. It is not done on the server

clearance

number

Number from 1-6 denoting clearance level

containment

string

Containment class. Please use the standard classes

secondary

string

Secondary class. Only use if containment is estoteric

secondaryicon

url

Secondary class URL. Must be a valid URL. If this doesn't load, check the Cross-Origin-Resource-Policy

risk

string

Risk class

disruption

string

Disruption class

background

string

Valid CSS background-color value

textcolor

string

Valid CSS color value

Response

<!-- The rendered HTML -->

Last updated