Get started with FloppyData Client API in three steps.
export FLOPPY_API_KEY='YOUR_API_KEY' export FLOPPY_BASE_URL='https://client-api.floppy.host'
curl --request GET \ --url "$FLOPPY_BASE_URL/v1/rotating/balance" \ --header "X-Api-Key: $FLOPPY_API_KEY"
curl --request GET \ --url "$FLOPPY_BASE_URL/v1/rotating/locations" \ --header "X-Api-Key: $FLOPPY_API_KEY"
curl --request POST \ --url "$FLOPPY_BASE_URL/v1/tools/checkProxy" \ --header "Content-Type: application/json" \ --header "X-Api-Key: $FLOPPY_API_KEY" \ --data '{ "connectionString": "http://username:password@geo.g-w.info:10080" }'
Was this page helpful?