Scored does not currently have API documentation, however it is still possible to interact with the platform programatically.
We recommend using your browser’s network tools to emulate the requests our interface sends when browsing through the scored.co domain.
As an example, this is the API endpoint to fetch c/Meta’s hot feed: https://scored.co/api/v2/post/hotv2.json?community=meta
Loading feeds programatically does not require API authentication, but most actions do.
To get API tokens, we recommend logging in via the scored.co domain, loading a feed, and extract the “X-API-KEY” and “X-API-SECRET” request headers.
Sending these headers with valid keys will authenticate your API requests.
These tokens do not expire unless the user logs out.