Skip to content

Crowd Contribute

Bs_zombie edited this page Aug 19, 2023 · 1 revision

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


Contributing a URL to the database

To Contribute a URL to the public crowd sourced database, send a application/x-www-form-urlencoded POST request with the domain, path and target to crowd.fastforward.team/crowd/contribute_v1

Example

To contribute destination "https://asitenotrelatedtopiracy.example" for the shortner "https://shortlinksite.example/9njv3", send the POST request domain=shortlinksite.example&path=9njv3&target=asitenotrelatedtopiracy.example

This will return 201 Created

Responses

The server will return one of the following responses

Status Code Description
201 The link was added to the database

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