Interpret

Using this route, you can interpret a URL.

Usage

(POST) https://alyx.ro/api/v1/interpret/

Please provide a body for the request, including an element titled "string" with the value of the Profile Link or VanityURL.

Valid input

Response

We are using on of the examples above.

{
    "value": "76561199469535255"
}

Errors

You will get an error only if you are not specifying a valid body or the user does not exist.

Last updated