Skip to main content

Sandbox

A sandbox is available to test the API without an API key. It replicates the main GET /freelances route with test data.

Sandbox base URL

https://client-p.pylote.io/sandbox

Example

curl "https://client-p.pylote.io/sandbox/freelances?modifiedTime=0&page=1&limit=10"
The sandbox returns the same data structures as the main API, with anonymized information.
The sandbox is intended for integration testing. Do not use sandbox data in production.