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 browsersGet FastForward on Microsoft EdgeGet 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-urlencodedPOST 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 CodeResponseDescription
200text/plainThe link was found in the database and returned
204emptyThe 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 CodeMeaning
400Bad Request - Your request is invalid or malformed
404Not Found - The specified endpoint could not be found
500Internal Server Error - The server experienced an error. Please inform the admin(s)
503Service Unavailable - The server is offline. Please inform the admin(s)

Clone this wiki locally