Free REST API for testing and prototyping. Realistic French data — users with real names, companies with SIRET, products with prices in EUR. No signup, no auth, CORS enabled.
ENDPOINTS
GET /api/usersGET /api/users/1GET /api/companiesGET /api/productsGET /api/ordersGET /api/postsGET /api/commentsTry it
GET /api/users?limit=3
· companies
· products
· orders
// click an endpoint above to see the response
USAGE
curl https://foxyyy.com/api/users?limit=5
VS JSONPLACEHOLDER
→ French-localized data (names, addresses, SIRET, cities)
→ More resources: companies + products + orders (not just todos)
→ Pagination support (?limit + ?offset)
→ Realistic financial data (prices in EUR, revenue, order totals)
→ Same simplicity: no auth, no signup, JSON responses