Skip to content

Crowd Query

Bs_zombie edited this page Aug 19, 2023 · 3 revisions

FastForward

Don't waste your time with compliance. FastForward automatically skips annoying link shorteners.

Discord

Get FastForward on Chromium based browsers Get FastForward on Microsoft Edge Get FastForward for Firefox


Querying the Crowd Bypass Server for a URL

To query the crowd bypass server for a url, send an application/x-www-form-urlencoded POST request with the domain and path to crowd.fastforward.team/crowd/query_v1

Example

To query for "https://shortlinksite.example/9njv3", send the POST request domain=shortlinksite.example&path=9njv3 to crowd.fastforward.team/crowd/query_v1

This will return text/plain response asitenotrelatedtopiracy.example

⚠️ Note how the protocol (https://) and the first "/" are not included in the form

Responses

The server will return one of the following responses

Status Code Response Description
200 text/plain The link was found in the database and returned
204 empty The link was not found in the database

There is a one in 10 chance that the server will return a 204 when the link is found in the database. This is done to have the target verified occasionally.

Errors

The FastForward server uses the following error codes:

Error Code Meaning
400 Bad Request - Your request is invalid or malformed
404 Not Found - The specified endpoint could not be found
500 Internal Server Error - The server experienced an error. Please inform the admin(s)
503 Service Unavailable - The server is offline. Please inform the admin(s)
Clone this wiki locally